notification_client

package
v0.12.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2023 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetNotificationsDescriptor

type BatchGetNotificationsDescriptor struct{}

func GetBatchGetNotificationsDescriptor

func GetBatchGetNotificationsDescriptor() *BatchGetNotificationsDescriptor

func (*BatchGetNotificationsDescriptor) GetApiDescriptor

func (*BatchGetNotificationsDescriptor) GetApiName

func (d *BatchGetNotificationsDescriptor) GetApiName() string

func (*BatchGetNotificationsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetNotificationsDescriptor) GetFullMethodName

func (d *BatchGetNotificationsDescriptor) GetFullMethodName() string

func (*BatchGetNotificationsDescriptor) GetMethodName

func (d *BatchGetNotificationsDescriptor) GetMethodName() string

func (*BatchGetNotificationsDescriptor) GetProtoPkgName

func (d *BatchGetNotificationsDescriptor) GetProtoPkgName() string

func (*BatchGetNotificationsDescriptor) GetResourceDescriptor

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

func (*BatchGetNotificationsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetNotificationsDescriptor) GetServiceDomain

func (d *BatchGetNotificationsDescriptor) GetServiceDomain() string

func (*BatchGetNotificationsDescriptor) GetServiceVersion

func (d *BatchGetNotificationsDescriptor) GetServiceVersion() string

func (*BatchGetNotificationsDescriptor) GetVerb

func (*BatchGetNotificationsDescriptor) HasResource

func (d *BatchGetNotificationsDescriptor) HasResource() bool

func (*BatchGetNotificationsDescriptor) IsClientStream

func (d *BatchGetNotificationsDescriptor) IsClientStream() bool

func (*BatchGetNotificationsDescriptor) IsCollection

func (d *BatchGetNotificationsDescriptor) IsCollection() bool

func (*BatchGetNotificationsDescriptor) IsPlural

func (d *BatchGetNotificationsDescriptor) IsPlural() bool

func (*BatchGetNotificationsDescriptor) IsServerStream

func (d *BatchGetNotificationsDescriptor) IsServerStream() bool

func (*BatchGetNotificationsDescriptor) IsUnary

func (*BatchGetNotificationsDescriptor) NewEmptyClientMsg

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

func (*BatchGetNotificationsDescriptor) NewEmptyServerMsg

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

func (*BatchGetNotificationsDescriptor) RequestHasResourceBody

func (d *BatchGetNotificationsDescriptor) RequestHasResourceBody() bool

type BatchGetNotificationsDescriptorClientMsgHandle

type BatchGetNotificationsDescriptorClientMsgHandle struct{}

func (*BatchGetNotificationsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetNotificationsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetNotificationsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetNotificationsDescriptorServerMsgHandle

type BatchGetNotificationsDescriptorServerMsgHandle struct{}

func (*BatchGetNotificationsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetNotificationsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetNotificationsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetNotificationsRequest

type BatchGetNotificationsRequest struct {

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

Request message for method [BatchGetNotifications][ntt.monitoring.v3.BatchGetNotifications]

func (*BatchGetNotificationsRequest) Clone

func (*BatchGetNotificationsRequest) CloneRaw

func (*BatchGetNotificationsRequest) Descriptor

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

Deprecated, Use BatchGetNotificationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetNotificationsRequest) GetFieldMask

func (*BatchGetNotificationsRequest) GetNames

func (*BatchGetNotificationsRequest) GetView

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

func (*BatchGetNotificationsRequest) GotenMessage

func (*BatchGetNotificationsRequest) GotenMessage()

func (*BatchGetNotificationsRequest) GotenObjectExt

func (o *BatchGetNotificationsRequest) GotenObjectExt()

func (*BatchGetNotificationsRequest) GotenValidate

func (obj *BatchGetNotificationsRequest) GotenValidate() error

func (*BatchGetNotificationsRequest) MakeDiffFieldMask

func (*BatchGetNotificationsRequest) MakeFullFieldMask

func (*BatchGetNotificationsRequest) MakeRawDiffFieldMask

func (*BatchGetNotificationsRequest) MakeRawFullFieldMask

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

func (*BatchGetNotificationsRequest) Marshal

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

func (*BatchGetNotificationsRequest) MarshalJSON

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

func (*BatchGetNotificationsRequest) Merge

func (*BatchGetNotificationsRequest) MergeRaw

func (*BatchGetNotificationsRequest) ProtoMessage

func (*BatchGetNotificationsRequest) ProtoMessage()

func (*BatchGetNotificationsRequest) ProtoReflect

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

func (*BatchGetNotificationsRequest) Reset

func (m *BatchGetNotificationsRequest) Reset()

func (*BatchGetNotificationsRequest) SetFieldMask

func (*BatchGetNotificationsRequest) SetNames

func (*BatchGetNotificationsRequest) SetView

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

func (*BatchGetNotificationsRequest) String

func (*BatchGetNotificationsRequest) Unmarshal

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

func (*BatchGetNotificationsRequest) UnmarshalJSON

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

type BatchGetNotificationsRequestFieldPathBuilder

type BatchGetNotificationsRequestFieldPathBuilder struct{}

func NewBatchGetNotificationsRequestFieldPathBuilder

func NewBatchGetNotificationsRequestFieldPathBuilder() BatchGetNotificationsRequestFieldPathBuilder

func (BatchGetNotificationsRequestFieldPathBuilder) FieldMask

func (BatchGetNotificationsRequestFieldPathBuilder) Names

func (BatchGetNotificationsRequestFieldPathBuilder) View

type BatchGetNotificationsRequestPathSelectorFieldMask

type BatchGetNotificationsRequestPathSelectorFieldMask struct{}

func (BatchGetNotificationsRequestPathSelectorFieldMask) FieldPath

type BatchGetNotificationsRequestPathSelectorNames

type BatchGetNotificationsRequestPathSelectorNames struct{}

func (BatchGetNotificationsRequestPathSelectorNames) FieldPath

func (BatchGetNotificationsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetNotificationsRequestPathSelectorNames) WithValue

type BatchGetNotificationsRequestPathSelectorView

type BatchGetNotificationsRequestPathSelectorView struct{}

func (BatchGetNotificationsRequestPathSelectorView) FieldPath

func (BatchGetNotificationsRequestPathSelectorView) WithArrayOfValues

func (BatchGetNotificationsRequestPathSelectorView) WithValue

type BatchGetNotificationsRequest_FieldMask

type BatchGetNotificationsRequest_FieldMask struct {
	Paths []BatchGetNotificationsRequest_FieldPath
}

func FullBatchGetNotificationsRequest_FieldMask

func FullBatchGetNotificationsRequest_FieldMask() *BatchGetNotificationsRequest_FieldMask

func (*BatchGetNotificationsRequest_FieldMask) AppendPath

func (*BatchGetNotificationsRequest_FieldMask) AppendRawPath

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

func (*BatchGetNotificationsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetNotificationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetNotificationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetNotificationsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetNotificationsRequest_FieldMask) GetPaths

func (*BatchGetNotificationsRequest_FieldMask) GetRawPaths

func (*BatchGetNotificationsRequest_FieldMask) IsFull

func (fieldMask *BatchGetNotificationsRequest_FieldMask) IsFull() bool

func (BatchGetNotificationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetNotificationsRequest_FieldMask) MarshalJSON

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

func (*BatchGetNotificationsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetNotificationsRequest_FieldMask) PathsCount() int

func (*BatchGetNotificationsRequest_FieldMask) Project

func (*BatchGetNotificationsRequest_FieldMask) ProjectRaw

func (*BatchGetNotificationsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetNotificationsRequest_FieldMask) ProtoMessage()

func (*BatchGetNotificationsRequest_FieldMask) ProtoReflect

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

func (*BatchGetNotificationsRequest_FieldMask) Reset

func (fieldMask *BatchGetNotificationsRequest_FieldMask) Reset()

func (*BatchGetNotificationsRequest_FieldMask) Set

func (*BatchGetNotificationsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetNotificationsRequest_FieldMask) SetRaw

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

func (*BatchGetNotificationsRequest_FieldMask) Size

func (fieldMask *BatchGetNotificationsRequest_FieldMask) Size() int

func (*BatchGetNotificationsRequest_FieldMask) String

func (fieldMask *BatchGetNotificationsRequest_FieldMask) String() string

func (*BatchGetNotificationsRequest_FieldMask) Subtract

func (*BatchGetNotificationsRequest_FieldMask) SubtractRaw

func (*BatchGetNotificationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetNotificationsRequest_FieldMask) Unmarshal

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

func (*BatchGetNotificationsRequest_FieldMask) UnmarshalJSON

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

type BatchGetNotificationsRequest_FieldPath

type BatchGetNotificationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetNotificationsRequest_FieldPathSelector
	Get(source *BatchGetNotificationsRequest) []interface{}
	GetSingle(source *BatchGetNotificationsRequest) (interface{}, bool)
	ClearValue(item *BatchGetNotificationsRequest)

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

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

func MustParseBatchGetNotificationsRequest_FieldPath

func MustParseBatchGetNotificationsRequest_FieldPath(rawField string) BatchGetNotificationsRequest_FieldPath

func ParseBatchGetNotificationsRequest_FieldPath

func ParseBatchGetNotificationsRequest_FieldPath(rawField string) (BatchGetNotificationsRequest_FieldPath, error)

type BatchGetNotificationsRequest_FieldPathArrayItemValue

type BatchGetNotificationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetNotificationsRequest_FieldPath
	ContainsValue(*BatchGetNotificationsRequest) bool
}

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

func MustParseBatchGetNotificationsRequest_FieldPathArrayItemValue

func MustParseBatchGetNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetNotificationsRequest_FieldPathArrayItemValue

func ParseBatchGetNotificationsRequest_FieldPathArrayItemValue

func ParseBatchGetNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetNotificationsRequest_FieldPathArrayItemValue, error)

ParseBatchGetNotificationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetNotificationsRequest_FieldPathArrayOfValues

type BatchGetNotificationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetNotificationsRequest_FieldPath
}

BatchGetNotificationsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetNotificationsRequest fields according to their type

func MustParseBatchGetNotificationsRequest_FieldPathArrayOfValues

func MustParseBatchGetNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetNotificationsRequest_FieldPathArrayOfValues

func ParseBatchGetNotificationsRequest_FieldPathArrayOfValues

func ParseBatchGetNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetNotificationsRequest_FieldPathArrayOfValues, error)

type BatchGetNotificationsRequest_FieldPathSelector

type BatchGetNotificationsRequest_FieldPathSelector int32
const (
	BatchGetNotificationsRequest_FieldPathSelectorNames     BatchGetNotificationsRequest_FieldPathSelector = 0
	BatchGetNotificationsRequest_FieldPathSelectorFieldMask BatchGetNotificationsRequest_FieldPathSelector = 1
	BatchGetNotificationsRequest_FieldPathSelectorView      BatchGetNotificationsRequest_FieldPathSelector = 2
)

func (BatchGetNotificationsRequest_FieldPathSelector) String

type BatchGetNotificationsRequest_FieldPathValue

type BatchGetNotificationsRequest_FieldPathValue interface {
	BatchGetNotificationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetNotificationsRequest)
	CompareWith(*BatchGetNotificationsRequest) (cmp int, comparable bool)
}

BatchGetNotificationsRequest_FieldPathValue allows storing values for BatchGetNotificationsRequest fields according to their type

func MustParseBatchGetNotificationsRequest_FieldPathValue

func MustParseBatchGetNotificationsRequest_FieldPathValue(pathStr, valueStr string) BatchGetNotificationsRequest_FieldPathValue

func ParseBatchGetNotificationsRequest_FieldPathValue

func ParseBatchGetNotificationsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetNotificationsRequest_FieldPathValue, error)

type BatchGetNotificationsRequest_FieldTerminalPath

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

func (*BatchGetNotificationsRequest_FieldTerminalPath) ClearValue

func (*BatchGetNotificationsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetNotificationsRequest_FieldTerminalPath) Get

func (fp *BatchGetNotificationsRequest_FieldTerminalPath) Get(source *BatchGetNotificationsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetNotificationsRequest

func (*BatchGetNotificationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetNotificationsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetNotificationsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetNotificationsRequest

func (*BatchGetNotificationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetNotificationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetNotificationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetNotificationsRequest_FieldTerminalPath) Selector

func (*BatchGetNotificationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetNotificationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithIValue

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetNotificationsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue

type BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues

type BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetNotificationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetNotificationsRequest_FieldTerminalPathValue

type BatchGetNotificationsRequest_FieldTerminalPathValue struct {
	BatchGetNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetNotificationsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetNotificationsRequest'.

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetNotificationsRequest

func (*BatchGetNotificationsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetNotificationsResponse

type BatchGetNotificationsResponse struct {

	// found Notifications
	Notifications []*notification.Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty" firestore:"notifications"`
	// list of not found Notifications
	Missing []*notification.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse) Clone

func (*BatchGetNotificationsResponse) CloneRaw

func (*BatchGetNotificationsResponse) Descriptor

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

Deprecated, Use BatchGetNotificationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetNotificationsResponse) GetMissing

func (*BatchGetNotificationsResponse) GetNotifications

func (m *BatchGetNotificationsResponse) GetNotifications() []*notification.Notification

func (*BatchGetNotificationsResponse) GotenMessage

func (*BatchGetNotificationsResponse) GotenMessage()

func (*BatchGetNotificationsResponse) GotenObjectExt

func (o *BatchGetNotificationsResponse) GotenObjectExt()

func (*BatchGetNotificationsResponse) GotenValidate

func (obj *BatchGetNotificationsResponse) GotenValidate() error

func (*BatchGetNotificationsResponse) MakeDiffFieldMask

func (*BatchGetNotificationsResponse) MakeFullFieldMask

func (*BatchGetNotificationsResponse) MakeRawDiffFieldMask

func (*BatchGetNotificationsResponse) MakeRawFullFieldMask

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

func (*BatchGetNotificationsResponse) Marshal

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

func (*BatchGetNotificationsResponse) MarshalJSON

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

func (*BatchGetNotificationsResponse) Merge

func (*BatchGetNotificationsResponse) MergeRaw

func (*BatchGetNotificationsResponse) ProtoMessage

func (*BatchGetNotificationsResponse) ProtoMessage()

func (*BatchGetNotificationsResponse) ProtoReflect

func (*BatchGetNotificationsResponse) Reset

func (m *BatchGetNotificationsResponse) Reset()

func (*BatchGetNotificationsResponse) SetMissing

func (*BatchGetNotificationsResponse) SetNotifications

func (m *BatchGetNotificationsResponse) SetNotifications(fv []*notification.Notification)

func (*BatchGetNotificationsResponse) String

func (*BatchGetNotificationsResponse) Unmarshal

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

func (*BatchGetNotificationsResponse) UnmarshalJSON

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

type BatchGetNotificationsResponseFieldPathBuilder

type BatchGetNotificationsResponseFieldPathBuilder struct{}

func NewBatchGetNotificationsResponseFieldPathBuilder

func NewBatchGetNotificationsResponseFieldPathBuilder() BatchGetNotificationsResponseFieldPathBuilder

func (BatchGetNotificationsResponseFieldPathBuilder) Missing

func (BatchGetNotificationsResponseFieldPathBuilder) Notifications

type BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations

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

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) FieldPath

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithValue

type BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataLabels

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

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataLabels) FieldPath

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithValue

type BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataShards

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

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataShards) FieldPath

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithArrayOfValues

func (BatchGetNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithValue

type BatchGetNotificationsResponsePathSelectorMissing

type BatchGetNotificationsResponsePathSelectorMissing struct{}

func (BatchGetNotificationsResponsePathSelectorMissing) FieldPath

func (BatchGetNotificationsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorMissing) WithValue

type BatchGetNotificationsResponsePathSelectorNotifications

type BatchGetNotificationsResponsePathSelectorNotifications struct{}

func (BatchGetNotificationsResponsePathSelectorNotifications) Alerts

func (BatchGetNotificationsResponsePathSelectorNotifications) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotifications) Metadata

func (BatchGetNotificationsResponsePathSelectorNotifications) Name

func (BatchGetNotificationsResponsePathSelectorNotifications) State

func (BatchGetNotificationsResponsePathSelectorNotifications) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotifications) WithSubArrayItemValue

func (BatchGetNotificationsResponsePathSelectorNotifications) WithSubArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotifications) WithSubPath

func (BatchGetNotificationsResponsePathSelectorNotifications) WithSubValue

func (BatchGetNotificationsResponsePathSelectorNotifications) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsAlertingPolicy

type BatchGetNotificationsResponsePathSelectorNotificationsAlertingPolicy struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsAlertingPolicy) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsAlerts

type BatchGetNotificationsResponsePathSelectorNotificationsAlerts struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsAlerts) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsAlerts) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsAlerts) WithItemValue

func (BatchGetNotificationsResponsePathSelectorNotificationsAlerts) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadata

type BatchGetNotificationsResponsePathSelectorNotificationsMetadata struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadata) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadata) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadata) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataAnnotations

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataAnnotations struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataAnnotations) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataCreateTime

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataCreateTime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataCreateTime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataDeleteTime

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataDeleteTime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataGeneration

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataGeneration struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataGeneration) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLabels

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLabels struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLabels) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLabels) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycle

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycle struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycle) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleState

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleState struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithItemValue

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataResourceVersion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataResourceVersion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataShards

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataShards struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataShards) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataShards) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataShards) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncing

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncing struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncing) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithItemValue

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags) WithItemValue

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataTags) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataUpdateTime

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataUpdateTime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataUuid

type BatchGetNotificationsResponsePathSelectorNotificationsMetadataUuid struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUuid) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUuid) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsMetadataUuid) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsName

type BatchGetNotificationsResponsePathSelectorNotificationsName struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsName) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsName) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsName) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsState

type BatchGetNotificationsResponsePathSelectorNotificationsState struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsState) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsState) IncidentNotifyAttemptsDone added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsState) IsResolved added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsState) LifecycleCompleted added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsState) ResolutionNotificationState added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsState) ResolutionNotifyAttemptsDone added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsState) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsState) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetime

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime

type BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateIsResolved added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateIsResolved struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIsResolved) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIsResolved) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateIsResolved) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationState

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationState struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationState) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationState) WithArrayOfValues

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateError

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateError struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateError) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData) FieldPath

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty) FieldPath

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack) FieldPath

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) FieldPath

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithValue

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus

type BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus) FieldPath

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Error added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) ProviderData added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Status added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithItemValue added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone added in v0.10.12

type BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone struct{}

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (BatchGetNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type BatchGetNotificationsResponse_FieldMask

type BatchGetNotificationsResponse_FieldMask struct {
	Paths []BatchGetNotificationsResponse_FieldPath
}

func FullBatchGetNotificationsResponse_FieldMask

func FullBatchGetNotificationsResponse_FieldMask() *BatchGetNotificationsResponse_FieldMask

func (*BatchGetNotificationsResponse_FieldMask) AppendPath

func (*BatchGetNotificationsResponse_FieldMask) AppendRawPath

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

func (*BatchGetNotificationsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetNotificationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetNotificationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetNotificationsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetNotificationsResponse_FieldMask) GetPaths

func (*BatchGetNotificationsResponse_FieldMask) GetRawPaths

func (*BatchGetNotificationsResponse_FieldMask) IsFull

func (fieldMask *BatchGetNotificationsResponse_FieldMask) IsFull() bool

func (BatchGetNotificationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetNotificationsResponse_FieldMask) MarshalJSON

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

func (*BatchGetNotificationsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetNotificationsResponse_FieldMask) PathsCount() int

func (*BatchGetNotificationsResponse_FieldMask) Project

func (*BatchGetNotificationsResponse_FieldMask) ProjectRaw

func (*BatchGetNotificationsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetNotificationsResponse_FieldMask) ProtoMessage()

func (*BatchGetNotificationsResponse_FieldMask) ProtoReflect

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

func (*BatchGetNotificationsResponse_FieldMask) Reset

func (fieldMask *BatchGetNotificationsResponse_FieldMask) Reset()

func (*BatchGetNotificationsResponse_FieldMask) Set

func (*BatchGetNotificationsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetNotificationsResponse_FieldMask) SetRaw

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

func (*BatchGetNotificationsResponse_FieldMask) Size

func (fieldMask *BatchGetNotificationsResponse_FieldMask) Size() int

func (*BatchGetNotificationsResponse_FieldMask) String

func (fieldMask *BatchGetNotificationsResponse_FieldMask) String() string

func (*BatchGetNotificationsResponse_FieldMask) Subtract

func (*BatchGetNotificationsResponse_FieldMask) SubtractRaw

func (*BatchGetNotificationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetNotificationsResponse_FieldMask) Unmarshal

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

func (*BatchGetNotificationsResponse_FieldMask) UnmarshalJSON

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

type BatchGetNotificationsResponse_FieldPath

type BatchGetNotificationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetNotificationsResponse_FieldPathSelector
	Get(source *BatchGetNotificationsResponse) []interface{}
	GetSingle(source *BatchGetNotificationsResponse) (interface{}, bool)
	ClearValue(item *BatchGetNotificationsResponse)

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

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

func MustParseBatchGetNotificationsResponse_FieldPath

func MustParseBatchGetNotificationsResponse_FieldPath(rawField string) BatchGetNotificationsResponse_FieldPath

func ParseBatchGetNotificationsResponse_FieldPath

func ParseBatchGetNotificationsResponse_FieldPath(rawField string) (BatchGetNotificationsResponse_FieldPath, error)

type BatchGetNotificationsResponse_FieldPathArrayItemValue

type BatchGetNotificationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetNotificationsResponse_FieldPath
	ContainsValue(*BatchGetNotificationsResponse) bool
}

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

func MustParseBatchGetNotificationsResponse_FieldPathArrayItemValue

func MustParseBatchGetNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetNotificationsResponse_FieldPathArrayItemValue

func ParseBatchGetNotificationsResponse_FieldPathArrayItemValue

func ParseBatchGetNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetNotificationsResponse_FieldPathArrayItemValue, error)

ParseBatchGetNotificationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetNotificationsResponse_FieldPathArrayOfValues

type BatchGetNotificationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetNotificationsResponse_FieldPath
}

BatchGetNotificationsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetNotificationsResponse fields according to their type

func MustParseBatchGetNotificationsResponse_FieldPathArrayOfValues

func MustParseBatchGetNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetNotificationsResponse_FieldPathArrayOfValues

func ParseBatchGetNotificationsResponse_FieldPathArrayOfValues

func ParseBatchGetNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetNotificationsResponse_FieldPathArrayOfValues, error)

type BatchGetNotificationsResponse_FieldPathSelector

type BatchGetNotificationsResponse_FieldPathSelector int32
const (
	BatchGetNotificationsResponse_FieldPathSelectorNotifications BatchGetNotificationsResponse_FieldPathSelector = 0
	BatchGetNotificationsResponse_FieldPathSelectorMissing       BatchGetNotificationsResponse_FieldPathSelector = 1
)

func (BatchGetNotificationsResponse_FieldPathSelector) String

type BatchGetNotificationsResponse_FieldPathValue

type BatchGetNotificationsResponse_FieldPathValue interface {
	BatchGetNotificationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetNotificationsResponse)
	CompareWith(*BatchGetNotificationsResponse) (cmp int, comparable bool)
}

BatchGetNotificationsResponse_FieldPathValue allows storing values for BatchGetNotificationsResponse fields according to their type

func MustParseBatchGetNotificationsResponse_FieldPathValue

func MustParseBatchGetNotificationsResponse_FieldPathValue(pathStr, valueStr string) BatchGetNotificationsResponse_FieldPathValue

func ParseBatchGetNotificationsResponse_FieldPathValue

func ParseBatchGetNotificationsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetNotificationsResponse_FieldPathValue, error)

type BatchGetNotificationsResponse_FieldSubPath

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

func (*BatchGetNotificationsResponse_FieldSubPath) AsNotificationsSubPath

func (*BatchGetNotificationsResponse_FieldSubPath) ClearValue

func (*BatchGetNotificationsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetNotificationsResponse_FieldSubPath) Get

func (fps *BatchGetNotificationsResponse_FieldSubPath) Get(source *BatchGetNotificationsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetNotificationsResponse_FieldSubPath) GetRaw

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

func (*BatchGetNotificationsResponse_FieldSubPath) GetSingle

func (fps *BatchGetNotificationsResponse_FieldSubPath) GetSingle(source *BatchGetNotificationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetNotificationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetNotificationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetNotificationsResponse_FieldSubPath) Selector

func (*BatchGetNotificationsResponse_FieldSubPath) SplitIntoTerminalIPaths

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

func (*BatchGetNotificationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetNotificationsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetNotificationsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetNotificationsResponse_FieldSubPath) WithIValue

func (*BatchGetNotificationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetNotificationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetNotificationsResponse_FieldSubPath) WithRawIValue

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

type BatchGetNotificationsResponse_FieldSubPathArrayItemValue

type BatchGetNotificationsResponse_FieldSubPathArrayItemValue struct {
	BatchGetNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldSubPathArrayItemValue) AsNotificationsPathItemValue

func (*BatchGetNotificationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetNotificationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetNotificationsResponse_FieldSubPathArrayOfValues

type BatchGetNotificationsResponse_FieldSubPathArrayOfValues struct {
	BatchGetNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldSubPathArrayOfValues) AsNotificationsPathArrayOfValues

func (*BatchGetNotificationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetNotificationsResponse_FieldSubPathValue

type BatchGetNotificationsResponse_FieldSubPathValue struct {
	BatchGetNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldSubPathValue) AsNotificationsPathValue

func (*BatchGetNotificationsResponse_FieldSubPathValue) CompareWith

func (*BatchGetNotificationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetNotificationsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetNotificationsResponse_FieldSubPathValue) SetTo

func (*BatchGetNotificationsResponse_FieldSubPathValue) SetToRaw

type BatchGetNotificationsResponse_FieldTerminalPath

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

func (*BatchGetNotificationsResponse_FieldTerminalPath) ClearValue

func (*BatchGetNotificationsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetNotificationsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetNotificationsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetNotificationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetNotificationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetNotificationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetNotificationsResponse_FieldTerminalPath) Selector

func (*BatchGetNotificationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetNotificationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithIValue

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetNotificationsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue

type BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) AsNotificationsItemValue

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetNotificationsResponse_FieldTerminalPathArrayOfValues

type BatchGetNotificationsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationsArrayOfValues

func (*BatchGetNotificationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetNotificationsResponse_FieldTerminalPathValue

type BatchGetNotificationsResponse_FieldTerminalPathValue struct {
	BatchGetNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) AsNotificationsValue

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetNotificationsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetNotificationsResponse'.

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetNotificationsResponse

func (*BatchGetNotificationsResponse_FieldTerminalPathValue) SetToRaw

type CreateNotificationDescriptor

type CreateNotificationDescriptor struct{}

func GetCreateNotificationDescriptor

func GetCreateNotificationDescriptor() *CreateNotificationDescriptor

func (*CreateNotificationDescriptor) GetApiDescriptor

func (*CreateNotificationDescriptor) GetApiName

func (d *CreateNotificationDescriptor) GetApiName() string

func (*CreateNotificationDescriptor) GetClientMsgReflectHandle

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

func (*CreateNotificationDescriptor) GetFullMethodName

func (d *CreateNotificationDescriptor) GetFullMethodName() string

func (*CreateNotificationDescriptor) GetMethodName

func (d *CreateNotificationDescriptor) GetMethodName() string

func (*CreateNotificationDescriptor) GetProtoPkgName

func (d *CreateNotificationDescriptor) GetProtoPkgName() string

func (*CreateNotificationDescriptor) GetResourceDescriptor

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

func (*CreateNotificationDescriptor) GetServerMsgReflectHandle

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

func (*CreateNotificationDescriptor) GetServiceDomain

func (d *CreateNotificationDescriptor) GetServiceDomain() string

func (*CreateNotificationDescriptor) GetServiceVersion

func (d *CreateNotificationDescriptor) GetServiceVersion() string

func (*CreateNotificationDescriptor) GetVerb

func (d *CreateNotificationDescriptor) GetVerb() string

func (*CreateNotificationDescriptor) HasResource

func (d *CreateNotificationDescriptor) HasResource() bool

func (*CreateNotificationDescriptor) IsClientStream

func (d *CreateNotificationDescriptor) IsClientStream() bool

func (*CreateNotificationDescriptor) IsCollection

func (d *CreateNotificationDescriptor) IsCollection() bool

func (*CreateNotificationDescriptor) IsPlural

func (d *CreateNotificationDescriptor) IsPlural() bool

func (*CreateNotificationDescriptor) IsServerStream

func (d *CreateNotificationDescriptor) IsServerStream() bool

func (*CreateNotificationDescriptor) IsUnary

func (d *CreateNotificationDescriptor) IsUnary() bool

func (*CreateNotificationDescriptor) NewEmptyClientMsg

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

func (*CreateNotificationDescriptor) NewEmptyServerMsg

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

func (*CreateNotificationDescriptor) RequestHasResourceBody

func (d *CreateNotificationDescriptor) RequestHasResourceBody() bool

type CreateNotificationDescriptorClientMsgHandle

type CreateNotificationDescriptorClientMsgHandle struct{}

func (*CreateNotificationDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateNotificationDescriptorClientMsgHandle) ExtractResourceName

func (*CreateNotificationDescriptorClientMsgHandle) ExtractResourceNames

type CreateNotificationDescriptorServerMsgHandle

type CreateNotificationDescriptorServerMsgHandle struct{}

func (*CreateNotificationDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateNotificationDescriptorServerMsgHandle) ExtractResourceName

func (*CreateNotificationDescriptorServerMsgHandle) ExtractResourceNames

type CreateNotificationRequest

type CreateNotificationRequest struct {

	// Parent reference of ntt.monitoring.v3.Notification
	Parent *notification.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Notification resource body
	Notification *notification.Notification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty" firestore:"notification"`
	// contains filtered or unexported fields
}

Request message for method [CreateNotification][ntt.monitoring.v3.CreateNotification]

func (*CreateNotificationRequest) Clone

func (*CreateNotificationRequest) CloneRaw

func (*CreateNotificationRequest) Descriptor

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

Deprecated, Use CreateNotificationRequest.ProtoReflect.Descriptor instead.

func (*CreateNotificationRequest) GetNotification

func (m *CreateNotificationRequest) GetNotification() *notification.Notification

func (*CreateNotificationRequest) GetParent

func (*CreateNotificationRequest) GotenMessage

func (*CreateNotificationRequest) GotenMessage()

func (*CreateNotificationRequest) GotenObjectExt

func (o *CreateNotificationRequest) GotenObjectExt()

func (*CreateNotificationRequest) GotenValidate

func (obj *CreateNotificationRequest) GotenValidate() error

func (*CreateNotificationRequest) MakeDiffFieldMask

func (*CreateNotificationRequest) MakeFullFieldMask

func (*CreateNotificationRequest) MakeRawDiffFieldMask

func (*CreateNotificationRequest) MakeRawFullFieldMask

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

func (*CreateNotificationRequest) Marshal

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

func (*CreateNotificationRequest) MarshalJSON

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

func (*CreateNotificationRequest) Merge

func (*CreateNotificationRequest) MergeRaw

func (*CreateNotificationRequest) ProtoMessage

func (*CreateNotificationRequest) ProtoMessage()

func (*CreateNotificationRequest) ProtoReflect

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

func (*CreateNotificationRequest) Reset

func (m *CreateNotificationRequest) Reset()

func (*CreateNotificationRequest) SetNotification

func (m *CreateNotificationRequest) SetNotification(fv *notification.Notification)

func (*CreateNotificationRequest) SetParent

func (*CreateNotificationRequest) String

func (m *CreateNotificationRequest) String() string

func (*CreateNotificationRequest) Unmarshal

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

func (*CreateNotificationRequest) UnmarshalJSON

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

type CreateNotificationRequestFieldPathBuilder

type CreateNotificationRequestFieldPathBuilder struct{}

func NewCreateNotificationRequestFieldPathBuilder

func NewCreateNotificationRequestFieldPathBuilder() CreateNotificationRequestFieldPathBuilder

func (CreateNotificationRequestFieldPathBuilder) Notification

func (CreateNotificationRequestFieldPathBuilder) Parent

type CreateNotificationRequestMapPathSelectorNotificationMetadataAnnotations

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

func (CreateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) FieldPath

func (CreateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) WithArrayOfValues

func (CreateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) WithValue

type CreateNotificationRequestMapPathSelectorNotificationMetadataLabels

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

func (CreateNotificationRequestMapPathSelectorNotificationMetadataLabels) FieldPath

func (CreateNotificationRequestMapPathSelectorNotificationMetadataLabels) WithArrayOfValues

func (CreateNotificationRequestMapPathSelectorNotificationMetadataLabels) WithValue

type CreateNotificationRequestMapPathSelectorNotificationMetadataShards

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

func (CreateNotificationRequestMapPathSelectorNotificationMetadataShards) FieldPath

func (CreateNotificationRequestMapPathSelectorNotificationMetadataShards) WithArrayOfValues

func (CreateNotificationRequestMapPathSelectorNotificationMetadataShards) WithValue

type CreateNotificationRequestPathSelectorNotification

type CreateNotificationRequestPathSelectorNotification struct{}

func (CreateNotificationRequestPathSelectorNotification) AlertingPolicy

func (CreateNotificationRequestPathSelectorNotification) Alerts

func (CreateNotificationRequestPathSelectorNotification) FieldPath

func (CreateNotificationRequestPathSelectorNotification) Metadata

func (CreateNotificationRequestPathSelectorNotification) Name

func (CreateNotificationRequestPathSelectorNotification) State

func (CreateNotificationRequestPathSelectorNotification) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotification) WithSubArrayItemValue

func (CreateNotificationRequestPathSelectorNotification) WithSubArrayOfValues

func (CreateNotificationRequestPathSelectorNotification) WithSubPath

func (CreateNotificationRequestPathSelectorNotification) WithSubValue

func (CreateNotificationRequestPathSelectorNotification) WithValue

type CreateNotificationRequestPathSelectorNotificationAlertingPolicy

type CreateNotificationRequestPathSelectorNotificationAlertingPolicy struct{}

func (CreateNotificationRequestPathSelectorNotificationAlertingPolicy) FieldPath

func (CreateNotificationRequestPathSelectorNotificationAlertingPolicy) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationAlertingPolicy) WithValue

type CreateNotificationRequestPathSelectorNotificationAlerts

type CreateNotificationRequestPathSelectorNotificationAlerts struct{}

func (CreateNotificationRequestPathSelectorNotificationAlerts) FieldPath

func (CreateNotificationRequestPathSelectorNotificationAlerts) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationAlerts) WithItemValue

func (CreateNotificationRequestPathSelectorNotificationAlerts) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadata

type CreateNotificationRequestPathSelectorNotificationMetadata struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadata) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadata) Labels

func (CreateNotificationRequestPathSelectorNotificationMetadata) Shards

func (CreateNotificationRequestPathSelectorNotificationMetadata) Syncing

func (CreateNotificationRequestPathSelectorNotificationMetadata) Tags

func (CreateNotificationRequestPathSelectorNotificationMetadata) Uuid

func (CreateNotificationRequestPathSelectorNotificationMetadata) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadata) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataAnnotations

type CreateNotificationRequestPathSelectorNotificationMetadataAnnotations struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataAnnotations) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataAnnotations) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataAnnotations) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataCreateTime

type CreateNotificationRequestPathSelectorNotificationMetadataCreateTime struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataCreateTime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataCreateTime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataCreateTime) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataDeleteTime

type CreateNotificationRequestPathSelectorNotificationMetadataDeleteTime struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataDeleteTime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataDeleteTime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataDeleteTime) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataGeneration

type CreateNotificationRequestPathSelectorNotificationMetadataGeneration struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataGeneration) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataGeneration) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataGeneration) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataLabels

type CreateNotificationRequestPathSelectorNotificationMetadataLabels struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataLabels) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataLabels) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataLabels) WithKey

func (CreateNotificationRequestPathSelectorNotificationMetadataLabels) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycle

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycle struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycle) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycle) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycle) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycleState

type CreateNotificationRequestPathSelectorNotificationMetadataLifecycleState struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleState) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleState) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataLifecycleState) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithItemValue

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion

type CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataResourceVersion

type CreateNotificationRequestPathSelectorNotificationMetadataResourceVersion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataResourceVersion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataResourceVersion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataResourceVersion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataShards

type CreateNotificationRequestPathSelectorNotificationMetadataShards struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataShards) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataShards) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataShards) WithKey

func (CreateNotificationRequestPathSelectorNotificationMetadataShards) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataSyncing

type CreateNotificationRequestPathSelectorNotificationMetadataSyncing struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncing) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncing) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncing) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion

type CreateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions

type CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithItemValue

func (CreateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataTags

type CreateNotificationRequestPathSelectorNotificationMetadataTags struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataTags) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataTags) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataTags) WithItemValue

func (CreateNotificationRequestPathSelectorNotificationMetadataTags) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataUpdateTime

type CreateNotificationRequestPathSelectorNotificationMetadataUpdateTime struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataUpdateTime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataUpdateTime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataUpdateTime) WithValue

type CreateNotificationRequestPathSelectorNotificationMetadataUuid

type CreateNotificationRequestPathSelectorNotificationMetadataUuid struct{}

func (CreateNotificationRequestPathSelectorNotificationMetadataUuid) FieldPath

func (CreateNotificationRequestPathSelectorNotificationMetadataUuid) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationMetadataUuid) WithValue

type CreateNotificationRequestPathSelectorNotificationName

type CreateNotificationRequestPathSelectorNotificationName struct{}

func (CreateNotificationRequestPathSelectorNotificationName) FieldPath

func (CreateNotificationRequestPathSelectorNotificationName) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationName) WithValue

type CreateNotificationRequestPathSelectorNotificationState

type CreateNotificationRequestPathSelectorNotificationState struct{}

func (CreateNotificationRequestPathSelectorNotificationState) FieldPath

func (CreateNotificationRequestPathSelectorNotificationState) IncidentNotifyAttemptsDone added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationState) IsResolved added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationState) LifecycleCompleted added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationState) ResolutionNotificationState added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationState) ResolutionNotifyAttemptsDone added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationState) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationState) WithValue

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetime

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetime struct{}

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetime) WithValue

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime struct{}

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) WithValue

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime

type CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime struct{}

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) WithValue

type CreateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone struct{}

func (CreateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateIsResolved added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateIsResolved struct{}

func (CreateNotificationRequestPathSelectorNotificationStateIsResolved) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateIsResolved) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateIsResolved) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateLifecycleCompleted added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateLifecycleCompleted struct{}

func (CreateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateNotificationState

type CreateNotificationRequestPathSelectorNotificationStateNotificationState struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationState) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationState) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationState) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateError

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateError struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateError) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateError) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateError) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData) FieldPath

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty) FieldPath

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack) FieldPath

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) FieldPath

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) WithValue

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateStatus

type CreateNotificationRequestPathSelectorNotificationStateNotificationStateStatus struct{}

func (CreateNotificationRequestPathSelectorNotificationStateNotificationStateStatus) FieldPath

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) Error added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) ProviderData added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) Status added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithItemValue added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone added in v0.10.12

type CreateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone struct{}

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (CreateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type CreateNotificationRequestPathSelectorParent

type CreateNotificationRequestPathSelectorParent struct{}

func (CreateNotificationRequestPathSelectorParent) FieldPath

func (CreateNotificationRequestPathSelectorParent) WithArrayOfValues

func (CreateNotificationRequestPathSelectorParent) WithValue

type CreateNotificationRequest_FieldMask

type CreateNotificationRequest_FieldMask struct {
	Paths []CreateNotificationRequest_FieldPath
}

func FullCreateNotificationRequest_FieldMask

func FullCreateNotificationRequest_FieldMask() *CreateNotificationRequest_FieldMask

func (*CreateNotificationRequest_FieldMask) AppendPath

func (*CreateNotificationRequest_FieldMask) AppendRawPath

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

func (*CreateNotificationRequest_FieldMask) DecodeFirestore

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

func (*CreateNotificationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateNotificationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateNotificationRequest_FieldMask) FromProtoFieldMask

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

func (*CreateNotificationRequest_FieldMask) GetPaths

func (*CreateNotificationRequest_FieldMask) GetRawPaths

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

func (*CreateNotificationRequest_FieldMask) IsFull

func (fieldMask *CreateNotificationRequest_FieldMask) IsFull() bool

func (CreateNotificationRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateNotificationRequest_FieldMask) MarshalJSON

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

func (*CreateNotificationRequest_FieldMask) PathsCount

func (fieldMask *CreateNotificationRequest_FieldMask) PathsCount() int

func (*CreateNotificationRequest_FieldMask) Project

func (*CreateNotificationRequest_FieldMask) ProjectRaw

func (*CreateNotificationRequest_FieldMask) ProtoMessage

func (fieldMask *CreateNotificationRequest_FieldMask) ProtoMessage()

func (*CreateNotificationRequest_FieldMask) ProtoReflect

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

func (*CreateNotificationRequest_FieldMask) Reset

func (fieldMask *CreateNotificationRequest_FieldMask) Reset()

func (*CreateNotificationRequest_FieldMask) Set

func (fieldMask *CreateNotificationRequest_FieldMask) Set(target, source *CreateNotificationRequest)

func (*CreateNotificationRequest_FieldMask) SetFromCliFlag

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

func (*CreateNotificationRequest_FieldMask) SetRaw

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

func (*CreateNotificationRequest_FieldMask) Size

func (fieldMask *CreateNotificationRequest_FieldMask) Size() int

func (*CreateNotificationRequest_FieldMask) String

func (fieldMask *CreateNotificationRequest_FieldMask) String() string

func (*CreateNotificationRequest_FieldMask) Subtract

func (*CreateNotificationRequest_FieldMask) SubtractRaw

func (*CreateNotificationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateNotificationRequest_FieldMask) Unmarshal

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

func (*CreateNotificationRequest_FieldMask) UnmarshalJSON

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

type CreateNotificationRequest_FieldPath

type CreateNotificationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateNotificationRequest_FieldPathSelector
	Get(source *CreateNotificationRequest) []interface{}
	GetSingle(source *CreateNotificationRequest) (interface{}, bool)
	ClearValue(item *CreateNotificationRequest)

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

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

func MustParseCreateNotificationRequest_FieldPath

func MustParseCreateNotificationRequest_FieldPath(rawField string) CreateNotificationRequest_FieldPath

func ParseCreateNotificationRequest_FieldPath

func ParseCreateNotificationRequest_FieldPath(rawField string) (CreateNotificationRequest_FieldPath, error)

type CreateNotificationRequest_FieldPathArrayItemValue

type CreateNotificationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateNotificationRequest_FieldPath
	ContainsValue(*CreateNotificationRequest) bool
}

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

func MustParseCreateNotificationRequest_FieldPathArrayItemValue

func MustParseCreateNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateNotificationRequest_FieldPathArrayItemValue

func ParseCreateNotificationRequest_FieldPathArrayItemValue

func ParseCreateNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateNotificationRequest_FieldPathArrayItemValue, error)

ParseCreateNotificationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateNotificationRequest_FieldPathArrayOfValues

type CreateNotificationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateNotificationRequest_FieldPath
}

CreateNotificationRequest_FieldPathArrayOfValues allows storing slice of values for CreateNotificationRequest fields according to their type

func MustParseCreateNotificationRequest_FieldPathArrayOfValues

func MustParseCreateNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateNotificationRequest_FieldPathArrayOfValues

func ParseCreateNotificationRequest_FieldPathArrayOfValues

func ParseCreateNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateNotificationRequest_FieldPathArrayOfValues, error)

type CreateNotificationRequest_FieldPathSelector

type CreateNotificationRequest_FieldPathSelector int32
const (
	CreateNotificationRequest_FieldPathSelectorParent       CreateNotificationRequest_FieldPathSelector = 0
	CreateNotificationRequest_FieldPathSelectorNotification CreateNotificationRequest_FieldPathSelector = 1
)

func (CreateNotificationRequest_FieldPathSelector) String

type CreateNotificationRequest_FieldPathValue

type CreateNotificationRequest_FieldPathValue interface {
	CreateNotificationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateNotificationRequest)
	CompareWith(*CreateNotificationRequest) (cmp int, comparable bool)
}

CreateNotificationRequest_FieldPathValue allows storing values for CreateNotificationRequest fields according to their type

func MustParseCreateNotificationRequest_FieldPathValue

func MustParseCreateNotificationRequest_FieldPathValue(pathStr, valueStr string) CreateNotificationRequest_FieldPathValue

func ParseCreateNotificationRequest_FieldPathValue

func ParseCreateNotificationRequest_FieldPathValue(pathStr, valueStr string) (CreateNotificationRequest_FieldPathValue, error)

type CreateNotificationRequest_FieldSubPath

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

func (*CreateNotificationRequest_FieldSubPath) AsNotificationSubPath

func (*CreateNotificationRequest_FieldSubPath) ClearValue

func (*CreateNotificationRequest_FieldSubPath) ClearValueRaw

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

func (*CreateNotificationRequest_FieldSubPath) Get

func (fps *CreateNotificationRequest_FieldSubPath) Get(source *CreateNotificationRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateNotificationRequest

func (*CreateNotificationRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateNotificationRequest_FieldSubPath) GetRaw

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

func (*CreateNotificationRequest_FieldSubPath) GetSingle

func (fps *CreateNotificationRequest_FieldSubPath) GetSingle(source *CreateNotificationRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateNotificationRequest

func (*CreateNotificationRequest_FieldSubPath) GetSingleRaw

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

func (*CreateNotificationRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateNotificationRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateNotificationRequest_FieldSubPath) Selector

func (*CreateNotificationRequest_FieldSubPath) SplitIntoTerminalIPaths

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

func (*CreateNotificationRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateNotificationRequest_FieldSubPath) WithIArrayItemValue

func (*CreateNotificationRequest_FieldSubPath) WithIArrayOfValues

func (*CreateNotificationRequest_FieldSubPath) WithIValue

func (*CreateNotificationRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateNotificationRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateNotificationRequest_FieldSubPath) WithRawIValue

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

type CreateNotificationRequest_FieldSubPathArrayItemValue

type CreateNotificationRequest_FieldSubPathArrayItemValue struct {
	CreateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldSubPathArrayItemValue) AsNotificationPathItemValue

func (*CreateNotificationRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateNotificationRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateNotificationRequest_FieldSubPathArrayOfValues

type CreateNotificationRequest_FieldSubPathArrayOfValues struct {
	CreateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldSubPathArrayOfValues) AsNotificationPathArrayOfValues

func (*CreateNotificationRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateNotificationRequest_FieldSubPathValue

type CreateNotificationRequest_FieldSubPathValue struct {
	CreateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldSubPathValue) AsNotificationPathValue

func (*CreateNotificationRequest_FieldSubPathValue) CompareWith

func (*CreateNotificationRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateNotificationRequest_FieldSubPathValue) GetRawValue

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

func (*CreateNotificationRequest_FieldSubPathValue) SetTo

func (*CreateNotificationRequest_FieldSubPathValue) SetToRaw

type CreateNotificationRequest_FieldTerminalPath

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

func (*CreateNotificationRequest_FieldTerminalPath) ClearValue

func (*CreateNotificationRequest_FieldTerminalPath) ClearValueRaw

func (*CreateNotificationRequest_FieldTerminalPath) Get

func (fp *CreateNotificationRequest_FieldTerminalPath) Get(source *CreateNotificationRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateNotificationRequest

func (*CreateNotificationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateNotificationRequest_FieldTerminalPath) GetRaw

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

func (*CreateNotificationRequest_FieldTerminalPath) GetSingle

func (fp *CreateNotificationRequest_FieldTerminalPath) GetSingle(source *CreateNotificationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateNotificationRequest

func (*CreateNotificationRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateNotificationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateNotificationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateNotificationRequest_FieldTerminalPath) Selector

func (*CreateNotificationRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*CreateNotificationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateNotificationRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateNotificationRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateNotificationRequest_FieldTerminalPath) WithIValue

func (*CreateNotificationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateNotificationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateNotificationRequest_FieldTerminalPath) WithRawIValue

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

type CreateNotificationRequest_FieldTerminalPathArrayItemValue

type CreateNotificationRequest_FieldTerminalPathArrayItemValue struct {
	CreateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateNotificationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateNotificationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateNotificationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateNotificationRequest_FieldTerminalPathArrayOfValues

type CreateNotificationRequest_FieldTerminalPathArrayOfValues struct {
	CreateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldTerminalPathArrayOfValues) AsNotificationArrayOfValues

func (*CreateNotificationRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateNotificationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateNotificationRequest_FieldTerminalPathValue

type CreateNotificationRequest_FieldTerminalPathValue struct {
	CreateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateNotificationRequest_FieldTerminalPathValue) AsNotificationValue

func (*CreateNotificationRequest_FieldTerminalPathValue) AsParentValue

func (*CreateNotificationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateNotificationRequest_FieldTerminalPathValue' with the value under path in 'CreateNotificationRequest'.

func (*CreateNotificationRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateNotificationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateNotificationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateNotificationRequest

func (*CreateNotificationRequest_FieldTerminalPathValue) SetToRaw

type DeleteNotificationDescriptor

type DeleteNotificationDescriptor struct{}

func GetDeleteNotificationDescriptor

func GetDeleteNotificationDescriptor() *DeleteNotificationDescriptor

func (*DeleteNotificationDescriptor) GetApiDescriptor

func (*DeleteNotificationDescriptor) GetApiName

func (d *DeleteNotificationDescriptor) GetApiName() string

func (*DeleteNotificationDescriptor) GetClientMsgReflectHandle

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

func (*DeleteNotificationDescriptor) GetFullMethodName

func (d *DeleteNotificationDescriptor) GetFullMethodName() string

func (*DeleteNotificationDescriptor) GetMethodName

func (d *DeleteNotificationDescriptor) GetMethodName() string

func (*DeleteNotificationDescriptor) GetProtoPkgName

func (d *DeleteNotificationDescriptor) GetProtoPkgName() string

func (*DeleteNotificationDescriptor) GetResourceDescriptor

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

func (*DeleteNotificationDescriptor) GetServerMsgReflectHandle

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

func (*DeleteNotificationDescriptor) GetServiceDomain

func (d *DeleteNotificationDescriptor) GetServiceDomain() string

func (*DeleteNotificationDescriptor) GetServiceVersion

func (d *DeleteNotificationDescriptor) GetServiceVersion() string

func (*DeleteNotificationDescriptor) GetVerb

func (d *DeleteNotificationDescriptor) GetVerb() string

func (*DeleteNotificationDescriptor) HasResource

func (d *DeleteNotificationDescriptor) HasResource() bool

func (*DeleteNotificationDescriptor) IsClientStream

func (d *DeleteNotificationDescriptor) IsClientStream() bool

func (*DeleteNotificationDescriptor) IsCollection

func (d *DeleteNotificationDescriptor) IsCollection() bool

func (*DeleteNotificationDescriptor) IsPlural

func (d *DeleteNotificationDescriptor) IsPlural() bool

func (*DeleteNotificationDescriptor) IsServerStream

func (d *DeleteNotificationDescriptor) IsServerStream() bool

func (*DeleteNotificationDescriptor) IsUnary

func (d *DeleteNotificationDescriptor) IsUnary() bool

func (*DeleteNotificationDescriptor) NewEmptyClientMsg

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

func (*DeleteNotificationDescriptor) NewEmptyServerMsg

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

func (*DeleteNotificationDescriptor) RequestHasResourceBody

func (d *DeleteNotificationDescriptor) RequestHasResourceBody() bool

type DeleteNotificationDescriptorClientMsgHandle

type DeleteNotificationDescriptorClientMsgHandle struct{}

func (*DeleteNotificationDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteNotificationDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteNotificationDescriptorClientMsgHandle) ExtractResourceNames

type DeleteNotificationDescriptorServerMsgHandle

type DeleteNotificationDescriptorServerMsgHandle struct{}

func (*DeleteNotificationDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteNotificationDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteNotificationDescriptorServerMsgHandle) ExtractResourceNames

type DeleteNotificationRequest

type DeleteNotificationRequest struct {

	// Reference of ntt.monitoring.v3.Notification
	Name *notification.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteNotification][ntt.monitoring.v3.DeleteNotification]

func (*DeleteNotificationRequest) Clone

func (*DeleteNotificationRequest) CloneRaw

func (*DeleteNotificationRequest) Descriptor

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

Deprecated, Use DeleteNotificationRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotificationRequest) GetName

func (*DeleteNotificationRequest) GotenMessage

func (*DeleteNotificationRequest) GotenMessage()

func (*DeleteNotificationRequest) GotenObjectExt

func (o *DeleteNotificationRequest) GotenObjectExt()

func (*DeleteNotificationRequest) GotenValidate

func (obj *DeleteNotificationRequest) GotenValidate() error

func (*DeleteNotificationRequest) MakeDiffFieldMask

func (*DeleteNotificationRequest) MakeFullFieldMask

func (*DeleteNotificationRequest) MakeRawDiffFieldMask

func (*DeleteNotificationRequest) MakeRawFullFieldMask

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

func (*DeleteNotificationRequest) Marshal

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

func (*DeleteNotificationRequest) MarshalJSON

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

func (*DeleteNotificationRequest) Merge

func (*DeleteNotificationRequest) MergeRaw

func (*DeleteNotificationRequest) ProtoMessage

func (*DeleteNotificationRequest) ProtoMessage()

func (*DeleteNotificationRequest) ProtoReflect

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

func (*DeleteNotificationRequest) Reset

func (m *DeleteNotificationRequest) Reset()

func (*DeleteNotificationRequest) SetName

func (*DeleteNotificationRequest) String

func (m *DeleteNotificationRequest) String() string

func (*DeleteNotificationRequest) Unmarshal

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

func (*DeleteNotificationRequest) UnmarshalJSON

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

type DeleteNotificationRequestFieldPathBuilder

type DeleteNotificationRequestFieldPathBuilder struct{}

func NewDeleteNotificationRequestFieldPathBuilder

func NewDeleteNotificationRequestFieldPathBuilder() DeleteNotificationRequestFieldPathBuilder

func (DeleteNotificationRequestFieldPathBuilder) Name

type DeleteNotificationRequestPathSelectorName

type DeleteNotificationRequestPathSelectorName struct{}

func (DeleteNotificationRequestPathSelectorName) FieldPath

func (DeleteNotificationRequestPathSelectorName) WithArrayOfValues

func (DeleteNotificationRequestPathSelectorName) WithValue

type DeleteNotificationRequest_FieldMask

type DeleteNotificationRequest_FieldMask struct {
	Paths []DeleteNotificationRequest_FieldPath
}

func FullDeleteNotificationRequest_FieldMask

func FullDeleteNotificationRequest_FieldMask() *DeleteNotificationRequest_FieldMask

func (*DeleteNotificationRequest_FieldMask) AppendPath

func (*DeleteNotificationRequest_FieldMask) AppendRawPath

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

func (*DeleteNotificationRequest_FieldMask) DecodeFirestore

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

func (*DeleteNotificationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteNotificationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteNotificationRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteNotificationRequest_FieldMask) GetPaths

func (*DeleteNotificationRequest_FieldMask) GetRawPaths

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

func (*DeleteNotificationRequest_FieldMask) IsFull

func (fieldMask *DeleteNotificationRequest_FieldMask) IsFull() bool

func (DeleteNotificationRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteNotificationRequest_FieldMask) MarshalJSON

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

func (*DeleteNotificationRequest_FieldMask) PathsCount

func (fieldMask *DeleteNotificationRequest_FieldMask) PathsCount() int

func (*DeleteNotificationRequest_FieldMask) Project

func (*DeleteNotificationRequest_FieldMask) ProjectRaw

func (*DeleteNotificationRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteNotificationRequest_FieldMask) ProtoMessage()

func (*DeleteNotificationRequest_FieldMask) ProtoReflect

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

func (*DeleteNotificationRequest_FieldMask) Reset

func (fieldMask *DeleteNotificationRequest_FieldMask) Reset()

func (*DeleteNotificationRequest_FieldMask) Set

func (fieldMask *DeleteNotificationRequest_FieldMask) Set(target, source *DeleteNotificationRequest)

func (*DeleteNotificationRequest_FieldMask) SetFromCliFlag

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

func (*DeleteNotificationRequest_FieldMask) SetRaw

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

func (*DeleteNotificationRequest_FieldMask) Size

func (fieldMask *DeleteNotificationRequest_FieldMask) Size() int

func (*DeleteNotificationRequest_FieldMask) String

func (fieldMask *DeleteNotificationRequest_FieldMask) String() string

func (*DeleteNotificationRequest_FieldMask) Subtract

func (*DeleteNotificationRequest_FieldMask) SubtractRaw

func (*DeleteNotificationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteNotificationRequest_FieldMask) Unmarshal

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

func (*DeleteNotificationRequest_FieldMask) UnmarshalJSON

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

type DeleteNotificationRequest_FieldPath

type DeleteNotificationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteNotificationRequest_FieldPathSelector
	Get(source *DeleteNotificationRequest) []interface{}
	GetSingle(source *DeleteNotificationRequest) (interface{}, bool)
	ClearValue(item *DeleteNotificationRequest)

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

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

func MustParseDeleteNotificationRequest_FieldPath

func MustParseDeleteNotificationRequest_FieldPath(rawField string) DeleteNotificationRequest_FieldPath

func ParseDeleteNotificationRequest_FieldPath

func ParseDeleteNotificationRequest_FieldPath(rawField string) (DeleteNotificationRequest_FieldPath, error)

type DeleteNotificationRequest_FieldPathArrayItemValue

type DeleteNotificationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteNotificationRequest_FieldPath
	ContainsValue(*DeleteNotificationRequest) bool
}

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

func MustParseDeleteNotificationRequest_FieldPathArrayItemValue

func MustParseDeleteNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteNotificationRequest_FieldPathArrayItemValue

func ParseDeleteNotificationRequest_FieldPathArrayItemValue

func ParseDeleteNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteNotificationRequest_FieldPathArrayItemValue, error)

ParseDeleteNotificationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteNotificationRequest_FieldPathArrayOfValues

type DeleteNotificationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteNotificationRequest_FieldPath
}

DeleteNotificationRequest_FieldPathArrayOfValues allows storing slice of values for DeleteNotificationRequest fields according to their type

func MustParseDeleteNotificationRequest_FieldPathArrayOfValues

func MustParseDeleteNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteNotificationRequest_FieldPathArrayOfValues

func ParseDeleteNotificationRequest_FieldPathArrayOfValues

func ParseDeleteNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteNotificationRequest_FieldPathArrayOfValues, error)

type DeleteNotificationRequest_FieldPathSelector

type DeleteNotificationRequest_FieldPathSelector int32
const (
	DeleteNotificationRequest_FieldPathSelectorName DeleteNotificationRequest_FieldPathSelector = 0
)

func (DeleteNotificationRequest_FieldPathSelector) String

type DeleteNotificationRequest_FieldPathValue

type DeleteNotificationRequest_FieldPathValue interface {
	DeleteNotificationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteNotificationRequest)
	CompareWith(*DeleteNotificationRequest) (cmp int, comparable bool)
}

DeleteNotificationRequest_FieldPathValue allows storing values for DeleteNotificationRequest fields according to their type

func MustParseDeleteNotificationRequest_FieldPathValue

func MustParseDeleteNotificationRequest_FieldPathValue(pathStr, valueStr string) DeleteNotificationRequest_FieldPathValue

func ParseDeleteNotificationRequest_FieldPathValue

func ParseDeleteNotificationRequest_FieldPathValue(pathStr, valueStr string) (DeleteNotificationRequest_FieldPathValue, error)

type DeleteNotificationRequest_FieldTerminalPath

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

func (*DeleteNotificationRequest_FieldTerminalPath) ClearValue

func (*DeleteNotificationRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteNotificationRequest_FieldTerminalPath) Get

func (fp *DeleteNotificationRequest_FieldTerminalPath) Get(source *DeleteNotificationRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteNotificationRequest

func (*DeleteNotificationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteNotificationRequest_FieldTerminalPath) GetRaw

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

func (*DeleteNotificationRequest_FieldTerminalPath) GetSingle

func (fp *DeleteNotificationRequest_FieldTerminalPath) GetSingle(source *DeleteNotificationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteNotificationRequest

func (*DeleteNotificationRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteNotificationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteNotificationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteNotificationRequest_FieldTerminalPath) Selector

func (*DeleteNotificationRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*DeleteNotificationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteNotificationRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteNotificationRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteNotificationRequest_FieldTerminalPath) WithIValue

func (*DeleteNotificationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteNotificationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteNotificationRequest_FieldTerminalPath) WithRawIValue

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

type DeleteNotificationRequest_FieldTerminalPathArrayItemValue

type DeleteNotificationRequest_FieldTerminalPathArrayItemValue struct {
	DeleteNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteNotificationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteNotificationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteNotificationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteNotificationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteNotificationRequest_FieldTerminalPathArrayOfValues

type DeleteNotificationRequest_FieldTerminalPathArrayOfValues struct {
	DeleteNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteNotificationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteNotificationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteNotificationRequest_FieldTerminalPathValue

type DeleteNotificationRequest_FieldTerminalPathValue struct {
	DeleteNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteNotificationRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteNotificationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteNotificationRequest_FieldTerminalPathValue' with the value under path in 'DeleteNotificationRequest'.

func (*DeleteNotificationRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteNotificationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteNotificationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteNotificationRequest

func (*DeleteNotificationRequest_FieldTerminalPathValue) SetToRaw

type GetNotificationDescriptor

type GetNotificationDescriptor struct{}

func GetGetNotificationDescriptor

func GetGetNotificationDescriptor() *GetNotificationDescriptor

func (*GetNotificationDescriptor) GetApiDescriptor

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

func (*GetNotificationDescriptor) GetApiName

func (d *GetNotificationDescriptor) GetApiName() string

func (*GetNotificationDescriptor) GetClientMsgReflectHandle

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

func (*GetNotificationDescriptor) GetFullMethodName

func (d *GetNotificationDescriptor) GetFullMethodName() string

func (*GetNotificationDescriptor) GetMethodName

func (d *GetNotificationDescriptor) GetMethodName() string

func (*GetNotificationDescriptor) GetProtoPkgName

func (d *GetNotificationDescriptor) GetProtoPkgName() string

func (*GetNotificationDescriptor) GetResourceDescriptor

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

func (*GetNotificationDescriptor) GetServerMsgReflectHandle

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

func (*GetNotificationDescriptor) GetServiceDomain

func (d *GetNotificationDescriptor) GetServiceDomain() string

func (*GetNotificationDescriptor) GetServiceVersion

func (d *GetNotificationDescriptor) GetServiceVersion() string

func (*GetNotificationDescriptor) GetVerb

func (d *GetNotificationDescriptor) GetVerb() string

func (*GetNotificationDescriptor) HasResource

func (d *GetNotificationDescriptor) HasResource() bool

func (*GetNotificationDescriptor) IsClientStream

func (d *GetNotificationDescriptor) IsClientStream() bool

func (*GetNotificationDescriptor) IsCollection

func (d *GetNotificationDescriptor) IsCollection() bool

func (*GetNotificationDescriptor) IsPlural

func (d *GetNotificationDescriptor) IsPlural() bool

func (*GetNotificationDescriptor) IsServerStream

func (d *GetNotificationDescriptor) IsServerStream() bool

func (*GetNotificationDescriptor) IsUnary

func (d *GetNotificationDescriptor) IsUnary() bool

func (*GetNotificationDescriptor) NewEmptyClientMsg

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

func (*GetNotificationDescriptor) NewEmptyServerMsg

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

func (*GetNotificationDescriptor) RequestHasResourceBody

func (d *GetNotificationDescriptor) RequestHasResourceBody() bool

type GetNotificationDescriptorClientMsgHandle

type GetNotificationDescriptorClientMsgHandle struct{}

func (*GetNotificationDescriptorClientMsgHandle) ExtractCollectionName

func (*GetNotificationDescriptorClientMsgHandle) ExtractResourceName

func (*GetNotificationDescriptorClientMsgHandle) ExtractResourceNames

type GetNotificationDescriptorServerMsgHandle

type GetNotificationDescriptorServerMsgHandle struct{}

func (*GetNotificationDescriptorServerMsgHandle) ExtractCollectionName

func (*GetNotificationDescriptorServerMsgHandle) ExtractResourceName

func (*GetNotificationDescriptorServerMsgHandle) ExtractResourceNames

type GetNotificationRequest

type GetNotificationRequest struct {

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

Request message for method [GetNotification][ntt.monitoring.v3.GetNotification]

func (*GetNotificationRequest) Clone

func (*GetNotificationRequest) CloneRaw

func (*GetNotificationRequest) Descriptor

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

Deprecated, Use GetNotificationRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationRequest) GetFieldMask

func (*GetNotificationRequest) GetName

func (*GetNotificationRequest) GetView

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

func (*GetNotificationRequest) GotenMessage

func (*GetNotificationRequest) GotenMessage()

func (*GetNotificationRequest) GotenObjectExt

func (o *GetNotificationRequest) GotenObjectExt()

func (*GetNotificationRequest) GotenValidate

func (obj *GetNotificationRequest) GotenValidate() error

func (*GetNotificationRequest) MakeDiffFieldMask

func (*GetNotificationRequest) MakeFullFieldMask

func (*GetNotificationRequest) MakeRawDiffFieldMask

func (*GetNotificationRequest) MakeRawFullFieldMask

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

func (*GetNotificationRequest) Marshal

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

func (*GetNotificationRequest) MarshalJSON

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

func (*GetNotificationRequest) Merge

func (*GetNotificationRequest) MergeRaw

func (*GetNotificationRequest) ProtoMessage

func (*GetNotificationRequest) ProtoMessage()

func (*GetNotificationRequest) ProtoReflect

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

func (*GetNotificationRequest) Reset

func (m *GetNotificationRequest) Reset()

func (*GetNotificationRequest) SetFieldMask

func (*GetNotificationRequest) SetName

func (*GetNotificationRequest) SetView

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

func (*GetNotificationRequest) String

func (m *GetNotificationRequest) String() string

func (*GetNotificationRequest) Unmarshal

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

func (*GetNotificationRequest) UnmarshalJSON

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

type GetNotificationRequestFieldPathBuilder

type GetNotificationRequestFieldPathBuilder struct{}

func NewGetNotificationRequestFieldPathBuilder

func NewGetNotificationRequestFieldPathBuilder() GetNotificationRequestFieldPathBuilder

func (GetNotificationRequestFieldPathBuilder) FieldMask

func (GetNotificationRequestFieldPathBuilder) Name

func (GetNotificationRequestFieldPathBuilder) View

type GetNotificationRequestPathSelectorFieldMask

type GetNotificationRequestPathSelectorFieldMask struct{}

func (GetNotificationRequestPathSelectorFieldMask) FieldPath

type GetNotificationRequestPathSelectorName

type GetNotificationRequestPathSelectorName struct{}

func (GetNotificationRequestPathSelectorName) FieldPath

func (GetNotificationRequestPathSelectorName) WithArrayOfValues

func (GetNotificationRequestPathSelectorName) WithValue

type GetNotificationRequestPathSelectorView

type GetNotificationRequestPathSelectorView struct{}

func (GetNotificationRequestPathSelectorView) FieldPath

func (GetNotificationRequestPathSelectorView) WithArrayOfValues

func (GetNotificationRequestPathSelectorView) WithValue

type GetNotificationRequest_FieldMask

type GetNotificationRequest_FieldMask struct {
	Paths []GetNotificationRequest_FieldPath
}

func FullGetNotificationRequest_FieldMask

func FullGetNotificationRequest_FieldMask() *GetNotificationRequest_FieldMask

func (*GetNotificationRequest_FieldMask) AppendPath

func (*GetNotificationRequest_FieldMask) AppendRawPath

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

func (*GetNotificationRequest_FieldMask) DecodeFirestore

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

func (*GetNotificationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetNotificationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetNotificationRequest_FieldMask) FromProtoFieldMask

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

func (*GetNotificationRequest_FieldMask) GetPaths

func (*GetNotificationRequest_FieldMask) GetRawPaths

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

func (*GetNotificationRequest_FieldMask) IsFull

func (fieldMask *GetNotificationRequest_FieldMask) IsFull() bool

func (GetNotificationRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetNotificationRequest_FieldMask) MarshalJSON

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

func (*GetNotificationRequest_FieldMask) PathsCount

func (fieldMask *GetNotificationRequest_FieldMask) PathsCount() int

func (*GetNotificationRequest_FieldMask) Project

func (*GetNotificationRequest_FieldMask) ProjectRaw

func (*GetNotificationRequest_FieldMask) ProtoMessage

func (fieldMask *GetNotificationRequest_FieldMask) ProtoMessage()

func (*GetNotificationRequest_FieldMask) ProtoReflect

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

func (*GetNotificationRequest_FieldMask) Reset

func (fieldMask *GetNotificationRequest_FieldMask) Reset()

func (*GetNotificationRequest_FieldMask) Set

func (fieldMask *GetNotificationRequest_FieldMask) Set(target, source *GetNotificationRequest)

func (*GetNotificationRequest_FieldMask) SetFromCliFlag

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

func (*GetNotificationRequest_FieldMask) SetRaw

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

func (*GetNotificationRequest_FieldMask) Size

func (fieldMask *GetNotificationRequest_FieldMask) Size() int

func (*GetNotificationRequest_FieldMask) String

func (fieldMask *GetNotificationRequest_FieldMask) String() string

func (*GetNotificationRequest_FieldMask) Subtract

func (*GetNotificationRequest_FieldMask) SubtractRaw

func (*GetNotificationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetNotificationRequest_FieldMask) Unmarshal

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

func (*GetNotificationRequest_FieldMask) UnmarshalJSON

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

type GetNotificationRequest_FieldPath

type GetNotificationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetNotificationRequest_FieldPathSelector
	Get(source *GetNotificationRequest) []interface{}
	GetSingle(source *GetNotificationRequest) (interface{}, bool)
	ClearValue(item *GetNotificationRequest)

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

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

func MustParseGetNotificationRequest_FieldPath

func MustParseGetNotificationRequest_FieldPath(rawField string) GetNotificationRequest_FieldPath

func ParseGetNotificationRequest_FieldPath

func ParseGetNotificationRequest_FieldPath(rawField string) (GetNotificationRequest_FieldPath, error)

type GetNotificationRequest_FieldPathArrayItemValue

type GetNotificationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetNotificationRequest_FieldPath
	ContainsValue(*GetNotificationRequest) bool
}

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

func MustParseGetNotificationRequest_FieldPathArrayItemValue

func MustParseGetNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetNotificationRequest_FieldPathArrayItemValue

func ParseGetNotificationRequest_FieldPathArrayItemValue

func ParseGetNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetNotificationRequest_FieldPathArrayItemValue, error)

ParseGetNotificationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetNotificationRequest_FieldPathArrayOfValues

type GetNotificationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetNotificationRequest_FieldPath
}

GetNotificationRequest_FieldPathArrayOfValues allows storing slice of values for GetNotificationRequest fields according to their type

func MustParseGetNotificationRequest_FieldPathArrayOfValues

func MustParseGetNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetNotificationRequest_FieldPathArrayOfValues

func ParseGetNotificationRequest_FieldPathArrayOfValues

func ParseGetNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetNotificationRequest_FieldPathArrayOfValues, error)

type GetNotificationRequest_FieldPathSelector

type GetNotificationRequest_FieldPathSelector int32
const (
	GetNotificationRequest_FieldPathSelectorName      GetNotificationRequest_FieldPathSelector = 0
	GetNotificationRequest_FieldPathSelectorFieldMask GetNotificationRequest_FieldPathSelector = 1
	GetNotificationRequest_FieldPathSelectorView      GetNotificationRequest_FieldPathSelector = 2
)

func (GetNotificationRequest_FieldPathSelector) String

type GetNotificationRequest_FieldPathValue

type GetNotificationRequest_FieldPathValue interface {
	GetNotificationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetNotificationRequest)
	CompareWith(*GetNotificationRequest) (cmp int, comparable bool)
}

GetNotificationRequest_FieldPathValue allows storing values for GetNotificationRequest fields according to their type

func MustParseGetNotificationRequest_FieldPathValue

func MustParseGetNotificationRequest_FieldPathValue(pathStr, valueStr string) GetNotificationRequest_FieldPathValue

func ParseGetNotificationRequest_FieldPathValue

func ParseGetNotificationRequest_FieldPathValue(pathStr, valueStr string) (GetNotificationRequest_FieldPathValue, error)

type GetNotificationRequest_FieldTerminalPath

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

func (*GetNotificationRequest_FieldTerminalPath) ClearValue

func (*GetNotificationRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetNotificationRequest_FieldTerminalPath) Get

func (fp *GetNotificationRequest_FieldTerminalPath) Get(source *GetNotificationRequest) (values []interface{})

Get returns all values pointed by specific field from source GetNotificationRequest

func (*GetNotificationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetNotificationRequest_FieldTerminalPath) GetRaw

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

func (*GetNotificationRequest_FieldTerminalPath) GetSingle

func (fp *GetNotificationRequest_FieldTerminalPath) GetSingle(source *GetNotificationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetNotificationRequest

func (*GetNotificationRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetNotificationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetNotificationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetNotificationRequest_FieldTerminalPath) Selector

func (*GetNotificationRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*GetNotificationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetNotificationRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetNotificationRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetNotificationRequest_FieldTerminalPath) WithIValue

func (*GetNotificationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetNotificationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetNotificationRequest_FieldTerminalPath) WithRawIValue

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

type GetNotificationRequest_FieldTerminalPathArrayItemValue

type GetNotificationRequest_FieldTerminalPathArrayItemValue struct {
	GetNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNotificationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetNotificationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetNotificationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetNotificationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetNotificationRequest_FieldTerminalPathArrayOfValues

type GetNotificationRequest_FieldTerminalPathArrayOfValues struct {
	GetNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNotificationRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetNotificationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetNotificationRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetNotificationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetNotificationRequest_FieldTerminalPathValue

type GetNotificationRequest_FieldTerminalPathValue struct {
	GetNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNotificationRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetNotificationRequest_FieldTerminalPathValue) AsNameValue

func (*GetNotificationRequest_FieldTerminalPathValue) AsViewValue

func (*GetNotificationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetNotificationRequest_FieldTerminalPathValue' with the value under path in 'GetNotificationRequest'.

func (*GetNotificationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetNotificationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetNotificationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetNotificationRequest

func (*GetNotificationRequest_FieldTerminalPathValue) SetToRaw

type ListNotificationsDescriptor

type ListNotificationsDescriptor struct{}

func GetListNotificationsDescriptor

func GetListNotificationsDescriptor() *ListNotificationsDescriptor

func (*ListNotificationsDescriptor) GetApiDescriptor

func (*ListNotificationsDescriptor) GetApiName

func (d *ListNotificationsDescriptor) GetApiName() string

func (*ListNotificationsDescriptor) GetClientMsgReflectHandle

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

func (*ListNotificationsDescriptor) GetFullMethodName

func (d *ListNotificationsDescriptor) GetFullMethodName() string

func (*ListNotificationsDescriptor) GetMethodName

func (d *ListNotificationsDescriptor) GetMethodName() string

func (*ListNotificationsDescriptor) GetProtoPkgName

func (d *ListNotificationsDescriptor) GetProtoPkgName() string

func (*ListNotificationsDescriptor) GetResourceDescriptor

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

func (*ListNotificationsDescriptor) GetServerMsgReflectHandle

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

func (*ListNotificationsDescriptor) GetServiceDomain

func (d *ListNotificationsDescriptor) GetServiceDomain() string

func (*ListNotificationsDescriptor) GetServiceVersion

func (d *ListNotificationsDescriptor) GetServiceVersion() string

func (*ListNotificationsDescriptor) GetVerb

func (d *ListNotificationsDescriptor) GetVerb() string

func (*ListNotificationsDescriptor) HasResource

func (d *ListNotificationsDescriptor) HasResource() bool

func (*ListNotificationsDescriptor) IsClientStream

func (d *ListNotificationsDescriptor) IsClientStream() bool

func (*ListNotificationsDescriptor) IsCollection

func (d *ListNotificationsDescriptor) IsCollection() bool

func (*ListNotificationsDescriptor) IsPlural

func (d *ListNotificationsDescriptor) IsPlural() bool

func (*ListNotificationsDescriptor) IsServerStream

func (d *ListNotificationsDescriptor) IsServerStream() bool

func (*ListNotificationsDescriptor) IsUnary

func (d *ListNotificationsDescriptor) IsUnary() bool

func (*ListNotificationsDescriptor) NewEmptyClientMsg

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

func (*ListNotificationsDescriptor) NewEmptyServerMsg

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

func (*ListNotificationsDescriptor) RequestHasResourceBody

func (d *ListNotificationsDescriptor) RequestHasResourceBody() bool

type ListNotificationsDescriptorClientMsgHandle

type ListNotificationsDescriptorClientMsgHandle struct{}

func (*ListNotificationsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListNotificationsDescriptorClientMsgHandle) ExtractResourceName

func (*ListNotificationsDescriptorClientMsgHandle) ExtractResourceNames

type ListNotificationsDescriptorServerMsgHandle

type ListNotificationsDescriptorServerMsgHandle struct{}

func (*ListNotificationsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListNotificationsDescriptorServerMsgHandle) ExtractResourceName

func (*ListNotificationsDescriptorServerMsgHandle) ExtractResourceNames

type ListNotificationsRequest

type ListNotificationsRequest struct {

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

Request message for method [ListNotifications][ntt.monitoring.v3.ListNotifications]

func (*ListNotificationsRequest) Clone

func (*ListNotificationsRequest) CloneRaw

func (*ListNotificationsRequest) Descriptor

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

Deprecated, Use ListNotificationsRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationsRequest) GetFieldMask

func (*ListNotificationsRequest) GetFilter

func (*ListNotificationsRequest) GetIncludePagingInfo

func (m *ListNotificationsRequest) GetIncludePagingInfo() bool

func (*ListNotificationsRequest) GetOrderBy

func (*ListNotificationsRequest) GetPageSize

func (m *ListNotificationsRequest) GetPageSize() int32

func (*ListNotificationsRequest) GetPageToken

func (*ListNotificationsRequest) GetParent

func (*ListNotificationsRequest) GetView

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

func (*ListNotificationsRequest) GotenMessage

func (*ListNotificationsRequest) GotenMessage()

func (*ListNotificationsRequest) GotenObjectExt

func (o *ListNotificationsRequest) GotenObjectExt()

func (*ListNotificationsRequest) GotenValidate

func (obj *ListNotificationsRequest) GotenValidate() error

func (*ListNotificationsRequest) MakeDiffFieldMask

func (*ListNotificationsRequest) MakeFullFieldMask

func (*ListNotificationsRequest) MakeRawDiffFieldMask

func (*ListNotificationsRequest) MakeRawFullFieldMask

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

func (*ListNotificationsRequest) Marshal

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

func (*ListNotificationsRequest) MarshalJSON

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

func (*ListNotificationsRequest) Merge

func (*ListNotificationsRequest) MergeRaw

func (*ListNotificationsRequest) ProtoMessage

func (*ListNotificationsRequest) ProtoMessage()

func (*ListNotificationsRequest) ProtoReflect

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

func (*ListNotificationsRequest) Reset

func (m *ListNotificationsRequest) Reset()

func (*ListNotificationsRequest) SetFieldMask

func (*ListNotificationsRequest) SetFilter

func (m *ListNotificationsRequest) SetFilter(fv *notification.Filter)

func (*ListNotificationsRequest) SetIncludePagingInfo

func (m *ListNotificationsRequest) SetIncludePagingInfo(fv bool)

func (*ListNotificationsRequest) SetOrderBy

func (m *ListNotificationsRequest) SetOrderBy(fv *notification.OrderBy)

func (*ListNotificationsRequest) SetPageSize

func (m *ListNotificationsRequest) SetPageSize(fv int32)

func (*ListNotificationsRequest) SetPageToken

func (m *ListNotificationsRequest) SetPageToken(fv *notification.PagerCursor)

func (*ListNotificationsRequest) SetParent

func (*ListNotificationsRequest) SetView

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

func (*ListNotificationsRequest) String

func (m *ListNotificationsRequest) String() string

func (*ListNotificationsRequest) Unmarshal

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

func (*ListNotificationsRequest) UnmarshalJSON

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

type ListNotificationsRequestFieldPathBuilder

type ListNotificationsRequestFieldPathBuilder struct{}

func NewListNotificationsRequestFieldPathBuilder

func NewListNotificationsRequestFieldPathBuilder() ListNotificationsRequestFieldPathBuilder

func (ListNotificationsRequestFieldPathBuilder) FieldMask

func (ListNotificationsRequestFieldPathBuilder) Filter

func (ListNotificationsRequestFieldPathBuilder) IncludePagingInfo

func (ListNotificationsRequestFieldPathBuilder) OrderBy

func (ListNotificationsRequestFieldPathBuilder) PageSize

func (ListNotificationsRequestFieldPathBuilder) PageToken

func (ListNotificationsRequestFieldPathBuilder) Parent

func (ListNotificationsRequestFieldPathBuilder) View

type ListNotificationsRequestPathSelectorFieldMask

type ListNotificationsRequestPathSelectorFieldMask struct{}

func (ListNotificationsRequestPathSelectorFieldMask) FieldPath

type ListNotificationsRequestPathSelectorFilter

type ListNotificationsRequestPathSelectorFilter struct{}

func (ListNotificationsRequestPathSelectorFilter) FieldPath

func (ListNotificationsRequestPathSelectorFilter) WithArrayOfValues

func (ListNotificationsRequestPathSelectorFilter) WithValue

type ListNotificationsRequestPathSelectorIncludePagingInfo

type ListNotificationsRequestPathSelectorIncludePagingInfo struct{}

func (ListNotificationsRequestPathSelectorIncludePagingInfo) FieldPath

func (ListNotificationsRequestPathSelectorIncludePagingInfo) WithArrayOfValues

func (ListNotificationsRequestPathSelectorIncludePagingInfo) WithValue

type ListNotificationsRequestPathSelectorOrderBy

type ListNotificationsRequestPathSelectorOrderBy struct{}

func (ListNotificationsRequestPathSelectorOrderBy) FieldPath

func (ListNotificationsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListNotificationsRequestPathSelectorOrderBy) WithValue

type ListNotificationsRequestPathSelectorPageSize

type ListNotificationsRequestPathSelectorPageSize struct{}

func (ListNotificationsRequestPathSelectorPageSize) FieldPath

func (ListNotificationsRequestPathSelectorPageSize) WithArrayOfValues

func (ListNotificationsRequestPathSelectorPageSize) WithValue

type ListNotificationsRequestPathSelectorPageToken

type ListNotificationsRequestPathSelectorPageToken struct{}

func (ListNotificationsRequestPathSelectorPageToken) FieldPath

func (ListNotificationsRequestPathSelectorPageToken) WithArrayOfValues

func (ListNotificationsRequestPathSelectorPageToken) WithValue

type ListNotificationsRequestPathSelectorParent

type ListNotificationsRequestPathSelectorParent struct{}

func (ListNotificationsRequestPathSelectorParent) FieldPath

func (ListNotificationsRequestPathSelectorParent) WithArrayOfValues

func (ListNotificationsRequestPathSelectorParent) WithValue

type ListNotificationsRequestPathSelectorView

type ListNotificationsRequestPathSelectorView struct{}

func (ListNotificationsRequestPathSelectorView) FieldPath

func (ListNotificationsRequestPathSelectorView) WithArrayOfValues

func (ListNotificationsRequestPathSelectorView) WithValue

type ListNotificationsRequest_FieldMask

type ListNotificationsRequest_FieldMask struct {
	Paths []ListNotificationsRequest_FieldPath
}

func FullListNotificationsRequest_FieldMask

func FullListNotificationsRequest_FieldMask() *ListNotificationsRequest_FieldMask

func (*ListNotificationsRequest_FieldMask) AppendPath

func (*ListNotificationsRequest_FieldMask) AppendRawPath

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

func (*ListNotificationsRequest_FieldMask) DecodeFirestore

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

func (*ListNotificationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListNotificationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListNotificationsRequest_FieldMask) FromProtoFieldMask

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

func (*ListNotificationsRequest_FieldMask) GetPaths

func (*ListNotificationsRequest_FieldMask) GetRawPaths

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

func (*ListNotificationsRequest_FieldMask) IsFull

func (fieldMask *ListNotificationsRequest_FieldMask) IsFull() bool

func (ListNotificationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListNotificationsRequest_FieldMask) MarshalJSON

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

func (*ListNotificationsRequest_FieldMask) PathsCount

func (fieldMask *ListNotificationsRequest_FieldMask) PathsCount() int

func (*ListNotificationsRequest_FieldMask) Project

func (*ListNotificationsRequest_FieldMask) ProjectRaw

func (*ListNotificationsRequest_FieldMask) ProtoMessage

func (fieldMask *ListNotificationsRequest_FieldMask) ProtoMessage()

func (*ListNotificationsRequest_FieldMask) ProtoReflect

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

func (*ListNotificationsRequest_FieldMask) Reset

func (fieldMask *ListNotificationsRequest_FieldMask) Reset()

func (*ListNotificationsRequest_FieldMask) Set

func (fieldMask *ListNotificationsRequest_FieldMask) Set(target, source *ListNotificationsRequest)

func (*ListNotificationsRequest_FieldMask) SetFromCliFlag

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

func (*ListNotificationsRequest_FieldMask) SetRaw

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

func (*ListNotificationsRequest_FieldMask) Size

func (fieldMask *ListNotificationsRequest_FieldMask) Size() int

func (*ListNotificationsRequest_FieldMask) String

func (fieldMask *ListNotificationsRequest_FieldMask) String() string

func (*ListNotificationsRequest_FieldMask) Subtract

func (*ListNotificationsRequest_FieldMask) SubtractRaw

func (*ListNotificationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListNotificationsRequest_FieldMask) Unmarshal

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

func (*ListNotificationsRequest_FieldMask) UnmarshalJSON

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

type ListNotificationsRequest_FieldPath

type ListNotificationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListNotificationsRequest_FieldPathSelector
	Get(source *ListNotificationsRequest) []interface{}
	GetSingle(source *ListNotificationsRequest) (interface{}, bool)
	ClearValue(item *ListNotificationsRequest)

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

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

func MustParseListNotificationsRequest_FieldPath

func MustParseListNotificationsRequest_FieldPath(rawField string) ListNotificationsRequest_FieldPath

func ParseListNotificationsRequest_FieldPath

func ParseListNotificationsRequest_FieldPath(rawField string) (ListNotificationsRequest_FieldPath, error)

type ListNotificationsRequest_FieldPathArrayItemValue

type ListNotificationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListNotificationsRequest_FieldPath
	ContainsValue(*ListNotificationsRequest) bool
}

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

func MustParseListNotificationsRequest_FieldPathArrayItemValue

func MustParseListNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListNotificationsRequest_FieldPathArrayItemValue

func ParseListNotificationsRequest_FieldPathArrayItemValue

func ParseListNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListNotificationsRequest_FieldPathArrayItemValue, error)

ParseListNotificationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListNotificationsRequest_FieldPathArrayOfValues

type ListNotificationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListNotificationsRequest_FieldPath
}

ListNotificationsRequest_FieldPathArrayOfValues allows storing slice of values for ListNotificationsRequest fields according to their type

func MustParseListNotificationsRequest_FieldPathArrayOfValues

func MustParseListNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListNotificationsRequest_FieldPathArrayOfValues

func ParseListNotificationsRequest_FieldPathArrayOfValues

func ParseListNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListNotificationsRequest_FieldPathArrayOfValues, error)

type ListNotificationsRequest_FieldPathSelector

type ListNotificationsRequest_FieldPathSelector int32
const (
	ListNotificationsRequest_FieldPathSelectorParent            ListNotificationsRequest_FieldPathSelector = 0
	ListNotificationsRequest_FieldPathSelectorPageSize          ListNotificationsRequest_FieldPathSelector = 1
	ListNotificationsRequest_FieldPathSelectorPageToken         ListNotificationsRequest_FieldPathSelector = 2
	ListNotificationsRequest_FieldPathSelectorOrderBy           ListNotificationsRequest_FieldPathSelector = 3
	ListNotificationsRequest_FieldPathSelectorFilter            ListNotificationsRequest_FieldPathSelector = 4
	ListNotificationsRequest_FieldPathSelectorFieldMask         ListNotificationsRequest_FieldPathSelector = 5
	ListNotificationsRequest_FieldPathSelectorView              ListNotificationsRequest_FieldPathSelector = 6
	ListNotificationsRequest_FieldPathSelectorIncludePagingInfo ListNotificationsRequest_FieldPathSelector = 7
)

func (ListNotificationsRequest_FieldPathSelector) String

type ListNotificationsRequest_FieldPathValue

type ListNotificationsRequest_FieldPathValue interface {
	ListNotificationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListNotificationsRequest)
	CompareWith(*ListNotificationsRequest) (cmp int, comparable bool)
}

ListNotificationsRequest_FieldPathValue allows storing values for ListNotificationsRequest fields according to their type

func MustParseListNotificationsRequest_FieldPathValue

func MustParseListNotificationsRequest_FieldPathValue(pathStr, valueStr string) ListNotificationsRequest_FieldPathValue

func ParseListNotificationsRequest_FieldPathValue

func ParseListNotificationsRequest_FieldPathValue(pathStr, valueStr string) (ListNotificationsRequest_FieldPathValue, error)

type ListNotificationsRequest_FieldTerminalPath

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

func (*ListNotificationsRequest_FieldTerminalPath) ClearValue

func (*ListNotificationsRequest_FieldTerminalPath) ClearValueRaw

func (*ListNotificationsRequest_FieldTerminalPath) Get

func (fp *ListNotificationsRequest_FieldTerminalPath) Get(source *ListNotificationsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListNotificationsRequest

func (*ListNotificationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListNotificationsRequest_FieldTerminalPath) GetRaw

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

func (*ListNotificationsRequest_FieldTerminalPath) GetSingle

func (fp *ListNotificationsRequest_FieldTerminalPath) GetSingle(source *ListNotificationsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListNotificationsRequest

func (*ListNotificationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListNotificationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListNotificationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListNotificationsRequest_FieldTerminalPath) Selector

func (*ListNotificationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*ListNotificationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListNotificationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListNotificationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPath) WithIValue

func (*ListNotificationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListNotificationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListNotificationsRequest_FieldTerminalPath) WithRawIValue

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

type ListNotificationsRequest_FieldTerminalPathArrayItemValue

type ListNotificationsRequest_FieldTerminalPathArrayItemValue struct {
	ListNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListNotificationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListNotificationsRequest_FieldTerminalPathArrayOfValues

type ListNotificationsRequest_FieldTerminalPathArrayOfValues struct {
	ListNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues

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

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListNotificationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListNotificationsRequest_FieldTerminalPathValue

type ListNotificationsRequest_FieldTerminalPathValue struct {
	ListNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue

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

func (*ListNotificationsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsParentValue

func (*ListNotificationsRequest_FieldTerminalPathValue) AsViewValue

func (*ListNotificationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListNotificationsRequest_FieldTerminalPathValue' with the value under path in 'ListNotificationsRequest'.

func (*ListNotificationsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListNotificationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListNotificationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListNotificationsRequest

func (*ListNotificationsRequest_FieldTerminalPathValue) SetToRaw

type ListNotificationsResponse

type ListNotificationsResponse struct {

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

Request message for method [ListNotifications][ntt.monitoring.v3.ListNotifications]

func (*ListNotificationsResponse) Clone

func (*ListNotificationsResponse) CloneRaw

func (*ListNotificationsResponse) Descriptor

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

Deprecated, Use ListNotificationsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationsResponse) GetCurrentOffset

func (m *ListNotificationsResponse) GetCurrentOffset() int32

func (*ListNotificationsResponse) GetNextPageToken

func (m *ListNotificationsResponse) GetNextPageToken() *notification.PagerCursor

func (*ListNotificationsResponse) GetNotifications

func (m *ListNotificationsResponse) GetNotifications() []*notification.Notification

func (*ListNotificationsResponse) GetPrevPageToken

func (m *ListNotificationsResponse) GetPrevPageToken() *notification.PagerCursor

func (*ListNotificationsResponse) GetTotalResultsCount

func (m *ListNotificationsResponse) GetTotalResultsCount() int32

func (*ListNotificationsResponse) GotenMessage

func (*ListNotificationsResponse) GotenMessage()

func (*ListNotificationsResponse) GotenObjectExt

func (o *ListNotificationsResponse) GotenObjectExt()

func (*ListNotificationsResponse) GotenValidate

func (obj *ListNotificationsResponse) GotenValidate() error

func (*ListNotificationsResponse) MakeDiffFieldMask

func (*ListNotificationsResponse) MakeFullFieldMask

func (*ListNotificationsResponse) MakeRawDiffFieldMask

func (*ListNotificationsResponse) MakeRawFullFieldMask

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

func (*ListNotificationsResponse) Marshal

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

func (*ListNotificationsResponse) MarshalJSON

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

func (*ListNotificationsResponse) Merge

func (*ListNotificationsResponse) MergeRaw

func (*ListNotificationsResponse) ProtoMessage

func (*ListNotificationsResponse) ProtoMessage()

func (*ListNotificationsResponse) ProtoReflect

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

func (*ListNotificationsResponse) Reset

func (m *ListNotificationsResponse) Reset()

func (*ListNotificationsResponse) SetCurrentOffset

func (m *ListNotificationsResponse) SetCurrentOffset(fv int32)

func (*ListNotificationsResponse) SetNextPageToken

func (m *ListNotificationsResponse) SetNextPageToken(fv *notification.PagerCursor)

func (*ListNotificationsResponse) SetNotifications

func (m *ListNotificationsResponse) SetNotifications(fv []*notification.Notification)

func (*ListNotificationsResponse) SetPrevPageToken

func (m *ListNotificationsResponse) SetPrevPageToken(fv *notification.PagerCursor)

func (*ListNotificationsResponse) SetTotalResultsCount

func (m *ListNotificationsResponse) SetTotalResultsCount(fv int32)

func (*ListNotificationsResponse) String

func (m *ListNotificationsResponse) String() string

func (*ListNotificationsResponse) Unmarshal

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

func (*ListNotificationsResponse) UnmarshalJSON

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

type ListNotificationsResponseFieldPathBuilder

type ListNotificationsResponseFieldPathBuilder struct{}

func NewListNotificationsResponseFieldPathBuilder

func NewListNotificationsResponseFieldPathBuilder() ListNotificationsResponseFieldPathBuilder

func (ListNotificationsResponseFieldPathBuilder) CurrentOffset

func (ListNotificationsResponseFieldPathBuilder) NextPageToken

func (ListNotificationsResponseFieldPathBuilder) Notifications

func (ListNotificationsResponseFieldPathBuilder) PrevPageToken

func (ListNotificationsResponseFieldPathBuilder) TotalResultsCount

type ListNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations

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

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) FieldPath

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithValue

type ListNotificationsResponseMapPathSelectorNotificationsMetadataLabels

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

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataLabels) FieldPath

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithValue

type ListNotificationsResponseMapPathSelectorNotificationsMetadataShards

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

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataShards) FieldPath

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithArrayOfValues

func (ListNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithValue

type ListNotificationsResponsePathSelectorCurrentOffset

type ListNotificationsResponsePathSelectorCurrentOffset struct{}

func (ListNotificationsResponsePathSelectorCurrentOffset) FieldPath

func (ListNotificationsResponsePathSelectorCurrentOffset) WithArrayOfValues

func (ListNotificationsResponsePathSelectorCurrentOffset) WithValue

type ListNotificationsResponsePathSelectorNextPageToken

type ListNotificationsResponsePathSelectorNextPageToken struct{}

func (ListNotificationsResponsePathSelectorNextPageToken) FieldPath

func (ListNotificationsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNextPageToken) WithValue

type ListNotificationsResponsePathSelectorNotifications

type ListNotificationsResponsePathSelectorNotifications struct{}

func (ListNotificationsResponsePathSelectorNotifications) AlertingPolicy

func (ListNotificationsResponsePathSelectorNotifications) Alerts

func (ListNotificationsResponsePathSelectorNotifications) FieldPath

func (ListNotificationsResponsePathSelectorNotifications) Metadata

func (ListNotificationsResponsePathSelectorNotifications) Name

func (ListNotificationsResponsePathSelectorNotifications) State

func (ListNotificationsResponsePathSelectorNotifications) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotifications) WithSubArrayItemValue

func (ListNotificationsResponsePathSelectorNotifications) WithSubArrayOfValues

func (ListNotificationsResponsePathSelectorNotifications) WithSubPath

func (ListNotificationsResponsePathSelectorNotifications) WithSubValue

func (ListNotificationsResponsePathSelectorNotifications) WithValue

type ListNotificationsResponsePathSelectorNotificationsAlertingPolicy

type ListNotificationsResponsePathSelectorNotificationsAlertingPolicy struct{}

func (ListNotificationsResponsePathSelectorNotificationsAlertingPolicy) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithValue

type ListNotificationsResponsePathSelectorNotificationsAlerts

type ListNotificationsResponsePathSelectorNotificationsAlerts struct{}

func (ListNotificationsResponsePathSelectorNotificationsAlerts) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsAlerts) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsAlerts) WithItemValue

func (ListNotificationsResponsePathSelectorNotificationsAlerts) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadata

type ListNotificationsResponsePathSelectorNotificationsMetadata struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadata) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadata) Labels

func (ListNotificationsResponsePathSelectorNotificationsMetadata) Shards

func (ListNotificationsResponsePathSelectorNotificationsMetadata) Syncing

func (ListNotificationsResponsePathSelectorNotificationsMetadata) Tags

func (ListNotificationsResponsePathSelectorNotificationsMetadata) Uuid

func (ListNotificationsResponsePathSelectorNotificationsMetadata) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadata) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataAnnotations

type ListNotificationsResponsePathSelectorNotificationsMetadataAnnotations struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataAnnotations) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataCreateTime

type ListNotificationsResponsePathSelectorNotificationsMetadataCreateTime struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataCreateTime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataDeleteTime

type ListNotificationsResponsePathSelectorNotificationsMetadataDeleteTime struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataGeneration

type ListNotificationsResponsePathSelectorNotificationsMetadataGeneration struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataGeneration) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataLabels

type ListNotificationsResponsePathSelectorNotificationsMetadataLabels struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataLabels) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataLabels) WithKey

func (ListNotificationsResponsePathSelectorNotificationsMetadataLabels) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycle

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycle struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycle) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleState

type ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleState struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithItemValue

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion

type ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataResourceVersion

type ListNotificationsResponsePathSelectorNotificationsMetadataResourceVersion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataShards

type ListNotificationsResponsePathSelectorNotificationsMetadataShards struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataShards) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataShards) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataShards) WithKey

func (ListNotificationsResponsePathSelectorNotificationsMetadataShards) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncing

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncing struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncing) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions

type ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithItemValue

func (ListNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataTags

type ListNotificationsResponsePathSelectorNotificationsMetadataTags struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataTags) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataTags) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataTags) WithItemValue

func (ListNotificationsResponsePathSelectorNotificationsMetadataTags) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataUpdateTime

type ListNotificationsResponsePathSelectorNotificationsMetadataUpdateTime struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithValue

type ListNotificationsResponsePathSelectorNotificationsMetadataUuid

type ListNotificationsResponsePathSelectorNotificationsMetadataUuid struct{}

func (ListNotificationsResponsePathSelectorNotificationsMetadataUuid) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsMetadataUuid) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsMetadataUuid) WithValue

type ListNotificationsResponsePathSelectorNotificationsName

type ListNotificationsResponsePathSelectorNotificationsName struct{}

func (ListNotificationsResponsePathSelectorNotificationsName) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsName) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsName) WithValue

type ListNotificationsResponsePathSelectorNotificationsState

type ListNotificationsResponsePathSelectorNotificationsState struct{}

func (ListNotificationsResponsePathSelectorNotificationsState) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsState) IncidentNotifyAttemptsDone added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsState) IsResolved added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsState) LifecycleCompleted added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsState) ResolutionNotificationState added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsState) ResolutionNotifyAttemptsDone added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsState) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsState) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetime

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetime struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime

type ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateIsResolved added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateIsResolved struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateIsResolved) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateIsResolved) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateIsResolved) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateNotificationState

type ListNotificationsResponsePathSelectorNotificationsStateNotificationState struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationState) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationState) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationState) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateError

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateError struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateError) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData) FieldPath

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty) FieldPath

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack) FieldPath

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) FieldPath

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithValue

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus

type ListNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus) FieldPath

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Error added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) ProviderData added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Status added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithItemValue added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone added in v0.10.12

type ListNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone struct{}

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (ListNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type ListNotificationsResponsePathSelectorPrevPageToken

type ListNotificationsResponsePathSelectorPrevPageToken struct{}

func (ListNotificationsResponsePathSelectorPrevPageToken) FieldPath

func (ListNotificationsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListNotificationsResponsePathSelectorPrevPageToken) WithValue

type ListNotificationsResponsePathSelectorTotalResultsCount

type ListNotificationsResponsePathSelectorTotalResultsCount struct{}

func (ListNotificationsResponsePathSelectorTotalResultsCount) FieldPath

func (ListNotificationsResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (ListNotificationsResponsePathSelectorTotalResultsCount) WithValue

type ListNotificationsResponse_FieldMask

type ListNotificationsResponse_FieldMask struct {
	Paths []ListNotificationsResponse_FieldPath
}

func FullListNotificationsResponse_FieldMask

func FullListNotificationsResponse_FieldMask() *ListNotificationsResponse_FieldMask

func (*ListNotificationsResponse_FieldMask) AppendPath

func (*ListNotificationsResponse_FieldMask) AppendRawPath

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

func (*ListNotificationsResponse_FieldMask) DecodeFirestore

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

func (*ListNotificationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListNotificationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListNotificationsResponse_FieldMask) FromProtoFieldMask

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

func (*ListNotificationsResponse_FieldMask) GetPaths

func (*ListNotificationsResponse_FieldMask) GetRawPaths

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

func (*ListNotificationsResponse_FieldMask) IsFull

func (fieldMask *ListNotificationsResponse_FieldMask) IsFull() bool

func (ListNotificationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListNotificationsResponse_FieldMask) MarshalJSON

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

func (*ListNotificationsResponse_FieldMask) PathsCount

func (fieldMask *ListNotificationsResponse_FieldMask) PathsCount() int

func (*ListNotificationsResponse_FieldMask) Project

func (*ListNotificationsResponse_FieldMask) ProjectRaw

func (*ListNotificationsResponse_FieldMask) ProtoMessage

func (fieldMask *ListNotificationsResponse_FieldMask) ProtoMessage()

func (*ListNotificationsResponse_FieldMask) ProtoReflect

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

func (*ListNotificationsResponse_FieldMask) Reset

func (fieldMask *ListNotificationsResponse_FieldMask) Reset()

func (*ListNotificationsResponse_FieldMask) Set

func (fieldMask *ListNotificationsResponse_FieldMask) Set(target, source *ListNotificationsResponse)

func (*ListNotificationsResponse_FieldMask) SetFromCliFlag

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

func (*ListNotificationsResponse_FieldMask) SetRaw

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

func (*ListNotificationsResponse_FieldMask) Size

func (fieldMask *ListNotificationsResponse_FieldMask) Size() int

func (*ListNotificationsResponse_FieldMask) String

func (fieldMask *ListNotificationsResponse_FieldMask) String() string

func (*ListNotificationsResponse_FieldMask) Subtract

func (*ListNotificationsResponse_FieldMask) SubtractRaw

func (*ListNotificationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListNotificationsResponse_FieldMask) Unmarshal

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

func (*ListNotificationsResponse_FieldMask) UnmarshalJSON

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

type ListNotificationsResponse_FieldPath

type ListNotificationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListNotificationsResponse_FieldPathSelector
	Get(source *ListNotificationsResponse) []interface{}
	GetSingle(source *ListNotificationsResponse) (interface{}, bool)
	ClearValue(item *ListNotificationsResponse)

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

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

func MustParseListNotificationsResponse_FieldPath

func MustParseListNotificationsResponse_FieldPath(rawField string) ListNotificationsResponse_FieldPath

func ParseListNotificationsResponse_FieldPath

func ParseListNotificationsResponse_FieldPath(rawField string) (ListNotificationsResponse_FieldPath, error)

type ListNotificationsResponse_FieldPathArrayItemValue

type ListNotificationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListNotificationsResponse_FieldPath
	ContainsValue(*ListNotificationsResponse) bool
}

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

func MustParseListNotificationsResponse_FieldPathArrayItemValue

func MustParseListNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListNotificationsResponse_FieldPathArrayItemValue

func ParseListNotificationsResponse_FieldPathArrayItemValue

func ParseListNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListNotificationsResponse_FieldPathArrayItemValue, error)

ParseListNotificationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListNotificationsResponse_FieldPathArrayOfValues

type ListNotificationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListNotificationsResponse_FieldPath
}

ListNotificationsResponse_FieldPathArrayOfValues allows storing slice of values for ListNotificationsResponse fields according to their type

func MustParseListNotificationsResponse_FieldPathArrayOfValues

func MustParseListNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListNotificationsResponse_FieldPathArrayOfValues

func ParseListNotificationsResponse_FieldPathArrayOfValues

func ParseListNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListNotificationsResponse_FieldPathArrayOfValues, error)

type ListNotificationsResponse_FieldPathSelector

type ListNotificationsResponse_FieldPathSelector int32
const (
	ListNotificationsResponse_FieldPathSelectorNotifications     ListNotificationsResponse_FieldPathSelector = 0
	ListNotificationsResponse_FieldPathSelectorPrevPageToken     ListNotificationsResponse_FieldPathSelector = 1
	ListNotificationsResponse_FieldPathSelectorNextPageToken     ListNotificationsResponse_FieldPathSelector = 2
	ListNotificationsResponse_FieldPathSelectorCurrentOffset     ListNotificationsResponse_FieldPathSelector = 3
	ListNotificationsResponse_FieldPathSelectorTotalResultsCount ListNotificationsResponse_FieldPathSelector = 4
)

func (ListNotificationsResponse_FieldPathSelector) String

type ListNotificationsResponse_FieldPathValue

type ListNotificationsResponse_FieldPathValue interface {
	ListNotificationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListNotificationsResponse)
	CompareWith(*ListNotificationsResponse) (cmp int, comparable bool)
}

ListNotificationsResponse_FieldPathValue allows storing values for ListNotificationsResponse fields according to their type

func MustParseListNotificationsResponse_FieldPathValue

func MustParseListNotificationsResponse_FieldPathValue(pathStr, valueStr string) ListNotificationsResponse_FieldPathValue

func ParseListNotificationsResponse_FieldPathValue

func ParseListNotificationsResponse_FieldPathValue(pathStr, valueStr string) (ListNotificationsResponse_FieldPathValue, error)

type ListNotificationsResponse_FieldSubPath

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

func (*ListNotificationsResponse_FieldSubPath) AsNotificationsSubPath

func (*ListNotificationsResponse_FieldSubPath) ClearValue

func (*ListNotificationsResponse_FieldSubPath) ClearValueRaw

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

func (*ListNotificationsResponse_FieldSubPath) Get

func (fps *ListNotificationsResponse_FieldSubPath) Get(source *ListNotificationsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListNotificationsResponse

func (*ListNotificationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListNotificationsResponse_FieldSubPath) GetRaw

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

func (*ListNotificationsResponse_FieldSubPath) GetSingle

func (fps *ListNotificationsResponse_FieldSubPath) GetSingle(source *ListNotificationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListNotificationsResponse

func (*ListNotificationsResponse_FieldSubPath) GetSingleRaw

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

func (*ListNotificationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListNotificationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListNotificationsResponse_FieldSubPath) Selector

func (*ListNotificationsResponse_FieldSubPath) SplitIntoTerminalIPaths

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

func (*ListNotificationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListNotificationsResponse_FieldSubPath) WithIArrayItemValue

func (*ListNotificationsResponse_FieldSubPath) WithIArrayOfValues

func (*ListNotificationsResponse_FieldSubPath) WithIValue

func (*ListNotificationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListNotificationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListNotificationsResponse_FieldSubPath) WithRawIValue

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

type ListNotificationsResponse_FieldSubPathArrayItemValue

type ListNotificationsResponse_FieldSubPathArrayItemValue struct {
	ListNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldSubPathArrayItemValue) AsNotificationsPathItemValue

func (*ListNotificationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListNotificationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListNotificationsResponse_FieldSubPathArrayOfValues

type ListNotificationsResponse_FieldSubPathArrayOfValues struct {
	ListNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldSubPathArrayOfValues) AsNotificationsPathArrayOfValues

func (*ListNotificationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListNotificationsResponse_FieldSubPathValue

type ListNotificationsResponse_FieldSubPathValue struct {
	ListNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldSubPathValue) AsNotificationsPathValue

func (*ListNotificationsResponse_FieldSubPathValue) CompareWith

func (*ListNotificationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListNotificationsResponse_FieldSubPathValue) GetRawValue

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

func (*ListNotificationsResponse_FieldSubPathValue) SetTo

func (*ListNotificationsResponse_FieldSubPathValue) SetToRaw

type ListNotificationsResponse_FieldTerminalPath

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

func (*ListNotificationsResponse_FieldTerminalPath) ClearValue

func (*ListNotificationsResponse_FieldTerminalPath) ClearValueRaw

func (*ListNotificationsResponse_FieldTerminalPath) Get

func (fp *ListNotificationsResponse_FieldTerminalPath) Get(source *ListNotificationsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListNotificationsResponse

func (*ListNotificationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListNotificationsResponse_FieldTerminalPath) GetRaw

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

func (*ListNotificationsResponse_FieldTerminalPath) GetSingle

func (fp *ListNotificationsResponse_FieldTerminalPath) GetSingle(source *ListNotificationsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListNotificationsResponse

func (*ListNotificationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListNotificationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListNotificationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListNotificationsResponse_FieldTerminalPath) Selector

func (*ListNotificationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*ListNotificationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListNotificationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListNotificationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListNotificationsResponse_FieldTerminalPath) WithIValue

func (*ListNotificationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListNotificationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListNotificationsResponse_FieldTerminalPath) WithRawIValue

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

type ListNotificationsResponse_FieldTerminalPathArrayItemValue

type ListNotificationsResponse_FieldTerminalPathArrayItemValue struct {
	ListNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldTerminalPathArrayItemValue) AsNotificationsItemValue

func (*ListNotificationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListNotificationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListNotificationsResponse_FieldTerminalPathArrayOfValues

type ListNotificationsResponse_FieldTerminalPathArrayOfValues struct {
	ListNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

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

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*notification.PagerCursor, bool)

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationsArrayOfValues

func (fpaov *ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationsArrayOfValues() ([][]*notification.Notification, bool)

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*notification.PagerCursor, bool)

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

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

func (*ListNotificationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListNotificationsResponse_FieldTerminalPathValue

type ListNotificationsResponse_FieldTerminalPathValue struct {
	ListNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse_FieldTerminalPathValue) AsCurrentOffsetValue

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

func (*ListNotificationsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListNotificationsResponse_FieldTerminalPathValue) AsNotificationsValue

func (*ListNotificationsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListNotificationsResponse_FieldTerminalPathValue) AsTotalResultsCountValue

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

func (*ListNotificationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListNotificationsResponse_FieldTerminalPathValue' with the value under path in 'ListNotificationsResponse'.

func (*ListNotificationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListNotificationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListNotificationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListNotificationsResponse

func (*ListNotificationsResponse_FieldTerminalPathValue) SetToRaw

type NotificationServiceClient

NotificationServiceClient is the client API for NotificationService.

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

type NotificationServiceDescriptor

type NotificationServiceDescriptor struct{}

func GetNotificationServiceDescriptor

func GetNotificationServiceDescriptor() *NotificationServiceDescriptor

func (*NotificationServiceDescriptor) AllMethodDescriptors

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

func (*NotificationServiceDescriptor) GetApiName

func (d *NotificationServiceDescriptor) GetApiName() string

func (*NotificationServiceDescriptor) GetFullAPIName

func (d *NotificationServiceDescriptor) GetFullAPIName() string

func (*NotificationServiceDescriptor) GetProtoPkgName

func (d *NotificationServiceDescriptor) GetProtoPkgName() string

func (*NotificationServiceDescriptor) GetServiceDomain

func (d *NotificationServiceDescriptor) GetServiceDomain() string

func (*NotificationServiceDescriptor) GetServiceVersion

func (d *NotificationServiceDescriptor) GetServiceVersion() string

type SearchNotificationsDescriptor

type SearchNotificationsDescriptor struct{}

func GetSearchNotificationsDescriptor

func GetSearchNotificationsDescriptor() *SearchNotificationsDescriptor

func (*SearchNotificationsDescriptor) GetApiDescriptor

func (*SearchNotificationsDescriptor) GetApiName

func (d *SearchNotificationsDescriptor) GetApiName() string

func (*SearchNotificationsDescriptor) GetClientMsgReflectHandle

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

func (*SearchNotificationsDescriptor) GetFullMethodName

func (d *SearchNotificationsDescriptor) GetFullMethodName() string

func (*SearchNotificationsDescriptor) GetMethodName

func (d *SearchNotificationsDescriptor) GetMethodName() string

func (*SearchNotificationsDescriptor) GetProtoPkgName

func (d *SearchNotificationsDescriptor) GetProtoPkgName() string

func (*SearchNotificationsDescriptor) GetResourceDescriptor

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

func (*SearchNotificationsDescriptor) GetServerMsgReflectHandle

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

func (*SearchNotificationsDescriptor) GetServiceDomain

func (d *SearchNotificationsDescriptor) GetServiceDomain() string

func (*SearchNotificationsDescriptor) GetServiceVersion

func (d *SearchNotificationsDescriptor) GetServiceVersion() string

func (*SearchNotificationsDescriptor) GetVerb

func (*SearchNotificationsDescriptor) HasResource

func (d *SearchNotificationsDescriptor) HasResource() bool

func (*SearchNotificationsDescriptor) IsClientStream

func (d *SearchNotificationsDescriptor) IsClientStream() bool

func (*SearchNotificationsDescriptor) IsCollection

func (d *SearchNotificationsDescriptor) IsCollection() bool

func (*SearchNotificationsDescriptor) IsPlural

func (d *SearchNotificationsDescriptor) IsPlural() bool

func (*SearchNotificationsDescriptor) IsServerStream

func (d *SearchNotificationsDescriptor) IsServerStream() bool

func (*SearchNotificationsDescriptor) IsUnary

func (d *SearchNotificationsDescriptor) IsUnary() bool

func (*SearchNotificationsDescriptor) NewEmptyClientMsg

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

func (*SearchNotificationsDescriptor) NewEmptyServerMsg

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

func (*SearchNotificationsDescriptor) RequestHasResourceBody

func (d *SearchNotificationsDescriptor) RequestHasResourceBody() bool

type SearchNotificationsDescriptorClientMsgHandle

type SearchNotificationsDescriptorClientMsgHandle struct{}

func (*SearchNotificationsDescriptorClientMsgHandle) ExtractCollectionName

func (*SearchNotificationsDescriptorClientMsgHandle) ExtractResourceName

func (*SearchNotificationsDescriptorClientMsgHandle) ExtractResourceNames

type SearchNotificationsDescriptorServerMsgHandle

type SearchNotificationsDescriptorServerMsgHandle struct{}

func (*SearchNotificationsDescriptorServerMsgHandle) ExtractCollectionName

func (*SearchNotificationsDescriptorServerMsgHandle) ExtractResourceName

func (*SearchNotificationsDescriptorServerMsgHandle) ExtractResourceNames

type SearchNotificationsRequest

type SearchNotificationsRequest struct {

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

Request message for method [SearchNotifications][ntt.monitoring.v3.SearchNotifications]

func (*SearchNotificationsRequest) Clone

func (*SearchNotificationsRequest) CloneRaw

func (*SearchNotificationsRequest) Descriptor

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

Deprecated, Use SearchNotificationsRequest.ProtoReflect.Descriptor instead.

func (*SearchNotificationsRequest) GetFieldMask

func (*SearchNotificationsRequest) GetFilter

func (*SearchNotificationsRequest) GetOrderBy

func (*SearchNotificationsRequest) GetPageSize

func (m *SearchNotificationsRequest) GetPageSize() int32

func (*SearchNotificationsRequest) GetPageToken

func (*SearchNotificationsRequest) GetParent

func (*SearchNotificationsRequest) GetPhrase

func (m *SearchNotificationsRequest) GetPhrase() string

func (*SearchNotificationsRequest) GetView

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

func (*SearchNotificationsRequest) GotenMessage

func (*SearchNotificationsRequest) GotenMessage()

func (*SearchNotificationsRequest) GotenObjectExt

func (o *SearchNotificationsRequest) GotenObjectExt()

func (*SearchNotificationsRequest) GotenValidate

func (obj *SearchNotificationsRequest) GotenValidate() error

func (*SearchNotificationsRequest) MakeDiffFieldMask

func (*SearchNotificationsRequest) MakeFullFieldMask

func (*SearchNotificationsRequest) MakeRawDiffFieldMask

func (*SearchNotificationsRequest) MakeRawFullFieldMask

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

func (*SearchNotificationsRequest) Marshal

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

func (*SearchNotificationsRequest) MarshalJSON

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

func (*SearchNotificationsRequest) Merge

func (*SearchNotificationsRequest) MergeRaw

func (*SearchNotificationsRequest) ProtoMessage

func (*SearchNotificationsRequest) ProtoMessage()

func (*SearchNotificationsRequest) ProtoReflect

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

func (*SearchNotificationsRequest) Reset

func (m *SearchNotificationsRequest) Reset()

func (*SearchNotificationsRequest) SetFieldMask

func (*SearchNotificationsRequest) SetFilter

func (*SearchNotificationsRequest) SetOrderBy

func (m *SearchNotificationsRequest) SetOrderBy(fv *notification.OrderBy)

func (*SearchNotificationsRequest) SetPageSize

func (m *SearchNotificationsRequest) SetPageSize(fv int32)

func (*SearchNotificationsRequest) SetPageToken

func (*SearchNotificationsRequest) SetParent

func (*SearchNotificationsRequest) SetPhrase

func (m *SearchNotificationsRequest) SetPhrase(fv string)

func (*SearchNotificationsRequest) SetView

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

func (*SearchNotificationsRequest) String

func (m *SearchNotificationsRequest) String() string

func (*SearchNotificationsRequest) Unmarshal

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

func (*SearchNotificationsRequest) UnmarshalJSON

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

type SearchNotificationsRequestFieldPathBuilder

type SearchNotificationsRequestFieldPathBuilder struct{}

func NewSearchNotificationsRequestFieldPathBuilder

func NewSearchNotificationsRequestFieldPathBuilder() SearchNotificationsRequestFieldPathBuilder

func (SearchNotificationsRequestFieldPathBuilder) FieldMask

func (SearchNotificationsRequestFieldPathBuilder) Filter

func (SearchNotificationsRequestFieldPathBuilder) OrderBy

func (SearchNotificationsRequestFieldPathBuilder) PageSize

func (SearchNotificationsRequestFieldPathBuilder) PageToken

func (SearchNotificationsRequestFieldPathBuilder) Parent

func (SearchNotificationsRequestFieldPathBuilder) Phrase

func (SearchNotificationsRequestFieldPathBuilder) View

type SearchNotificationsRequestPathSelectorFieldMask

type SearchNotificationsRequestPathSelectorFieldMask struct{}

func (SearchNotificationsRequestPathSelectorFieldMask) FieldPath

type SearchNotificationsRequestPathSelectorFilter

type SearchNotificationsRequestPathSelectorFilter struct{}

func (SearchNotificationsRequestPathSelectorFilter) FieldPath

func (SearchNotificationsRequestPathSelectorFilter) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorFilter) WithValue

type SearchNotificationsRequestPathSelectorOrderBy

type SearchNotificationsRequestPathSelectorOrderBy struct{}

func (SearchNotificationsRequestPathSelectorOrderBy) FieldPath

func (SearchNotificationsRequestPathSelectorOrderBy) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorOrderBy) WithValue

type SearchNotificationsRequestPathSelectorPageSize

type SearchNotificationsRequestPathSelectorPageSize struct{}

func (SearchNotificationsRequestPathSelectorPageSize) FieldPath

func (SearchNotificationsRequestPathSelectorPageSize) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorPageSize) WithValue

type SearchNotificationsRequestPathSelectorPageToken

type SearchNotificationsRequestPathSelectorPageToken struct{}

func (SearchNotificationsRequestPathSelectorPageToken) FieldPath

func (SearchNotificationsRequestPathSelectorPageToken) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorPageToken) WithValue

type SearchNotificationsRequestPathSelectorParent

type SearchNotificationsRequestPathSelectorParent struct{}

func (SearchNotificationsRequestPathSelectorParent) FieldPath

func (SearchNotificationsRequestPathSelectorParent) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorParent) WithValue

type SearchNotificationsRequestPathSelectorPhrase

type SearchNotificationsRequestPathSelectorPhrase struct{}

func (SearchNotificationsRequestPathSelectorPhrase) FieldPath

func (SearchNotificationsRequestPathSelectorPhrase) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorPhrase) WithValue

type SearchNotificationsRequestPathSelectorView

type SearchNotificationsRequestPathSelectorView struct{}

func (SearchNotificationsRequestPathSelectorView) FieldPath

func (SearchNotificationsRequestPathSelectorView) WithArrayOfValues

func (SearchNotificationsRequestPathSelectorView) WithValue

type SearchNotificationsRequest_FieldMask

type SearchNotificationsRequest_FieldMask struct {
	Paths []SearchNotificationsRequest_FieldPath
}

func FullSearchNotificationsRequest_FieldMask

func FullSearchNotificationsRequest_FieldMask() *SearchNotificationsRequest_FieldMask

func (*SearchNotificationsRequest_FieldMask) AppendPath

func (*SearchNotificationsRequest_FieldMask) AppendRawPath

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

func (*SearchNotificationsRequest_FieldMask) DecodeFirestore

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

func (*SearchNotificationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchNotificationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchNotificationsRequest_FieldMask) FromProtoFieldMask

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

func (*SearchNotificationsRequest_FieldMask) GetPaths

func (*SearchNotificationsRequest_FieldMask) GetRawPaths

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

func (*SearchNotificationsRequest_FieldMask) IsFull

func (fieldMask *SearchNotificationsRequest_FieldMask) IsFull() bool

func (SearchNotificationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (SearchNotificationsRequest_FieldMask) MarshalJSON

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

func (*SearchNotificationsRequest_FieldMask) PathsCount

func (fieldMask *SearchNotificationsRequest_FieldMask) PathsCount() int

func (*SearchNotificationsRequest_FieldMask) Project

func (*SearchNotificationsRequest_FieldMask) ProjectRaw

func (*SearchNotificationsRequest_FieldMask) ProtoMessage

func (fieldMask *SearchNotificationsRequest_FieldMask) ProtoMessage()

func (*SearchNotificationsRequest_FieldMask) ProtoReflect

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

func (*SearchNotificationsRequest_FieldMask) Reset

func (fieldMask *SearchNotificationsRequest_FieldMask) Reset()

func (*SearchNotificationsRequest_FieldMask) Set

func (fieldMask *SearchNotificationsRequest_FieldMask) Set(target, source *SearchNotificationsRequest)

func (*SearchNotificationsRequest_FieldMask) SetFromCliFlag

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

func (*SearchNotificationsRequest_FieldMask) SetRaw

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

func (*SearchNotificationsRequest_FieldMask) Size

func (fieldMask *SearchNotificationsRequest_FieldMask) Size() int

func (*SearchNotificationsRequest_FieldMask) String

func (fieldMask *SearchNotificationsRequest_FieldMask) String() string

func (*SearchNotificationsRequest_FieldMask) Subtract

func (*SearchNotificationsRequest_FieldMask) SubtractRaw

func (*SearchNotificationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchNotificationsRequest_FieldMask) Unmarshal

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

func (*SearchNotificationsRequest_FieldMask) UnmarshalJSON

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

type SearchNotificationsRequest_FieldPath

type SearchNotificationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchNotificationsRequest_FieldPathSelector
	Get(source *SearchNotificationsRequest) []interface{}
	GetSingle(source *SearchNotificationsRequest) (interface{}, bool)
	ClearValue(item *SearchNotificationsRequest)

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

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

func MustParseSearchNotificationsRequest_FieldPath

func MustParseSearchNotificationsRequest_FieldPath(rawField string) SearchNotificationsRequest_FieldPath

func ParseSearchNotificationsRequest_FieldPath

func ParseSearchNotificationsRequest_FieldPath(rawField string) (SearchNotificationsRequest_FieldPath, error)

type SearchNotificationsRequest_FieldPathArrayItemValue

type SearchNotificationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchNotificationsRequest_FieldPath
	ContainsValue(*SearchNotificationsRequest) bool
}

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

func MustParseSearchNotificationsRequest_FieldPathArrayItemValue

func MustParseSearchNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchNotificationsRequest_FieldPathArrayItemValue

func ParseSearchNotificationsRequest_FieldPathArrayItemValue

func ParseSearchNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchNotificationsRequest_FieldPathArrayItemValue, error)

ParseSearchNotificationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchNotificationsRequest_FieldPathArrayOfValues

type SearchNotificationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchNotificationsRequest_FieldPath
}

SearchNotificationsRequest_FieldPathArrayOfValues allows storing slice of values for SearchNotificationsRequest fields according to their type

func MustParseSearchNotificationsRequest_FieldPathArrayOfValues

func MustParseSearchNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchNotificationsRequest_FieldPathArrayOfValues

func ParseSearchNotificationsRequest_FieldPathArrayOfValues

func ParseSearchNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchNotificationsRequest_FieldPathArrayOfValues, error)

type SearchNotificationsRequest_FieldPathSelector

type SearchNotificationsRequest_FieldPathSelector int32
const (
	SearchNotificationsRequest_FieldPathSelectorParent    SearchNotificationsRequest_FieldPathSelector = 0
	SearchNotificationsRequest_FieldPathSelectorPageSize  SearchNotificationsRequest_FieldPathSelector = 1
	SearchNotificationsRequest_FieldPathSelectorPageToken SearchNotificationsRequest_FieldPathSelector = 2
	SearchNotificationsRequest_FieldPathSelectorOrderBy   SearchNotificationsRequest_FieldPathSelector = 3
	SearchNotificationsRequest_FieldPathSelectorFilter    SearchNotificationsRequest_FieldPathSelector = 4
	SearchNotificationsRequest_FieldPathSelectorFieldMask SearchNotificationsRequest_FieldPathSelector = 5
	SearchNotificationsRequest_FieldPathSelectorView      SearchNotificationsRequest_FieldPathSelector = 6
	SearchNotificationsRequest_FieldPathSelectorPhrase    SearchNotificationsRequest_FieldPathSelector = 7
)

func (SearchNotificationsRequest_FieldPathSelector) String

type SearchNotificationsRequest_FieldPathValue

type SearchNotificationsRequest_FieldPathValue interface {
	SearchNotificationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchNotificationsRequest)
	CompareWith(*SearchNotificationsRequest) (cmp int, comparable bool)
}

SearchNotificationsRequest_FieldPathValue allows storing values for SearchNotificationsRequest fields according to their type

func MustParseSearchNotificationsRequest_FieldPathValue

func MustParseSearchNotificationsRequest_FieldPathValue(pathStr, valueStr string) SearchNotificationsRequest_FieldPathValue

func ParseSearchNotificationsRequest_FieldPathValue

func ParseSearchNotificationsRequest_FieldPathValue(pathStr, valueStr string) (SearchNotificationsRequest_FieldPathValue, error)

type SearchNotificationsRequest_FieldTerminalPath

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

func (*SearchNotificationsRequest_FieldTerminalPath) ClearValue

func (*SearchNotificationsRequest_FieldTerminalPath) ClearValueRaw

func (*SearchNotificationsRequest_FieldTerminalPath) Get

func (fp *SearchNotificationsRequest_FieldTerminalPath) Get(source *SearchNotificationsRequest) (values []interface{})

Get returns all values pointed by specific field from source SearchNotificationsRequest

func (*SearchNotificationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchNotificationsRequest_FieldTerminalPath) GetRaw

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

func (*SearchNotificationsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source SearchNotificationsRequest

func (*SearchNotificationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*SearchNotificationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchNotificationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchNotificationsRequest_FieldTerminalPath) Selector

func (*SearchNotificationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*SearchNotificationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchNotificationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*SearchNotificationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPath) WithIValue

func (*SearchNotificationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchNotificationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchNotificationsRequest_FieldTerminalPath) WithRawIValue

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

type SearchNotificationsRequest_FieldTerminalPathArrayItemValue

type SearchNotificationsRequest_FieldTerminalPathArrayItemValue struct {
	SearchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchNotificationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchNotificationsRequest_FieldTerminalPathArrayOfValues

type SearchNotificationsRequest_FieldTerminalPathArrayOfValues struct {
	SearchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues

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

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*SearchNotificationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchNotificationsRequest_FieldTerminalPathValue

type SearchNotificationsRequest_FieldTerminalPathValue struct {
	SearchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsFilterValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsOrderByValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsParentValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsPhraseValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) AsViewValue

func (*SearchNotificationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchNotificationsRequest_FieldTerminalPathValue' with the value under path in 'SearchNotificationsRequest'.

func (*SearchNotificationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*SearchNotificationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchNotificationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchNotificationsRequest

func (*SearchNotificationsRequest_FieldTerminalPathValue) SetToRaw

type SearchNotificationsResponse

type SearchNotificationsResponse struct {

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

Request message for method [SearchNotifications][ntt.monitoring.v3.SearchNotifications]

func (*SearchNotificationsResponse) Clone

func (*SearchNotificationsResponse) CloneRaw

func (*SearchNotificationsResponse) Descriptor

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

Deprecated, Use SearchNotificationsResponse.ProtoReflect.Descriptor instead.

func (*SearchNotificationsResponse) GetCurrentOffset

func (m *SearchNotificationsResponse) GetCurrentOffset() int32

func (*SearchNotificationsResponse) GetNextPageToken

func (m *SearchNotificationsResponse) GetNextPageToken() *notification.PagerCursor

func (*SearchNotificationsResponse) GetNotifications

func (m *SearchNotificationsResponse) GetNotifications() []*notification.Notification

func (*SearchNotificationsResponse) GetPrevPageToken

func (m *SearchNotificationsResponse) GetPrevPageToken() *notification.PagerCursor

func (*SearchNotificationsResponse) GetTotalResultsCount

func (m *SearchNotificationsResponse) GetTotalResultsCount() int32

func (*SearchNotificationsResponse) GotenMessage

func (*SearchNotificationsResponse) GotenMessage()

func (*SearchNotificationsResponse) GotenObjectExt

func (o *SearchNotificationsResponse) GotenObjectExt()

func (*SearchNotificationsResponse) GotenValidate

func (obj *SearchNotificationsResponse) GotenValidate() error

func (*SearchNotificationsResponse) MakeDiffFieldMask

func (*SearchNotificationsResponse) MakeFullFieldMask

func (*SearchNotificationsResponse) MakeRawDiffFieldMask

func (*SearchNotificationsResponse) MakeRawFullFieldMask

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

func (*SearchNotificationsResponse) Marshal

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

func (*SearchNotificationsResponse) MarshalJSON

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

func (*SearchNotificationsResponse) Merge

func (*SearchNotificationsResponse) MergeRaw

func (*SearchNotificationsResponse) ProtoMessage

func (*SearchNotificationsResponse) ProtoMessage()

func (*SearchNotificationsResponse) ProtoReflect

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

func (*SearchNotificationsResponse) Reset

func (m *SearchNotificationsResponse) Reset()

func (*SearchNotificationsResponse) SetCurrentOffset

func (m *SearchNotificationsResponse) SetCurrentOffset(fv int32)

func (*SearchNotificationsResponse) SetNextPageToken

func (m *SearchNotificationsResponse) SetNextPageToken(fv *notification.PagerCursor)

func (*SearchNotificationsResponse) SetNotifications

func (m *SearchNotificationsResponse) SetNotifications(fv []*notification.Notification)

func (*SearchNotificationsResponse) SetPrevPageToken

func (m *SearchNotificationsResponse) SetPrevPageToken(fv *notification.PagerCursor)

func (*SearchNotificationsResponse) SetTotalResultsCount

func (m *SearchNotificationsResponse) SetTotalResultsCount(fv int32)

func (*SearchNotificationsResponse) String

func (m *SearchNotificationsResponse) String() string

func (*SearchNotificationsResponse) Unmarshal

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

func (*SearchNotificationsResponse) UnmarshalJSON

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

type SearchNotificationsResponseFieldPathBuilder

type SearchNotificationsResponseFieldPathBuilder struct{}

func NewSearchNotificationsResponseFieldPathBuilder

func NewSearchNotificationsResponseFieldPathBuilder() SearchNotificationsResponseFieldPathBuilder

func (SearchNotificationsResponseFieldPathBuilder) CurrentOffset

func (SearchNotificationsResponseFieldPathBuilder) NextPageToken

func (SearchNotificationsResponseFieldPathBuilder) Notifications

func (SearchNotificationsResponseFieldPathBuilder) PrevPageToken

func (SearchNotificationsResponseFieldPathBuilder) TotalResultsCount

type SearchNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations

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

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) FieldPath

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataAnnotations) WithValue

type SearchNotificationsResponseMapPathSelectorNotificationsMetadataLabels

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

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataLabels) FieldPath

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataLabels) WithValue

type SearchNotificationsResponseMapPathSelectorNotificationsMetadataShards

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

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataShards) FieldPath

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithArrayOfValues

func (SearchNotificationsResponseMapPathSelectorNotificationsMetadataShards) WithValue

type SearchNotificationsResponsePathSelectorCurrentOffset

type SearchNotificationsResponsePathSelectorCurrentOffset struct{}

func (SearchNotificationsResponsePathSelectorCurrentOffset) FieldPath

func (SearchNotificationsResponsePathSelectorCurrentOffset) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorCurrentOffset) WithValue

type SearchNotificationsResponsePathSelectorNextPageToken

type SearchNotificationsResponsePathSelectorNextPageToken struct{}

func (SearchNotificationsResponsePathSelectorNextPageToken) FieldPath

func (SearchNotificationsResponsePathSelectorNextPageToken) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNextPageToken) WithValue

type SearchNotificationsResponsePathSelectorNotifications

type SearchNotificationsResponsePathSelectorNotifications struct{}

func (SearchNotificationsResponsePathSelectorNotifications) Alerts

func (SearchNotificationsResponsePathSelectorNotifications) FieldPath

func (SearchNotificationsResponsePathSelectorNotifications) Metadata

func (SearchNotificationsResponsePathSelectorNotifications) Name

func (SearchNotificationsResponsePathSelectorNotifications) State

func (SearchNotificationsResponsePathSelectorNotifications) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotifications) WithSubArrayItemValue

func (SearchNotificationsResponsePathSelectorNotifications) WithSubArrayOfValues

func (SearchNotificationsResponsePathSelectorNotifications) WithSubPath

func (SearchNotificationsResponsePathSelectorNotifications) WithSubValue

func (SearchNotificationsResponsePathSelectorNotifications) WithValue

type SearchNotificationsResponsePathSelectorNotificationsAlertingPolicy

type SearchNotificationsResponsePathSelectorNotificationsAlertingPolicy struct{}

func (SearchNotificationsResponsePathSelectorNotificationsAlertingPolicy) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsAlertingPolicy) WithValue

type SearchNotificationsResponsePathSelectorNotificationsAlerts

type SearchNotificationsResponsePathSelectorNotificationsAlerts struct{}

func (SearchNotificationsResponsePathSelectorNotificationsAlerts) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsAlerts) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsAlerts) WithItemValue

func (SearchNotificationsResponsePathSelectorNotificationsAlerts) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadata

type SearchNotificationsResponsePathSelectorNotificationsMetadata struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadata) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadata) Tags

func (SearchNotificationsResponsePathSelectorNotificationsMetadata) Uuid

func (SearchNotificationsResponsePathSelectorNotificationsMetadata) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadata) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataAnnotations

type SearchNotificationsResponsePathSelectorNotificationsMetadataAnnotations struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataAnnotations) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataAnnotations) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataCreateTime

type SearchNotificationsResponsePathSelectorNotificationsMetadataCreateTime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataCreateTime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataCreateTime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataDeleteTime

type SearchNotificationsResponsePathSelectorNotificationsMetadataDeleteTime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataDeleteTime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataGeneration

type SearchNotificationsResponsePathSelectorNotificationsMetadataGeneration struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataGeneration) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataGeneration) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataLabels

type SearchNotificationsResponsePathSelectorNotificationsMetadataLabels struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLabels) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLabels) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLabels) WithKey

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLabels) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycle

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycle struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycle) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycle) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleBlockDeletion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleState

type SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleState struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataLifecycleState) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithItemValue

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferences) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesController) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesKind) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesName) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRegion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesRequiresOwnerReference) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion

type SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataOwnerReferencesVersion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataResourceVersion

type SearchNotificationsResponsePathSelectorNotificationsMetadataResourceVersion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataResourceVersion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataShards

type SearchNotificationsResponsePathSelectorNotificationsMetadataShards struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataShards) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataShards) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataShards) WithKey

func (SearchNotificationsResponsePathSelectorNotificationsMetadataShards) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncing

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncing struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncing) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncing) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingOwningRegion) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions

type SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithItemValue

func (SearchNotificationsResponsePathSelectorNotificationsMetadataSyncingRegions) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataTags

type SearchNotificationsResponsePathSelectorNotificationsMetadataTags struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataTags) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataTags) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataTags) WithItemValue

func (SearchNotificationsResponsePathSelectorNotificationsMetadataTags) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataUpdateTime

type SearchNotificationsResponsePathSelectorNotificationsMetadataUpdateTime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUpdateTime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsMetadataUuid

type SearchNotificationsResponsePathSelectorNotificationsMetadataUuid struct{}

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUuid) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUuid) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsMetadataUuid) WithValue

type SearchNotificationsResponsePathSelectorNotificationsName

type SearchNotificationsResponsePathSelectorNotificationsName struct{}

func (SearchNotificationsResponsePathSelectorNotificationsName) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsName) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsName) WithValue

type SearchNotificationsResponsePathSelectorNotificationsState

type SearchNotificationsResponsePathSelectorNotificationsState struct{}

func (SearchNotificationsResponsePathSelectorNotificationsState) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsState) IncidentNotifyAttemptsDone added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsState) IsResolved added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsState) LifecycleCompleted added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsState) ResolutionNotificationState added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsState) ResolutionNotifyAttemptsDone added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsState) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsState) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetime

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeEndTime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime

type SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateAlertsLifetimeStartTime) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateIsResolved added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateIsResolved struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateIsResolved) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateIsResolved) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateIsResolved) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateLifecycleCompleted) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationState

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationState struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationState) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationState) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationState) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateError

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateError struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateError) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateError) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotificationChannel) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateNotifyAttempts) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderData) FieldPath

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDuty) FieldPath

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlack) FieldPath

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) FieldPath

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateProviderDataSlackTs) WithValue

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus

type SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateNotificationStateStatus) FieldPath

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Error added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) ProviderData added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) Status added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithItemValue added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationState) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateError) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone added in v0.10.12

type SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone struct{}

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (SearchNotificationsResponsePathSelectorNotificationsStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type SearchNotificationsResponsePathSelectorPrevPageToken

type SearchNotificationsResponsePathSelectorPrevPageToken struct{}

func (SearchNotificationsResponsePathSelectorPrevPageToken) FieldPath

func (SearchNotificationsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorPrevPageToken) WithValue

type SearchNotificationsResponsePathSelectorTotalResultsCount

type SearchNotificationsResponsePathSelectorTotalResultsCount struct{}

func (SearchNotificationsResponsePathSelectorTotalResultsCount) FieldPath

func (SearchNotificationsResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (SearchNotificationsResponsePathSelectorTotalResultsCount) WithValue

type SearchNotificationsResponse_FieldMask

type SearchNotificationsResponse_FieldMask struct {
	Paths []SearchNotificationsResponse_FieldPath
}

func FullSearchNotificationsResponse_FieldMask

func FullSearchNotificationsResponse_FieldMask() *SearchNotificationsResponse_FieldMask

func (*SearchNotificationsResponse_FieldMask) AppendPath

func (*SearchNotificationsResponse_FieldMask) AppendRawPath

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

func (*SearchNotificationsResponse_FieldMask) DecodeFirestore

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

func (*SearchNotificationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchNotificationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchNotificationsResponse_FieldMask) FromProtoFieldMask

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

func (*SearchNotificationsResponse_FieldMask) GetPaths

func (*SearchNotificationsResponse_FieldMask) GetRawPaths

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

func (*SearchNotificationsResponse_FieldMask) IsFull

func (fieldMask *SearchNotificationsResponse_FieldMask) IsFull() bool

func (SearchNotificationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (SearchNotificationsResponse_FieldMask) MarshalJSON

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

func (*SearchNotificationsResponse_FieldMask) PathsCount

func (fieldMask *SearchNotificationsResponse_FieldMask) PathsCount() int

func (*SearchNotificationsResponse_FieldMask) Project

func (*SearchNotificationsResponse_FieldMask) ProjectRaw

func (*SearchNotificationsResponse_FieldMask) ProtoMessage

func (fieldMask *SearchNotificationsResponse_FieldMask) ProtoMessage()

func (*SearchNotificationsResponse_FieldMask) ProtoReflect

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

func (*SearchNotificationsResponse_FieldMask) Reset

func (fieldMask *SearchNotificationsResponse_FieldMask) Reset()

func (*SearchNotificationsResponse_FieldMask) Set

func (*SearchNotificationsResponse_FieldMask) SetFromCliFlag

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

func (*SearchNotificationsResponse_FieldMask) SetRaw

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

func (*SearchNotificationsResponse_FieldMask) Size

func (fieldMask *SearchNotificationsResponse_FieldMask) Size() int

func (*SearchNotificationsResponse_FieldMask) String

func (fieldMask *SearchNotificationsResponse_FieldMask) String() string

func (*SearchNotificationsResponse_FieldMask) Subtract

func (*SearchNotificationsResponse_FieldMask) SubtractRaw

func (*SearchNotificationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchNotificationsResponse_FieldMask) Unmarshal

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

func (*SearchNotificationsResponse_FieldMask) UnmarshalJSON

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

type SearchNotificationsResponse_FieldPath

type SearchNotificationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchNotificationsResponse_FieldPathSelector
	Get(source *SearchNotificationsResponse) []interface{}
	GetSingle(source *SearchNotificationsResponse) (interface{}, bool)
	ClearValue(item *SearchNotificationsResponse)

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

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

func MustParseSearchNotificationsResponse_FieldPath

func MustParseSearchNotificationsResponse_FieldPath(rawField string) SearchNotificationsResponse_FieldPath

func ParseSearchNotificationsResponse_FieldPath

func ParseSearchNotificationsResponse_FieldPath(rawField string) (SearchNotificationsResponse_FieldPath, error)

type SearchNotificationsResponse_FieldPathArrayItemValue

type SearchNotificationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchNotificationsResponse_FieldPath
	ContainsValue(*SearchNotificationsResponse) bool
}

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

func MustParseSearchNotificationsResponse_FieldPathArrayItemValue

func MustParseSearchNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchNotificationsResponse_FieldPathArrayItemValue

func ParseSearchNotificationsResponse_FieldPathArrayItemValue

func ParseSearchNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchNotificationsResponse_FieldPathArrayItemValue, error)

ParseSearchNotificationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchNotificationsResponse_FieldPathArrayOfValues

type SearchNotificationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchNotificationsResponse_FieldPath
}

SearchNotificationsResponse_FieldPathArrayOfValues allows storing slice of values for SearchNotificationsResponse fields according to their type

func MustParseSearchNotificationsResponse_FieldPathArrayOfValues

func MustParseSearchNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchNotificationsResponse_FieldPathArrayOfValues

func ParseSearchNotificationsResponse_FieldPathArrayOfValues

func ParseSearchNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchNotificationsResponse_FieldPathArrayOfValues, error)

type SearchNotificationsResponse_FieldPathSelector

type SearchNotificationsResponse_FieldPathSelector int32
const (
	SearchNotificationsResponse_FieldPathSelectorNotifications     SearchNotificationsResponse_FieldPathSelector = 0
	SearchNotificationsResponse_FieldPathSelectorPrevPageToken     SearchNotificationsResponse_FieldPathSelector = 1
	SearchNotificationsResponse_FieldPathSelectorNextPageToken     SearchNotificationsResponse_FieldPathSelector = 2
	SearchNotificationsResponse_FieldPathSelectorCurrentOffset     SearchNotificationsResponse_FieldPathSelector = 3
	SearchNotificationsResponse_FieldPathSelectorTotalResultsCount SearchNotificationsResponse_FieldPathSelector = 4
)

func (SearchNotificationsResponse_FieldPathSelector) String

type SearchNotificationsResponse_FieldPathValue

type SearchNotificationsResponse_FieldPathValue interface {
	SearchNotificationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchNotificationsResponse)
	CompareWith(*SearchNotificationsResponse) (cmp int, comparable bool)
}

SearchNotificationsResponse_FieldPathValue allows storing values for SearchNotificationsResponse fields according to their type

func MustParseSearchNotificationsResponse_FieldPathValue

func MustParseSearchNotificationsResponse_FieldPathValue(pathStr, valueStr string) SearchNotificationsResponse_FieldPathValue

func ParseSearchNotificationsResponse_FieldPathValue

func ParseSearchNotificationsResponse_FieldPathValue(pathStr, valueStr string) (SearchNotificationsResponse_FieldPathValue, error)

type SearchNotificationsResponse_FieldSubPath

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

func (*SearchNotificationsResponse_FieldSubPath) AsNotificationsSubPath

func (*SearchNotificationsResponse_FieldSubPath) ClearValue

func (*SearchNotificationsResponse_FieldSubPath) ClearValueRaw

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

func (*SearchNotificationsResponse_FieldSubPath) Get

func (fps *SearchNotificationsResponse_FieldSubPath) Get(source *SearchNotificationsResponse) (values []interface{})

Get returns all values pointed by selected field from source SearchNotificationsResponse

func (*SearchNotificationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchNotificationsResponse_FieldSubPath) GetRaw

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

func (*SearchNotificationsResponse_FieldSubPath) GetSingle

func (fps *SearchNotificationsResponse_FieldSubPath) GetSingle(source *SearchNotificationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source SearchNotificationsResponse

func (*SearchNotificationsResponse_FieldSubPath) GetSingleRaw

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

func (*SearchNotificationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchNotificationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchNotificationsResponse_FieldSubPath) Selector

func (*SearchNotificationsResponse_FieldSubPath) SplitIntoTerminalIPaths

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

func (*SearchNotificationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*SearchNotificationsResponse_FieldSubPath) WithIArrayItemValue

func (*SearchNotificationsResponse_FieldSubPath) WithIArrayOfValues

func (*SearchNotificationsResponse_FieldSubPath) WithIValue

func (*SearchNotificationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*SearchNotificationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*SearchNotificationsResponse_FieldSubPath) WithRawIValue

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

type SearchNotificationsResponse_FieldSubPathArrayItemValue

type SearchNotificationsResponse_FieldSubPathArrayItemValue struct {
	SearchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldSubPathArrayItemValue) AsNotificationsPathItemValue

func (*SearchNotificationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*SearchNotificationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type SearchNotificationsResponse_FieldSubPathArrayOfValues

type SearchNotificationsResponse_FieldSubPathArrayOfValues struct {
	SearchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldSubPathArrayOfValues) AsNotificationsPathArrayOfValues

func (*SearchNotificationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type SearchNotificationsResponse_FieldSubPathValue

type SearchNotificationsResponse_FieldSubPathValue struct {
	SearchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldSubPathValue) AsNotificationsPathValue

func (*SearchNotificationsResponse_FieldSubPathValue) CompareWith

func (*SearchNotificationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*SearchNotificationsResponse_FieldSubPathValue) GetRawValue

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

func (*SearchNotificationsResponse_FieldSubPathValue) SetTo

func (*SearchNotificationsResponse_FieldSubPathValue) SetToRaw

type SearchNotificationsResponse_FieldTerminalPath

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

func (*SearchNotificationsResponse_FieldTerminalPath) ClearValue

func (*SearchNotificationsResponse_FieldTerminalPath) ClearValueRaw

func (*SearchNotificationsResponse_FieldTerminalPath) Get

func (fp *SearchNotificationsResponse_FieldTerminalPath) Get(source *SearchNotificationsResponse) (values []interface{})

Get returns all values pointed by specific field from source SearchNotificationsResponse

func (*SearchNotificationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchNotificationsResponse_FieldTerminalPath) GetRaw

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

func (*SearchNotificationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source SearchNotificationsResponse

func (*SearchNotificationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*SearchNotificationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchNotificationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchNotificationsResponse_FieldTerminalPath) Selector

func (*SearchNotificationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*SearchNotificationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchNotificationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*SearchNotificationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*SearchNotificationsResponse_FieldTerminalPath) WithIValue

func (*SearchNotificationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchNotificationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchNotificationsResponse_FieldTerminalPath) WithRawIValue

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

type SearchNotificationsResponse_FieldTerminalPathArrayItemValue

type SearchNotificationsResponse_FieldTerminalPathArrayItemValue struct {
	SearchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldTerminalPathArrayItemValue) AsNotificationsItemValue

func (*SearchNotificationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchNotificationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchNotificationsResponse_FieldTerminalPathArrayOfValues

type SearchNotificationsResponse_FieldTerminalPathArrayOfValues struct {
	SearchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

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

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationsArrayOfValues

func (fpaov *SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationsArrayOfValues() ([][]*notification.Notification, bool)

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

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

func (*SearchNotificationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchNotificationsResponse_FieldTerminalPathValue

type SearchNotificationsResponse_FieldTerminalPathValue struct {
	SearchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchNotificationsResponse_FieldTerminalPathValue) AsCurrentOffsetValue

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

func (*SearchNotificationsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*SearchNotificationsResponse_FieldTerminalPathValue) AsNotificationsValue

func (*SearchNotificationsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*SearchNotificationsResponse_FieldTerminalPathValue) AsTotalResultsCountValue

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

func (*SearchNotificationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchNotificationsResponse_FieldTerminalPathValue' with the value under path in 'SearchNotificationsResponse'.

func (*SearchNotificationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*SearchNotificationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchNotificationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchNotificationsResponse

func (*SearchNotificationsResponse_FieldTerminalPathValue) SetToRaw

type UpdateNotificationDescriptor

type UpdateNotificationDescriptor struct{}

func GetUpdateNotificationDescriptor

func GetUpdateNotificationDescriptor() *UpdateNotificationDescriptor

func (*UpdateNotificationDescriptor) GetApiDescriptor

func (*UpdateNotificationDescriptor) GetApiName

func (d *UpdateNotificationDescriptor) GetApiName() string

func (*UpdateNotificationDescriptor) GetClientMsgReflectHandle

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

func (*UpdateNotificationDescriptor) GetFullMethodName

func (d *UpdateNotificationDescriptor) GetFullMethodName() string

func (*UpdateNotificationDescriptor) GetMethodName

func (d *UpdateNotificationDescriptor) GetMethodName() string

func (*UpdateNotificationDescriptor) GetProtoPkgName

func (d *UpdateNotificationDescriptor) GetProtoPkgName() string

func (*UpdateNotificationDescriptor) GetResourceDescriptor

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

func (*UpdateNotificationDescriptor) GetServerMsgReflectHandle

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

func (*UpdateNotificationDescriptor) GetServiceDomain

func (d *UpdateNotificationDescriptor) GetServiceDomain() string

func (*UpdateNotificationDescriptor) GetServiceVersion

func (d *UpdateNotificationDescriptor) GetServiceVersion() string

func (*UpdateNotificationDescriptor) GetVerb

func (d *UpdateNotificationDescriptor) GetVerb() string

func (*UpdateNotificationDescriptor) HasResource

func (d *UpdateNotificationDescriptor) HasResource() bool

func (*UpdateNotificationDescriptor) IsClientStream

func (d *UpdateNotificationDescriptor) IsClientStream() bool

func (*UpdateNotificationDescriptor) IsCollection

func (d *UpdateNotificationDescriptor) IsCollection() bool

func (*UpdateNotificationDescriptor) IsPlural

func (d *UpdateNotificationDescriptor) IsPlural() bool

func (*UpdateNotificationDescriptor) IsServerStream

func (d *UpdateNotificationDescriptor) IsServerStream() bool

func (*UpdateNotificationDescriptor) IsUnary

func (d *UpdateNotificationDescriptor) IsUnary() bool

func (*UpdateNotificationDescriptor) NewEmptyClientMsg

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

func (*UpdateNotificationDescriptor) NewEmptyServerMsg

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

func (*UpdateNotificationDescriptor) RequestHasResourceBody

func (d *UpdateNotificationDescriptor) RequestHasResourceBody() bool

type UpdateNotificationDescriptorClientMsgHandle

type UpdateNotificationDescriptorClientMsgHandle struct{}

func (*UpdateNotificationDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateNotificationDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateNotificationDescriptorClientMsgHandle) ExtractResourceNames

type UpdateNotificationDescriptorServerMsgHandle

type UpdateNotificationDescriptorServerMsgHandle struct{}

func (*UpdateNotificationDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateNotificationDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateNotificationDescriptorServerMsgHandle) ExtractResourceNames

type UpdateNotificationRequest

type UpdateNotificationRequest struct {

	// Notification resource body
	Notification *notification.Notification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty" firestore:"notification"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *notification.Notification_FieldMask `` /* 148-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateNotificationRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

Request message for method [UpdateNotification][ntt.monitoring.v3.UpdateNotification]

func (*UpdateNotificationRequest) Clone

func (*UpdateNotificationRequest) CloneRaw

func (*UpdateNotificationRequest) Descriptor

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

Deprecated, Use UpdateNotificationRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotificationRequest) GetCas

func (*UpdateNotificationRequest) GetNotification

func (m *UpdateNotificationRequest) GetNotification() *notification.Notification

func (*UpdateNotificationRequest) GetUpdateMask

func (*UpdateNotificationRequest) GotenMessage

func (*UpdateNotificationRequest) GotenMessage()

func (*UpdateNotificationRequest) GotenObjectExt

func (o *UpdateNotificationRequest) GotenObjectExt()

func (*UpdateNotificationRequest) GotenValidate

func (obj *UpdateNotificationRequest) GotenValidate() error

func (*UpdateNotificationRequest) MakeDiffFieldMask

func (*UpdateNotificationRequest) MakeFullFieldMask

func (*UpdateNotificationRequest) MakeRawDiffFieldMask

func (*UpdateNotificationRequest) MakeRawFullFieldMask

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

func (*UpdateNotificationRequest) Marshal

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

func (*UpdateNotificationRequest) MarshalJSON

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

func (*UpdateNotificationRequest) Merge

func (*UpdateNotificationRequest) MergeRaw

func (*UpdateNotificationRequest) ProtoMessage

func (*UpdateNotificationRequest) ProtoMessage()

func (*UpdateNotificationRequest) ProtoReflect

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

func (*UpdateNotificationRequest) Reset

func (m *UpdateNotificationRequest) Reset()

func (*UpdateNotificationRequest) SetCas

func (*UpdateNotificationRequest) SetNotification

func (m *UpdateNotificationRequest) SetNotification(fv *notification.Notification)

func (*UpdateNotificationRequest) SetUpdateMask

func (*UpdateNotificationRequest) String

func (m *UpdateNotificationRequest) String() string

func (*UpdateNotificationRequest) Unmarshal

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

func (*UpdateNotificationRequest) UnmarshalJSON

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

type UpdateNotificationRequestCASFieldPathBuilder

type UpdateNotificationRequestCASFieldPathBuilder struct{}

func NewUpdateNotificationRequestCASFieldPathBuilder

func NewUpdateNotificationRequestCASFieldPathBuilder() UpdateNotificationRequestCASFieldPathBuilder

func (UpdateNotificationRequestCASFieldPathBuilder) ConditionalState

func (UpdateNotificationRequestCASFieldPathBuilder) FieldMask

type UpdateNotificationRequestCAS_FieldPath

type UpdateNotificationRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateNotificationRequestCAS_FieldPathSelector
	Get(source *UpdateNotificationRequest_CAS) []interface{}
	GetSingle(source *UpdateNotificationRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateNotificationRequest_CAS)

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

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

func MustParseUpdateNotificationRequestCAS_FieldPath

func MustParseUpdateNotificationRequestCAS_FieldPath(rawField string) UpdateNotificationRequestCAS_FieldPath

func ParseUpdateNotificationRequestCAS_FieldPath

func ParseUpdateNotificationRequestCAS_FieldPath(rawField string) (UpdateNotificationRequestCAS_FieldPath, error)

type UpdateNotificationRequestCAS_FieldPathArrayItemValue

type UpdateNotificationRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateNotificationRequestCAS_FieldPath
	ContainsValue(*UpdateNotificationRequest_CAS) bool
}

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

func MustParseUpdateNotificationRequestCAS_FieldPathArrayItemValue

func MustParseUpdateNotificationRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateNotificationRequestCAS_FieldPathArrayItemValue

func ParseUpdateNotificationRequestCAS_FieldPathArrayItemValue

func ParseUpdateNotificationRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateNotificationRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateNotificationRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateNotificationRequestCAS_FieldPathArrayOfValues

type UpdateNotificationRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateNotificationRequestCAS_FieldPath
}

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

func MustParseUpdateNotificationRequestCAS_FieldPathArrayOfValues

func MustParseUpdateNotificationRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateNotificationRequestCAS_FieldPathArrayOfValues

func ParseUpdateNotificationRequestCAS_FieldPathArrayOfValues

func ParseUpdateNotificationRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateNotificationRequestCAS_FieldPathArrayOfValues, error)

type UpdateNotificationRequestCAS_FieldPathSelector

type UpdateNotificationRequestCAS_FieldPathSelector int32
const (
	UpdateNotificationRequestCAS_FieldPathSelectorConditionalState UpdateNotificationRequestCAS_FieldPathSelector = 0
	UpdateNotificationRequestCAS_FieldPathSelectorFieldMask        UpdateNotificationRequestCAS_FieldPathSelector = 1
)

func (UpdateNotificationRequestCAS_FieldPathSelector) String

type UpdateNotificationRequestCAS_FieldPathValue

type UpdateNotificationRequestCAS_FieldPathValue interface {
	UpdateNotificationRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateNotificationRequest_CAS)
	CompareWith(*UpdateNotificationRequest_CAS) (cmp int, comparable bool)
}

UpdateNotificationRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateNotificationRequestCAS_FieldPathValue

func MustParseUpdateNotificationRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateNotificationRequestCAS_FieldPathValue

func ParseUpdateNotificationRequestCAS_FieldPathValue

func ParseUpdateNotificationRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateNotificationRequestCAS_FieldPathValue, error)

type UpdateNotificationRequestCAS_FieldSubPath

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

func (*UpdateNotificationRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateNotificationRequestCAS_FieldSubPath) ClearValue

func (*UpdateNotificationRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateNotificationRequestCAS_FieldSubPath) Get

func (fps *UpdateNotificationRequestCAS_FieldSubPath) Get(source *UpdateNotificationRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateNotificationRequest_CAS

func (*UpdateNotificationRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateNotificationRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateNotificationRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateNotificationRequestCAS_FieldSubPath) GetSingle(source *UpdateNotificationRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateNotificationRequest_CAS

func (*UpdateNotificationRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateNotificationRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateNotificationRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateNotificationRequestCAS_FieldSubPath) Selector

func (*UpdateNotificationRequestCAS_FieldSubPath) SplitIntoTerminalIPaths

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

func (*UpdateNotificationRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateNotificationRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateNotificationRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateNotificationRequestCAS_FieldSubPath) WithIValue

func (*UpdateNotificationRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateNotificationRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateNotificationRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateNotificationRequestCAS_FieldSubPathArrayItemValue

type UpdateNotificationRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateNotificationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateNotificationRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateNotificationRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateNotificationRequestCAS_FieldSubPathArrayOfValues

type UpdateNotificationRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateNotificationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateNotificationRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateNotificationRequestCAS_FieldSubPathValue

type UpdateNotificationRequestCAS_FieldSubPathValue struct {
	UpdateNotificationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateNotificationRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateNotificationRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateNotificationRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateNotificationRequestCAS_FieldSubPathValue) SetTo

func (*UpdateNotificationRequestCAS_FieldSubPathValue) SetToRaw

type UpdateNotificationRequestCAS_FieldTerminalPath

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

func (*UpdateNotificationRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateNotificationRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateNotificationRequestCAS_FieldTerminalPath) Get

func (fp *UpdateNotificationRequestCAS_FieldTerminalPath) Get(source *UpdateNotificationRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateNotificationRequest_CAS

func (*UpdateNotificationRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateNotificationRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateNotificationRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateNotificationRequest_CAS

func (*UpdateNotificationRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateNotificationRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateNotificationRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateNotificationRequestCAS_FieldTerminalPath) Selector

func (*UpdateNotificationRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths

func (*UpdateNotificationRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateNotificationRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue

type UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateNotificationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues

type UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateNotificationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*notification.Notification, bool)

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateNotificationRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateNotificationRequestCAS_FieldTerminalPathValue

type UpdateNotificationRequestCAS_FieldTerminalPathValue struct {
	UpdateNotificationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateNotificationRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateNotificationRequest_CAS'.

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateNotificationRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateNotificationRequestFieldPathBuilder

type UpdateNotificationRequestFieldPathBuilder struct{}

func NewUpdateNotificationRequestFieldPathBuilder

func NewUpdateNotificationRequestFieldPathBuilder() UpdateNotificationRequestFieldPathBuilder

func (UpdateNotificationRequestFieldPathBuilder) Cas

func (UpdateNotificationRequestFieldPathBuilder) Notification

func (UpdateNotificationRequestFieldPathBuilder) UpdateMask

type UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateNotificationRequestMapPathSelectorNotificationMetadataAnnotations

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

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) FieldPath

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataAnnotations) WithValue

type UpdateNotificationRequestMapPathSelectorNotificationMetadataLabels

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

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataLabels) FieldPath

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataLabels) WithValue

type UpdateNotificationRequestMapPathSelectorNotificationMetadataShards

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

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataShards) FieldPath

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataShards) WithArrayOfValues

func (UpdateNotificationRequestMapPathSelectorNotificationMetadataShards) WithValue

type UpdateNotificationRequestPathSelectorCas

type UpdateNotificationRequestPathSelectorCas struct{}

func (UpdateNotificationRequestPathSelectorCas) ConditionalState

func (UpdateNotificationRequestPathSelectorCas) FieldMask

func (UpdateNotificationRequestPathSelectorCas) FieldPath

type UpdateNotificationRequestPathSelectorCasConditionalState

type UpdateNotificationRequestPathSelectorCasConditionalState struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalState) Alerts

func (UpdateNotificationRequestPathSelectorCasConditionalState) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalState) Metadata

func (UpdateNotificationRequestPathSelectorCasConditionalState) Name

func (UpdateNotificationRequestPathSelectorCasConditionalState) State

func (UpdateNotificationRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalState) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateAlertingPolicy

type UpdateNotificationRequestPathSelectorCasConditionalStateAlertingPolicy struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlertingPolicy) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlertingPolicy) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlertingPolicy) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateAlerts

type UpdateNotificationRequestPathSelectorCasConditionalStateAlerts struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlerts) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlerts) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlerts) WithItemValue

func (UpdateNotificationRequestPathSelectorCasConditionalStateAlerts) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadata

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataDeleteTime

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycle

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleState

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataShards

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateName

type UpdateNotificationRequestPathSelectorCasConditionalStateName struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateName) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateState

type UpdateNotificationRequestPathSelectorCasConditionalStateState struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) IncidentNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) IsResolved added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) LifecycleCompleted added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) ResolutionNotificationState added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) ResolutionNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateState) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetime

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeEndTime

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeEndTime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeEndTime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeEndTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeEndTime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeStartTime

type UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeStartTime struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeStartTime) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeStartTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateAlertsLifetimeStartTime) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateIncidentNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateIncidentNotifyAttemptsDone struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateIsResolved added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateIsResolved struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIsResolved) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIsResolved) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateIsResolved) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateLifecycleCompleted added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateLifecycleCompleted struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateLifecycleCompleted) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateLifecycleCompleted) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationState

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationState struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationState) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationState) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateError

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateError struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateError) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateError) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateError) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotificationChannel

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotificationChannel) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotificationChannel) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotificationChannel) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotifyAttempts

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotifyAttempts) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotifyAttempts) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateNotifyAttempts) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderData

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderData struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderData) FieldPath

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDuty

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDuty) FieldPath

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlack

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlack) FieldPath

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlackTs

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlackTs) FieldPath

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateProviderDataSlackTs) WithValue

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateStatus

type UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateStatus struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateNotificationStateStatus) FieldPath

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) Error added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) ProviderData added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) Status added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) WithItemValue added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationState) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateError added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateError struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateError) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotificationChannel added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateStatus added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateStatus struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotifyAttemptsDone struct{}

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorCasConditionalStateStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorCasFieldMask

type UpdateNotificationRequestPathSelectorCasFieldMask struct{}

func (UpdateNotificationRequestPathSelectorCasFieldMask) FieldPath

func (UpdateNotificationRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorCasFieldMask) WithValue

type UpdateNotificationRequestPathSelectorNotification

type UpdateNotificationRequestPathSelectorNotification struct{}

func (UpdateNotificationRequestPathSelectorNotification) AlertingPolicy

func (UpdateNotificationRequestPathSelectorNotification) Alerts

func (UpdateNotificationRequestPathSelectorNotification) FieldPath

func (UpdateNotificationRequestPathSelectorNotification) Metadata

func (UpdateNotificationRequestPathSelectorNotification) Name

func (UpdateNotificationRequestPathSelectorNotification) State

func (UpdateNotificationRequestPathSelectorNotification) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotification) WithSubArrayItemValue

func (UpdateNotificationRequestPathSelectorNotification) WithSubArrayOfValues

func (UpdateNotificationRequestPathSelectorNotification) WithSubPath

func (UpdateNotificationRequestPathSelectorNotification) WithSubValue

func (UpdateNotificationRequestPathSelectorNotification) WithValue

type UpdateNotificationRequestPathSelectorNotificationAlertingPolicy

type UpdateNotificationRequestPathSelectorNotificationAlertingPolicy struct{}

func (UpdateNotificationRequestPathSelectorNotificationAlertingPolicy) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationAlertingPolicy) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationAlertingPolicy) WithValue

type UpdateNotificationRequestPathSelectorNotificationAlerts

type UpdateNotificationRequestPathSelectorNotificationAlerts struct{}

func (UpdateNotificationRequestPathSelectorNotificationAlerts) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationAlerts) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationAlerts) WithItemValue

func (UpdateNotificationRequestPathSelectorNotificationAlerts) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadata

type UpdateNotificationRequestPathSelectorNotificationMetadata struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadata) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadata) Labels

func (UpdateNotificationRequestPathSelectorNotificationMetadata) Shards

func (UpdateNotificationRequestPathSelectorNotificationMetadata) Syncing

func (UpdateNotificationRequestPathSelectorNotificationMetadata) Tags

func (UpdateNotificationRequestPathSelectorNotificationMetadata) Uuid

func (UpdateNotificationRequestPathSelectorNotificationMetadata) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadata) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataAnnotations

type UpdateNotificationRequestPathSelectorNotificationMetadataAnnotations struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataAnnotations) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataAnnotations) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataCreateTime

type UpdateNotificationRequestPathSelectorNotificationMetadataCreateTime struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataCreateTime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataCreateTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataCreateTime) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataDeleteTime

type UpdateNotificationRequestPathSelectorNotificationMetadataDeleteTime struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataDeleteTime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataDeleteTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataDeleteTime) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataGeneration

type UpdateNotificationRequestPathSelectorNotificationMetadataGeneration struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataGeneration) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataGeneration) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataGeneration) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataLabels

type UpdateNotificationRequestPathSelectorNotificationMetadataLabels struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataLabels) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataLabels) WithKey

func (UpdateNotificationRequestPathSelectorNotificationMetadataLabels) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycle

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycle struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycle) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycle) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycle) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleBlockDeletion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleState

type UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleState struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleState) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataLifecycleState) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithItemValue

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferences) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesController) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesKind) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesName) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRegion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion

type UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataOwnerReferencesVersion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataResourceVersion

type UpdateNotificationRequestPathSelectorNotificationMetadataResourceVersion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataResourceVersion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataResourceVersion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataResourceVersion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataShards

type UpdateNotificationRequestPathSelectorNotificationMetadataShards struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataShards) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataShards) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataShards) WithKey

func (UpdateNotificationRequestPathSelectorNotificationMetadataShards) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncing

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncing struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncing) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncing) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncing) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingOwningRegion) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions

type UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithItemValue

func (UpdateNotificationRequestPathSelectorNotificationMetadataSyncingRegions) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataTags

type UpdateNotificationRequestPathSelectorNotificationMetadataTags struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataTags) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataTags) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataTags) WithItemValue

func (UpdateNotificationRequestPathSelectorNotificationMetadataTags) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataUpdateTime

type UpdateNotificationRequestPathSelectorNotificationMetadataUpdateTime struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataUpdateTime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataUpdateTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataUpdateTime) WithValue

type UpdateNotificationRequestPathSelectorNotificationMetadataUuid

type UpdateNotificationRequestPathSelectorNotificationMetadataUuid struct{}

func (UpdateNotificationRequestPathSelectorNotificationMetadataUuid) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationMetadataUuid) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationMetadataUuid) WithValue

type UpdateNotificationRequestPathSelectorNotificationName

type UpdateNotificationRequestPathSelectorNotificationName struct{}

func (UpdateNotificationRequestPathSelectorNotificationName) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationName) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationName) WithValue

type UpdateNotificationRequestPathSelectorNotificationState

type UpdateNotificationRequestPathSelectorNotificationState struct{}

func (UpdateNotificationRequestPathSelectorNotificationState) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationState) IncidentNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationState) IsResolved added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationState) LifecycleCompleted added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationState) ResolutionNotificationState added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationState) ResolutionNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationState) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetime

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetime struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetime) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeEndTime) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime

type UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateAlertsLifetimeStartTime) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateIsResolved added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateIsResolved struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateIsResolved) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateIsResolved) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateIsResolved) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateLifecycleCompleted added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateLifecycleCompleted struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateLifecycleCompleted) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateNotificationState

type UpdateNotificationRequestPathSelectorNotificationStateNotificationState struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationState) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationState) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationState) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateError

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateError struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateError) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateError) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateError) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotificationChannel) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateNotifyAttempts) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderData) FieldPath

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDuty) FieldPath

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlack) FieldPath

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) FieldPath

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateProviderDataSlackTs) WithValue

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateStatus

type UpdateNotificationRequestPathSelectorNotificationStateNotificationStateStatus struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateNotificationStateStatus) FieldPath

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) Error added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) ProviderData added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) Status added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithItemValue added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationState) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateError) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone struct{}

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequestPathSelectorNotificationStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequestPathSelectorUpdateMask

type UpdateNotificationRequestPathSelectorUpdateMask struct{}

func (UpdateNotificationRequestPathSelectorUpdateMask) FieldPath

type UpdateNotificationRequest_CAS

type UpdateNotificationRequest_CAS struct {

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

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

func (*UpdateNotificationRequest_CAS) Clone

func (*UpdateNotificationRequest_CAS) CloneRaw

func (*UpdateNotificationRequest_CAS) Descriptor

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

Deprecated, Use UpdateNotificationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateNotificationRequest_CAS) GetConditionalState

func (m *UpdateNotificationRequest_CAS) GetConditionalState() *notification.Notification

func (*UpdateNotificationRequest_CAS) GetFieldMask

func (*UpdateNotificationRequest_CAS) GotenMessage

func (*UpdateNotificationRequest_CAS) GotenMessage()

func (*UpdateNotificationRequest_CAS) GotenObjectExt

func (o *UpdateNotificationRequest_CAS) GotenObjectExt()

func (*UpdateNotificationRequest_CAS) GotenValidate

func (obj *UpdateNotificationRequest_CAS) GotenValidate() error

func (*UpdateNotificationRequest_CAS) MakeDiffFieldMask

func (*UpdateNotificationRequest_CAS) MakeFullFieldMask

func (*UpdateNotificationRequest_CAS) MakeRawDiffFieldMask

func (*UpdateNotificationRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateNotificationRequest_CAS) Marshal

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

func (*UpdateNotificationRequest_CAS) MarshalJSON

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

func (*UpdateNotificationRequest_CAS) Merge

func (*UpdateNotificationRequest_CAS) MergeRaw

func (*UpdateNotificationRequest_CAS) ProtoMessage

func (*UpdateNotificationRequest_CAS) ProtoMessage()

func (*UpdateNotificationRequest_CAS) ProtoReflect

func (*UpdateNotificationRequest_CAS) Reset

func (m *UpdateNotificationRequest_CAS) Reset()

func (*UpdateNotificationRequest_CAS) SetConditionalState

func (m *UpdateNotificationRequest_CAS) SetConditionalState(fv *notification.Notification)

func (*UpdateNotificationRequest_CAS) SetFieldMask

func (*UpdateNotificationRequest_CAS) String

func (*UpdateNotificationRequest_CAS) Unmarshal

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

func (*UpdateNotificationRequest_CAS) UnmarshalJSON

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

type UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateNotificationRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalState

type UpdateNotificationRequest_CASPathSelectorConditionalState struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalState) Alerts

func (UpdateNotificationRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalState) Metadata

func (UpdateNotificationRequest_CASPathSelectorConditionalState) Name

func (UpdateNotificationRequest_CASPathSelectorConditionalState) State

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateNotificationRequest_CASPathSelectorConditionalState) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateAlertingPolicy

type UpdateNotificationRequest_CASPathSelectorConditionalStateAlertingPolicy struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlertingPolicy) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlertingPolicy) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlertingPolicy) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts

type UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts) WithItemValue

func (UpdateNotificationRequest_CASPathSelectorConditionalStateAlerts) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadata

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataDeleteTime

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycle

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleState

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateName

type UpdateNotificationRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateState

type UpdateNotificationRequest_CASPathSelectorConditionalStateState struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) IncidentNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) IsResolved added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) LifecycleCompleted added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) ResolutionNotificationState added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) ResolutionNotifyAttemptsDone added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateState) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetime

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeEndTime

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeEndTime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeEndTime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeEndTime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeEndTime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeStartTime

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeStartTime struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeStartTime) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeStartTime) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateAlertsLifetimeStartTime) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateIncidentNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateIncidentNotifyAttemptsDone struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateIsResolved added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateIsResolved struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIsResolved) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIsResolved) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateIsResolved) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateLifecycleCompleted added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateLifecycleCompleted struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateLifecycleCompleted) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateLifecycleCompleted) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationState

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationState struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationState) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationState) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationState) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateError

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateError struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateError) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateError) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateError) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotificationChannel

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotificationChannel) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotificationChannel) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotificationChannel) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotifyAttempts

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotifyAttempts) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotifyAttempts) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateNotifyAttempts) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderData

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderData struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderData) FieldPath

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDuty

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDuty) FieldPath

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlack

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlack) FieldPath

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlackTs

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlackTs) FieldPath

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateProviderDataSlackTs) WithValue

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateStatus

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateStatus struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateNotificationStateStatus) FieldPath

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) Error added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) ProviderData added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) Status added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) WithItemValue added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationState) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateError added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateError struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateError) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotificationChannel added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotificationChannel struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotifyAttempts struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlackTs struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateStatus added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateStatus struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotifyAttemptsDone added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotifyAttemptsDone struct{}

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (UpdateNotificationRequest_CASPathSelectorConditionalStateStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type UpdateNotificationRequest_CASPathSelectorFieldMask

type UpdateNotificationRequest_CASPathSelectorFieldMask struct{}

func (UpdateNotificationRequest_CASPathSelectorFieldMask) FieldPath

type UpdateNotificationRequest_CAS_FieldMask

type UpdateNotificationRequest_CAS_FieldMask struct {
	Paths []UpdateNotificationRequestCAS_FieldPath
}

func FullUpdateNotificationRequest_CAS_FieldMask

func FullUpdateNotificationRequest_CAS_FieldMask() *UpdateNotificationRequest_CAS_FieldMask

func (*UpdateNotificationRequest_CAS_FieldMask) AppendPath

func (*UpdateNotificationRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateNotificationRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateNotificationRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateNotificationRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateNotificationRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateNotificationRequest_CAS_FieldMask) GetPaths

func (*UpdateNotificationRequest_CAS_FieldMask) GetRawPaths

func (*UpdateNotificationRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) IsFull() bool

func (UpdateNotificationRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateNotificationRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateNotificationRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) PathsCount() int

func (*UpdateNotificationRequest_CAS_FieldMask) Project

func (*UpdateNotificationRequest_CAS_FieldMask) ProjectRaw

func (*UpdateNotificationRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateNotificationRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateNotificationRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) Reset()

func (*UpdateNotificationRequest_CAS_FieldMask) Set

func (*UpdateNotificationRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateNotificationRequest_CAS_FieldMask) SetRaw

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

func (*UpdateNotificationRequest_CAS_FieldMask) Size

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) Size() int

func (*UpdateNotificationRequest_CAS_FieldMask) String

func (fieldMask *UpdateNotificationRequest_CAS_FieldMask) String() string

func (*UpdateNotificationRequest_CAS_FieldMask) Subtract

func (*UpdateNotificationRequest_CAS_FieldMask) SubtractRaw

func (*UpdateNotificationRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateNotificationRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateNotificationRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateNotificationRequest_FieldMask

type UpdateNotificationRequest_FieldMask struct {
	Paths []UpdateNotificationRequest_FieldPath
}

func FullUpdateNotificationRequest_FieldMask

func FullUpdateNotificationRequest_FieldMask() *UpdateNotificationRequest_FieldMask

func (*UpdateNotificationRequest_FieldMask) AppendPath

func (*UpdateNotificationRequest_FieldMask) AppendRawPath

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

func (*UpdateNotificationRequest_FieldMask) DecodeFirestore

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

func (*UpdateNotificationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateNotificationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateNotificationRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateNotificationRequest_FieldMask) GetPaths

func (*UpdateNotificationRequest_FieldMask) GetRawPaths

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

func (*UpdateNotificationRequest_FieldMask) IsFull

func (fieldMask *UpdateNotificationRequest_FieldMask) IsFull() bool

func (UpdateNotificationRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateNotificationRequest_FieldMask) MarshalJSON

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

func (*UpdateNotificationRequest_FieldMask) PathsCount

func (fieldMask *UpdateNotificationRequest_FieldMask) PathsCount() int

func (*UpdateNotificationRequest_FieldMask) Project

func (*UpdateNotificationRequest_FieldMask) ProjectRaw

func (*UpdateNotificationRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateNotificationRequest_FieldMask) ProtoMessage()

func (*UpdateNotificationRequest_FieldMask) ProtoReflect

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

func (*UpdateNotificationRequest_FieldMask) Reset

func (fieldMask *UpdateNotificationRequest_FieldMask) Reset()

func (*UpdateNotificationRequest_FieldMask) Set

func (fieldMask *UpdateNotificationRequest_FieldMask) Set(target, source *UpdateNotificationRequest)

func (*UpdateNotificationRequest_FieldMask) SetFromCliFlag

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

func (*UpdateNotificationRequest_FieldMask) SetRaw

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

func (*UpdateNotificationRequest_FieldMask) Size

func (fieldMask *UpdateNotificationRequest_FieldMask) Size() int

func (*UpdateNotificationRequest_FieldMask) String

func (fieldMask *UpdateNotificationRequest_FieldMask) String() string

func (*UpdateNotificationRequest_FieldMask) Subtract

func (*UpdateNotificationRequest_FieldMask) SubtractRaw

func (*UpdateNotificationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateNotificationRequest_FieldMask) Unmarshal

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

func (*UpdateNotificationRequest_FieldMask) UnmarshalJSON

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

type UpdateNotificationRequest_FieldPath

type UpdateNotificationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateNotificationRequest_FieldPathSelector
	Get(source *UpdateNotificationRequest) []interface{}
	GetSingle(source *UpdateNotificationRequest) (interface{}, bool)
	ClearValue(item *UpdateNotificationRequest)

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

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

func MustParseUpdateNotificationRequest_FieldPath

func MustParseUpdateNotificationRequest_FieldPath(rawField string) UpdateNotificationRequest_FieldPath

func ParseUpdateNotificationRequest_FieldPath

func ParseUpdateNotificationRequest_FieldPath(rawField string) (UpdateNotificationRequest_FieldPath, error)

type UpdateNotificationRequest_FieldPathArrayItemValue

type UpdateNotificationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateNotificationRequest_FieldPath
	ContainsValue(*UpdateNotificationRequest) bool
}

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

func MustParseUpdateNotificationRequest_FieldPathArrayItemValue

func MustParseUpdateNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateNotificationRequest_FieldPathArrayItemValue

func ParseUpdateNotificationRequest_FieldPathArrayItemValue

func ParseUpdateNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateNotificationRequest_FieldPathArrayItemValue, error)

ParseUpdateNotificationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateNotificationRequest_FieldPathArrayOfValues

type UpdateNotificationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateNotificationRequest_FieldPath
}

UpdateNotificationRequest_FieldPathArrayOfValues allows storing slice of values for UpdateNotificationRequest fields according to their type

func MustParseUpdateNotificationRequest_FieldPathArrayOfValues

func MustParseUpdateNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateNotificationRequest_FieldPathArrayOfValues

func ParseUpdateNotificationRequest_FieldPathArrayOfValues

func ParseUpdateNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateNotificationRequest_FieldPathArrayOfValues, error)

type UpdateNotificationRequest_FieldPathSelector

type UpdateNotificationRequest_FieldPathSelector int32
const (
	UpdateNotificationRequest_FieldPathSelectorNotification UpdateNotificationRequest_FieldPathSelector = 0
	UpdateNotificationRequest_FieldPathSelectorUpdateMask   UpdateNotificationRequest_FieldPathSelector = 1
	UpdateNotificationRequest_FieldPathSelectorCas          UpdateNotificationRequest_FieldPathSelector = 2
)

func (UpdateNotificationRequest_FieldPathSelector) String

type UpdateNotificationRequest_FieldPathValue

type UpdateNotificationRequest_FieldPathValue interface {
	UpdateNotificationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateNotificationRequest)
	CompareWith(*UpdateNotificationRequest) (cmp int, comparable bool)
}

UpdateNotificationRequest_FieldPathValue allows storing values for UpdateNotificationRequest fields according to their type

func MustParseUpdateNotificationRequest_FieldPathValue

func MustParseUpdateNotificationRequest_FieldPathValue(pathStr, valueStr string) UpdateNotificationRequest_FieldPathValue

func ParseUpdateNotificationRequest_FieldPathValue

func ParseUpdateNotificationRequest_FieldPathValue(pathStr, valueStr string) (UpdateNotificationRequest_FieldPathValue, error)

type UpdateNotificationRequest_FieldSubPath

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

func (*UpdateNotificationRequest_FieldSubPath) AsCasSubPath

func (*UpdateNotificationRequest_FieldSubPath) AsNotificationSubPath

func (*UpdateNotificationRequest_FieldSubPath) ClearValue

func (*UpdateNotificationRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateNotificationRequest_FieldSubPath) Get

func (fps *UpdateNotificationRequest_FieldSubPath) Get(source *UpdateNotificationRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateNotificationRequest

func (*UpdateNotificationRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateNotificationRequest_FieldSubPath) GetRaw

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

func (*UpdateNotificationRequest_FieldSubPath) GetSingle

func (fps *UpdateNotificationRequest_FieldSubPath) GetSingle(source *UpdateNotificationRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateNotificationRequest

func (*UpdateNotificationRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateNotificationRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateNotificationRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateNotificationRequest_FieldSubPath) Selector

func (*UpdateNotificationRequest_FieldSubPath) SplitIntoTerminalIPaths

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

func (*UpdateNotificationRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateNotificationRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateNotificationRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateNotificationRequest_FieldSubPath) WithIValue

func (*UpdateNotificationRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateNotificationRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateNotificationRequest_FieldSubPath) WithRawIValue

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

type UpdateNotificationRequest_FieldSubPathArrayItemValue

type UpdateNotificationRequest_FieldSubPathArrayItemValue struct {
	UpdateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateNotificationRequest_FieldSubPathArrayItemValue) AsNotificationPathItemValue

func (*UpdateNotificationRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateNotificationRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateNotificationRequest_FieldSubPathArrayOfValues

type UpdateNotificationRequest_FieldSubPathArrayOfValues struct {
	UpdateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateNotificationRequest_FieldSubPathArrayOfValues) AsNotificationPathArrayOfValues

func (*UpdateNotificationRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateNotificationRequest_FieldSubPathValue

type UpdateNotificationRequest_FieldSubPathValue struct {
	UpdateNotificationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateNotificationRequest_FieldSubPathValue) AsNotificationPathValue

func (*UpdateNotificationRequest_FieldSubPathValue) CompareWith

func (*UpdateNotificationRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateNotificationRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateNotificationRequest_FieldSubPathValue) SetTo

func (*UpdateNotificationRequest_FieldSubPathValue) SetToRaw

type UpdateNotificationRequest_FieldTerminalPath

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

func (*UpdateNotificationRequest_FieldTerminalPath) ClearValue

func (*UpdateNotificationRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateNotificationRequest_FieldTerminalPath) Get

func (fp *UpdateNotificationRequest_FieldTerminalPath) Get(source *UpdateNotificationRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateNotificationRequest

func (*UpdateNotificationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateNotificationRequest_FieldTerminalPath) GetRaw

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

func (*UpdateNotificationRequest_FieldTerminalPath) GetSingle

func (fp *UpdateNotificationRequest_FieldTerminalPath) GetSingle(source *UpdateNotificationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateNotificationRequest

func (*UpdateNotificationRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateNotificationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateNotificationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateNotificationRequest_FieldTerminalPath) Selector

func (*UpdateNotificationRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*UpdateNotificationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateNotificationRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateNotificationRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateNotificationRequest_FieldTerminalPath) WithIValue

func (*UpdateNotificationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateNotificationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateNotificationRequest_FieldTerminalPath) WithRawIValue

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

type UpdateNotificationRequest_FieldTerminalPathArrayItemValue

type UpdateNotificationRequest_FieldTerminalPathArrayItemValue struct {
	UpdateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateNotificationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateNotificationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateNotificationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateNotificationRequest_FieldTerminalPathArrayOfValues

type UpdateNotificationRequest_FieldTerminalPathArrayOfValues struct {
	UpdateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateNotificationRequest_FieldTerminalPathArrayOfValues) AsNotificationArrayOfValues

func (*UpdateNotificationRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateNotificationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateNotificationRequest_FieldTerminalPathValue

type UpdateNotificationRequest_FieldTerminalPathValue struct {
	UpdateNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateNotificationRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateNotificationRequest_FieldTerminalPathValue) AsNotificationValue

func (*UpdateNotificationRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateNotificationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateNotificationRequest_FieldTerminalPathValue' with the value under path in 'UpdateNotificationRequest'.

func (*UpdateNotificationRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateNotificationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateNotificationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateNotificationRequest

func (*UpdateNotificationRequest_FieldTerminalPathValue) SetToRaw

type WatchNotificationClientStream

type WatchNotificationClientStream interface {
	Recv() (*WatchNotificationResponse, error)
	grpc.ClientStream
}

type WatchNotificationDescriptor

type WatchNotificationDescriptor struct{}

func GetWatchNotificationDescriptor

func GetWatchNotificationDescriptor() *WatchNotificationDescriptor

func (*WatchNotificationDescriptor) GetApiDescriptor

func (*WatchNotificationDescriptor) GetApiName

func (d *WatchNotificationDescriptor) GetApiName() string

func (*WatchNotificationDescriptor) GetClientMsgReflectHandle

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

func (*WatchNotificationDescriptor) GetFullMethodName

func (d *WatchNotificationDescriptor) GetFullMethodName() string

func (*WatchNotificationDescriptor) GetMethodName

func (d *WatchNotificationDescriptor) GetMethodName() string

func (*WatchNotificationDescriptor) GetProtoPkgName

func (d *WatchNotificationDescriptor) GetProtoPkgName() string

func (*WatchNotificationDescriptor) GetResourceDescriptor

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

func (*WatchNotificationDescriptor) GetServerMsgReflectHandle

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

func (*WatchNotificationDescriptor) GetServiceDomain

func (d *WatchNotificationDescriptor) GetServiceDomain() string

func (*WatchNotificationDescriptor) GetServiceVersion

func (d *WatchNotificationDescriptor) GetServiceVersion() string

func (*WatchNotificationDescriptor) GetVerb

func (d *WatchNotificationDescriptor) GetVerb() string

func (*WatchNotificationDescriptor) HasResource

func (d *WatchNotificationDescriptor) HasResource() bool

func (*WatchNotificationDescriptor) IsClientStream

func (d *WatchNotificationDescriptor) IsClientStream() bool

func (*WatchNotificationDescriptor) IsCollection

func (d *WatchNotificationDescriptor) IsCollection() bool

func (*WatchNotificationDescriptor) IsPlural

func (d *WatchNotificationDescriptor) IsPlural() bool

func (*WatchNotificationDescriptor) IsServerStream

func (d *WatchNotificationDescriptor) IsServerStream() bool

func (*WatchNotificationDescriptor) IsUnary

func (d *WatchNotificationDescriptor) IsUnary() bool

func (*WatchNotificationDescriptor) NewEmptyClientMsg

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

func (*WatchNotificationDescriptor) NewEmptyServerMsg

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

func (*WatchNotificationDescriptor) RequestHasResourceBody

func (d *WatchNotificationDescriptor) RequestHasResourceBody() bool

type WatchNotificationDescriptorClientMsgHandle

type WatchNotificationDescriptorClientMsgHandle struct{}

func (*WatchNotificationDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchNotificationDescriptorClientMsgHandle) ExtractResourceName

func (*WatchNotificationDescriptorClientMsgHandle) ExtractResourceNames

type WatchNotificationDescriptorServerMsgHandle

type WatchNotificationDescriptorServerMsgHandle struct{}

func (*WatchNotificationDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchNotificationDescriptorServerMsgHandle) ExtractResourceName

func (*WatchNotificationDescriptorServerMsgHandle) ExtractResourceNames

type WatchNotificationRequest

type WatchNotificationRequest struct {

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

Request message for method [WatchNotification][ntt.monitoring.v3.WatchNotification]

func (*WatchNotificationRequest) Clone

func (*WatchNotificationRequest) CloneRaw

func (*WatchNotificationRequest) Descriptor

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

Deprecated, Use WatchNotificationRequest.ProtoReflect.Descriptor instead.

func (*WatchNotificationRequest) GetFieldMask

func (*WatchNotificationRequest) GetName

func (*WatchNotificationRequest) GetView

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

func (*WatchNotificationRequest) GotenMessage

func (*WatchNotificationRequest) GotenMessage()

func (*WatchNotificationRequest) GotenObjectExt

func (o *WatchNotificationRequest) GotenObjectExt()

func (*WatchNotificationRequest) GotenValidate

func (obj *WatchNotificationRequest) GotenValidate() error

func (*WatchNotificationRequest) MakeDiffFieldMask

func (*WatchNotificationRequest) MakeFullFieldMask

func (*WatchNotificationRequest) MakeRawDiffFieldMask

func (*WatchNotificationRequest) MakeRawFullFieldMask

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

func (*WatchNotificationRequest) Marshal

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

func (*WatchNotificationRequest) MarshalJSON

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

func (*WatchNotificationRequest) Merge

func (*WatchNotificationRequest) MergeRaw

func (*WatchNotificationRequest) ProtoMessage

func (*WatchNotificationRequest) ProtoMessage()

func (*WatchNotificationRequest) ProtoReflect

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

func (*WatchNotificationRequest) Reset

func (m *WatchNotificationRequest) Reset()

func (*WatchNotificationRequest) SetFieldMask

func (*WatchNotificationRequest) SetName

func (*WatchNotificationRequest) SetView

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

func (*WatchNotificationRequest) String

func (m *WatchNotificationRequest) String() string

func (*WatchNotificationRequest) Unmarshal

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

func (*WatchNotificationRequest) UnmarshalJSON

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

type WatchNotificationRequestFieldPathBuilder

type WatchNotificationRequestFieldPathBuilder struct{}

func NewWatchNotificationRequestFieldPathBuilder

func NewWatchNotificationRequestFieldPathBuilder() WatchNotificationRequestFieldPathBuilder

func (WatchNotificationRequestFieldPathBuilder) FieldMask

func (WatchNotificationRequestFieldPathBuilder) Name

func (WatchNotificationRequestFieldPathBuilder) View

type WatchNotificationRequestPathSelectorFieldMask

type WatchNotificationRequestPathSelectorFieldMask struct{}

func (WatchNotificationRequestPathSelectorFieldMask) FieldPath

type WatchNotificationRequestPathSelectorName

type WatchNotificationRequestPathSelectorName struct{}

func (WatchNotificationRequestPathSelectorName) FieldPath

func (WatchNotificationRequestPathSelectorName) WithArrayOfValues

func (WatchNotificationRequestPathSelectorName) WithValue

type WatchNotificationRequestPathSelectorView

type WatchNotificationRequestPathSelectorView struct{}

func (WatchNotificationRequestPathSelectorView) FieldPath

func (WatchNotificationRequestPathSelectorView) WithArrayOfValues

func (WatchNotificationRequestPathSelectorView) WithValue

type WatchNotificationRequest_FieldMask

type WatchNotificationRequest_FieldMask struct {
	Paths []WatchNotificationRequest_FieldPath
}

func FullWatchNotificationRequest_FieldMask

func FullWatchNotificationRequest_FieldMask() *WatchNotificationRequest_FieldMask

func (*WatchNotificationRequest_FieldMask) AppendPath

func (*WatchNotificationRequest_FieldMask) AppendRawPath

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

func (*WatchNotificationRequest_FieldMask) DecodeFirestore

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

func (*WatchNotificationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchNotificationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchNotificationRequest_FieldMask) FromProtoFieldMask

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

func (*WatchNotificationRequest_FieldMask) GetPaths

func (*WatchNotificationRequest_FieldMask) GetRawPaths

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

func (*WatchNotificationRequest_FieldMask) IsFull

func (fieldMask *WatchNotificationRequest_FieldMask) IsFull() bool

func (WatchNotificationRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchNotificationRequest_FieldMask) MarshalJSON

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

func (*WatchNotificationRequest_FieldMask) PathsCount

func (fieldMask *WatchNotificationRequest_FieldMask) PathsCount() int

func (*WatchNotificationRequest_FieldMask) Project

func (*WatchNotificationRequest_FieldMask) ProjectRaw

func (*WatchNotificationRequest_FieldMask) ProtoMessage

func (fieldMask *WatchNotificationRequest_FieldMask) ProtoMessage()

func (*WatchNotificationRequest_FieldMask) ProtoReflect

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

func (*WatchNotificationRequest_FieldMask) Reset

func (fieldMask *WatchNotificationRequest_FieldMask) Reset()

func (*WatchNotificationRequest_FieldMask) Set

func (fieldMask *WatchNotificationRequest_FieldMask) Set(target, source *WatchNotificationRequest)

func (*WatchNotificationRequest_FieldMask) SetFromCliFlag

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

func (*WatchNotificationRequest_FieldMask) SetRaw

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

func (*WatchNotificationRequest_FieldMask) Size

func (fieldMask *WatchNotificationRequest_FieldMask) Size() int

func (*WatchNotificationRequest_FieldMask) String

func (fieldMask *WatchNotificationRequest_FieldMask) String() string

func (*WatchNotificationRequest_FieldMask) Subtract

func (*WatchNotificationRequest_FieldMask) SubtractRaw

func (*WatchNotificationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchNotificationRequest_FieldMask) Unmarshal

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

func (*WatchNotificationRequest_FieldMask) UnmarshalJSON

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

type WatchNotificationRequest_FieldPath

type WatchNotificationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchNotificationRequest_FieldPathSelector
	Get(source *WatchNotificationRequest) []interface{}
	GetSingle(source *WatchNotificationRequest) (interface{}, bool)
	ClearValue(item *WatchNotificationRequest)

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

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

func MustParseWatchNotificationRequest_FieldPath

func MustParseWatchNotificationRequest_FieldPath(rawField string) WatchNotificationRequest_FieldPath

func ParseWatchNotificationRequest_FieldPath

func ParseWatchNotificationRequest_FieldPath(rawField string) (WatchNotificationRequest_FieldPath, error)

type WatchNotificationRequest_FieldPathArrayItemValue

type WatchNotificationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchNotificationRequest_FieldPath
	ContainsValue(*WatchNotificationRequest) bool
}

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

func MustParseWatchNotificationRequest_FieldPathArrayItemValue

func MustParseWatchNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchNotificationRequest_FieldPathArrayItemValue

func ParseWatchNotificationRequest_FieldPathArrayItemValue

func ParseWatchNotificationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchNotificationRequest_FieldPathArrayItemValue, error)

ParseWatchNotificationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchNotificationRequest_FieldPathArrayOfValues

type WatchNotificationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchNotificationRequest_FieldPath
}

WatchNotificationRequest_FieldPathArrayOfValues allows storing slice of values for WatchNotificationRequest fields according to their type

func MustParseWatchNotificationRequest_FieldPathArrayOfValues

func MustParseWatchNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchNotificationRequest_FieldPathArrayOfValues

func ParseWatchNotificationRequest_FieldPathArrayOfValues

func ParseWatchNotificationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchNotificationRequest_FieldPathArrayOfValues, error)

type WatchNotificationRequest_FieldPathSelector

type WatchNotificationRequest_FieldPathSelector int32
const (
	WatchNotificationRequest_FieldPathSelectorName      WatchNotificationRequest_FieldPathSelector = 0
	WatchNotificationRequest_FieldPathSelectorFieldMask WatchNotificationRequest_FieldPathSelector = 1
	WatchNotificationRequest_FieldPathSelectorView      WatchNotificationRequest_FieldPathSelector = 2
)

func (WatchNotificationRequest_FieldPathSelector) String

type WatchNotificationRequest_FieldPathValue

type WatchNotificationRequest_FieldPathValue interface {
	WatchNotificationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchNotificationRequest)
	CompareWith(*WatchNotificationRequest) (cmp int, comparable bool)
}

WatchNotificationRequest_FieldPathValue allows storing values for WatchNotificationRequest fields according to their type

func MustParseWatchNotificationRequest_FieldPathValue

func MustParseWatchNotificationRequest_FieldPathValue(pathStr, valueStr string) WatchNotificationRequest_FieldPathValue

func ParseWatchNotificationRequest_FieldPathValue

func ParseWatchNotificationRequest_FieldPathValue(pathStr, valueStr string) (WatchNotificationRequest_FieldPathValue, error)

type WatchNotificationRequest_FieldTerminalPath

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

func (*WatchNotificationRequest_FieldTerminalPath) ClearValue

func (*WatchNotificationRequest_FieldTerminalPath) ClearValueRaw

func (*WatchNotificationRequest_FieldTerminalPath) Get

func (fp *WatchNotificationRequest_FieldTerminalPath) Get(source *WatchNotificationRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchNotificationRequest

func (*WatchNotificationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchNotificationRequest_FieldTerminalPath) GetRaw

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

func (*WatchNotificationRequest_FieldTerminalPath) GetSingle

func (fp *WatchNotificationRequest_FieldTerminalPath) GetSingle(source *WatchNotificationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchNotificationRequest

func (*WatchNotificationRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchNotificationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationRequest_FieldTerminalPath) Selector

func (*WatchNotificationRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*WatchNotificationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchNotificationRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchNotificationRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchNotificationRequest_FieldTerminalPath) WithIValue

func (*WatchNotificationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchNotificationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchNotificationRequest_FieldTerminalPath) WithRawIValue

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

type WatchNotificationRequest_FieldTerminalPathArrayItemValue

type WatchNotificationRequest_FieldTerminalPathArrayItemValue struct {
	WatchNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchNotificationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchNotificationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchNotificationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchNotificationRequest_FieldTerminalPathArrayOfValues

type WatchNotificationRequest_FieldTerminalPathArrayOfValues struct {
	WatchNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchNotificationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchNotificationRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchNotificationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchNotificationRequest_FieldTerminalPathValue

type WatchNotificationRequest_FieldTerminalPathValue struct {
	WatchNotificationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchNotificationRequest_FieldTerminalPathValue) AsNameValue

func (*WatchNotificationRequest_FieldTerminalPathValue) AsViewValue

func (*WatchNotificationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchNotificationRequest_FieldTerminalPathValue' with the value under path in 'WatchNotificationRequest'.

func (*WatchNotificationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchNotificationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchNotificationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchNotificationRequest

func (*WatchNotificationRequest_FieldTerminalPathValue) SetToRaw

type WatchNotificationResponse

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

WatchNotificationResponse

func (*WatchNotificationResponse) Clone

func (*WatchNotificationResponse) CloneRaw

func (*WatchNotificationResponse) Descriptor

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

Deprecated, Use WatchNotificationResponse.ProtoReflect.Descriptor instead.

func (*WatchNotificationResponse) GetChange

func (*WatchNotificationResponse) GotenMessage

func (*WatchNotificationResponse) GotenMessage()

func (*WatchNotificationResponse) GotenObjectExt

func (o *WatchNotificationResponse) GotenObjectExt()

func (*WatchNotificationResponse) GotenValidate

func (obj *WatchNotificationResponse) GotenValidate() error

func (*WatchNotificationResponse) MakeDiffFieldMask

func (*WatchNotificationResponse) MakeFullFieldMask

func (*WatchNotificationResponse) MakeRawDiffFieldMask

func (*WatchNotificationResponse) MakeRawFullFieldMask

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

func (*WatchNotificationResponse) Marshal

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

func (*WatchNotificationResponse) MarshalJSON

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

func (*WatchNotificationResponse) Merge

func (*WatchNotificationResponse) MergeRaw

func (*WatchNotificationResponse) ProtoMessage

func (*WatchNotificationResponse) ProtoMessage()

func (*WatchNotificationResponse) ProtoReflect

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

func (*WatchNotificationResponse) Reset

func (m *WatchNotificationResponse) Reset()

func (*WatchNotificationResponse) SetChange

func (*WatchNotificationResponse) String

func (m *WatchNotificationResponse) String() string

func (*WatchNotificationResponse) Unmarshal

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

func (*WatchNotificationResponse) UnmarshalJSON

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

type WatchNotificationResponseFieldPathBuilder

type WatchNotificationResponseFieldPathBuilder struct{}

func NewWatchNotificationResponseFieldPathBuilder

func NewWatchNotificationResponseFieldPathBuilder() WatchNotificationResponseFieldPathBuilder

func (WatchNotificationResponseFieldPathBuilder) Change

type WatchNotificationResponsePathSelectorChange

type WatchNotificationResponsePathSelectorChange struct{}

func (WatchNotificationResponsePathSelectorChange) FieldPath

type WatchNotificationResponse_FieldMask

type WatchNotificationResponse_FieldMask struct {
	Paths []WatchNotificationResponse_FieldPath
}

func FullWatchNotificationResponse_FieldMask

func FullWatchNotificationResponse_FieldMask() *WatchNotificationResponse_FieldMask

func (*WatchNotificationResponse_FieldMask) AppendPath

func (*WatchNotificationResponse_FieldMask) AppendRawPath

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

func (*WatchNotificationResponse_FieldMask) DecodeFirestore

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

func (*WatchNotificationResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchNotificationResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchNotificationResponse_FieldMask) FromProtoFieldMask

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

func (*WatchNotificationResponse_FieldMask) GetPaths

func (*WatchNotificationResponse_FieldMask) GetRawPaths

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

func (*WatchNotificationResponse_FieldMask) IsFull

func (fieldMask *WatchNotificationResponse_FieldMask) IsFull() bool

func (WatchNotificationResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchNotificationResponse_FieldMask) MarshalJSON

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

func (*WatchNotificationResponse_FieldMask) PathsCount

func (fieldMask *WatchNotificationResponse_FieldMask) PathsCount() int

func (*WatchNotificationResponse_FieldMask) Project

func (*WatchNotificationResponse_FieldMask) ProjectRaw

func (*WatchNotificationResponse_FieldMask) ProtoMessage

func (fieldMask *WatchNotificationResponse_FieldMask) ProtoMessage()

func (*WatchNotificationResponse_FieldMask) ProtoReflect

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

func (*WatchNotificationResponse_FieldMask) Reset

func (fieldMask *WatchNotificationResponse_FieldMask) Reset()

func (*WatchNotificationResponse_FieldMask) Set

func (fieldMask *WatchNotificationResponse_FieldMask) Set(target, source *WatchNotificationResponse)

func (*WatchNotificationResponse_FieldMask) SetFromCliFlag

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

func (*WatchNotificationResponse_FieldMask) SetRaw

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

func (*WatchNotificationResponse_FieldMask) Size

func (fieldMask *WatchNotificationResponse_FieldMask) Size() int

func (*WatchNotificationResponse_FieldMask) String

func (fieldMask *WatchNotificationResponse_FieldMask) String() string

func (*WatchNotificationResponse_FieldMask) Subtract

func (*WatchNotificationResponse_FieldMask) SubtractRaw

func (*WatchNotificationResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchNotificationResponse_FieldMask) Unmarshal

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

func (*WatchNotificationResponse_FieldMask) UnmarshalJSON

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

type WatchNotificationResponse_FieldPath

type WatchNotificationResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchNotificationResponse_FieldPathSelector
	Get(source *WatchNotificationResponse) []interface{}
	GetSingle(source *WatchNotificationResponse) (interface{}, bool)
	ClearValue(item *WatchNotificationResponse)

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

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

func MustParseWatchNotificationResponse_FieldPath

func MustParseWatchNotificationResponse_FieldPath(rawField string) WatchNotificationResponse_FieldPath

func ParseWatchNotificationResponse_FieldPath

func ParseWatchNotificationResponse_FieldPath(rawField string) (WatchNotificationResponse_FieldPath, error)

type WatchNotificationResponse_FieldPathArrayItemValue

type WatchNotificationResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchNotificationResponse_FieldPath
	ContainsValue(*WatchNotificationResponse) bool
}

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

func MustParseWatchNotificationResponse_FieldPathArrayItemValue

func MustParseWatchNotificationResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchNotificationResponse_FieldPathArrayItemValue

func ParseWatchNotificationResponse_FieldPathArrayItemValue

func ParseWatchNotificationResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchNotificationResponse_FieldPathArrayItemValue, error)

ParseWatchNotificationResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchNotificationResponse_FieldPathArrayOfValues

type WatchNotificationResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchNotificationResponse_FieldPath
}

WatchNotificationResponse_FieldPathArrayOfValues allows storing slice of values for WatchNotificationResponse fields according to their type

func MustParseWatchNotificationResponse_FieldPathArrayOfValues

func MustParseWatchNotificationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchNotificationResponse_FieldPathArrayOfValues

func ParseWatchNotificationResponse_FieldPathArrayOfValues

func ParseWatchNotificationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchNotificationResponse_FieldPathArrayOfValues, error)

type WatchNotificationResponse_FieldPathSelector

type WatchNotificationResponse_FieldPathSelector int32
const (
	WatchNotificationResponse_FieldPathSelectorChange WatchNotificationResponse_FieldPathSelector = 0
)

func (WatchNotificationResponse_FieldPathSelector) String

type WatchNotificationResponse_FieldPathValue

type WatchNotificationResponse_FieldPathValue interface {
	WatchNotificationResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchNotificationResponse)
	CompareWith(*WatchNotificationResponse) (cmp int, comparable bool)
}

WatchNotificationResponse_FieldPathValue allows storing values for WatchNotificationResponse fields according to their type

func MustParseWatchNotificationResponse_FieldPathValue

func MustParseWatchNotificationResponse_FieldPathValue(pathStr, valueStr string) WatchNotificationResponse_FieldPathValue

func ParseWatchNotificationResponse_FieldPathValue

func ParseWatchNotificationResponse_FieldPathValue(pathStr, valueStr string) (WatchNotificationResponse_FieldPathValue, error)

type WatchNotificationResponse_FieldTerminalPath

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

func (*WatchNotificationResponse_FieldTerminalPath) ClearValue

func (*WatchNotificationResponse_FieldTerminalPath) ClearValueRaw

func (*WatchNotificationResponse_FieldTerminalPath) Get

func (fp *WatchNotificationResponse_FieldTerminalPath) Get(source *WatchNotificationResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchNotificationResponse

func (*WatchNotificationResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchNotificationResponse_FieldTerminalPath) GetRaw

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

func (*WatchNotificationResponse_FieldTerminalPath) GetSingle

func (fp *WatchNotificationResponse_FieldTerminalPath) GetSingle(source *WatchNotificationResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchNotificationResponse

func (*WatchNotificationResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchNotificationResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationResponse_FieldTerminalPath) Selector

func (*WatchNotificationResponse_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*WatchNotificationResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchNotificationResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchNotificationResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchNotificationResponse_FieldTerminalPath) WithIValue

func (*WatchNotificationResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchNotificationResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchNotificationResponse_FieldTerminalPath) WithRawIValue

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

type WatchNotificationResponse_FieldTerminalPathArrayItemValue

type WatchNotificationResponse_FieldTerminalPathArrayItemValue struct {
	WatchNotificationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchNotificationResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchNotificationResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchNotificationResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchNotificationResponse_FieldTerminalPathArrayOfValues

type WatchNotificationResponse_FieldTerminalPathArrayOfValues struct {
	WatchNotificationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchNotificationResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchNotificationResponse_FieldTerminalPathValue

type WatchNotificationResponse_FieldTerminalPathValue struct {
	WatchNotificationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchNotificationResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchNotificationResponse_FieldTerminalPathValue' with the value under path in 'WatchNotificationResponse'.

func (*WatchNotificationResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchNotificationResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchNotificationResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchNotificationResponse

func (*WatchNotificationResponse_FieldTerminalPathValue) SetToRaw

type WatchNotificationsClientStream

type WatchNotificationsClientStream interface {
	Recv() (*WatchNotificationsResponse, error)
	grpc.ClientStream
}

type WatchNotificationsDescriptor

type WatchNotificationsDescriptor struct{}

func GetWatchNotificationsDescriptor

func GetWatchNotificationsDescriptor() *WatchNotificationsDescriptor

func (*WatchNotificationsDescriptor) GetApiDescriptor

func (*WatchNotificationsDescriptor) GetApiName

func (d *WatchNotificationsDescriptor) GetApiName() string

func (*WatchNotificationsDescriptor) GetClientMsgReflectHandle

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

func (*WatchNotificationsDescriptor) GetFullMethodName

func (d *WatchNotificationsDescriptor) GetFullMethodName() string

func (*WatchNotificationsDescriptor) GetMethodName

func (d *WatchNotificationsDescriptor) GetMethodName() string

func (*WatchNotificationsDescriptor) GetProtoPkgName

func (d *WatchNotificationsDescriptor) GetProtoPkgName() string

func (*WatchNotificationsDescriptor) GetResourceDescriptor

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

func (*WatchNotificationsDescriptor) GetServerMsgReflectHandle

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

func (*WatchNotificationsDescriptor) GetServiceDomain

func (d *WatchNotificationsDescriptor) GetServiceDomain() string

func (*WatchNotificationsDescriptor) GetServiceVersion

func (d *WatchNotificationsDescriptor) GetServiceVersion() string

func (*WatchNotificationsDescriptor) GetVerb

func (d *WatchNotificationsDescriptor) GetVerb() string

func (*WatchNotificationsDescriptor) HasResource

func (d *WatchNotificationsDescriptor) HasResource() bool

func (*WatchNotificationsDescriptor) IsClientStream

func (d *WatchNotificationsDescriptor) IsClientStream() bool

func (*WatchNotificationsDescriptor) IsCollection

func (d *WatchNotificationsDescriptor) IsCollection() bool

func (*WatchNotificationsDescriptor) IsPlural

func (d *WatchNotificationsDescriptor) IsPlural() bool

func (*WatchNotificationsDescriptor) IsServerStream

func (d *WatchNotificationsDescriptor) IsServerStream() bool

func (*WatchNotificationsDescriptor) IsUnary

func (d *WatchNotificationsDescriptor) IsUnary() bool

func (*WatchNotificationsDescriptor) NewEmptyClientMsg

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

func (*WatchNotificationsDescriptor) NewEmptyServerMsg

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

func (*WatchNotificationsDescriptor) RequestHasResourceBody

func (d *WatchNotificationsDescriptor) RequestHasResourceBody() bool

type WatchNotificationsDescriptorClientMsgHandle

type WatchNotificationsDescriptorClientMsgHandle struct{}

func (*WatchNotificationsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchNotificationsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchNotificationsDescriptorClientMsgHandle) ExtractResourceNames

type WatchNotificationsDescriptorServerMsgHandle

type WatchNotificationsDescriptorServerMsgHandle struct{}

func (*WatchNotificationsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchNotificationsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchNotificationsDescriptorServerMsgHandle) ExtractResourceNames

type WatchNotificationsRequest

type WatchNotificationsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.monitoring.v3.Notification
	Parent *notification.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Notifications than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *notification.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *notification.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *notification.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to Notification that don't
	// affect any of masked fields won't be sent back.
	FieldMask *notification.Notification_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// Notification that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchNotifications][ntt.monitoring.v3.WatchNotifications]

func (*WatchNotificationsRequest) Clone

func (*WatchNotificationsRequest) CloneRaw

func (*WatchNotificationsRequest) Descriptor

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

Deprecated, Use WatchNotificationsRequest.ProtoReflect.Descriptor instead.

func (*WatchNotificationsRequest) GetFieldMask

func (*WatchNotificationsRequest) GetFilter

func (*WatchNotificationsRequest) GetMaxChunkSize

func (m *WatchNotificationsRequest) GetMaxChunkSize() int32

func (*WatchNotificationsRequest) GetOrderBy

func (*WatchNotificationsRequest) GetPageSize

func (m *WatchNotificationsRequest) GetPageSize() int32

func (*WatchNotificationsRequest) GetPageToken

func (*WatchNotificationsRequest) GetParent

func (*WatchNotificationsRequest) GetResumeToken

func (m *WatchNotificationsRequest) GetResumeToken() string

func (*WatchNotificationsRequest) GetStartingTime

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

func (*WatchNotificationsRequest) GetType

func (*WatchNotificationsRequest) GetView

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

func (*WatchNotificationsRequest) GotenMessage

func (*WatchNotificationsRequest) GotenMessage()

func (*WatchNotificationsRequest) GotenObjectExt

func (o *WatchNotificationsRequest) GotenObjectExt()

func (*WatchNotificationsRequest) GotenValidate

func (obj *WatchNotificationsRequest) GotenValidate() error

func (*WatchNotificationsRequest) MakeDiffFieldMask

func (*WatchNotificationsRequest) MakeFullFieldMask

func (*WatchNotificationsRequest) MakeRawDiffFieldMask

func (*WatchNotificationsRequest) MakeRawFullFieldMask

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

func (*WatchNotificationsRequest) Marshal

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

func (*WatchNotificationsRequest) MarshalJSON

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

func (*WatchNotificationsRequest) Merge

func (*WatchNotificationsRequest) MergeRaw

func (*WatchNotificationsRequest) ProtoMessage

func (*WatchNotificationsRequest) ProtoMessage()

func (*WatchNotificationsRequest) ProtoReflect

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

func (*WatchNotificationsRequest) Reset

func (m *WatchNotificationsRequest) Reset()

func (*WatchNotificationsRequest) SetFieldMask

func (*WatchNotificationsRequest) SetFilter

func (m *WatchNotificationsRequest) SetFilter(fv *notification.Filter)

func (*WatchNotificationsRequest) SetMaxChunkSize

func (m *WatchNotificationsRequest) SetMaxChunkSize(fv int32)

func (*WatchNotificationsRequest) SetOrderBy

func (m *WatchNotificationsRequest) SetOrderBy(fv *notification.OrderBy)

func (*WatchNotificationsRequest) SetPageSize

func (m *WatchNotificationsRequest) SetPageSize(fv int32)

func (*WatchNotificationsRequest) SetPageToken

func (m *WatchNotificationsRequest) SetPageToken(fv *notification.PagerCursor)

func (*WatchNotificationsRequest) SetParent

func (*WatchNotificationsRequest) SetResumeToken

func (m *WatchNotificationsRequest) SetResumeToken(fv string)

func (*WatchNotificationsRequest) SetStartingTime

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

func (*WatchNotificationsRequest) SetType

func (*WatchNotificationsRequest) SetView

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

func (*WatchNotificationsRequest) String

func (m *WatchNotificationsRequest) String() string

func (*WatchNotificationsRequest) Unmarshal

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

func (*WatchNotificationsRequest) UnmarshalJSON

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

type WatchNotificationsRequestFieldPathBuilder

type WatchNotificationsRequestFieldPathBuilder struct{}

func NewWatchNotificationsRequestFieldPathBuilder

func NewWatchNotificationsRequestFieldPathBuilder() WatchNotificationsRequestFieldPathBuilder

func (WatchNotificationsRequestFieldPathBuilder) FieldMask

func (WatchNotificationsRequestFieldPathBuilder) Filter

func (WatchNotificationsRequestFieldPathBuilder) MaxChunkSize

func (WatchNotificationsRequestFieldPathBuilder) OrderBy

func (WatchNotificationsRequestFieldPathBuilder) PageSize

func (WatchNotificationsRequestFieldPathBuilder) PageToken

func (WatchNotificationsRequestFieldPathBuilder) Parent

func (WatchNotificationsRequestFieldPathBuilder) ResumeToken

func (WatchNotificationsRequestFieldPathBuilder) StartingTime

func (WatchNotificationsRequestFieldPathBuilder) Type

func (WatchNotificationsRequestFieldPathBuilder) View

type WatchNotificationsRequestPathSelectorFieldMask

type WatchNotificationsRequestPathSelectorFieldMask struct{}

func (WatchNotificationsRequestPathSelectorFieldMask) FieldPath

type WatchNotificationsRequestPathSelectorFilter

type WatchNotificationsRequestPathSelectorFilter struct{}

func (WatchNotificationsRequestPathSelectorFilter) FieldPath

func (WatchNotificationsRequestPathSelectorFilter) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorFilter) WithValue

type WatchNotificationsRequestPathSelectorMaxChunkSize

type WatchNotificationsRequestPathSelectorMaxChunkSize struct{}

func (WatchNotificationsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchNotificationsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorMaxChunkSize) WithValue

type WatchNotificationsRequestPathSelectorOrderBy

type WatchNotificationsRequestPathSelectorOrderBy struct{}

func (WatchNotificationsRequestPathSelectorOrderBy) FieldPath

func (WatchNotificationsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorOrderBy) WithValue

type WatchNotificationsRequestPathSelectorPageSize

type WatchNotificationsRequestPathSelectorPageSize struct{}

func (WatchNotificationsRequestPathSelectorPageSize) FieldPath

func (WatchNotificationsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorPageSize) WithValue

type WatchNotificationsRequestPathSelectorPageToken

type WatchNotificationsRequestPathSelectorPageToken struct{}

func (WatchNotificationsRequestPathSelectorPageToken) FieldPath

func (WatchNotificationsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorPageToken) WithValue

type WatchNotificationsRequestPathSelectorParent

type WatchNotificationsRequestPathSelectorParent struct{}

func (WatchNotificationsRequestPathSelectorParent) FieldPath

func (WatchNotificationsRequestPathSelectorParent) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorParent) WithValue

type WatchNotificationsRequestPathSelectorResumeToken

type WatchNotificationsRequestPathSelectorResumeToken struct{}

func (WatchNotificationsRequestPathSelectorResumeToken) FieldPath

func (WatchNotificationsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorResumeToken) WithValue

type WatchNotificationsRequestPathSelectorStartingTime

type WatchNotificationsRequestPathSelectorStartingTime struct{}

func (WatchNotificationsRequestPathSelectorStartingTime) FieldPath

func (WatchNotificationsRequestPathSelectorStartingTime) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorStartingTime) WithValue

type WatchNotificationsRequestPathSelectorType

type WatchNotificationsRequestPathSelectorType struct{}

func (WatchNotificationsRequestPathSelectorType) FieldPath

func (WatchNotificationsRequestPathSelectorType) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorType) WithValue

type WatchNotificationsRequestPathSelectorView

type WatchNotificationsRequestPathSelectorView struct{}

func (WatchNotificationsRequestPathSelectorView) FieldPath

func (WatchNotificationsRequestPathSelectorView) WithArrayOfValues

func (WatchNotificationsRequestPathSelectorView) WithValue

type WatchNotificationsRequest_FieldMask

type WatchNotificationsRequest_FieldMask struct {
	Paths []WatchNotificationsRequest_FieldPath
}

func FullWatchNotificationsRequest_FieldMask

func FullWatchNotificationsRequest_FieldMask() *WatchNotificationsRequest_FieldMask

func (*WatchNotificationsRequest_FieldMask) AppendPath

func (*WatchNotificationsRequest_FieldMask) AppendRawPath

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

func (*WatchNotificationsRequest_FieldMask) DecodeFirestore

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

func (*WatchNotificationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchNotificationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchNotificationsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchNotificationsRequest_FieldMask) GetPaths

func (*WatchNotificationsRequest_FieldMask) GetRawPaths

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

func (*WatchNotificationsRequest_FieldMask) IsFull

func (fieldMask *WatchNotificationsRequest_FieldMask) IsFull() bool

func (WatchNotificationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchNotificationsRequest_FieldMask) MarshalJSON

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

func (*WatchNotificationsRequest_FieldMask) PathsCount

func (fieldMask *WatchNotificationsRequest_FieldMask) PathsCount() int

func (*WatchNotificationsRequest_FieldMask) Project

func (*WatchNotificationsRequest_FieldMask) ProjectRaw

func (*WatchNotificationsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchNotificationsRequest_FieldMask) ProtoMessage()

func (*WatchNotificationsRequest_FieldMask) ProtoReflect

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

func (*WatchNotificationsRequest_FieldMask) Reset

func (fieldMask *WatchNotificationsRequest_FieldMask) Reset()

func (*WatchNotificationsRequest_FieldMask) Set

func (fieldMask *WatchNotificationsRequest_FieldMask) Set(target, source *WatchNotificationsRequest)

func (*WatchNotificationsRequest_FieldMask) SetFromCliFlag

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

func (*WatchNotificationsRequest_FieldMask) SetRaw

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

func (*WatchNotificationsRequest_FieldMask) Size

func (fieldMask *WatchNotificationsRequest_FieldMask) Size() int

func (*WatchNotificationsRequest_FieldMask) String

func (fieldMask *WatchNotificationsRequest_FieldMask) String() string

func (*WatchNotificationsRequest_FieldMask) Subtract

func (*WatchNotificationsRequest_FieldMask) SubtractRaw

func (*WatchNotificationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchNotificationsRequest_FieldMask) Unmarshal

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

func (*WatchNotificationsRequest_FieldMask) UnmarshalJSON

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

type WatchNotificationsRequest_FieldPath

type WatchNotificationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchNotificationsRequest_FieldPathSelector
	Get(source *WatchNotificationsRequest) []interface{}
	GetSingle(source *WatchNotificationsRequest) (interface{}, bool)
	ClearValue(item *WatchNotificationsRequest)

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

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

func MustParseWatchNotificationsRequest_FieldPath

func MustParseWatchNotificationsRequest_FieldPath(rawField string) WatchNotificationsRequest_FieldPath

func ParseWatchNotificationsRequest_FieldPath

func ParseWatchNotificationsRequest_FieldPath(rawField string) (WatchNotificationsRequest_FieldPath, error)

type WatchNotificationsRequest_FieldPathArrayItemValue

type WatchNotificationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchNotificationsRequest_FieldPath
	ContainsValue(*WatchNotificationsRequest) bool
}

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

func MustParseWatchNotificationsRequest_FieldPathArrayItemValue

func MustParseWatchNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchNotificationsRequest_FieldPathArrayItemValue

func ParseWatchNotificationsRequest_FieldPathArrayItemValue

func ParseWatchNotificationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchNotificationsRequest_FieldPathArrayItemValue, error)

ParseWatchNotificationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchNotificationsRequest_FieldPathArrayOfValues

type WatchNotificationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchNotificationsRequest_FieldPath
}

WatchNotificationsRequest_FieldPathArrayOfValues allows storing slice of values for WatchNotificationsRequest fields according to their type

func MustParseWatchNotificationsRequest_FieldPathArrayOfValues

func MustParseWatchNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchNotificationsRequest_FieldPathArrayOfValues

func ParseWatchNotificationsRequest_FieldPathArrayOfValues

func ParseWatchNotificationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchNotificationsRequest_FieldPathArrayOfValues, error)

type WatchNotificationsRequest_FieldPathSelector

type WatchNotificationsRequest_FieldPathSelector int32
const (
	WatchNotificationsRequest_FieldPathSelectorType         WatchNotificationsRequest_FieldPathSelector = 0
	WatchNotificationsRequest_FieldPathSelectorParent       WatchNotificationsRequest_FieldPathSelector = 1
	WatchNotificationsRequest_FieldPathSelectorPageSize     WatchNotificationsRequest_FieldPathSelector = 2
	WatchNotificationsRequest_FieldPathSelectorPageToken    WatchNotificationsRequest_FieldPathSelector = 3
	WatchNotificationsRequest_FieldPathSelectorOrderBy      WatchNotificationsRequest_FieldPathSelector = 4
	WatchNotificationsRequest_FieldPathSelectorResumeToken  WatchNotificationsRequest_FieldPathSelector = 5
	WatchNotificationsRequest_FieldPathSelectorStartingTime WatchNotificationsRequest_FieldPathSelector = 6
	WatchNotificationsRequest_FieldPathSelectorFilter       WatchNotificationsRequest_FieldPathSelector = 7
	WatchNotificationsRequest_FieldPathSelectorFieldMask    WatchNotificationsRequest_FieldPathSelector = 8
	WatchNotificationsRequest_FieldPathSelectorView         WatchNotificationsRequest_FieldPathSelector = 9
	WatchNotificationsRequest_FieldPathSelectorMaxChunkSize WatchNotificationsRequest_FieldPathSelector = 10
)

func (WatchNotificationsRequest_FieldPathSelector) String

type WatchNotificationsRequest_FieldPathValue

type WatchNotificationsRequest_FieldPathValue interface {
	WatchNotificationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchNotificationsRequest)
	CompareWith(*WatchNotificationsRequest) (cmp int, comparable bool)
}

WatchNotificationsRequest_FieldPathValue allows storing values for WatchNotificationsRequest fields according to their type

func MustParseWatchNotificationsRequest_FieldPathValue

func MustParseWatchNotificationsRequest_FieldPathValue(pathStr, valueStr string) WatchNotificationsRequest_FieldPathValue

func ParseWatchNotificationsRequest_FieldPathValue

func ParseWatchNotificationsRequest_FieldPathValue(pathStr, valueStr string) (WatchNotificationsRequest_FieldPathValue, error)

type WatchNotificationsRequest_FieldTerminalPath

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

func (*WatchNotificationsRequest_FieldTerminalPath) ClearValue

func (*WatchNotificationsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchNotificationsRequest_FieldTerminalPath) Get

func (fp *WatchNotificationsRequest_FieldTerminalPath) Get(source *WatchNotificationsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchNotificationsRequest

func (*WatchNotificationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchNotificationsRequest_FieldTerminalPath) GetRaw

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

func (*WatchNotificationsRequest_FieldTerminalPath) GetSingle

func (fp *WatchNotificationsRequest_FieldTerminalPath) GetSingle(source *WatchNotificationsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchNotificationsRequest

func (*WatchNotificationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchNotificationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationsRequest_FieldTerminalPath) Selector

func (*WatchNotificationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*WatchNotificationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchNotificationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchNotificationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPath) WithIValue

func (*WatchNotificationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchNotificationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchNotificationsRequest_FieldTerminalPath) WithRawIValue

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

type WatchNotificationsRequest_FieldTerminalPathArrayItemValue

type WatchNotificationsRequest_FieldTerminalPathArrayItemValue struct {
	WatchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchNotificationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchNotificationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchNotificationsRequest_FieldTerminalPathArrayOfValues

type WatchNotificationsRequest_FieldTerminalPathArrayOfValues struct {
	WatchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues

func (fpaov *WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchNotificationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchNotificationsRequest_FieldTerminalPathValue

type WatchNotificationsRequest_FieldTerminalPathValue struct {
	WatchNotificationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchNotificationsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchNotificationsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsStartingTimeValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchNotificationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchNotificationsRequest_FieldTerminalPathValue' with the value under path in 'WatchNotificationsRequest'.

func (*WatchNotificationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchNotificationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchNotificationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchNotificationsRequest

func (*WatchNotificationsRequest_FieldTerminalPathValue) SetToRaw

type WatchNotificationsResponse

type WatchNotificationsResponse struct {

	// Changes of Notifications
	NotificationChanges []*notification.NotificationChange `` /* 150-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All Notifications will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchNotificationsResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (Notifications will contains
	// changes of type Current only). Any resume tokens should be discarded as
	// well. This field should be checked only for stateless watch. In stateful
	// those kind of errors are handled by the server side. Will never be sent
	// along with is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchNotificationsResponse

func (*WatchNotificationsResponse) Clone

func (*WatchNotificationsResponse) CloneRaw

func (*WatchNotificationsResponse) Descriptor

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

Deprecated, Use WatchNotificationsResponse.ProtoReflect.Descriptor instead.

func (*WatchNotificationsResponse) GetIsCurrent

func (m *WatchNotificationsResponse) GetIsCurrent() bool

func (*WatchNotificationsResponse) GetIsHardReset

func (m *WatchNotificationsResponse) GetIsHardReset() bool

func (*WatchNotificationsResponse) GetIsSoftReset

func (m *WatchNotificationsResponse) GetIsSoftReset() bool

func (*WatchNotificationsResponse) GetNotificationChanges

func (m *WatchNotificationsResponse) GetNotificationChanges() []*notification.NotificationChange

func (*WatchNotificationsResponse) GetPageTokenChange

func (*WatchNotificationsResponse) GetResumeToken

func (m *WatchNotificationsResponse) GetResumeToken() string

func (*WatchNotificationsResponse) GetSnapshotSize

func (m *WatchNotificationsResponse) GetSnapshotSize() int64

func (*WatchNotificationsResponse) GotenMessage

func (*WatchNotificationsResponse) GotenMessage()

func (*WatchNotificationsResponse) GotenObjectExt

func (o *WatchNotificationsResponse) GotenObjectExt()

func (*WatchNotificationsResponse) GotenValidate

func (obj *WatchNotificationsResponse) GotenValidate() error

func (*WatchNotificationsResponse) MakeDiffFieldMask

func (*WatchNotificationsResponse) MakeFullFieldMask

func (*WatchNotificationsResponse) MakeRawDiffFieldMask

func (*WatchNotificationsResponse) MakeRawFullFieldMask

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

func (*WatchNotificationsResponse) Marshal

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

func (*WatchNotificationsResponse) MarshalJSON

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

func (*WatchNotificationsResponse) Merge

func (*WatchNotificationsResponse) MergeRaw

func (*WatchNotificationsResponse) ProtoMessage

func (*WatchNotificationsResponse) ProtoMessage()

func (*WatchNotificationsResponse) ProtoReflect

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

func (*WatchNotificationsResponse) Reset

func (m *WatchNotificationsResponse) Reset()

func (*WatchNotificationsResponse) SetIsCurrent

func (m *WatchNotificationsResponse) SetIsCurrent(fv bool)

func (*WatchNotificationsResponse) SetIsHardReset

func (m *WatchNotificationsResponse) SetIsHardReset(fv bool)

func (*WatchNotificationsResponse) SetIsSoftReset

func (m *WatchNotificationsResponse) SetIsSoftReset(fv bool)

func (*WatchNotificationsResponse) SetNotificationChanges

func (m *WatchNotificationsResponse) SetNotificationChanges(fv []*notification.NotificationChange)

func (*WatchNotificationsResponse) SetPageTokenChange

func (*WatchNotificationsResponse) SetResumeToken

func (m *WatchNotificationsResponse) SetResumeToken(fv string)

func (*WatchNotificationsResponse) SetSnapshotSize

func (m *WatchNotificationsResponse) SetSnapshotSize(fv int64)

func (*WatchNotificationsResponse) String

func (m *WatchNotificationsResponse) String() string

func (*WatchNotificationsResponse) Unmarshal

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

func (*WatchNotificationsResponse) UnmarshalJSON

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

type WatchNotificationsResponseFieldPathBuilder

type WatchNotificationsResponseFieldPathBuilder struct{}

func NewWatchNotificationsResponseFieldPathBuilder

func NewWatchNotificationsResponseFieldPathBuilder() WatchNotificationsResponseFieldPathBuilder

func (WatchNotificationsResponseFieldPathBuilder) IsCurrent

func (WatchNotificationsResponseFieldPathBuilder) IsHardReset

func (WatchNotificationsResponseFieldPathBuilder) IsSoftReset

func (WatchNotificationsResponseFieldPathBuilder) NotificationChanges

func (WatchNotificationsResponseFieldPathBuilder) PageTokenChange

func (WatchNotificationsResponseFieldPathBuilder) ResumeToken

func (WatchNotificationsResponseFieldPathBuilder) SnapshotSize

type WatchNotificationsResponsePageTokenChangeFieldPathBuilder

type WatchNotificationsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchNotificationsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchNotificationsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchNotificationsResponsePageTokenChange_FieldPath

type WatchNotificationsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchNotificationsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchNotificationsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchNotificationsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchNotificationsResponse_PageTokenChange)

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

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

func MustParseWatchNotificationsResponsePageTokenChange_FieldPath

func MustParseWatchNotificationsResponsePageTokenChange_FieldPath(rawField string) WatchNotificationsResponsePageTokenChange_FieldPath

func ParseWatchNotificationsResponsePageTokenChange_FieldPath

func ParseWatchNotificationsResponsePageTokenChange_FieldPath(rawField string) (WatchNotificationsResponsePageTokenChange_FieldPath, error)

type WatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue

type WatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchNotificationsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchNotificationsResponse_PageTokenChange) bool
}

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

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchNotificationsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues

type WatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchNotificationsResponsePageTokenChange_FieldPath
}

WatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchNotificationsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchNotificationsResponsePageTokenChange_FieldPathSelector

type WatchNotificationsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchNotificationsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchNotificationsResponsePageTokenChange_FieldPathSelector = 0
	WatchNotificationsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchNotificationsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchNotificationsResponsePageTokenChange_FieldPathSelector) String

type WatchNotificationsResponsePageTokenChange_FieldPathValue

type WatchNotificationsResponsePageTokenChange_FieldPathValue interface {
	WatchNotificationsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchNotificationsResponse_PageTokenChange)
	CompareWith(*WatchNotificationsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchNotificationsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathValue

func MustParseWatchNotificationsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchNotificationsResponsePageTokenChange_FieldPathValue

func ParseWatchNotificationsResponsePageTokenChange_FieldPathValue

func ParseWatchNotificationsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchNotificationsResponsePageTokenChange_FieldPathValue, error)

type WatchNotificationsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchNotificationsResponse_PageTokenChange

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchNotificationsResponse_PageTokenChange

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchNotificationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchNotificationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue

type WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchNotificationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchNotificationsResponse_PageTokenChange'.

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchNotificationsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchNotificationsResponsePathSelectorIsCurrent

type WatchNotificationsResponsePathSelectorIsCurrent struct{}

func (WatchNotificationsResponsePathSelectorIsCurrent) FieldPath

func (WatchNotificationsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorIsCurrent) WithValue

type WatchNotificationsResponsePathSelectorIsHardReset

type WatchNotificationsResponsePathSelectorIsHardReset struct{}

func (WatchNotificationsResponsePathSelectorIsHardReset) FieldPath

func (WatchNotificationsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorIsHardReset) WithValue

type WatchNotificationsResponsePathSelectorIsSoftReset

type WatchNotificationsResponsePathSelectorIsSoftReset struct{}

func (WatchNotificationsResponsePathSelectorIsSoftReset) FieldPath

func (WatchNotificationsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorIsSoftReset) WithValue

type WatchNotificationsResponsePathSelectorNotificationChanges

type WatchNotificationsResponsePathSelectorNotificationChanges struct{}

func (WatchNotificationsResponsePathSelectorNotificationChanges) FieldPath

func (WatchNotificationsResponsePathSelectorNotificationChanges) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorNotificationChanges) WithValue

type WatchNotificationsResponsePathSelectorPageTokenChange

type WatchNotificationsResponsePathSelectorPageTokenChange struct{}

func (WatchNotificationsResponsePathSelectorPageTokenChange) FieldPath

type WatchNotificationsResponsePathSelectorPageTokenChangeNextPageToken

type WatchNotificationsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchNotificationsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchNotificationsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchNotificationsResponsePathSelectorPageTokenChangePrevPageToken

type WatchNotificationsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchNotificationsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchNotificationsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchNotificationsResponsePathSelectorResumeToken

type WatchNotificationsResponsePathSelectorResumeToken struct{}

func (WatchNotificationsResponsePathSelectorResumeToken) FieldPath

func (WatchNotificationsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorResumeToken) WithValue

type WatchNotificationsResponsePathSelectorSnapshotSize

type WatchNotificationsResponsePathSelectorSnapshotSize struct{}

func (WatchNotificationsResponsePathSelectorSnapshotSize) FieldPath

func (WatchNotificationsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchNotificationsResponsePathSelectorSnapshotSize) WithValue

type WatchNotificationsResponse_FieldMask

type WatchNotificationsResponse_FieldMask struct {
	Paths []WatchNotificationsResponse_FieldPath
}

func FullWatchNotificationsResponse_FieldMask

func FullWatchNotificationsResponse_FieldMask() *WatchNotificationsResponse_FieldMask

func (*WatchNotificationsResponse_FieldMask) AppendPath

func (*WatchNotificationsResponse_FieldMask) AppendRawPath

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

func (*WatchNotificationsResponse_FieldMask) DecodeFirestore

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

func (*WatchNotificationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchNotificationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchNotificationsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchNotificationsResponse_FieldMask) GetPaths

func (*WatchNotificationsResponse_FieldMask) GetRawPaths

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

func (*WatchNotificationsResponse_FieldMask) IsFull

func (fieldMask *WatchNotificationsResponse_FieldMask) IsFull() bool

func (WatchNotificationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchNotificationsResponse_FieldMask) MarshalJSON

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

func (*WatchNotificationsResponse_FieldMask) PathsCount

func (fieldMask *WatchNotificationsResponse_FieldMask) PathsCount() int

func (*WatchNotificationsResponse_FieldMask) Project

func (*WatchNotificationsResponse_FieldMask) ProjectRaw

func (*WatchNotificationsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchNotificationsResponse_FieldMask) ProtoMessage()

func (*WatchNotificationsResponse_FieldMask) ProtoReflect

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

func (*WatchNotificationsResponse_FieldMask) Reset

func (fieldMask *WatchNotificationsResponse_FieldMask) Reset()

func (*WatchNotificationsResponse_FieldMask) Set

func (fieldMask *WatchNotificationsResponse_FieldMask) Set(target, source *WatchNotificationsResponse)

func (*WatchNotificationsResponse_FieldMask) SetFromCliFlag

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

func (*WatchNotificationsResponse_FieldMask) SetRaw

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

func (*WatchNotificationsResponse_FieldMask) Size

func (fieldMask *WatchNotificationsResponse_FieldMask) Size() int

func (*WatchNotificationsResponse_FieldMask) String

func (fieldMask *WatchNotificationsResponse_FieldMask) String() string

func (*WatchNotificationsResponse_FieldMask) Subtract

func (*WatchNotificationsResponse_FieldMask) SubtractRaw

func (*WatchNotificationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchNotificationsResponse_FieldMask) Unmarshal

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

func (*WatchNotificationsResponse_FieldMask) UnmarshalJSON

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

type WatchNotificationsResponse_FieldPath

type WatchNotificationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchNotificationsResponse_FieldPathSelector
	Get(source *WatchNotificationsResponse) []interface{}
	GetSingle(source *WatchNotificationsResponse) (interface{}, bool)
	ClearValue(item *WatchNotificationsResponse)

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

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

func MustParseWatchNotificationsResponse_FieldPath

func MustParseWatchNotificationsResponse_FieldPath(rawField string) WatchNotificationsResponse_FieldPath

func ParseWatchNotificationsResponse_FieldPath

func ParseWatchNotificationsResponse_FieldPath(rawField string) (WatchNotificationsResponse_FieldPath, error)

type WatchNotificationsResponse_FieldPathArrayItemValue

type WatchNotificationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchNotificationsResponse_FieldPath
	ContainsValue(*WatchNotificationsResponse) bool
}

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

func MustParseWatchNotificationsResponse_FieldPathArrayItemValue

func MustParseWatchNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchNotificationsResponse_FieldPathArrayItemValue

func ParseWatchNotificationsResponse_FieldPathArrayItemValue

func ParseWatchNotificationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchNotificationsResponse_FieldPathArrayItemValue, error)

ParseWatchNotificationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchNotificationsResponse_FieldPathArrayOfValues

type WatchNotificationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchNotificationsResponse_FieldPath
}

WatchNotificationsResponse_FieldPathArrayOfValues allows storing slice of values for WatchNotificationsResponse fields according to their type

func MustParseWatchNotificationsResponse_FieldPathArrayOfValues

func MustParseWatchNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchNotificationsResponse_FieldPathArrayOfValues

func ParseWatchNotificationsResponse_FieldPathArrayOfValues

func ParseWatchNotificationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchNotificationsResponse_FieldPathArrayOfValues, error)

type WatchNotificationsResponse_FieldPathSelector

type WatchNotificationsResponse_FieldPathSelector int32
const (
	WatchNotificationsResponse_FieldPathSelectorNotificationChanges WatchNotificationsResponse_FieldPathSelector = 0
	WatchNotificationsResponse_FieldPathSelectorIsCurrent           WatchNotificationsResponse_FieldPathSelector = 1
	WatchNotificationsResponse_FieldPathSelectorPageTokenChange     WatchNotificationsResponse_FieldPathSelector = 2
	WatchNotificationsResponse_FieldPathSelectorResumeToken         WatchNotificationsResponse_FieldPathSelector = 3
	WatchNotificationsResponse_FieldPathSelectorSnapshotSize        WatchNotificationsResponse_FieldPathSelector = 4
	WatchNotificationsResponse_FieldPathSelectorIsSoftReset         WatchNotificationsResponse_FieldPathSelector = 5
	WatchNotificationsResponse_FieldPathSelectorIsHardReset         WatchNotificationsResponse_FieldPathSelector = 6
)

func (WatchNotificationsResponse_FieldPathSelector) String

type WatchNotificationsResponse_FieldPathValue

type WatchNotificationsResponse_FieldPathValue interface {
	WatchNotificationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchNotificationsResponse)
	CompareWith(*WatchNotificationsResponse) (cmp int, comparable bool)
}

WatchNotificationsResponse_FieldPathValue allows storing values for WatchNotificationsResponse fields according to their type

func MustParseWatchNotificationsResponse_FieldPathValue

func MustParseWatchNotificationsResponse_FieldPathValue(pathStr, valueStr string) WatchNotificationsResponse_FieldPathValue

func ParseWatchNotificationsResponse_FieldPathValue

func ParseWatchNotificationsResponse_FieldPathValue(pathStr, valueStr string) (WatchNotificationsResponse_FieldPathValue, error)

type WatchNotificationsResponse_FieldSubPath

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

func (*WatchNotificationsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchNotificationsResponse_FieldSubPath) ClearValue

func (*WatchNotificationsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchNotificationsResponse_FieldSubPath) Get

func (fps *WatchNotificationsResponse_FieldSubPath) Get(source *WatchNotificationsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchNotificationsResponse

func (*WatchNotificationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchNotificationsResponse_FieldSubPath) GetRaw

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

func (*WatchNotificationsResponse_FieldSubPath) GetSingle

func (fps *WatchNotificationsResponse_FieldSubPath) GetSingle(source *WatchNotificationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchNotificationsResponse

func (*WatchNotificationsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchNotificationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationsResponse_FieldSubPath) Selector

func (*WatchNotificationsResponse_FieldSubPath) SplitIntoTerminalIPaths

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

func (*WatchNotificationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchNotificationsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchNotificationsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchNotificationsResponse_FieldSubPath) WithIValue

func (*WatchNotificationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchNotificationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchNotificationsResponse_FieldSubPath) WithRawIValue

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

type WatchNotificationsResponse_FieldSubPathArrayItemValue

type WatchNotificationsResponse_FieldSubPathArrayItemValue struct {
	WatchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchNotificationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchNotificationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchNotificationsResponse_FieldSubPathArrayOfValues

type WatchNotificationsResponse_FieldSubPathArrayOfValues struct {
	WatchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchNotificationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchNotificationsResponse_FieldSubPathValue

type WatchNotificationsResponse_FieldSubPathValue struct {
	WatchNotificationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchNotificationsResponse_FieldSubPathValue) CompareWith

func (*WatchNotificationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchNotificationsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchNotificationsResponse_FieldSubPathValue) SetTo

func (*WatchNotificationsResponse_FieldSubPathValue) SetToRaw

type WatchNotificationsResponse_FieldTerminalPath

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

func (*WatchNotificationsResponse_FieldTerminalPath) ClearValue

func (*WatchNotificationsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchNotificationsResponse_FieldTerminalPath) Get

func (fp *WatchNotificationsResponse_FieldTerminalPath) Get(source *WatchNotificationsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchNotificationsResponse

func (*WatchNotificationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchNotificationsResponse_FieldTerminalPath) GetRaw

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

func (*WatchNotificationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchNotificationsResponse

func (*WatchNotificationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchNotificationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchNotificationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchNotificationsResponse_FieldTerminalPath) Selector

func (*WatchNotificationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*WatchNotificationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchNotificationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchNotificationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchNotificationsResponse_FieldTerminalPath) WithIValue

func (*WatchNotificationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchNotificationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchNotificationsResponse_FieldTerminalPath) WithRawIValue

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

type WatchNotificationsResponse_FieldTerminalPathArrayItemValue

type WatchNotificationsResponse_FieldTerminalPathArrayItemValue struct {
	WatchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldTerminalPathArrayItemValue) AsNotificationChangesItemValue

func (*WatchNotificationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchNotificationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchNotificationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchNotificationsResponse_FieldTerminalPathArrayOfValues

type WatchNotificationsResponse_FieldTerminalPathArrayOfValues struct {
	WatchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationChangesArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsNotificationChangesArrayOfValues() ([][]*notification.NotificationChange, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchNotificationsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchNotificationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchNotificationsResponse_FieldTerminalPathValue

type WatchNotificationsResponse_FieldTerminalPathValue struct {
	WatchNotificationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchNotificationsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchNotificationsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchNotificationsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsNotificationChangesValue

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchNotificationsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchNotificationsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchNotificationsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchNotificationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchNotificationsResponse_FieldTerminalPathValue' with the value under path in 'WatchNotificationsResponse'.

func (*WatchNotificationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchNotificationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchNotificationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchNotificationsResponse

func (*WatchNotificationsResponse_FieldTerminalPathValue) SetToRaw

type WatchNotificationsResponse_PageTokenChange

type WatchNotificationsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *notification.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *notification.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchNotificationsResponse_PageTokenChange) Clone

func (*WatchNotificationsResponse_PageTokenChange) CloneRaw

func (*WatchNotificationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchNotificationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchNotificationsResponse_PageTokenChange) GetNextPageToken

func (*WatchNotificationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchNotificationsResponse_PageTokenChange) GotenMessage

func (*WatchNotificationsResponse_PageTokenChange) GotenObjectExt

func (o *WatchNotificationsResponse_PageTokenChange) GotenObjectExt()

func (*WatchNotificationsResponse_PageTokenChange) GotenValidate

func (*WatchNotificationsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchNotificationsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchNotificationsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchNotificationsResponse_PageTokenChange) Marshal

func (*WatchNotificationsResponse_PageTokenChange) MarshalJSON

func (*WatchNotificationsResponse_PageTokenChange) Merge

func (*WatchNotificationsResponse_PageTokenChange) MergeRaw

func (*WatchNotificationsResponse_PageTokenChange) ProtoMessage

func (*WatchNotificationsResponse_PageTokenChange) ProtoReflect

func (*WatchNotificationsResponse_PageTokenChange) Reset

func (*WatchNotificationsResponse_PageTokenChange) SetNextPageToken

func (*WatchNotificationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchNotificationsResponse_PageTokenChange) String

func (*WatchNotificationsResponse_PageTokenChange) Unmarshal

func (*WatchNotificationsResponse_PageTokenChange) UnmarshalJSON

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

type WatchNotificationsResponse_PageTokenChangePathSelectorNextPageToken

type WatchNotificationsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchNotificationsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchNotificationsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchNotificationsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchNotificationsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchNotificationsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchNotificationsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchNotificationsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchNotificationsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchNotificationsResponse_PageTokenChange_FieldMask

type WatchNotificationsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchNotificationsResponsePageTokenChange_FieldPath
}

func FullWatchNotificationsResponse_PageTokenChange_FieldMask

func FullWatchNotificationsResponse_PageTokenChange_FieldMask() *WatchNotificationsResponse_PageTokenChange_FieldMask

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) IsFull

func (WatchNotificationsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchNotificationsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) Project

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchNotificationsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) Reset

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) Set

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) Size

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) String

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchNotificationsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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