alert_client

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertServiceClient

type AlertServiceClient interface {
	GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*alert.Alert, error)
	BatchGetAlerts(ctx context.Context, in *BatchGetAlertsRequest, opts ...grpc.CallOption) (*BatchGetAlertsResponse, error)
	ListAlerts(ctx context.Context, in *ListAlertsRequest, opts ...grpc.CallOption) (*ListAlertsResponse, error)
	WatchAlert(ctx context.Context, in *WatchAlertRequest, opts ...grpc.CallOption) (WatchAlertClientStream, error)
	WatchAlerts(ctx context.Context, in *WatchAlertsRequest, opts ...grpc.CallOption) (WatchAlertsClientStream, error)
	CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*alert.Alert, error)
	UpdateAlert(ctx context.Context, in *UpdateAlertRequest, opts ...grpc.CallOption) (*alert.Alert, error)
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

AlertServiceClient is the client API for AlertService.

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

type AlertServiceDescriptor added in v0.4.28

type AlertServiceDescriptor struct{}

func GetAlertServiceDescriptor added in v0.4.28

func GetAlertServiceDescriptor() *AlertServiceDescriptor

func (*AlertServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*AlertServiceDescriptor) GetApiName added in v0.4.28

func (d *AlertServiceDescriptor) GetApiName() string

func (*AlertServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *AlertServiceDescriptor) GetFullAPIName() string

func (*AlertServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *AlertServiceDescriptor) GetProtoPkgName() string

func (*AlertServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *AlertServiceDescriptor) GetServiceDomain() string

func (*AlertServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *AlertServiceDescriptor) GetServiceVersion() string

type BatchGetAlertsDescriptor added in v0.4.28

type BatchGetAlertsDescriptor struct{}

func GetBatchGetAlertsDescriptor added in v0.4.28

func GetBatchGetAlertsDescriptor() *BatchGetAlertsDescriptor

func (*BatchGetAlertsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*BatchGetAlertsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetApiName() string

func (*BatchGetAlertsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetFullMethodName() string

func (*BatchGetAlertsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetMethodName() string

func (*BatchGetAlertsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetProtoPkgName() string

func (*BatchGetAlertsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetAlertsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetServiceDomain() string

func (*BatchGetAlertsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetServiceVersion() string

func (*BatchGetAlertsDescriptor) GetVerb added in v0.4.28

func (d *BatchGetAlertsDescriptor) GetVerb() string

func (*BatchGetAlertsDescriptor) HasResource added in v0.4.30

func (d *BatchGetAlertsDescriptor) HasResource() bool

func (*BatchGetAlertsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetAlertsDescriptor) IsClientStream() bool

func (*BatchGetAlertsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetAlertsDescriptor) IsCollection() bool

func (*BatchGetAlertsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetAlertsDescriptor) IsPlural() bool

func (*BatchGetAlertsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetAlertsDescriptor) IsServerStream() bool

func (*BatchGetAlertsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetAlertsDescriptor) IsUnary() bool

func (*BatchGetAlertsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetAlertsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetAlertsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetAlertsDescriptor) RequestHasResourceBody() bool

type BatchGetAlertsDescriptorClientMsgHandle added in v0.4.28

type BatchGetAlertsDescriptorClientMsgHandle struct{}

func (*BatchGetAlertsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertsDescriptorServerMsgHandle added in v0.4.28

type BatchGetAlertsDescriptorServerMsgHandle struct{}

func (*BatchGetAlertsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertsRequest

type BatchGetAlertsRequest struct {

	// Names of Alerts
	Names []*alert.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 *alert.Alert_FieldMask `` /* 137-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 [BatchGetAlerts][ntt.monitoring.v3.BatchGetAlerts]

func (*BatchGetAlertsRequest) Clone

func (*BatchGetAlertsRequest) CloneRaw

func (*BatchGetAlertsRequest) Descriptor

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

Deprecated, Use BatchGetAlertsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAlertsRequest) GetFieldMask

func (m *BatchGetAlertsRequest) GetFieldMask() *alert.Alert_FieldMask

func (*BatchGetAlertsRequest) GetNames

func (m *BatchGetAlertsRequest) GetNames() []*alert.Reference

func (*BatchGetAlertsRequest) GetView

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

func (*BatchGetAlertsRequest) GotenMessage

func (*BatchGetAlertsRequest) GotenMessage()

func (*BatchGetAlertsRequest) GotenObjectExt

func (o *BatchGetAlertsRequest) GotenObjectExt()

func (*BatchGetAlertsRequest) GotenValidate

func (obj *BatchGetAlertsRequest) GotenValidate() error

func (*BatchGetAlertsRequest) MakeDiffFieldMask

func (*BatchGetAlertsRequest) MakeFullFieldMask

func (*BatchGetAlertsRequest) MakeRawDiffFieldMask

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

func (*BatchGetAlertsRequest) MakeRawFullFieldMask

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

func (*BatchGetAlertsRequest) Marshal

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

func (*BatchGetAlertsRequest) MarshalJSON

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

func (*BatchGetAlertsRequest) Merge

func (o *BatchGetAlertsRequest) Merge(source *BatchGetAlertsRequest)

func (*BatchGetAlertsRequest) MergeRaw

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

func (*BatchGetAlertsRequest) ProtoMessage

func (*BatchGetAlertsRequest) ProtoMessage()

func (*BatchGetAlertsRequest) ProtoReflect

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

func (*BatchGetAlertsRequest) Reset

func (m *BatchGetAlertsRequest) Reset()

func (*BatchGetAlertsRequest) SetFieldMask

func (m *BatchGetAlertsRequest) SetFieldMask(fv *alert.Alert_FieldMask)

func (*BatchGetAlertsRequest) SetNames

func (m *BatchGetAlertsRequest) SetNames(fv []*alert.Reference)

func (*BatchGetAlertsRequest) SetView

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

func (*BatchGetAlertsRequest) String

func (m *BatchGetAlertsRequest) String() string

func (*BatchGetAlertsRequest) Unmarshal

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

func (*BatchGetAlertsRequest) UnmarshalJSON

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

type BatchGetAlertsRequestFieldPathBuilder

type BatchGetAlertsRequestFieldPathBuilder struct{}

func NewBatchGetAlertsRequestFieldPathBuilder

func NewBatchGetAlertsRequestFieldPathBuilder() BatchGetAlertsRequestFieldPathBuilder

func (BatchGetAlertsRequestFieldPathBuilder) FieldMask

func (BatchGetAlertsRequestFieldPathBuilder) Names

func (BatchGetAlertsRequestFieldPathBuilder) View

type BatchGetAlertsRequestPathSelectorFieldMask

type BatchGetAlertsRequestPathSelectorFieldMask struct{}

func (BatchGetAlertsRequestPathSelectorFieldMask) FieldPath

func (BatchGetAlertsRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetAlertsRequestPathSelectorFieldMask) WithValue

type BatchGetAlertsRequestPathSelectorNames

type BatchGetAlertsRequestPathSelectorNames struct{}

func (BatchGetAlertsRequestPathSelectorNames) FieldPath

func (BatchGetAlertsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetAlertsRequestPathSelectorNames) WithItemValue

func (BatchGetAlertsRequestPathSelectorNames) WithValue

type BatchGetAlertsRequestPathSelectorView

type BatchGetAlertsRequestPathSelectorView struct{}

func (BatchGetAlertsRequestPathSelectorView) FieldPath

func (BatchGetAlertsRequestPathSelectorView) WithArrayOfValues

func (BatchGetAlertsRequestPathSelectorView) WithValue

type BatchGetAlertsRequest_FieldMask

type BatchGetAlertsRequest_FieldMask struct {
	Paths []BatchGetAlertsRequest_FieldPath
}

func FullBatchGetAlertsRequest_FieldMask

func FullBatchGetAlertsRequest_FieldMask() *BatchGetAlertsRequest_FieldMask

func (*BatchGetAlertsRequest_FieldMask) AppendPath

func (*BatchGetAlertsRequest_FieldMask) AppendRawPath

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

func (*BatchGetAlertsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetAlertsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertsRequest_FieldMask) FilterInputFields

func (fieldMask *BatchGetAlertsRequest_FieldMask) FilterInputFields() *BatchGetAlertsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertsRequest_FieldMask) GetPaths

func (*BatchGetAlertsRequest_FieldMask) GetRawPaths

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

func (*BatchGetAlertsRequest_FieldMask) IsFull

func (fieldMask *BatchGetAlertsRequest_FieldMask) IsFull() bool

func (BatchGetAlertsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertsRequest_FieldMask) MarshalJSON

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

func (*BatchGetAlertsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetAlertsRequest_FieldMask) PathsCount() int

func (*BatchGetAlertsRequest_FieldMask) Project

func (*BatchGetAlertsRequest_FieldMask) ProjectRaw

func (*BatchGetAlertsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertsRequest_FieldMask) ProtoMessage()

func (*BatchGetAlertsRequest_FieldMask) ProtoReflect

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

func (*BatchGetAlertsRequest_FieldMask) Reset

func (fieldMask *BatchGetAlertsRequest_FieldMask) Reset()

func (*BatchGetAlertsRequest_FieldMask) Set

func (fieldMask *BatchGetAlertsRequest_FieldMask) Set(target, source *BatchGetAlertsRequest)

func (*BatchGetAlertsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertsRequest_FieldMask) SetRaw

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

func (*BatchGetAlertsRequest_FieldMask) Size

func (fieldMask *BatchGetAlertsRequest_FieldMask) Size() int

func (*BatchGetAlertsRequest_FieldMask) String

func (fieldMask *BatchGetAlertsRequest_FieldMask) String() string

func (*BatchGetAlertsRequest_FieldMask) Subtract

func (*BatchGetAlertsRequest_FieldMask) SubtractRaw

func (*BatchGetAlertsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAlertsRequest_FieldMask) Unmarshal

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

func (*BatchGetAlertsRequest_FieldMask) UnmarshalJSON

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

type BatchGetAlertsRequest_FieldPath

type BatchGetAlertsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertsRequest_FieldPathSelector
	Get(source *BatchGetAlertsRequest) []interface{}
	GetSingle(source *BatchGetAlertsRequest) (interface{}, bool)
	ClearValue(item *BatchGetAlertsRequest)

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

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

func MustParseBatchGetAlertsRequest_FieldPath

func MustParseBatchGetAlertsRequest_FieldPath(rawField string) BatchGetAlertsRequest_FieldPath

func ParseBatchGetAlertsRequest_FieldPath

func ParseBatchGetAlertsRequest_FieldPath(rawField string) (BatchGetAlertsRequest_FieldPath, error)

type BatchGetAlertsRequest_FieldPathArrayItemValue

type BatchGetAlertsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertsRequest_FieldPath
	ContainsValue(*BatchGetAlertsRequest) bool
}

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

func MustParseBatchGetAlertsRequest_FieldPathArrayItemValue

func MustParseBatchGetAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertsRequest_FieldPathArrayItemValue

func ParseBatchGetAlertsRequest_FieldPathArrayItemValue

func ParseBatchGetAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertsRequest_FieldPathArrayItemValue, error)

ParseBatchGetAlertsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertsRequest_FieldPathArrayOfValues

type BatchGetAlertsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertsRequest_FieldPath
}

BatchGetAlertsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertsRequest fields according to their type

func MustParseBatchGetAlertsRequest_FieldPathArrayOfValues

func MustParseBatchGetAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertsRequest_FieldPathArrayOfValues

func ParseBatchGetAlertsRequest_FieldPathArrayOfValues

func ParseBatchGetAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertsRequest_FieldPathArrayOfValues, error)

type BatchGetAlertsRequest_FieldPathSelector

type BatchGetAlertsRequest_FieldPathSelector int32
const (
	BatchGetAlertsRequest_FieldPathSelectorNames     BatchGetAlertsRequest_FieldPathSelector = 0
	BatchGetAlertsRequest_FieldPathSelectorFieldMask BatchGetAlertsRequest_FieldPathSelector = 1
	BatchGetAlertsRequest_FieldPathSelectorView      BatchGetAlertsRequest_FieldPathSelector = 2
)

func (BatchGetAlertsRequest_FieldPathSelector) String

type BatchGetAlertsRequest_FieldPathValue

type BatchGetAlertsRequest_FieldPathValue interface {
	BatchGetAlertsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertsRequest)
	CompareWith(*BatchGetAlertsRequest) (cmp int, comparable bool)
}

BatchGetAlertsRequest_FieldPathValue allows storing values for BatchGetAlertsRequest fields according to their type

func MustParseBatchGetAlertsRequest_FieldPathValue

func MustParseBatchGetAlertsRequest_FieldPathValue(pathStr, valueStr string) BatchGetAlertsRequest_FieldPathValue

func ParseBatchGetAlertsRequest_FieldPathValue

func ParseBatchGetAlertsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAlertsRequest_FieldPathValue, error)

type BatchGetAlertsRequest_FieldTerminalPath

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

func (*BatchGetAlertsRequest_FieldTerminalPath) ClearValue

func (*BatchGetAlertsRequest_FieldTerminalPath) ClearValueRaw

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

func (*BatchGetAlertsRequest_FieldTerminalPath) Get

func (fp *BatchGetAlertsRequest_FieldTerminalPath) Get(source *BatchGetAlertsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetAlertsRequest

func (*BatchGetAlertsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertsRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetAlertsRequest_FieldTerminalPath) GetSingle(source *BatchGetAlertsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetAlertsRequest

func (*BatchGetAlertsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertsRequest_FieldTerminalPath) Selector

func (*BatchGetAlertsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertsRequest_FieldTerminalPath) WithIValue

func (*BatchGetAlertsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAlertsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetAlertsRequest_FieldTerminalPathArrayItemValue

type BatchGetAlertsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetAlertsRequest) (interface{}, bool)

func (*BatchGetAlertsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertsRequest_FieldTerminalPathArrayOfValues

type BatchGetAlertsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (fpaov *BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*alert.Reference, bool)

func (*BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*BatchGetAlertsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertsRequest_FieldTerminalPathValue

type BatchGetAlertsRequest_FieldTerminalPathValue struct {
	BatchGetAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetAlertsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAlertsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAlertsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAlertsRequest'.

func (*BatchGetAlertsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*BatchGetAlertsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertsRequest

func (*BatchGetAlertsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetAlertsResponse

type BatchGetAlertsResponse struct {

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

BatchGetAlertsResponse

func (*BatchGetAlertsResponse) Clone

func (*BatchGetAlertsResponse) CloneRaw

func (*BatchGetAlertsResponse) Descriptor

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

Deprecated, Use BatchGetAlertsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAlertsResponse) GetAlerts

func (m *BatchGetAlertsResponse) GetAlerts() []*alert.Alert

func (*BatchGetAlertsResponse) GetMissing

func (m *BatchGetAlertsResponse) GetMissing() []*alert.Reference

func (*BatchGetAlertsResponse) GotenMessage

func (*BatchGetAlertsResponse) GotenMessage()

func (*BatchGetAlertsResponse) GotenObjectExt

func (o *BatchGetAlertsResponse) GotenObjectExt()

func (*BatchGetAlertsResponse) GotenValidate

func (obj *BatchGetAlertsResponse) GotenValidate() error

func (*BatchGetAlertsResponse) MakeDiffFieldMask

func (*BatchGetAlertsResponse) MakeFullFieldMask

func (*BatchGetAlertsResponse) MakeRawDiffFieldMask

func (*BatchGetAlertsResponse) MakeRawFullFieldMask

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

func (*BatchGetAlertsResponse) Marshal

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

func (*BatchGetAlertsResponse) MarshalJSON

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

func (*BatchGetAlertsResponse) Merge

func (*BatchGetAlertsResponse) MergeRaw

func (*BatchGetAlertsResponse) ProtoMessage

func (*BatchGetAlertsResponse) ProtoMessage()

func (*BatchGetAlertsResponse) ProtoReflect

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

func (*BatchGetAlertsResponse) Reset

func (m *BatchGetAlertsResponse) Reset()

func (*BatchGetAlertsResponse) SetAlerts

func (m *BatchGetAlertsResponse) SetAlerts(fv []*alert.Alert)

func (*BatchGetAlertsResponse) SetMissing

func (m *BatchGetAlertsResponse) SetMissing(fv []*alert.Reference)

func (*BatchGetAlertsResponse) String

func (m *BatchGetAlertsResponse) String() string

func (*BatchGetAlertsResponse) Unmarshal

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

func (*BatchGetAlertsResponse) UnmarshalJSON

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

type BatchGetAlertsResponseFieldPathBuilder

type BatchGetAlertsResponseFieldPathBuilder struct{}

func NewBatchGetAlertsResponseFieldPathBuilder

func NewBatchGetAlertsResponseFieldPathBuilder() BatchGetAlertsResponseFieldPathBuilder

func (BatchGetAlertsResponseFieldPathBuilder) Alerts

func (BatchGetAlertsResponseFieldPathBuilder) Missing

type BatchGetAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric

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

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) WithValue

type BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels

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

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) WithValue

type BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels

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

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithValue

type BatchGetAlertsResponseMapPathSelectorAlertsMetadataAnnotations

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

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataAnnotations) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataAnnotations) WithValue

type BatchGetAlertsResponseMapPathSelectorAlertsMetadataLabels

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

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataLabels) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataLabels) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataLabels) WithValue

type BatchGetAlertsResponseMapPathSelectorAlertsMetadataShards

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

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataShards) FieldPath

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataShards) WithArrayOfValues

func (BatchGetAlertsResponseMapPathSelectorAlertsMetadataShards) WithValue

type BatchGetAlertsResponsePathSelectorAlerts

type BatchGetAlertsResponsePathSelectorAlerts struct{}

func (BatchGetAlertsResponsePathSelectorAlerts) DisplayName

func (BatchGetAlertsResponsePathSelectorAlerts) FieldPath

func (BatchGetAlertsResponsePathSelectorAlerts) Info

func (BatchGetAlertsResponsePathSelectorAlerts) Metadata

func (BatchGetAlertsResponsePathSelectorAlerts) Name

func (BatchGetAlertsResponsePathSelectorAlerts) State

func (BatchGetAlertsResponsePathSelectorAlerts) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlerts) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlerts) WithSubArrayItemValue

func (BatchGetAlertsResponsePathSelectorAlerts) WithSubArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlerts) WithSubPath

func (BatchGetAlertsResponsePathSelectorAlerts) WithSubValue

func (BatchGetAlertsResponsePathSelectorAlerts) WithValue

type BatchGetAlertsResponsePathSelectorAlertsDisplayName

type BatchGetAlertsResponsePathSelectorAlertsDisplayName struct{}

func (BatchGetAlertsResponsePathSelectorAlertsDisplayName) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsDisplayName) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsDisplayName) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfo

type BatchGetAlertsResponsePathSelectorAlertsInfo struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfo) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfo) ObservedValues

func (BatchGetAlertsResponsePathSelectorAlertsInfo) TimeSerie

func (BatchGetAlertsResponsePathSelectorAlertsInfo) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfo) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValues

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValues struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValues) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValues) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValues) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric

type BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie) Key

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie) Metric

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerie) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieKey

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieKey struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieKey) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieKey) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieKey) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) Labels

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) Type

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithKey

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType

type BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType struct{}

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadata

type BatchGetAlertsResponsePathSelectorAlertsMetadata struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Annotations

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) CreateTime

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Generation

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Labels

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) OwnerReferences

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) ResourceVersion

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Shards

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Syncing

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Tags

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) UpdateTime

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) Uuid

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadata) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations

type BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations) WithKey

func (BatchGetAlertsResponsePathSelectorAlertsMetadataAnnotations) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataCreateTime

type BatchGetAlertsResponsePathSelectorAlertsMetadataCreateTime struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataCreateTime) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataCreateTime) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataCreateTime) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataGeneration

type BatchGetAlertsResponsePathSelectorAlertsMetadataGeneration struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataGeneration) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataGeneration) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataGeneration) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataLabels

type BatchGetAlertsResponsePathSelectorAlertsMetadataLabels struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataLabels) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataLabels) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataLabels) WithKey

func (BatchGetAlertsResponsePathSelectorAlertsMetadataLabels) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid

type BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataResourceVersion

type BatchGetAlertsResponsePathSelectorAlertsMetadataResourceVersion struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataResourceVersion) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataResourceVersion) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataResourceVersion) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataShards

type BatchGetAlertsResponsePathSelectorAlertsMetadataShards struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataShards) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataShards) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataShards) WithKey

func (BatchGetAlertsResponsePathSelectorAlertsMetadataShards) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing) Regions

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncing) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions

type BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataTags

type BatchGetAlertsResponsePathSelectorAlertsMetadataTags struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataTags) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataTags) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataTags) WithItemValue

func (BatchGetAlertsResponsePathSelectorAlertsMetadataTags) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataUpdateTime

type BatchGetAlertsResponsePathSelectorAlertsMetadataUpdateTime struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUpdateTime) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUpdateTime) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUpdateTime) WithValue

type BatchGetAlertsResponsePathSelectorAlertsMetadataUuid

type BatchGetAlertsResponsePathSelectorAlertsMetadataUuid struct{}

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUuid) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUuid) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsMetadataUuid) WithValue

type BatchGetAlertsResponsePathSelectorAlertsName

type BatchGetAlertsResponsePathSelectorAlertsName struct{}

func (BatchGetAlertsResponsePathSelectorAlertsName) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsName) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsName) WithValue

type BatchGetAlertsResponsePathSelectorAlertsState

type BatchGetAlertsResponsePathSelectorAlertsState struct{}

func (BatchGetAlertsResponsePathSelectorAlertsState) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsState) IsAcknowledged

func (BatchGetAlertsResponsePathSelectorAlertsState) IsFiring

func (BatchGetAlertsResponsePathSelectorAlertsState) IsSilenced

func (BatchGetAlertsResponsePathSelectorAlertsState) Lifetime

func (BatchGetAlertsResponsePathSelectorAlertsState) Notification

func (BatchGetAlertsResponsePathSelectorAlertsState) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsState) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateIsAcknowledged

type BatchGetAlertsResponsePathSelectorAlertsStateIsAcknowledged struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateIsAcknowledged) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateIsAcknowledged) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateIsAcknowledged) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateIsFiring

type BatchGetAlertsResponsePathSelectorAlertsStateIsFiring struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateIsFiring) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateIsFiring) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateIsFiring) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateIsSilenced

type BatchGetAlertsResponsePathSelectorAlertsStateIsSilenced struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateIsSilenced) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateIsSilenced) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateIsSilenced) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateLifetime

type BatchGetAlertsResponsePathSelectorAlertsStateLifetime struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetime) EndTime

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetime) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetime) StartTime

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetime) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetime) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateLifetimeEndTime

type BatchGetAlertsResponsePathSelectorAlertsStateLifetimeEndTime struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeEndTime) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeEndTime) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeEndTime) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateLifetimeStartTime

type BatchGetAlertsResponsePathSelectorAlertsStateLifetimeStartTime struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeStartTime) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeStartTime) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateLifetimeStartTime) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateNotification

type BatchGetAlertsResponsePathSelectorAlertsStateNotification struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateNotification) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateNotification) Slack

func (BatchGetAlertsResponsePathSelectorAlertsStateNotification) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateNotification) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack) Ts

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlack) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) WithValue

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackTs

type BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackTs struct{}

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackTs) FieldPath

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackTs) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorAlertsStateNotificationSlackTs) WithValue

type BatchGetAlertsResponsePathSelectorMissing

type BatchGetAlertsResponsePathSelectorMissing struct{}

func (BatchGetAlertsResponsePathSelectorMissing) FieldPath

func (BatchGetAlertsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetAlertsResponsePathSelectorMissing) WithItemValue

func (BatchGetAlertsResponsePathSelectorMissing) WithValue

type BatchGetAlertsResponse_FieldMask

type BatchGetAlertsResponse_FieldMask struct {
	Paths []BatchGetAlertsResponse_FieldPath
}

func FullBatchGetAlertsResponse_FieldMask

func FullBatchGetAlertsResponse_FieldMask() *BatchGetAlertsResponse_FieldMask

func (*BatchGetAlertsResponse_FieldMask) AppendPath

func (*BatchGetAlertsResponse_FieldMask) AppendRawPath

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

func (*BatchGetAlertsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetAlertsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertsResponse_FieldMask) GetPaths

func (*BatchGetAlertsResponse_FieldMask) GetRawPaths

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

func (*BatchGetAlertsResponse_FieldMask) IsFull

func (fieldMask *BatchGetAlertsResponse_FieldMask) IsFull() bool

func (BatchGetAlertsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertsResponse_FieldMask) MarshalJSON

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

func (*BatchGetAlertsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetAlertsResponse_FieldMask) PathsCount() int

func (*BatchGetAlertsResponse_FieldMask) Project

func (*BatchGetAlertsResponse_FieldMask) ProjectRaw

func (*BatchGetAlertsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertsResponse_FieldMask) ProtoMessage()

func (*BatchGetAlertsResponse_FieldMask) ProtoReflect

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

func (*BatchGetAlertsResponse_FieldMask) Reset

func (fieldMask *BatchGetAlertsResponse_FieldMask) Reset()

func (*BatchGetAlertsResponse_FieldMask) Set

func (fieldMask *BatchGetAlertsResponse_FieldMask) Set(target, source *BatchGetAlertsResponse)

func (*BatchGetAlertsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertsResponse_FieldMask) SetRaw

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

func (*BatchGetAlertsResponse_FieldMask) Size

func (fieldMask *BatchGetAlertsResponse_FieldMask) Size() int

func (*BatchGetAlertsResponse_FieldMask) String

func (fieldMask *BatchGetAlertsResponse_FieldMask) String() string

func (*BatchGetAlertsResponse_FieldMask) Subtract

func (*BatchGetAlertsResponse_FieldMask) SubtractRaw

func (*BatchGetAlertsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAlertsResponse_FieldMask) Unmarshal

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

func (*BatchGetAlertsResponse_FieldMask) UnmarshalJSON

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

type BatchGetAlertsResponse_FieldPath

type BatchGetAlertsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertsResponse_FieldPathSelector
	Get(source *BatchGetAlertsResponse) []interface{}
	GetSingle(source *BatchGetAlertsResponse) (interface{}, bool)
	ClearValue(item *BatchGetAlertsResponse)

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

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

func MustParseBatchGetAlertsResponse_FieldPath

func MustParseBatchGetAlertsResponse_FieldPath(rawField string) BatchGetAlertsResponse_FieldPath

func ParseBatchGetAlertsResponse_FieldPath

func ParseBatchGetAlertsResponse_FieldPath(rawField string) (BatchGetAlertsResponse_FieldPath, error)

type BatchGetAlertsResponse_FieldPathArrayItemValue

type BatchGetAlertsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertsResponse_FieldPath
	ContainsValue(*BatchGetAlertsResponse) bool
}

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

func MustParseBatchGetAlertsResponse_FieldPathArrayItemValue

func MustParseBatchGetAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertsResponse_FieldPathArrayItemValue

func ParseBatchGetAlertsResponse_FieldPathArrayItemValue

func ParseBatchGetAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertsResponse_FieldPathArrayItemValue, error)

ParseBatchGetAlertsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertsResponse_FieldPathArrayOfValues

type BatchGetAlertsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertsResponse_FieldPath
}

BatchGetAlertsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertsResponse fields according to their type

func MustParseBatchGetAlertsResponse_FieldPathArrayOfValues

func MustParseBatchGetAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertsResponse_FieldPathArrayOfValues

func ParseBatchGetAlertsResponse_FieldPathArrayOfValues

func ParseBatchGetAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertsResponse_FieldPathArrayOfValues, error)

type BatchGetAlertsResponse_FieldPathSelector

type BatchGetAlertsResponse_FieldPathSelector int32
const (
	BatchGetAlertsResponse_FieldPathSelectorAlerts  BatchGetAlertsResponse_FieldPathSelector = 0
	BatchGetAlertsResponse_FieldPathSelectorMissing BatchGetAlertsResponse_FieldPathSelector = 1
)

func (BatchGetAlertsResponse_FieldPathSelector) String

type BatchGetAlertsResponse_FieldPathValue

type BatchGetAlertsResponse_FieldPathValue interface {
	BatchGetAlertsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertsResponse)
	CompareWith(*BatchGetAlertsResponse) (cmp int, comparable bool)
}

BatchGetAlertsResponse_FieldPathValue allows storing values for BatchGetAlertsResponse fields according to their type

func MustParseBatchGetAlertsResponse_FieldPathValue

func MustParseBatchGetAlertsResponse_FieldPathValue(pathStr, valueStr string) BatchGetAlertsResponse_FieldPathValue

func ParseBatchGetAlertsResponse_FieldPathValue

func ParseBatchGetAlertsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAlertsResponse_FieldPathValue, error)

type BatchGetAlertsResponse_FieldSubPath

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

func (*BatchGetAlertsResponse_FieldSubPath) AsAlertsSubPath

func (*BatchGetAlertsResponse_FieldSubPath) ClearValue

func (*BatchGetAlertsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetAlertsResponse_FieldSubPath) Get

func (fps *BatchGetAlertsResponse_FieldSubPath) Get(source *BatchGetAlertsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetAlertsResponse

func (*BatchGetAlertsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertsResponse_FieldSubPath) GetRaw

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

func (*BatchGetAlertsResponse_FieldSubPath) GetSingle

func (fps *BatchGetAlertsResponse_FieldSubPath) GetSingle(source *BatchGetAlertsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetAlertsResponse

func (*BatchGetAlertsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetAlertsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertsResponse_FieldSubPath) JSONString

func (fps *BatchGetAlertsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*BatchGetAlertsResponse_FieldSubPath) Selector

func (*BatchGetAlertsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAlertsResponse_FieldSubPath) WithIArrayItemValue

func (fps *BatchGetAlertsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetAlertsResponse_FieldPathArrayItemValue

func (*BatchGetAlertsResponse_FieldSubPath) WithIArrayOfValues

func (fps *BatchGetAlertsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetAlertsResponse_FieldPathArrayOfValues

func (*BatchGetAlertsResponse_FieldSubPath) WithIValue

func (*BatchGetAlertsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetAlertsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetAlertsResponse_FieldSubPath) WithRawIValue

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

type BatchGetAlertsResponse_FieldSubPathArrayItemValue

type BatchGetAlertsResponse_FieldSubPathArrayItemValue struct {
	BatchGetAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldSubPathArrayItemValue) AsAlertsPathItemValue

func (*BatchGetAlertsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetAlertsResponse_FieldSubPathArrayOfValues

type BatchGetAlertsResponse_FieldSubPathArrayOfValues struct {
	BatchGetAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldSubPathArrayOfValues) AsAlertsPathArrayOfValues

func (*BatchGetAlertsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetAlertsResponse_FieldSubPathValue

type BatchGetAlertsResponse_FieldSubPathValue struct {
	BatchGetAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldSubPathValue) AsAlertsPathValue

func (*BatchGetAlertsResponse_FieldSubPathValue) CompareWith

func (*BatchGetAlertsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetAlertsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetAlertsResponse_FieldSubPathValue) SetTo

func (*BatchGetAlertsResponse_FieldSubPathValue) SetToRaw

type BatchGetAlertsResponse_FieldTerminalPath

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

func (*BatchGetAlertsResponse_FieldTerminalPath) ClearValue

func (*BatchGetAlertsResponse_FieldTerminalPath) ClearValueRaw

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

func (*BatchGetAlertsResponse_FieldTerminalPath) Get

func (fp *BatchGetAlertsResponse_FieldTerminalPath) Get(source *BatchGetAlertsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetAlertsResponse

func (*BatchGetAlertsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertsResponse_FieldTerminalPath) GetSingle

func (fp *BatchGetAlertsResponse_FieldTerminalPath) GetSingle(source *BatchGetAlertsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetAlertsResponse

func (*BatchGetAlertsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertsResponse_FieldTerminalPath) Selector

func (*BatchGetAlertsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertsResponse_FieldTerminalPath) WithIValue

func (*BatchGetAlertsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAlertsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetAlertsResponse_FieldTerminalPathArrayItemValue

type BatchGetAlertsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) AsAlertsItemValue

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAlertsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertsResponse_FieldTerminalPathArrayOfValues

type BatchGetAlertsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues

func (fpaov *BatchGetAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues() ([][]*alert.Alert, bool)

func (*BatchGetAlertsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (fpaov *BatchGetAlertsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*alert.Reference, bool)

func (*BatchGetAlertsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertsResponse_FieldTerminalPathValue

type BatchGetAlertsResponse_FieldTerminalPathValue struct {
	BatchGetAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertsResponse_FieldTerminalPathValue) AsAlertsValue

func (*BatchGetAlertsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAlertsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAlertsResponse'.

func (*BatchGetAlertsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*BatchGetAlertsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertsResponse

func (*BatchGetAlertsResponse_FieldTerminalPathValue) SetToRaw

type CreateAlertDescriptor added in v0.4.28

type CreateAlertDescriptor struct{}

func GetCreateAlertDescriptor added in v0.4.28

func GetCreateAlertDescriptor() *CreateAlertDescriptor

func (*CreateAlertDescriptor) GetApiDescriptor added in v0.4.28

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

func (*CreateAlertDescriptor) GetApiName added in v0.4.28

func (d *CreateAlertDescriptor) GetApiName() string

func (*CreateAlertDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateAlertDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateAlertDescriptor) GetFullMethodName() string

func (*CreateAlertDescriptor) GetMethodName added in v0.4.28

func (d *CreateAlertDescriptor) GetMethodName() string

func (*CreateAlertDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateAlertDescriptor) GetProtoPkgName() string

func (*CreateAlertDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateAlertDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateAlertDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateAlertDescriptor) GetServiceDomain() string

func (*CreateAlertDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateAlertDescriptor) GetServiceVersion() string

func (*CreateAlertDescriptor) GetVerb added in v0.4.28

func (d *CreateAlertDescriptor) GetVerb() string

func (*CreateAlertDescriptor) HasResource added in v0.4.30

func (d *CreateAlertDescriptor) HasResource() bool

func (*CreateAlertDescriptor) IsClientStream added in v0.4.28

func (d *CreateAlertDescriptor) IsClientStream() bool

func (*CreateAlertDescriptor) IsCollection added in v0.4.30

func (d *CreateAlertDescriptor) IsCollection() bool

func (*CreateAlertDescriptor) IsPlural added in v0.4.30

func (d *CreateAlertDescriptor) IsPlural() bool

func (*CreateAlertDescriptor) IsServerStream added in v0.4.28

func (d *CreateAlertDescriptor) IsServerStream() bool

func (*CreateAlertDescriptor) IsUnary added in v0.4.28

func (d *CreateAlertDescriptor) IsUnary() bool

func (*CreateAlertDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateAlertDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateAlertDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateAlertDescriptor) RequestHasResourceBody() bool

type CreateAlertDescriptorClientMsgHandle added in v0.4.28

type CreateAlertDescriptorClientMsgHandle struct{}

func (*CreateAlertDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertDescriptorServerMsgHandle added in v0.4.28

type CreateAlertDescriptorServerMsgHandle struct{}

func (*CreateAlertDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertRequest

type CreateAlertRequest struct {

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

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

func (*CreateAlertRequest) Clone

func (*CreateAlertRequest) CloneRaw

func (*CreateAlertRequest) Descriptor

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

Deprecated, Use CreateAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRequest) GetAlert

func (m *CreateAlertRequest) GetAlert() *alert.Alert

func (*CreateAlertRequest) GetParent

func (m *CreateAlertRequest) GetParent() *alert.ParentReference

func (*CreateAlertRequest) GotenMessage

func (*CreateAlertRequest) GotenMessage()

func (*CreateAlertRequest) GotenObjectExt

func (o *CreateAlertRequest) GotenObjectExt()

func (*CreateAlertRequest) GotenValidate

func (obj *CreateAlertRequest) GotenValidate() error

func (*CreateAlertRequest) MakeDiffFieldMask

func (*CreateAlertRequest) MakeFullFieldMask

func (o *CreateAlertRequest) MakeFullFieldMask() *CreateAlertRequest_FieldMask

func (*CreateAlertRequest) MakeRawDiffFieldMask

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

func (*CreateAlertRequest) MakeRawFullFieldMask

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

func (*CreateAlertRequest) Marshal

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

func (*CreateAlertRequest) MarshalJSON

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

func (*CreateAlertRequest) Merge

func (o *CreateAlertRequest) Merge(source *CreateAlertRequest)

func (*CreateAlertRequest) MergeRaw

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

func (*CreateAlertRequest) ProtoMessage

func (*CreateAlertRequest) ProtoMessage()

func (*CreateAlertRequest) ProtoReflect

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

func (*CreateAlertRequest) Reset

func (m *CreateAlertRequest) Reset()

func (*CreateAlertRequest) SetAlert

func (m *CreateAlertRequest) SetAlert(fv *alert.Alert)

func (*CreateAlertRequest) SetParent

func (m *CreateAlertRequest) SetParent(fv *alert.ParentReference)

func (*CreateAlertRequest) String

func (m *CreateAlertRequest) String() string

func (*CreateAlertRequest) Unmarshal

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

func (*CreateAlertRequest) UnmarshalJSON

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

type CreateAlertRequestFieldPathBuilder

type CreateAlertRequestFieldPathBuilder struct{}

func NewCreateAlertRequestFieldPathBuilder

func NewCreateAlertRequestFieldPathBuilder() CreateAlertRequestFieldPathBuilder

func (CreateAlertRequestFieldPathBuilder) Alert

func (CreateAlertRequestFieldPathBuilder) Parent

type CreateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric

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

func (CreateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) FieldPath

func (CreateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) WithValue

type CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels

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

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) FieldPath

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) WithValue

type CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels

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

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) FieldPath

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithValue

type CreateAlertRequestMapPathSelectorAlertMetadataAnnotations

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

func (CreateAlertRequestMapPathSelectorAlertMetadataAnnotations) FieldPath

func (CreateAlertRequestMapPathSelectorAlertMetadataAnnotations) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertMetadataAnnotations) WithValue

type CreateAlertRequestMapPathSelectorAlertMetadataLabels

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

func (CreateAlertRequestMapPathSelectorAlertMetadataLabels) FieldPath

func (CreateAlertRequestMapPathSelectorAlertMetadataLabels) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertMetadataLabels) WithValue

type CreateAlertRequestMapPathSelectorAlertMetadataShards

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

func (CreateAlertRequestMapPathSelectorAlertMetadataShards) FieldPath

func (CreateAlertRequestMapPathSelectorAlertMetadataShards) WithArrayOfValues

func (CreateAlertRequestMapPathSelectorAlertMetadataShards) WithValue

type CreateAlertRequestPathSelectorAlert

type CreateAlertRequestPathSelectorAlert struct{}

func (CreateAlertRequestPathSelectorAlert) DisplayName

func (CreateAlertRequestPathSelectorAlert) FieldPath

func (CreateAlertRequestPathSelectorAlert) Info

func (CreateAlertRequestPathSelectorAlert) Metadata

func (CreateAlertRequestPathSelectorAlert) Name

func (CreateAlertRequestPathSelectorAlert) State

func (CreateAlertRequestPathSelectorAlert) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlert) WithSubArrayItemValue

func (CreateAlertRequestPathSelectorAlert) WithSubArrayOfValues

func (CreateAlertRequestPathSelectorAlert) WithSubPath

func (CreateAlertRequestPathSelectorAlert) WithSubValue

func (CreateAlertRequestPathSelectorAlert) WithValue

type CreateAlertRequestPathSelectorAlertDisplayName

type CreateAlertRequestPathSelectorAlertDisplayName struct{}

func (CreateAlertRequestPathSelectorAlertDisplayName) FieldPath

func (CreateAlertRequestPathSelectorAlertDisplayName) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertDisplayName) WithValue

type CreateAlertRequestPathSelectorAlertInfo

type CreateAlertRequestPathSelectorAlertInfo struct{}

func (CreateAlertRequestPathSelectorAlertInfo) FieldPath

func (CreateAlertRequestPathSelectorAlertInfo) ObservedValues

func (CreateAlertRequestPathSelectorAlertInfo) TimeSerie

func (CreateAlertRequestPathSelectorAlertInfo) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfo) WithValue

type CreateAlertRequestPathSelectorAlertInfoObservedValues

type CreateAlertRequestPathSelectorAlertInfoObservedValues struct{}

func (CreateAlertRequestPathSelectorAlertInfoObservedValues) ExampleValue

func (CreateAlertRequestPathSelectorAlertInfoObservedValues) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoObservedValues) PerMetric

func (CreateAlertRequestPathSelectorAlertInfoObservedValues) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoObservedValues) WithValue

type CreateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue

type CreateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue struct{}

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) WithValue

type CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric

type CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric struct{}

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithKey

func (CreateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerie

type CreateAlertRequestPathSelectorAlertInfoTimeSerie struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) Key

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) Metric

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) MonitoredResource

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerie) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieKey

type CreateAlertRequestPathSelectorAlertInfoTimeSerieKey struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieKey) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieKey) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieKey) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric) Labels

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric) Type

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetric) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithKey

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithItemValue

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricType

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricType struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType

type CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType struct{}

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) FieldPath

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) WithValue

type CreateAlertRequestPathSelectorAlertMetadata

type CreateAlertRequestPathSelectorAlertMetadata struct{}

func (CreateAlertRequestPathSelectorAlertMetadata) Annotations

func (CreateAlertRequestPathSelectorAlertMetadata) CreateTime

func (CreateAlertRequestPathSelectorAlertMetadata) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadata) Generation

func (CreateAlertRequestPathSelectorAlertMetadata) Labels

func (CreateAlertRequestPathSelectorAlertMetadata) OwnerReferences

func (CreateAlertRequestPathSelectorAlertMetadata) ResourceVersion

func (CreateAlertRequestPathSelectorAlertMetadata) Shards

func (CreateAlertRequestPathSelectorAlertMetadata) Syncing

func (CreateAlertRequestPathSelectorAlertMetadata) Tags

func (CreateAlertRequestPathSelectorAlertMetadata) UpdateTime

func (CreateAlertRequestPathSelectorAlertMetadata) Uuid

func (CreateAlertRequestPathSelectorAlertMetadata) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadata) WithValue

type CreateAlertRequestPathSelectorAlertMetadataAnnotations

type CreateAlertRequestPathSelectorAlertMetadataAnnotations struct{}

func (CreateAlertRequestPathSelectorAlertMetadataAnnotations) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataAnnotations) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataAnnotations) WithKey

func (CreateAlertRequestPathSelectorAlertMetadataAnnotations) WithValue

type CreateAlertRequestPathSelectorAlertMetadataCreateTime

type CreateAlertRequestPathSelectorAlertMetadataCreateTime struct{}

func (CreateAlertRequestPathSelectorAlertMetadataCreateTime) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataCreateTime) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataCreateTime) WithValue

type CreateAlertRequestPathSelectorAlertMetadataGeneration

type CreateAlertRequestPathSelectorAlertMetadataGeneration struct{}

func (CreateAlertRequestPathSelectorAlertMetadataGeneration) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataGeneration) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataGeneration) WithValue

type CreateAlertRequestPathSelectorAlertMetadataLabels

type CreateAlertRequestPathSelectorAlertMetadataLabels struct{}

func (CreateAlertRequestPathSelectorAlertMetadataLabels) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataLabels) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataLabels) WithKey

func (CreateAlertRequestPathSelectorAlertMetadataLabels) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferences

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferences struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) Kind

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) Name

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) Uid

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithItemValue

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesController

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesController struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesName

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesName struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) WithValue

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid

type CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid struct{}

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) WithValue

type CreateAlertRequestPathSelectorAlertMetadataResourceVersion

type CreateAlertRequestPathSelectorAlertMetadataResourceVersion struct{}

func (CreateAlertRequestPathSelectorAlertMetadataResourceVersion) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataResourceVersion) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataResourceVersion) WithValue

type CreateAlertRequestPathSelectorAlertMetadataShards

type CreateAlertRequestPathSelectorAlertMetadataShards struct{}

func (CreateAlertRequestPathSelectorAlertMetadataShards) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataShards) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataShards) WithKey

func (CreateAlertRequestPathSelectorAlertMetadataShards) WithValue

type CreateAlertRequestPathSelectorAlertMetadataSyncing

type CreateAlertRequestPathSelectorAlertMetadataSyncing struct{}

func (CreateAlertRequestPathSelectorAlertMetadataSyncing) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataSyncing) OwningRegion

func (CreateAlertRequestPathSelectorAlertMetadataSyncing) Regions

func (CreateAlertRequestPathSelectorAlertMetadataSyncing) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataSyncing) WithValue

type CreateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion

type CreateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion struct{}

func (CreateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) WithValue

type CreateAlertRequestPathSelectorAlertMetadataSyncingRegions

type CreateAlertRequestPathSelectorAlertMetadataSyncingRegions struct{}

func (CreateAlertRequestPathSelectorAlertMetadataSyncingRegions) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithItemValue

func (CreateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithValue

type CreateAlertRequestPathSelectorAlertMetadataTags

type CreateAlertRequestPathSelectorAlertMetadataTags struct{}

func (CreateAlertRequestPathSelectorAlertMetadataTags) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataTags) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataTags) WithItemValue

func (CreateAlertRequestPathSelectorAlertMetadataTags) WithValue

type CreateAlertRequestPathSelectorAlertMetadataUpdateTime

type CreateAlertRequestPathSelectorAlertMetadataUpdateTime struct{}

func (CreateAlertRequestPathSelectorAlertMetadataUpdateTime) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataUpdateTime) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataUpdateTime) WithValue

type CreateAlertRequestPathSelectorAlertMetadataUuid

type CreateAlertRequestPathSelectorAlertMetadataUuid struct{}

func (CreateAlertRequestPathSelectorAlertMetadataUuid) FieldPath

func (CreateAlertRequestPathSelectorAlertMetadataUuid) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertMetadataUuid) WithValue

type CreateAlertRequestPathSelectorAlertName

type CreateAlertRequestPathSelectorAlertName struct{}

func (CreateAlertRequestPathSelectorAlertName) FieldPath

func (CreateAlertRequestPathSelectorAlertName) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertName) WithValue

type CreateAlertRequestPathSelectorAlertState

type CreateAlertRequestPathSelectorAlertState struct{}

func (CreateAlertRequestPathSelectorAlertState) FieldPath

func (CreateAlertRequestPathSelectorAlertState) IsAcknowledged

func (CreateAlertRequestPathSelectorAlertState) IsFiring

func (CreateAlertRequestPathSelectorAlertState) IsSilenced

func (CreateAlertRequestPathSelectorAlertState) Lifetime

func (CreateAlertRequestPathSelectorAlertState) Notification

func (CreateAlertRequestPathSelectorAlertState) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertState) WithValue

type CreateAlertRequestPathSelectorAlertStateIsAcknowledged

type CreateAlertRequestPathSelectorAlertStateIsAcknowledged struct{}

func (CreateAlertRequestPathSelectorAlertStateIsAcknowledged) FieldPath

func (CreateAlertRequestPathSelectorAlertStateIsAcknowledged) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateIsAcknowledged) WithValue

type CreateAlertRequestPathSelectorAlertStateIsFiring

type CreateAlertRequestPathSelectorAlertStateIsFiring struct{}

func (CreateAlertRequestPathSelectorAlertStateIsFiring) FieldPath

func (CreateAlertRequestPathSelectorAlertStateIsFiring) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateIsFiring) WithValue

type CreateAlertRequestPathSelectorAlertStateIsSilenced

type CreateAlertRequestPathSelectorAlertStateIsSilenced struct{}

func (CreateAlertRequestPathSelectorAlertStateIsSilenced) FieldPath

func (CreateAlertRequestPathSelectorAlertStateIsSilenced) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateIsSilenced) WithValue

type CreateAlertRequestPathSelectorAlertStateLifetime

type CreateAlertRequestPathSelectorAlertStateLifetime struct{}

func (CreateAlertRequestPathSelectorAlertStateLifetime) EndTime

func (CreateAlertRequestPathSelectorAlertStateLifetime) FieldPath

func (CreateAlertRequestPathSelectorAlertStateLifetime) StartTime

func (CreateAlertRequestPathSelectorAlertStateLifetime) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateLifetime) WithValue

type CreateAlertRequestPathSelectorAlertStateLifetimeEndTime

type CreateAlertRequestPathSelectorAlertStateLifetimeEndTime struct{}

func (CreateAlertRequestPathSelectorAlertStateLifetimeEndTime) FieldPath

func (CreateAlertRequestPathSelectorAlertStateLifetimeEndTime) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateLifetimeEndTime) WithValue

type CreateAlertRequestPathSelectorAlertStateLifetimeStartTime

type CreateAlertRequestPathSelectorAlertStateLifetimeStartTime struct{}

func (CreateAlertRequestPathSelectorAlertStateLifetimeStartTime) FieldPath

func (CreateAlertRequestPathSelectorAlertStateLifetimeStartTime) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateLifetimeStartTime) WithValue

type CreateAlertRequestPathSelectorAlertStateNotification

type CreateAlertRequestPathSelectorAlertStateNotification struct{}

func (CreateAlertRequestPathSelectorAlertStateNotification) FieldPath

func (CreateAlertRequestPathSelectorAlertStateNotification) Slack

func (CreateAlertRequestPathSelectorAlertStateNotification) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateNotification) WithValue

type CreateAlertRequestPathSelectorAlertStateNotificationSlack

type CreateAlertRequestPathSelectorAlertStateNotificationSlack struct{}

func (CreateAlertRequestPathSelectorAlertStateNotificationSlack) FieldPath

func (CreateAlertRequestPathSelectorAlertStateNotificationSlack) Ts

func (CreateAlertRequestPathSelectorAlertStateNotificationSlack) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateNotificationSlack) WithValue

type CreateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus

type CreateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus struct{}

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) FieldPath

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) WithValue

type CreateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage

type CreateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage struct{}

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) FieldPath

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) WithValue

type CreateAlertRequestPathSelectorAlertStateNotificationSlackTs

type CreateAlertRequestPathSelectorAlertStateNotificationSlackTs struct{}

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackTs) FieldPath

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackTs) WithArrayOfValues

func (CreateAlertRequestPathSelectorAlertStateNotificationSlackTs) WithValue

type CreateAlertRequestPathSelectorParent

type CreateAlertRequestPathSelectorParent struct{}

func (CreateAlertRequestPathSelectorParent) FieldPath

func (CreateAlertRequestPathSelectorParent) WithArrayOfValues

func (CreateAlertRequestPathSelectorParent) WithValue

type CreateAlertRequest_FieldMask

type CreateAlertRequest_FieldMask struct {
	Paths []CreateAlertRequest_FieldPath
}

func FullCreateAlertRequest_FieldMask

func FullCreateAlertRequest_FieldMask() *CreateAlertRequest_FieldMask

func (*CreateAlertRequest_FieldMask) AppendPath

func (fieldMask *CreateAlertRequest_FieldMask) AppendPath(path CreateAlertRequest_FieldPath)

func (*CreateAlertRequest_FieldMask) AppendRawPath

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

func (*CreateAlertRequest_FieldMask) DecodeFirestore

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

func (*CreateAlertRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateAlertRequest_FieldMask) FilterInputFields

func (fieldMask *CreateAlertRequest_FieldMask) FilterInputFields() *CreateAlertRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateAlertRequest_FieldMask) FromProtoFieldMask

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

func (*CreateAlertRequest_FieldMask) GetPaths

func (*CreateAlertRequest_FieldMask) GetRawPaths

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

func (*CreateAlertRequest_FieldMask) IsFull

func (fieldMask *CreateAlertRequest_FieldMask) IsFull() bool

func (CreateAlertRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateAlertRequest_FieldMask) MarshalJSON

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

func (*CreateAlertRequest_FieldMask) PathsCount

func (fieldMask *CreateAlertRequest_FieldMask) PathsCount() int

func (*CreateAlertRequest_FieldMask) Project

func (*CreateAlertRequest_FieldMask) ProjectRaw

func (*CreateAlertRequest_FieldMask) ProtoMessage

func (fieldMask *CreateAlertRequest_FieldMask) ProtoMessage()

func (*CreateAlertRequest_FieldMask) ProtoReflect

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

func (*CreateAlertRequest_FieldMask) Reset

func (fieldMask *CreateAlertRequest_FieldMask) Reset()

func (*CreateAlertRequest_FieldMask) Set

func (fieldMask *CreateAlertRequest_FieldMask) Set(target, source *CreateAlertRequest)

func (*CreateAlertRequest_FieldMask) SetFromCliFlag

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

func (*CreateAlertRequest_FieldMask) SetRaw

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

func (*CreateAlertRequest_FieldMask) Size

func (fieldMask *CreateAlertRequest_FieldMask) Size() int

func (*CreateAlertRequest_FieldMask) String

func (fieldMask *CreateAlertRequest_FieldMask) String() string

func (*CreateAlertRequest_FieldMask) Subtract

func (*CreateAlertRequest_FieldMask) SubtractRaw

func (*CreateAlertRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateAlertRequest_FieldMask) Unmarshal

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

func (*CreateAlertRequest_FieldMask) UnmarshalJSON

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

type CreateAlertRequest_FieldPath

type CreateAlertRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateAlertRequest_FieldPathSelector
	Get(source *CreateAlertRequest) []interface{}
	GetSingle(source *CreateAlertRequest) (interface{}, bool)
	ClearValue(item *CreateAlertRequest)

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

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

func MustParseCreateAlertRequest_FieldPath

func MustParseCreateAlertRequest_FieldPath(rawField string) CreateAlertRequest_FieldPath

func ParseCreateAlertRequest_FieldPath

func ParseCreateAlertRequest_FieldPath(rawField string) (CreateAlertRequest_FieldPath, error)

type CreateAlertRequest_FieldPathArrayItemValue

type CreateAlertRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateAlertRequest_FieldPath
	ContainsValue(*CreateAlertRequest) bool
}

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

func MustParseCreateAlertRequest_FieldPathArrayItemValue

func MustParseCreateAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAlertRequest_FieldPathArrayItemValue

func ParseCreateAlertRequest_FieldPathArrayItemValue

func ParseCreateAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAlertRequest_FieldPathArrayItemValue, error)

ParseCreateAlertRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateAlertRequest_FieldPathArrayOfValues

type CreateAlertRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateAlertRequest_FieldPath
}

CreateAlertRequest_FieldPathArrayOfValues allows storing slice of values for CreateAlertRequest fields according to their type

func MustParseCreateAlertRequest_FieldPathArrayOfValues

func MustParseCreateAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAlertRequest_FieldPathArrayOfValues

func ParseCreateAlertRequest_FieldPathArrayOfValues

func ParseCreateAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAlertRequest_FieldPathArrayOfValues, error)

type CreateAlertRequest_FieldPathSelector

type CreateAlertRequest_FieldPathSelector int32
const (
	CreateAlertRequest_FieldPathSelectorParent CreateAlertRequest_FieldPathSelector = 0
	CreateAlertRequest_FieldPathSelectorAlert  CreateAlertRequest_FieldPathSelector = 1
)

func (CreateAlertRequest_FieldPathSelector) String

type CreateAlertRequest_FieldPathValue

type CreateAlertRequest_FieldPathValue interface {
	CreateAlertRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateAlertRequest)
	CompareWith(*CreateAlertRequest) (cmp int, comparable bool)
}

CreateAlertRequest_FieldPathValue allows storing values for CreateAlertRequest fields according to their type

func MustParseCreateAlertRequest_FieldPathValue

func MustParseCreateAlertRequest_FieldPathValue(pathStr, valueStr string) CreateAlertRequest_FieldPathValue

func ParseCreateAlertRequest_FieldPathValue

func ParseCreateAlertRequest_FieldPathValue(pathStr, valueStr string) (CreateAlertRequest_FieldPathValue, error)

type CreateAlertRequest_FieldSubPath

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

func (*CreateAlertRequest_FieldSubPath) AsAlertSubPath

func (fps *CreateAlertRequest_FieldSubPath) AsAlertSubPath() (alert.Alert_FieldPath, bool)

func (*CreateAlertRequest_FieldSubPath) ClearValue

func (fps *CreateAlertRequest_FieldSubPath) ClearValue(item *CreateAlertRequest)

func (*CreateAlertRequest_FieldSubPath) ClearValueRaw

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

func (*CreateAlertRequest_FieldSubPath) Get

func (fps *CreateAlertRequest_FieldSubPath) Get(source *CreateAlertRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateAlertRequest

func (*CreateAlertRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertRequest_FieldSubPath) GetRaw

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

func (*CreateAlertRequest_FieldSubPath) GetSingle

func (fps *CreateAlertRequest_FieldSubPath) GetSingle(source *CreateAlertRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateAlertRequest

func (*CreateAlertRequest_FieldSubPath) GetSingleRaw

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

func (*CreateAlertRequest_FieldSubPath) IsLeaf

func (fps *CreateAlertRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*CreateAlertRequest_FieldSubPath) JSONString

func (fps *CreateAlertRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreateAlertRequest_FieldSubPath) Selector

func (*CreateAlertRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateAlertRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreateAlertRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateAlertRequest_FieldPathArrayItemValue

func (*CreateAlertRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreateAlertRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateAlertRequest_FieldPathArrayOfValues

func (*CreateAlertRequest_FieldSubPath) WithIValue

func (fps *CreateAlertRequest_FieldSubPath) WithIValue(value interface{}) CreateAlertRequest_FieldPathValue

func (*CreateAlertRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateAlertRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateAlertRequest_FieldSubPath) WithRawIValue

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

type CreateAlertRequest_FieldSubPathArrayItemValue

type CreateAlertRequest_FieldSubPathArrayItemValue struct {
	CreateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldSubPathArrayItemValue) AsAlertPathItemValue

func (*CreateAlertRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateAlertRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateAlertRequest_FieldSubPathArrayOfValues

type CreateAlertRequest_FieldSubPathArrayOfValues struct {
	CreateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldSubPathArrayOfValues) AsAlertPathArrayOfValues

func (*CreateAlertRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateAlertRequest_FieldSubPathValue

type CreateAlertRequest_FieldSubPathValue struct {
	CreateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldSubPathValue) AsAlertPathValue

func (*CreateAlertRequest_FieldSubPathValue) CompareWith

func (fpvs *CreateAlertRequest_FieldSubPathValue) CompareWith(source *CreateAlertRequest) (int, bool)

func (*CreateAlertRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateAlertRequest_FieldSubPathValue) GetRawValue

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

func (*CreateAlertRequest_FieldSubPathValue) SetTo

func (*CreateAlertRequest_FieldSubPathValue) SetToRaw

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

type CreateAlertRequest_FieldTerminalPath

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

func (*CreateAlertRequest_FieldTerminalPath) ClearValue

func (*CreateAlertRequest_FieldTerminalPath) ClearValueRaw

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

func (*CreateAlertRequest_FieldTerminalPath) Get

func (fp *CreateAlertRequest_FieldTerminalPath) Get(source *CreateAlertRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateAlertRequest

func (*CreateAlertRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertRequest_FieldTerminalPath) GetRaw

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

func (*CreateAlertRequest_FieldTerminalPath) GetSingle

func (fp *CreateAlertRequest_FieldTerminalPath) GetSingle(source *CreateAlertRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateAlertRequest

func (*CreateAlertRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateAlertRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAlertRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAlertRequest_FieldTerminalPath) Selector

func (*CreateAlertRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAlertRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *CreateAlertRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateAlertRequest_FieldPathArrayItemValue

func (*CreateAlertRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *CreateAlertRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateAlertRequest_FieldPathArrayOfValues

func (*CreateAlertRequest_FieldTerminalPath) WithIValue

func (*CreateAlertRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateAlertRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateAlertRequest_FieldTerminalPath) WithRawIValue

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

type CreateAlertRequest_FieldTerminalPathArrayItemValue

type CreateAlertRequest_FieldTerminalPathArrayItemValue struct {
	CreateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateAlertRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateAlertRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *CreateAlertRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateAlertRequest) (interface{}, bool)

func (*CreateAlertRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateAlertRequest_FieldTerminalPathArrayOfValues

type CreateAlertRequest_FieldTerminalPathArrayOfValues struct {
	CreateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldTerminalPathArrayOfValues) AsAlertArrayOfValues

func (fpaov *CreateAlertRequest_FieldTerminalPathArrayOfValues) AsAlertArrayOfValues() ([]*alert.Alert, bool)

func (*CreateAlertRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *CreateAlertRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*alert.ParentReference, bool)

func (*CreateAlertRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateAlertRequest_FieldTerminalPathValue

type CreateAlertRequest_FieldTerminalPathValue struct {
	CreateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertRequest_FieldTerminalPathValue) AsAlertValue

func (*CreateAlertRequest_FieldTerminalPathValue) AsParentValue

func (*CreateAlertRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateAlertRequest_FieldTerminalPathValue' with the value under path in 'CreateAlertRequest'.

func (*CreateAlertRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*CreateAlertRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateAlertRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateAlertRequest

func (*CreateAlertRequest_FieldTerminalPathValue) SetToRaw

type DeleteAlertDescriptor added in v0.4.28

type DeleteAlertDescriptor struct{}

func GetDeleteAlertDescriptor added in v0.4.28

func GetDeleteAlertDescriptor() *DeleteAlertDescriptor

func (*DeleteAlertDescriptor) GetApiDescriptor added in v0.4.28

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

func (*DeleteAlertDescriptor) GetApiName added in v0.4.28

func (d *DeleteAlertDescriptor) GetApiName() string

func (*DeleteAlertDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteAlertDescriptor) GetFullMethodName() string

func (*DeleteAlertDescriptor) GetMethodName added in v0.4.28

func (d *DeleteAlertDescriptor) GetMethodName() string

func (*DeleteAlertDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteAlertDescriptor) GetProtoPkgName() string

func (*DeleteAlertDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteAlertDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteAlertDescriptor) GetServiceDomain() string

func (*DeleteAlertDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteAlertDescriptor) GetServiceVersion() string

func (*DeleteAlertDescriptor) GetVerb added in v0.4.28

func (d *DeleteAlertDescriptor) GetVerb() string

func (*DeleteAlertDescriptor) HasResource added in v0.4.30

func (d *DeleteAlertDescriptor) HasResource() bool

func (*DeleteAlertDescriptor) IsClientStream added in v0.4.28

func (d *DeleteAlertDescriptor) IsClientStream() bool

func (*DeleteAlertDescriptor) IsCollection added in v0.4.30

func (d *DeleteAlertDescriptor) IsCollection() bool

func (*DeleteAlertDescriptor) IsPlural added in v0.4.30

func (d *DeleteAlertDescriptor) IsPlural() bool

func (*DeleteAlertDescriptor) IsServerStream added in v0.4.28

func (d *DeleteAlertDescriptor) IsServerStream() bool

func (*DeleteAlertDescriptor) IsUnary added in v0.4.28

func (d *DeleteAlertDescriptor) IsUnary() bool

func (*DeleteAlertDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteAlertDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteAlertDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteAlertDescriptor) RequestHasResourceBody() bool

type DeleteAlertDescriptorClientMsgHandle added in v0.4.28

type DeleteAlertDescriptorClientMsgHandle struct{}

func (*DeleteAlertDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertDescriptorServerMsgHandle added in v0.4.28

type DeleteAlertDescriptorServerMsgHandle struct{}

func (*DeleteAlertDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertRequest

type DeleteAlertRequest struct {

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

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

func (*DeleteAlertRequest) Clone

func (*DeleteAlertRequest) CloneRaw

func (*DeleteAlertRequest) Descriptor

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

Deprecated, Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetName

func (m *DeleteAlertRequest) GetName() *alert.Reference

func (*DeleteAlertRequest) GotenMessage

func (*DeleteAlertRequest) GotenMessage()

func (*DeleteAlertRequest) GotenObjectExt

func (o *DeleteAlertRequest) GotenObjectExt()

func (*DeleteAlertRequest) GotenValidate

func (obj *DeleteAlertRequest) GotenValidate() error

func (*DeleteAlertRequest) MakeDiffFieldMask

func (*DeleteAlertRequest) MakeFullFieldMask

func (o *DeleteAlertRequest) MakeFullFieldMask() *DeleteAlertRequest_FieldMask

func (*DeleteAlertRequest) MakeRawDiffFieldMask

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

func (*DeleteAlertRequest) MakeRawFullFieldMask

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

func (*DeleteAlertRequest) Marshal

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

func (*DeleteAlertRequest) MarshalJSON

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

func (*DeleteAlertRequest) Merge

func (o *DeleteAlertRequest) Merge(source *DeleteAlertRequest)

func (*DeleteAlertRequest) MergeRaw

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

func (*DeleteAlertRequest) ProtoMessage

func (*DeleteAlertRequest) ProtoMessage()

func (*DeleteAlertRequest) ProtoReflect

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

func (*DeleteAlertRequest) Reset

func (m *DeleteAlertRequest) Reset()

func (*DeleteAlertRequest) SetName

func (m *DeleteAlertRequest) SetName(fv *alert.Reference)

func (*DeleteAlertRequest) String

func (m *DeleteAlertRequest) String() string

func (*DeleteAlertRequest) Unmarshal

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

func (*DeleteAlertRequest) UnmarshalJSON

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

type DeleteAlertRequestFieldPathBuilder

type DeleteAlertRequestFieldPathBuilder struct{}

func NewDeleteAlertRequestFieldPathBuilder

func NewDeleteAlertRequestFieldPathBuilder() DeleteAlertRequestFieldPathBuilder

func (DeleteAlertRequestFieldPathBuilder) Name

type DeleteAlertRequestPathSelectorName

type DeleteAlertRequestPathSelectorName struct{}

func (DeleteAlertRequestPathSelectorName) FieldPath

func (DeleteAlertRequestPathSelectorName) WithArrayOfValues

func (DeleteAlertRequestPathSelectorName) WithValue

type DeleteAlertRequest_FieldMask

type DeleteAlertRequest_FieldMask struct {
	Paths []DeleteAlertRequest_FieldPath
}

func FullDeleteAlertRequest_FieldMask

func FullDeleteAlertRequest_FieldMask() *DeleteAlertRequest_FieldMask

func (*DeleteAlertRequest_FieldMask) AppendPath

func (fieldMask *DeleteAlertRequest_FieldMask) AppendPath(path DeleteAlertRequest_FieldPath)

func (*DeleteAlertRequest_FieldMask) AppendRawPath

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

func (*DeleteAlertRequest_FieldMask) DecodeFirestore

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

func (*DeleteAlertRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteAlertRequest_FieldMask) FilterInputFields

func (fieldMask *DeleteAlertRequest_FieldMask) FilterInputFields() *DeleteAlertRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteAlertRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteAlertRequest_FieldMask) GetPaths

func (*DeleteAlertRequest_FieldMask) GetRawPaths

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

func (*DeleteAlertRequest_FieldMask) IsFull

func (fieldMask *DeleteAlertRequest_FieldMask) IsFull() bool

func (DeleteAlertRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteAlertRequest_FieldMask) MarshalJSON

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

func (*DeleteAlertRequest_FieldMask) PathsCount

func (fieldMask *DeleteAlertRequest_FieldMask) PathsCount() int

func (*DeleteAlertRequest_FieldMask) Project

func (*DeleteAlertRequest_FieldMask) ProjectRaw

func (*DeleteAlertRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteAlertRequest_FieldMask) ProtoMessage()

func (*DeleteAlertRequest_FieldMask) ProtoReflect

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

func (*DeleteAlertRequest_FieldMask) Reset

func (fieldMask *DeleteAlertRequest_FieldMask) Reset()

func (*DeleteAlertRequest_FieldMask) Set

func (fieldMask *DeleteAlertRequest_FieldMask) Set(target, source *DeleteAlertRequest)

func (*DeleteAlertRequest_FieldMask) SetFromCliFlag

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

func (*DeleteAlertRequest_FieldMask) SetRaw

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

func (*DeleteAlertRequest_FieldMask) Size

func (fieldMask *DeleteAlertRequest_FieldMask) Size() int

func (*DeleteAlertRequest_FieldMask) String

func (fieldMask *DeleteAlertRequest_FieldMask) String() string

func (*DeleteAlertRequest_FieldMask) Subtract

func (*DeleteAlertRequest_FieldMask) SubtractRaw

func (*DeleteAlertRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteAlertRequest_FieldMask) Unmarshal

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

func (*DeleteAlertRequest_FieldMask) UnmarshalJSON

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

type DeleteAlertRequest_FieldPath

type DeleteAlertRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteAlertRequest_FieldPathSelector
	Get(source *DeleteAlertRequest) []interface{}
	GetSingle(source *DeleteAlertRequest) (interface{}, bool)
	ClearValue(item *DeleteAlertRequest)

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

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

func MustParseDeleteAlertRequest_FieldPath

func MustParseDeleteAlertRequest_FieldPath(rawField string) DeleteAlertRequest_FieldPath

func ParseDeleteAlertRequest_FieldPath

func ParseDeleteAlertRequest_FieldPath(rawField string) (DeleteAlertRequest_FieldPath, error)

type DeleteAlertRequest_FieldPathArrayItemValue

type DeleteAlertRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteAlertRequest_FieldPath
	ContainsValue(*DeleteAlertRequest) bool
}

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

func MustParseDeleteAlertRequest_FieldPathArrayItemValue

func MustParseDeleteAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAlertRequest_FieldPathArrayItemValue

func ParseDeleteAlertRequest_FieldPathArrayItemValue

func ParseDeleteAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAlertRequest_FieldPathArrayItemValue, error)

ParseDeleteAlertRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteAlertRequest_FieldPathArrayOfValues

type DeleteAlertRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteAlertRequest_FieldPath
}

DeleteAlertRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAlertRequest fields according to their type

func MustParseDeleteAlertRequest_FieldPathArrayOfValues

func MustParseDeleteAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAlertRequest_FieldPathArrayOfValues

func ParseDeleteAlertRequest_FieldPathArrayOfValues

func ParseDeleteAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAlertRequest_FieldPathArrayOfValues, error)

type DeleteAlertRequest_FieldPathSelector

type DeleteAlertRequest_FieldPathSelector int32
const (
	DeleteAlertRequest_FieldPathSelectorName DeleteAlertRequest_FieldPathSelector = 0
)

func (DeleteAlertRequest_FieldPathSelector) String

type DeleteAlertRequest_FieldPathValue

type DeleteAlertRequest_FieldPathValue interface {
	DeleteAlertRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteAlertRequest)
	CompareWith(*DeleteAlertRequest) (cmp int, comparable bool)
}

DeleteAlertRequest_FieldPathValue allows storing values for DeleteAlertRequest fields according to their type

func MustParseDeleteAlertRequest_FieldPathValue

func MustParseDeleteAlertRequest_FieldPathValue(pathStr, valueStr string) DeleteAlertRequest_FieldPathValue

func ParseDeleteAlertRequest_FieldPathValue

func ParseDeleteAlertRequest_FieldPathValue(pathStr, valueStr string) (DeleteAlertRequest_FieldPathValue, error)

type DeleteAlertRequest_FieldTerminalPath

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

func (*DeleteAlertRequest_FieldTerminalPath) ClearValue

func (*DeleteAlertRequest_FieldTerminalPath) ClearValueRaw

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

func (*DeleteAlertRequest_FieldTerminalPath) Get

func (fp *DeleteAlertRequest_FieldTerminalPath) Get(source *DeleteAlertRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteAlertRequest

func (*DeleteAlertRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteAlertRequest_FieldTerminalPath) GetRaw

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

func (*DeleteAlertRequest_FieldTerminalPath) GetSingle

func (fp *DeleteAlertRequest_FieldTerminalPath) GetSingle(source *DeleteAlertRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteAlertRequest

func (*DeleteAlertRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteAlertRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteAlertRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAlertRequest_FieldTerminalPath) Selector

func (*DeleteAlertRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAlertRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *DeleteAlertRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteAlertRequest_FieldPathArrayItemValue

func (*DeleteAlertRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *DeleteAlertRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteAlertRequest_FieldPathArrayOfValues

func (*DeleteAlertRequest_FieldTerminalPath) WithIValue

func (*DeleteAlertRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteAlertRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteAlertRequest_FieldTerminalPath) WithRawIValue

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

type DeleteAlertRequest_FieldTerminalPathArrayItemValue

type DeleteAlertRequest_FieldTerminalPathArrayItemValue struct {
	DeleteAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteAlertRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteAlertRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *DeleteAlertRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteAlertRequest) (interface{}, bool)

func (*DeleteAlertRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteAlertRequest_FieldTerminalPathArrayOfValues

type DeleteAlertRequest_FieldTerminalPathArrayOfValues struct {
	DeleteAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *DeleteAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*alert.Reference, bool)

func (*DeleteAlertRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteAlertRequest_FieldTerminalPathValue

type DeleteAlertRequest_FieldTerminalPathValue struct {
	DeleteAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteAlertRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteAlertRequest_FieldTerminalPathValue' with the value under path in 'DeleteAlertRequest'.

func (*DeleteAlertRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*DeleteAlertRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteAlertRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteAlertRequest

func (*DeleteAlertRequest_FieldTerminalPathValue) SetToRaw

type GetAlertDescriptor added in v0.4.28

type GetAlertDescriptor struct{}

func GetGetAlertDescriptor added in v0.4.28

func GetGetAlertDescriptor() *GetAlertDescriptor

func (*GetAlertDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetAlertDescriptor) GetApiName added in v0.4.28

func (d *GetAlertDescriptor) GetApiName() string

func (*GetAlertDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetAlertDescriptor) GetFullMethodName added in v0.4.28

func (d *GetAlertDescriptor) GetFullMethodName() string

func (*GetAlertDescriptor) GetMethodName added in v0.4.28

func (d *GetAlertDescriptor) GetMethodName() string

func (*GetAlertDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetAlertDescriptor) GetProtoPkgName() string

func (*GetAlertDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetAlertDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetAlertDescriptor) GetServiceDomain added in v0.4.28

func (d *GetAlertDescriptor) GetServiceDomain() string

func (*GetAlertDescriptor) GetServiceVersion added in v0.4.28

func (d *GetAlertDescriptor) GetServiceVersion() string

func (*GetAlertDescriptor) GetVerb added in v0.4.28

func (d *GetAlertDescriptor) GetVerb() string

func (*GetAlertDescriptor) HasResource added in v0.4.30

func (d *GetAlertDescriptor) HasResource() bool

func (*GetAlertDescriptor) IsClientStream added in v0.4.28

func (d *GetAlertDescriptor) IsClientStream() bool

func (*GetAlertDescriptor) IsCollection added in v0.4.30

func (d *GetAlertDescriptor) IsCollection() bool

func (*GetAlertDescriptor) IsPlural added in v0.4.30

func (d *GetAlertDescriptor) IsPlural() bool

func (*GetAlertDescriptor) IsServerStream added in v0.4.28

func (d *GetAlertDescriptor) IsServerStream() bool

func (*GetAlertDescriptor) IsUnary added in v0.4.28

func (d *GetAlertDescriptor) IsUnary() bool

func (*GetAlertDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetAlertDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetAlertDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetAlertDescriptor) RequestHasResourceBody() bool

type GetAlertDescriptorClientMsgHandle added in v0.4.28

type GetAlertDescriptorClientMsgHandle struct{}

func (*GetAlertDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*GetAlertDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertDescriptorServerMsgHandle added in v0.4.28

type GetAlertDescriptorServerMsgHandle struct{}

func (*GetAlertDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*GetAlertDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertRequest

type GetAlertRequest struct {

	// Reference of ntt.monitoring.v3.Alert
	Name *alert.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 *alert.Alert_FieldMask `` /* 137-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 [GetAlert][ntt.monitoring.v3.GetAlert]

func (*GetAlertRequest) Clone

func (o *GetAlertRequest) Clone() *GetAlertRequest

func (*GetAlertRequest) CloneRaw

func (*GetAlertRequest) Descriptor

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

Deprecated, Use GetAlertRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRequest) GetFieldMask

func (m *GetAlertRequest) GetFieldMask() *alert.Alert_FieldMask

func (*GetAlertRequest) GetName

func (m *GetAlertRequest) GetName() *alert.Reference

func (*GetAlertRequest) GetView

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

func (*GetAlertRequest) GotenMessage

func (*GetAlertRequest) GotenMessage()

func (*GetAlertRequest) GotenObjectExt

func (o *GetAlertRequest) GotenObjectExt()

func (*GetAlertRequest) GotenValidate

func (obj *GetAlertRequest) GotenValidate() error

func (*GetAlertRequest) MakeDiffFieldMask

func (o *GetAlertRequest) MakeDiffFieldMask(other *GetAlertRequest) *GetAlertRequest_FieldMask

func (*GetAlertRequest) MakeFullFieldMask

func (o *GetAlertRequest) MakeFullFieldMask() *GetAlertRequest_FieldMask

func (*GetAlertRequest) MakeRawDiffFieldMask

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

func (*GetAlertRequest) MakeRawFullFieldMask

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

func (*GetAlertRequest) Marshal

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

func (*GetAlertRequest) MarshalJSON

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

func (*GetAlertRequest) Merge

func (o *GetAlertRequest) Merge(source *GetAlertRequest)

func (*GetAlertRequest) MergeRaw

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

func (*GetAlertRequest) ProtoMessage

func (*GetAlertRequest) ProtoMessage()

func (*GetAlertRequest) ProtoReflect

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

func (*GetAlertRequest) Reset

func (m *GetAlertRequest) Reset()

func (*GetAlertRequest) SetFieldMask

func (m *GetAlertRequest) SetFieldMask(fv *alert.Alert_FieldMask)

func (*GetAlertRequest) SetName

func (m *GetAlertRequest) SetName(fv *alert.Reference)

func (*GetAlertRequest) SetView

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

func (*GetAlertRequest) String

func (m *GetAlertRequest) String() string

func (*GetAlertRequest) Unmarshal

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

func (*GetAlertRequest) UnmarshalJSON

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

type GetAlertRequestFieldPathBuilder

type GetAlertRequestFieldPathBuilder struct{}

func NewGetAlertRequestFieldPathBuilder

func NewGetAlertRequestFieldPathBuilder() GetAlertRequestFieldPathBuilder

func (GetAlertRequestFieldPathBuilder) FieldMask

func (GetAlertRequestFieldPathBuilder) Name

func (GetAlertRequestFieldPathBuilder) View

type GetAlertRequestPathSelectorFieldMask

type GetAlertRequestPathSelectorFieldMask struct{}

func (GetAlertRequestPathSelectorFieldMask) FieldPath

func (GetAlertRequestPathSelectorFieldMask) WithArrayOfValues

func (GetAlertRequestPathSelectorFieldMask) WithValue

type GetAlertRequestPathSelectorName

type GetAlertRequestPathSelectorName struct{}

func (GetAlertRequestPathSelectorName) FieldPath

func (GetAlertRequestPathSelectorName) WithArrayOfValues

func (GetAlertRequestPathSelectorName) WithValue

type GetAlertRequestPathSelectorView

type GetAlertRequestPathSelectorView struct{}

func (GetAlertRequestPathSelectorView) FieldPath

func (GetAlertRequestPathSelectorView) WithArrayOfValues

func (GetAlertRequestPathSelectorView) WithValue

type GetAlertRequest_FieldMask

type GetAlertRequest_FieldMask struct {
	Paths []GetAlertRequest_FieldPath
}

func FullGetAlertRequest_FieldMask

func FullGetAlertRequest_FieldMask() *GetAlertRequest_FieldMask

func (*GetAlertRequest_FieldMask) AppendPath

func (fieldMask *GetAlertRequest_FieldMask) AppendPath(path GetAlertRequest_FieldPath)

func (*GetAlertRequest_FieldMask) AppendRawPath

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

func (*GetAlertRequest_FieldMask) DecodeFirestore

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

func (*GetAlertRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetAlertRequest_FieldMask) FilterInputFields

func (fieldMask *GetAlertRequest_FieldMask) FilterInputFields() *GetAlertRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetAlertRequest_FieldMask) FromProtoFieldMask

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

func (*GetAlertRequest_FieldMask) GetPaths

func (fieldMask *GetAlertRequest_FieldMask) GetPaths() []GetAlertRequest_FieldPath

func (*GetAlertRequest_FieldMask) GetRawPaths

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

func (*GetAlertRequest_FieldMask) IsFull

func (fieldMask *GetAlertRequest_FieldMask) IsFull() bool

func (GetAlertRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetAlertRequest_FieldMask) MarshalJSON

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

func (*GetAlertRequest_FieldMask) PathsCount

func (fieldMask *GetAlertRequest_FieldMask) PathsCount() int

func (*GetAlertRequest_FieldMask) Project

func (fieldMask *GetAlertRequest_FieldMask) Project(source *GetAlertRequest) *GetAlertRequest

func (*GetAlertRequest_FieldMask) ProjectRaw

func (*GetAlertRequest_FieldMask) ProtoMessage

func (fieldMask *GetAlertRequest_FieldMask) ProtoMessage()

func (*GetAlertRequest_FieldMask) ProtoReflect

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

func (*GetAlertRequest_FieldMask) Reset

func (fieldMask *GetAlertRequest_FieldMask) Reset()

func (*GetAlertRequest_FieldMask) Set

func (fieldMask *GetAlertRequest_FieldMask) Set(target, source *GetAlertRequest)

func (*GetAlertRequest_FieldMask) SetFromCliFlag

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

func (*GetAlertRequest_FieldMask) SetRaw

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

func (*GetAlertRequest_FieldMask) Size

func (fieldMask *GetAlertRequest_FieldMask) Size() int

func (*GetAlertRequest_FieldMask) String

func (fieldMask *GetAlertRequest_FieldMask) String() string

func (*GetAlertRequest_FieldMask) Subtract

func (*GetAlertRequest_FieldMask) SubtractRaw

func (*GetAlertRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetAlertRequest_FieldMask) Unmarshal

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

func (*GetAlertRequest_FieldMask) UnmarshalJSON

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

type GetAlertRequest_FieldPath

type GetAlertRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetAlertRequest_FieldPathSelector
	Get(source *GetAlertRequest) []interface{}
	GetSingle(source *GetAlertRequest) (interface{}, bool)
	ClearValue(item *GetAlertRequest)

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

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

func MustParseGetAlertRequest_FieldPath

func MustParseGetAlertRequest_FieldPath(rawField string) GetAlertRequest_FieldPath

func ParseGetAlertRequest_FieldPath

func ParseGetAlertRequest_FieldPath(rawField string) (GetAlertRequest_FieldPath, error)

type GetAlertRequest_FieldPathArrayItemValue

type GetAlertRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetAlertRequest_FieldPath
	ContainsValue(*GetAlertRequest) bool
}

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

func MustParseGetAlertRequest_FieldPathArrayItemValue

func MustParseGetAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAlertRequest_FieldPathArrayItemValue

func ParseGetAlertRequest_FieldPathArrayItemValue

func ParseGetAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAlertRequest_FieldPathArrayItemValue, error)

ParseGetAlertRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetAlertRequest_FieldPathArrayOfValues

type GetAlertRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetAlertRequest_FieldPath
}

GetAlertRequest_FieldPathArrayOfValues allows storing slice of values for GetAlertRequest fields according to their type

func MustParseGetAlertRequest_FieldPathArrayOfValues

func MustParseGetAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAlertRequest_FieldPathArrayOfValues

func ParseGetAlertRequest_FieldPathArrayOfValues

func ParseGetAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAlertRequest_FieldPathArrayOfValues, error)

type GetAlertRequest_FieldPathSelector

type GetAlertRequest_FieldPathSelector int32
const (
	GetAlertRequest_FieldPathSelectorName      GetAlertRequest_FieldPathSelector = 0
	GetAlertRequest_FieldPathSelectorFieldMask GetAlertRequest_FieldPathSelector = 1
	GetAlertRequest_FieldPathSelectorView      GetAlertRequest_FieldPathSelector = 2
)

func (GetAlertRequest_FieldPathSelector) String

type GetAlertRequest_FieldPathValue

type GetAlertRequest_FieldPathValue interface {
	GetAlertRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetAlertRequest)
	CompareWith(*GetAlertRequest) (cmp int, comparable bool)
}

GetAlertRequest_FieldPathValue allows storing values for GetAlertRequest fields according to their type

func MustParseGetAlertRequest_FieldPathValue

func MustParseGetAlertRequest_FieldPathValue(pathStr, valueStr string) GetAlertRequest_FieldPathValue

func ParseGetAlertRequest_FieldPathValue

func ParseGetAlertRequest_FieldPathValue(pathStr, valueStr string) (GetAlertRequest_FieldPathValue, error)

type GetAlertRequest_FieldTerminalPath

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

func (*GetAlertRequest_FieldTerminalPath) ClearValue

func (fp *GetAlertRequest_FieldTerminalPath) ClearValue(item *GetAlertRequest)

func (*GetAlertRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetAlertRequest_FieldTerminalPath) Get

func (fp *GetAlertRequest_FieldTerminalPath) Get(source *GetAlertRequest) (values []interface{})

Get returns all values pointed by specific field from source GetAlertRequest

func (*GetAlertRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetAlertRequest_FieldTerminalPath) GetRaw

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

func (*GetAlertRequest_FieldTerminalPath) GetSingle

func (fp *GetAlertRequest_FieldTerminalPath) GetSingle(source *GetAlertRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetAlertRequest

func (*GetAlertRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetAlertRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetAlertRequest_FieldTerminalPath) JSONString

func (fp *GetAlertRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetAlertRequest_FieldTerminalPath) Selector

func (*GetAlertRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAlertRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetAlertRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetAlertRequest_FieldPathArrayItemValue

func (*GetAlertRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetAlertRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetAlertRequest_FieldPathArrayOfValues

func (*GetAlertRequest_FieldTerminalPath) WithIValue

func (fp *GetAlertRequest_FieldTerminalPath) WithIValue(value interface{}) GetAlertRequest_FieldPathValue

func (*GetAlertRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetAlertRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetAlertRequest_FieldTerminalPath) WithRawIValue

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

type GetAlertRequest_FieldTerminalPathArrayItemValue

type GetAlertRequest_FieldTerminalPathArrayItemValue struct {
	GetAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetAlertRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetAlertRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetAlertRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetAlertRequest) (interface{}, bool)

func (*GetAlertRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetAlertRequest_FieldTerminalPathArrayOfValues

type GetAlertRequest_FieldTerminalPathArrayOfValues struct {
	GetAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *GetAlertRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*GetAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*alert.Reference, bool)

func (*GetAlertRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetAlertRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetAlertRequest_FieldTerminalPathValue

type GetAlertRequest_FieldTerminalPathValue struct {
	GetAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetAlertRequest_FieldTerminalPathValue) AsNameValue

func (*GetAlertRequest_FieldTerminalPathValue) AsViewValue

func (fpv *GetAlertRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*GetAlertRequest_FieldTerminalPathValue) CompareWith

func (fpv *GetAlertRequest_FieldTerminalPathValue) CompareWith(source *GetAlertRequest) (int, bool)

CompareWith compares value in the 'GetAlertRequest_FieldTerminalPathValue' with the value under path in 'GetAlertRequest'.

func (*GetAlertRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetAlertRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetAlertRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetAlertRequest

func (*GetAlertRequest_FieldTerminalPathValue) SetToRaw

type ListAlertsDescriptor added in v0.4.28

type ListAlertsDescriptor struct{}

func GetListAlertsDescriptor added in v0.4.28

func GetListAlertsDescriptor() *ListAlertsDescriptor

func (*ListAlertsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*ListAlertsDescriptor) GetApiName added in v0.4.28

func (d *ListAlertsDescriptor) GetApiName() string

func (*ListAlertsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListAlertsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListAlertsDescriptor) GetFullMethodName() string

func (*ListAlertsDescriptor) GetMethodName added in v0.4.28

func (d *ListAlertsDescriptor) GetMethodName() string

func (*ListAlertsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListAlertsDescriptor) GetProtoPkgName() string

func (*ListAlertsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListAlertsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListAlertsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListAlertsDescriptor) GetServiceDomain() string

func (*ListAlertsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListAlertsDescriptor) GetServiceVersion() string

func (*ListAlertsDescriptor) GetVerb added in v0.4.28

func (d *ListAlertsDescriptor) GetVerb() string

func (*ListAlertsDescriptor) HasResource added in v0.4.30

func (d *ListAlertsDescriptor) HasResource() bool

func (*ListAlertsDescriptor) IsClientStream added in v0.4.28

func (d *ListAlertsDescriptor) IsClientStream() bool

func (*ListAlertsDescriptor) IsCollection added in v0.4.30

func (d *ListAlertsDescriptor) IsCollection() bool

func (*ListAlertsDescriptor) IsPlural added in v0.4.30

func (d *ListAlertsDescriptor) IsPlural() bool

func (*ListAlertsDescriptor) IsServerStream added in v0.4.28

func (d *ListAlertsDescriptor) IsServerStream() bool

func (*ListAlertsDescriptor) IsUnary added in v0.4.28

func (d *ListAlertsDescriptor) IsUnary() bool

func (*ListAlertsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListAlertsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListAlertsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListAlertsDescriptor) RequestHasResourceBody() bool

type ListAlertsDescriptorClientMsgHandle added in v0.4.28

type ListAlertsDescriptorClientMsgHandle struct{}

func (*ListAlertsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*ListAlertsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertsDescriptorServerMsgHandle added in v0.4.28

type ListAlertsDescriptorServerMsgHandle struct{}

func (*ListAlertsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*ListAlertsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertsRequest

type ListAlertsRequest struct {

	// Parent name of ntt.monitoring.v3.Alert
	Parent *alert.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Alerts 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
	// [ListAlertsResponse.next_page_token][ntt.monitoring.v3.ListAlertsResponse.next_page_token]
	PageToken *alert.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 *alert.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 *alert.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 *alert.Alert_FieldMask `` /* 137-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"`
	// contains filtered or unexported fields
}

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

func (*ListAlertsRequest) Clone

func (*ListAlertsRequest) CloneRaw

func (*ListAlertsRequest) Descriptor

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

Deprecated, Use ListAlertsRequest.ProtoReflect.Descriptor instead.

func (*ListAlertsRequest) GetFieldMask

func (m *ListAlertsRequest) GetFieldMask() *alert.Alert_FieldMask

func (*ListAlertsRequest) GetFilter

func (m *ListAlertsRequest) GetFilter() *alert.Filter

func (*ListAlertsRequest) GetOrderBy

func (m *ListAlertsRequest) GetOrderBy() *alert.OrderBy

func (*ListAlertsRequest) GetPageSize

func (m *ListAlertsRequest) GetPageSize() int32

func (*ListAlertsRequest) GetPageToken

func (m *ListAlertsRequest) GetPageToken() *alert.PagerCursor

func (*ListAlertsRequest) GetParent

func (m *ListAlertsRequest) GetParent() *alert.ParentName

func (*ListAlertsRequest) GetView

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

func (*ListAlertsRequest) GotenMessage

func (*ListAlertsRequest) GotenMessage()

func (*ListAlertsRequest) GotenObjectExt

func (o *ListAlertsRequest) GotenObjectExt()

func (*ListAlertsRequest) GotenValidate

func (obj *ListAlertsRequest) GotenValidate() error

func (*ListAlertsRequest) MakeDiffFieldMask

func (o *ListAlertsRequest) MakeDiffFieldMask(other *ListAlertsRequest) *ListAlertsRequest_FieldMask

func (*ListAlertsRequest) MakeFullFieldMask

func (o *ListAlertsRequest) MakeFullFieldMask() *ListAlertsRequest_FieldMask

func (*ListAlertsRequest) MakeRawDiffFieldMask

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

func (*ListAlertsRequest) MakeRawFullFieldMask

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

func (*ListAlertsRequest) Marshal

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

func (*ListAlertsRequest) MarshalJSON

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

func (*ListAlertsRequest) Merge

func (o *ListAlertsRequest) Merge(source *ListAlertsRequest)

func (*ListAlertsRequest) MergeRaw

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

func (*ListAlertsRequest) ProtoMessage

func (*ListAlertsRequest) ProtoMessage()

func (*ListAlertsRequest) ProtoReflect

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

func (*ListAlertsRequest) Reset

func (m *ListAlertsRequest) Reset()

func (*ListAlertsRequest) SetFieldMask

func (m *ListAlertsRequest) SetFieldMask(fv *alert.Alert_FieldMask)

func (*ListAlertsRequest) SetFilter

func (m *ListAlertsRequest) SetFilter(fv *alert.Filter)

func (*ListAlertsRequest) SetOrderBy

func (m *ListAlertsRequest) SetOrderBy(fv *alert.OrderBy)

func (*ListAlertsRequest) SetPageSize

func (m *ListAlertsRequest) SetPageSize(fv int32)

func (*ListAlertsRequest) SetPageToken

func (m *ListAlertsRequest) SetPageToken(fv *alert.PagerCursor)

func (*ListAlertsRequest) SetParent

func (m *ListAlertsRequest) SetParent(fv *alert.ParentName)

func (*ListAlertsRequest) SetView

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

func (*ListAlertsRequest) String

func (m *ListAlertsRequest) String() string

func (*ListAlertsRequest) Unmarshal

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

func (*ListAlertsRequest) UnmarshalJSON

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

type ListAlertsRequestFieldPathBuilder

type ListAlertsRequestFieldPathBuilder struct{}

func NewListAlertsRequestFieldPathBuilder

func NewListAlertsRequestFieldPathBuilder() ListAlertsRequestFieldPathBuilder

func (ListAlertsRequestFieldPathBuilder) FieldMask

func (ListAlertsRequestFieldPathBuilder) Filter

func (ListAlertsRequestFieldPathBuilder) OrderBy

func (ListAlertsRequestFieldPathBuilder) PageSize

func (ListAlertsRequestFieldPathBuilder) PageToken

func (ListAlertsRequestFieldPathBuilder) Parent

func (ListAlertsRequestFieldPathBuilder) View

type ListAlertsRequestPathSelectorFieldMask

type ListAlertsRequestPathSelectorFieldMask struct{}

func (ListAlertsRequestPathSelectorFieldMask) FieldPath

func (ListAlertsRequestPathSelectorFieldMask) WithArrayOfValues

func (ListAlertsRequestPathSelectorFieldMask) WithValue

type ListAlertsRequestPathSelectorFilter

type ListAlertsRequestPathSelectorFilter struct{}

func (ListAlertsRequestPathSelectorFilter) FieldPath

func (ListAlertsRequestPathSelectorFilter) WithArrayOfValues

func (ListAlertsRequestPathSelectorFilter) WithValue

type ListAlertsRequestPathSelectorOrderBy

type ListAlertsRequestPathSelectorOrderBy struct{}

func (ListAlertsRequestPathSelectorOrderBy) FieldPath

func (ListAlertsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListAlertsRequestPathSelectorOrderBy) WithValue

type ListAlertsRequestPathSelectorPageSize

type ListAlertsRequestPathSelectorPageSize struct{}

func (ListAlertsRequestPathSelectorPageSize) FieldPath

func (ListAlertsRequestPathSelectorPageSize) WithArrayOfValues

func (ListAlertsRequestPathSelectorPageSize) WithValue

type ListAlertsRequestPathSelectorPageToken

type ListAlertsRequestPathSelectorPageToken struct{}

func (ListAlertsRequestPathSelectorPageToken) FieldPath

func (ListAlertsRequestPathSelectorPageToken) WithArrayOfValues

func (ListAlertsRequestPathSelectorPageToken) WithValue

type ListAlertsRequestPathSelectorParent

type ListAlertsRequestPathSelectorParent struct{}

func (ListAlertsRequestPathSelectorParent) FieldPath

func (ListAlertsRequestPathSelectorParent) WithArrayOfValues

func (ListAlertsRequestPathSelectorParent) WithValue

type ListAlertsRequestPathSelectorView

type ListAlertsRequestPathSelectorView struct{}

func (ListAlertsRequestPathSelectorView) FieldPath

func (ListAlertsRequestPathSelectorView) WithArrayOfValues

func (ListAlertsRequestPathSelectorView) WithValue

type ListAlertsRequest_FieldMask

type ListAlertsRequest_FieldMask struct {
	Paths []ListAlertsRequest_FieldPath
}

func FullListAlertsRequest_FieldMask

func FullListAlertsRequest_FieldMask() *ListAlertsRequest_FieldMask

func (*ListAlertsRequest_FieldMask) AppendPath

func (fieldMask *ListAlertsRequest_FieldMask) AppendPath(path ListAlertsRequest_FieldPath)

func (*ListAlertsRequest_FieldMask) AppendRawPath

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

func (*ListAlertsRequest_FieldMask) DecodeFirestore

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

func (*ListAlertsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertsRequest_FieldMask) FilterInputFields

func (fieldMask *ListAlertsRequest_FieldMask) FilterInputFields() *ListAlertsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertsRequest_FieldMask) FromProtoFieldMask

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

func (*ListAlertsRequest_FieldMask) GetPaths

func (*ListAlertsRequest_FieldMask) GetRawPaths

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

func (*ListAlertsRequest_FieldMask) IsFull

func (fieldMask *ListAlertsRequest_FieldMask) IsFull() bool

func (ListAlertsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertsRequest_FieldMask) MarshalJSON

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

func (*ListAlertsRequest_FieldMask) PathsCount

func (fieldMask *ListAlertsRequest_FieldMask) PathsCount() int

func (*ListAlertsRequest_FieldMask) Project

func (*ListAlertsRequest_FieldMask) ProjectRaw

func (*ListAlertsRequest_FieldMask) ProtoMessage

func (fieldMask *ListAlertsRequest_FieldMask) ProtoMessage()

func (*ListAlertsRequest_FieldMask) ProtoReflect

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

func (*ListAlertsRequest_FieldMask) Reset

func (fieldMask *ListAlertsRequest_FieldMask) Reset()

func (*ListAlertsRequest_FieldMask) Set

func (fieldMask *ListAlertsRequest_FieldMask) Set(target, source *ListAlertsRequest)

func (*ListAlertsRequest_FieldMask) SetFromCliFlag

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

func (*ListAlertsRequest_FieldMask) SetRaw

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

func (*ListAlertsRequest_FieldMask) Size

func (fieldMask *ListAlertsRequest_FieldMask) Size() int

func (*ListAlertsRequest_FieldMask) String

func (fieldMask *ListAlertsRequest_FieldMask) String() string

func (*ListAlertsRequest_FieldMask) Subtract

func (*ListAlertsRequest_FieldMask) SubtractRaw

func (*ListAlertsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertsRequest_FieldMask) Unmarshal

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

func (*ListAlertsRequest_FieldMask) UnmarshalJSON

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

type ListAlertsRequest_FieldPath

type ListAlertsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertsRequest_FieldPathSelector
	Get(source *ListAlertsRequest) []interface{}
	GetSingle(source *ListAlertsRequest) (interface{}, bool)
	ClearValue(item *ListAlertsRequest)

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

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

func MustParseListAlertsRequest_FieldPath

func MustParseListAlertsRequest_FieldPath(rawField string) ListAlertsRequest_FieldPath

func ParseListAlertsRequest_FieldPath

func ParseListAlertsRequest_FieldPath(rawField string) (ListAlertsRequest_FieldPath, error)

type ListAlertsRequest_FieldPathArrayItemValue

type ListAlertsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertsRequest_FieldPath
	ContainsValue(*ListAlertsRequest) bool
}

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

func MustParseListAlertsRequest_FieldPathArrayItemValue

func MustParseListAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertsRequest_FieldPathArrayItemValue

func ParseListAlertsRequest_FieldPathArrayItemValue

func ParseListAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertsRequest_FieldPathArrayItemValue, error)

ParseListAlertsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertsRequest_FieldPathArrayOfValues

type ListAlertsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertsRequest_FieldPath
}

ListAlertsRequest_FieldPathArrayOfValues allows storing slice of values for ListAlertsRequest fields according to their type

func MustParseListAlertsRequest_FieldPathArrayOfValues

func MustParseListAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertsRequest_FieldPathArrayOfValues

func ParseListAlertsRequest_FieldPathArrayOfValues

func ParseListAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertsRequest_FieldPathArrayOfValues, error)

type ListAlertsRequest_FieldPathSelector

type ListAlertsRequest_FieldPathSelector int32
const (
	ListAlertsRequest_FieldPathSelectorParent    ListAlertsRequest_FieldPathSelector = 0
	ListAlertsRequest_FieldPathSelectorPageSize  ListAlertsRequest_FieldPathSelector = 1
	ListAlertsRequest_FieldPathSelectorPageToken ListAlertsRequest_FieldPathSelector = 2
	ListAlertsRequest_FieldPathSelectorOrderBy   ListAlertsRequest_FieldPathSelector = 3
	ListAlertsRequest_FieldPathSelectorFilter    ListAlertsRequest_FieldPathSelector = 4
	ListAlertsRequest_FieldPathSelectorFieldMask ListAlertsRequest_FieldPathSelector = 5
	ListAlertsRequest_FieldPathSelectorView      ListAlertsRequest_FieldPathSelector = 6
)

func (ListAlertsRequest_FieldPathSelector) String

type ListAlertsRequest_FieldPathValue

type ListAlertsRequest_FieldPathValue interface {
	ListAlertsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertsRequest)
	CompareWith(*ListAlertsRequest) (cmp int, comparable bool)
}

ListAlertsRequest_FieldPathValue allows storing values for ListAlertsRequest fields according to their type

func MustParseListAlertsRequest_FieldPathValue

func MustParseListAlertsRequest_FieldPathValue(pathStr, valueStr string) ListAlertsRequest_FieldPathValue

func ParseListAlertsRequest_FieldPathValue

func ParseListAlertsRequest_FieldPathValue(pathStr, valueStr string) (ListAlertsRequest_FieldPathValue, error)

type ListAlertsRequest_FieldTerminalPath

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

func (*ListAlertsRequest_FieldTerminalPath) ClearValue

func (*ListAlertsRequest_FieldTerminalPath) ClearValueRaw

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

func (*ListAlertsRequest_FieldTerminalPath) Get

func (fp *ListAlertsRequest_FieldTerminalPath) Get(source *ListAlertsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListAlertsRequest

func (*ListAlertsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertsRequest_FieldTerminalPath) GetRaw

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

func (*ListAlertsRequest_FieldTerminalPath) GetSingle

func (fp *ListAlertsRequest_FieldTerminalPath) GetSingle(source *ListAlertsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListAlertsRequest

func (*ListAlertsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertsRequest_FieldTerminalPath) Selector

func (*ListAlertsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertsRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ListAlertsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAlertsRequest_FieldPathArrayItemValue

func (*ListAlertsRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ListAlertsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAlertsRequest_FieldPathArrayOfValues

func (*ListAlertsRequest_FieldTerminalPath) WithIValue

func (*ListAlertsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertsRequest_FieldTerminalPath) WithRawIValue

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

type ListAlertsRequest_FieldTerminalPathArrayItemValue

type ListAlertsRequest_FieldTerminalPathArrayItemValue struct {
	ListAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListAlertsRequest) (interface{}, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertsRequest_FieldTerminalPathArrayOfValues

type ListAlertsRequest_FieldTerminalPathArrayOfValues struct {
	ListAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *ListAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListAlertsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*alert.Filter, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListAlertsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*alert.OrderBy, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListAlertsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*alert.PagerCursor, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *ListAlertsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*alert.ParentName, bool)

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListAlertsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertsRequest_FieldTerminalPathValue

type ListAlertsRequest_FieldTerminalPathValue struct {
	ListAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListAlertsRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ListAlertsRequest_FieldTerminalPathValue) AsFilterValue() (*alert.Filter, bool)

func (*ListAlertsRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *ListAlertsRequest_FieldTerminalPathValue) AsOrderByValue() (*alert.OrderBy, bool)

func (*ListAlertsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListAlertsRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *ListAlertsRequest_FieldTerminalPathValue) AsPageTokenValue() (*alert.PagerCursor, bool)

func (*ListAlertsRequest_FieldTerminalPathValue) AsParentValue

func (*ListAlertsRequest_FieldTerminalPathValue) AsViewValue

func (*ListAlertsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertsRequest_FieldTerminalPathValue' with the value under path in 'ListAlertsRequest'.

func (*ListAlertsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListAlertsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertsRequest

func (*ListAlertsRequest_FieldTerminalPathValue) SetToRaw

type ListAlertsResponse

type ListAlertsResponse struct {

	// The list of Alerts
	Alerts []*alert.Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty" firestore:"alerts"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAlertsRequest.page_token][ntt.monitoring.v3.ListAlertsRequest.page_token]
	PrevPageToken *alert.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAlertsRequest.page_token][ntt.monitoring.v3.ListAlertsRequest.page_token]
	NextPageToken *alert.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListAlertsResponse) Clone

func (*ListAlertsResponse) CloneRaw

func (*ListAlertsResponse) Descriptor

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

Deprecated, Use ListAlertsResponse.ProtoReflect.Descriptor instead.

func (*ListAlertsResponse) GetAlerts

func (m *ListAlertsResponse) GetAlerts() []*alert.Alert

func (*ListAlertsResponse) GetNextPageToken

func (m *ListAlertsResponse) GetNextPageToken() *alert.PagerCursor

func (*ListAlertsResponse) GetPrevPageToken

func (m *ListAlertsResponse) GetPrevPageToken() *alert.PagerCursor

func (*ListAlertsResponse) GotenMessage

func (*ListAlertsResponse) GotenMessage()

func (*ListAlertsResponse) GotenObjectExt

func (o *ListAlertsResponse) GotenObjectExt()

func (*ListAlertsResponse) GotenValidate

func (obj *ListAlertsResponse) GotenValidate() error

func (*ListAlertsResponse) MakeDiffFieldMask

func (*ListAlertsResponse) MakeFullFieldMask

func (o *ListAlertsResponse) MakeFullFieldMask() *ListAlertsResponse_FieldMask

func (*ListAlertsResponse) MakeRawDiffFieldMask

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

func (*ListAlertsResponse) MakeRawFullFieldMask

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

func (*ListAlertsResponse) Marshal

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

func (*ListAlertsResponse) MarshalJSON

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

func (*ListAlertsResponse) Merge

func (o *ListAlertsResponse) Merge(source *ListAlertsResponse)

func (*ListAlertsResponse) MergeRaw

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

func (*ListAlertsResponse) ProtoMessage

func (*ListAlertsResponse) ProtoMessage()

func (*ListAlertsResponse) ProtoReflect

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

func (*ListAlertsResponse) Reset

func (m *ListAlertsResponse) Reset()

func (*ListAlertsResponse) SetAlerts

func (m *ListAlertsResponse) SetAlerts(fv []*alert.Alert)

func (*ListAlertsResponse) SetNextPageToken

func (m *ListAlertsResponse) SetNextPageToken(fv *alert.PagerCursor)

func (*ListAlertsResponse) SetPrevPageToken

func (m *ListAlertsResponse) SetPrevPageToken(fv *alert.PagerCursor)

func (*ListAlertsResponse) String

func (m *ListAlertsResponse) String() string

func (*ListAlertsResponse) Unmarshal

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

func (*ListAlertsResponse) UnmarshalJSON

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

type ListAlertsResponseFieldPathBuilder

type ListAlertsResponseFieldPathBuilder struct{}

func NewListAlertsResponseFieldPathBuilder

func NewListAlertsResponseFieldPathBuilder() ListAlertsResponseFieldPathBuilder

func (ListAlertsResponseFieldPathBuilder) Alerts

func (ListAlertsResponseFieldPathBuilder) NextPageToken

func (ListAlertsResponseFieldPathBuilder) PrevPageToken

type ListAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric

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

func (ListAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsInfoObservedValuesPerMetric) WithValue

type ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels

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

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMetricLabels) WithValue

type ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels

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

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithValue

type ListAlertsResponseMapPathSelectorAlertsMetadataAnnotations

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

func (ListAlertsResponseMapPathSelectorAlertsMetadataAnnotations) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsMetadataAnnotations) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsMetadataAnnotations) WithValue

type ListAlertsResponseMapPathSelectorAlertsMetadataLabels

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

func (ListAlertsResponseMapPathSelectorAlertsMetadataLabels) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsMetadataLabels) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsMetadataLabels) WithValue

type ListAlertsResponseMapPathSelectorAlertsMetadataShards

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

func (ListAlertsResponseMapPathSelectorAlertsMetadataShards) FieldPath

func (ListAlertsResponseMapPathSelectorAlertsMetadataShards) WithArrayOfValues

func (ListAlertsResponseMapPathSelectorAlertsMetadataShards) WithValue

type ListAlertsResponsePathSelectorAlerts

type ListAlertsResponsePathSelectorAlerts struct{}

func (ListAlertsResponsePathSelectorAlerts) DisplayName

func (ListAlertsResponsePathSelectorAlerts) FieldPath

func (ListAlertsResponsePathSelectorAlerts) Info

func (ListAlertsResponsePathSelectorAlerts) Metadata

func (ListAlertsResponsePathSelectorAlerts) Name

func (ListAlertsResponsePathSelectorAlerts) State

func (ListAlertsResponsePathSelectorAlerts) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlerts) WithItemValue

func (ListAlertsResponsePathSelectorAlerts) WithSubArrayItemValue

func (ListAlertsResponsePathSelectorAlerts) WithSubArrayOfValues

func (ListAlertsResponsePathSelectorAlerts) WithSubPath

func (ListAlertsResponsePathSelectorAlerts) WithSubValue

func (ListAlertsResponsePathSelectorAlerts) WithValue

type ListAlertsResponsePathSelectorAlertsDisplayName

type ListAlertsResponsePathSelectorAlertsDisplayName struct{}

func (ListAlertsResponsePathSelectorAlertsDisplayName) FieldPath

func (ListAlertsResponsePathSelectorAlertsDisplayName) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsDisplayName) WithValue

type ListAlertsResponsePathSelectorAlertsInfo

type ListAlertsResponsePathSelectorAlertsInfo struct{}

func (ListAlertsResponsePathSelectorAlertsInfo) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfo) ObservedValues

func (ListAlertsResponsePathSelectorAlertsInfo) TimeSerie

func (ListAlertsResponsePathSelectorAlertsInfo) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfo) WithValue

type ListAlertsResponsePathSelectorAlertsInfoObservedValues

type ListAlertsResponsePathSelectorAlertsInfoObservedValues struct{}

func (ListAlertsResponsePathSelectorAlertsInfoObservedValues) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoObservedValues) PerMetric

func (ListAlertsResponsePathSelectorAlertsInfoObservedValues) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoObservedValues) WithValue

type ListAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue

type ListAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue struct{}

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesExampleValue) WithValue

type ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric

type ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric struct{}

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) WithKey

func (ListAlertsResponsePathSelectorAlertsInfoObservedValuesPerMetric) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerie

type ListAlertsResponsePathSelectorAlertsInfoTimeSerie struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerie) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerie) Key

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerie) Metric

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerie) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerie) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieKey

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieKey struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieKey) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieKey) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieKey) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) Labels

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) Type

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetric) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithKey

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricLabels) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithItemValue

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricReducedLabels) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMetricType) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResource) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceLabels) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType

type ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType struct{}

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) FieldPath

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsInfoTimeSerieMonitoredResourceType) WithValue

type ListAlertsResponsePathSelectorAlertsMetadata

type ListAlertsResponsePathSelectorAlertsMetadata struct{}

func (ListAlertsResponsePathSelectorAlertsMetadata) Annotations

func (ListAlertsResponsePathSelectorAlertsMetadata) CreateTime

func (ListAlertsResponsePathSelectorAlertsMetadata) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadata) Generation

func (ListAlertsResponsePathSelectorAlertsMetadata) Labels

func (ListAlertsResponsePathSelectorAlertsMetadata) OwnerReferences

func (ListAlertsResponsePathSelectorAlertsMetadata) ResourceVersion

func (ListAlertsResponsePathSelectorAlertsMetadata) Shards

func (ListAlertsResponsePathSelectorAlertsMetadata) Syncing

func (ListAlertsResponsePathSelectorAlertsMetadata) Tags

func (ListAlertsResponsePathSelectorAlertsMetadata) UpdateTime

func (ListAlertsResponsePathSelectorAlertsMetadata) Uuid

func (ListAlertsResponsePathSelectorAlertsMetadata) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadata) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataAnnotations

type ListAlertsResponsePathSelectorAlertsMetadataAnnotations struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataAnnotations) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataAnnotations) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataAnnotations) WithKey

func (ListAlertsResponsePathSelectorAlertsMetadataAnnotations) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataCreateTime

type ListAlertsResponsePathSelectorAlertsMetadataCreateTime struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataCreateTime) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataCreateTime) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataCreateTime) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataGeneration

type ListAlertsResponsePathSelectorAlertsMetadataGeneration struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataGeneration) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataGeneration) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataGeneration) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataLabels

type ListAlertsResponsePathSelectorAlertsMetadataLabels struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataLabels) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataLabels) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataLabels) WithKey

func (ListAlertsResponsePathSelectorAlertsMetadataLabels) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) Kind

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) Name

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) Uid

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithItemValue

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferences) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesApiVersion) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesController) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesKind) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesName) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid

type ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataOwnerReferencesUid) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataResourceVersion

type ListAlertsResponsePathSelectorAlertsMetadataResourceVersion struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataResourceVersion) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataResourceVersion) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataResourceVersion) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataShards

type ListAlertsResponsePathSelectorAlertsMetadataShards struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataShards) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataShards) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataShards) WithKey

func (ListAlertsResponsePathSelectorAlertsMetadataShards) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataSyncing

type ListAlertsResponsePathSelectorAlertsMetadataSyncing struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataSyncing) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataSyncing) OwningRegion

func (ListAlertsResponsePathSelectorAlertsMetadataSyncing) Regions

func (ListAlertsResponsePathSelectorAlertsMetadataSyncing) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataSyncing) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion

type ListAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingOwningRegion) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions

type ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithItemValue

func (ListAlertsResponsePathSelectorAlertsMetadataSyncingRegions) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataTags

type ListAlertsResponsePathSelectorAlertsMetadataTags struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataTags) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataTags) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataTags) WithItemValue

func (ListAlertsResponsePathSelectorAlertsMetadataTags) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataUpdateTime

type ListAlertsResponsePathSelectorAlertsMetadataUpdateTime struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataUpdateTime) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataUpdateTime) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataUpdateTime) WithValue

type ListAlertsResponsePathSelectorAlertsMetadataUuid

type ListAlertsResponsePathSelectorAlertsMetadataUuid struct{}

func (ListAlertsResponsePathSelectorAlertsMetadataUuid) FieldPath

func (ListAlertsResponsePathSelectorAlertsMetadataUuid) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsMetadataUuid) WithValue

type ListAlertsResponsePathSelectorAlertsName

type ListAlertsResponsePathSelectorAlertsName struct{}

func (ListAlertsResponsePathSelectorAlertsName) FieldPath

func (ListAlertsResponsePathSelectorAlertsName) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsName) WithValue

type ListAlertsResponsePathSelectorAlertsState

type ListAlertsResponsePathSelectorAlertsState struct{}

func (ListAlertsResponsePathSelectorAlertsState) FieldPath

func (ListAlertsResponsePathSelectorAlertsState) IsAcknowledged

func (ListAlertsResponsePathSelectorAlertsState) IsFiring

func (ListAlertsResponsePathSelectorAlertsState) IsSilenced

func (ListAlertsResponsePathSelectorAlertsState) Lifetime

func (ListAlertsResponsePathSelectorAlertsState) Notification

func (ListAlertsResponsePathSelectorAlertsState) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsState) WithValue

type ListAlertsResponsePathSelectorAlertsStateIsAcknowledged

type ListAlertsResponsePathSelectorAlertsStateIsAcknowledged struct{}

func (ListAlertsResponsePathSelectorAlertsStateIsAcknowledged) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateIsAcknowledged) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateIsAcknowledged) WithValue

type ListAlertsResponsePathSelectorAlertsStateIsFiring

type ListAlertsResponsePathSelectorAlertsStateIsFiring struct{}

func (ListAlertsResponsePathSelectorAlertsStateIsFiring) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateIsFiring) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateIsFiring) WithValue

type ListAlertsResponsePathSelectorAlertsStateIsSilenced

type ListAlertsResponsePathSelectorAlertsStateIsSilenced struct{}

func (ListAlertsResponsePathSelectorAlertsStateIsSilenced) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateIsSilenced) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateIsSilenced) WithValue

type ListAlertsResponsePathSelectorAlertsStateLifetime

type ListAlertsResponsePathSelectorAlertsStateLifetime struct{}

func (ListAlertsResponsePathSelectorAlertsStateLifetime) EndTime

func (ListAlertsResponsePathSelectorAlertsStateLifetime) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateLifetime) StartTime

func (ListAlertsResponsePathSelectorAlertsStateLifetime) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateLifetime) WithValue

type ListAlertsResponsePathSelectorAlertsStateLifetimeEndTime

type ListAlertsResponsePathSelectorAlertsStateLifetimeEndTime struct{}

func (ListAlertsResponsePathSelectorAlertsStateLifetimeEndTime) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateLifetimeEndTime) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateLifetimeEndTime) WithValue

type ListAlertsResponsePathSelectorAlertsStateLifetimeStartTime

type ListAlertsResponsePathSelectorAlertsStateLifetimeStartTime struct{}

func (ListAlertsResponsePathSelectorAlertsStateLifetimeStartTime) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateLifetimeStartTime) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateLifetimeStartTime) WithValue

type ListAlertsResponsePathSelectorAlertsStateNotification

type ListAlertsResponsePathSelectorAlertsStateNotification struct{}

func (ListAlertsResponsePathSelectorAlertsStateNotification) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateNotification) Slack

func (ListAlertsResponsePathSelectorAlertsStateNotification) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateNotification) WithValue

type ListAlertsResponsePathSelectorAlertsStateNotificationSlack

type ListAlertsResponsePathSelectorAlertsStateNotificationSlack struct{}

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlack) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlack) Ts

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlack) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlack) WithValue

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus struct{}

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackDeliveryStatus) WithValue

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage struct{}

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackErrorMessage) WithValue

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackTs

type ListAlertsResponsePathSelectorAlertsStateNotificationSlackTs struct{}

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackTs) FieldPath

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackTs) WithArrayOfValues

func (ListAlertsResponsePathSelectorAlertsStateNotificationSlackTs) WithValue

type ListAlertsResponsePathSelectorNextPageToken

type ListAlertsResponsePathSelectorNextPageToken struct{}

func (ListAlertsResponsePathSelectorNextPageToken) FieldPath

func (ListAlertsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListAlertsResponsePathSelectorNextPageToken) WithValue

type ListAlertsResponsePathSelectorPrevPageToken

type ListAlertsResponsePathSelectorPrevPageToken struct{}

func (ListAlertsResponsePathSelectorPrevPageToken) FieldPath

func (ListAlertsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListAlertsResponsePathSelectorPrevPageToken) WithValue

type ListAlertsResponse_FieldMask

type ListAlertsResponse_FieldMask struct {
	Paths []ListAlertsResponse_FieldPath
}

func FullListAlertsResponse_FieldMask

func FullListAlertsResponse_FieldMask() *ListAlertsResponse_FieldMask

func (*ListAlertsResponse_FieldMask) AppendPath

func (fieldMask *ListAlertsResponse_FieldMask) AppendPath(path ListAlertsResponse_FieldPath)

func (*ListAlertsResponse_FieldMask) AppendRawPath

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

func (*ListAlertsResponse_FieldMask) DecodeFirestore

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

func (*ListAlertsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertsResponse_FieldMask) FilterInputFields

func (fieldMask *ListAlertsResponse_FieldMask) FilterInputFields() *ListAlertsResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertsResponse_FieldMask) FromProtoFieldMask

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

func (*ListAlertsResponse_FieldMask) GetPaths

func (*ListAlertsResponse_FieldMask) GetRawPaths

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

func (*ListAlertsResponse_FieldMask) IsFull

func (fieldMask *ListAlertsResponse_FieldMask) IsFull() bool

func (ListAlertsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertsResponse_FieldMask) MarshalJSON

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

func (*ListAlertsResponse_FieldMask) PathsCount

func (fieldMask *ListAlertsResponse_FieldMask) PathsCount() int

func (*ListAlertsResponse_FieldMask) Project

func (*ListAlertsResponse_FieldMask) ProjectRaw

func (*ListAlertsResponse_FieldMask) ProtoMessage

func (fieldMask *ListAlertsResponse_FieldMask) ProtoMessage()

func (*ListAlertsResponse_FieldMask) ProtoReflect

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

func (*ListAlertsResponse_FieldMask) Reset

func (fieldMask *ListAlertsResponse_FieldMask) Reset()

func (*ListAlertsResponse_FieldMask) Set

func (fieldMask *ListAlertsResponse_FieldMask) Set(target, source *ListAlertsResponse)

func (*ListAlertsResponse_FieldMask) SetFromCliFlag

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

func (*ListAlertsResponse_FieldMask) SetRaw

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

func (*ListAlertsResponse_FieldMask) Size

func (fieldMask *ListAlertsResponse_FieldMask) Size() int

func (*ListAlertsResponse_FieldMask) String

func (fieldMask *ListAlertsResponse_FieldMask) String() string

func (*ListAlertsResponse_FieldMask) Subtract

func (*ListAlertsResponse_FieldMask) SubtractRaw

func (*ListAlertsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertsResponse_FieldMask) Unmarshal

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

func (*ListAlertsResponse_FieldMask) UnmarshalJSON

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

type ListAlertsResponse_FieldPath

type ListAlertsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertsResponse_FieldPathSelector
	Get(source *ListAlertsResponse) []interface{}
	GetSingle(source *ListAlertsResponse) (interface{}, bool)
	ClearValue(item *ListAlertsResponse)

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

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

func MustParseListAlertsResponse_FieldPath

func MustParseListAlertsResponse_FieldPath(rawField string) ListAlertsResponse_FieldPath

func ParseListAlertsResponse_FieldPath

func ParseListAlertsResponse_FieldPath(rawField string) (ListAlertsResponse_FieldPath, error)

type ListAlertsResponse_FieldPathArrayItemValue

type ListAlertsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertsResponse_FieldPath
	ContainsValue(*ListAlertsResponse) bool
}

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

func MustParseListAlertsResponse_FieldPathArrayItemValue

func MustParseListAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertsResponse_FieldPathArrayItemValue

func ParseListAlertsResponse_FieldPathArrayItemValue

func ParseListAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertsResponse_FieldPathArrayItemValue, error)

ParseListAlertsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertsResponse_FieldPathArrayOfValues

type ListAlertsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertsResponse_FieldPath
}

ListAlertsResponse_FieldPathArrayOfValues allows storing slice of values for ListAlertsResponse fields according to their type

func MustParseListAlertsResponse_FieldPathArrayOfValues

func MustParseListAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertsResponse_FieldPathArrayOfValues

func ParseListAlertsResponse_FieldPathArrayOfValues

func ParseListAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertsResponse_FieldPathArrayOfValues, error)

type ListAlertsResponse_FieldPathSelector

type ListAlertsResponse_FieldPathSelector int32
const (
	ListAlertsResponse_FieldPathSelectorAlerts        ListAlertsResponse_FieldPathSelector = 0
	ListAlertsResponse_FieldPathSelectorPrevPageToken ListAlertsResponse_FieldPathSelector = 1
	ListAlertsResponse_FieldPathSelectorNextPageToken ListAlertsResponse_FieldPathSelector = 2
)

func (ListAlertsResponse_FieldPathSelector) String

type ListAlertsResponse_FieldPathValue

type ListAlertsResponse_FieldPathValue interface {
	ListAlertsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertsResponse)
	CompareWith(*ListAlertsResponse) (cmp int, comparable bool)
}

ListAlertsResponse_FieldPathValue allows storing values for ListAlertsResponse fields according to their type

func MustParseListAlertsResponse_FieldPathValue

func MustParseListAlertsResponse_FieldPathValue(pathStr, valueStr string) ListAlertsResponse_FieldPathValue

func ParseListAlertsResponse_FieldPathValue

func ParseListAlertsResponse_FieldPathValue(pathStr, valueStr string) (ListAlertsResponse_FieldPathValue, error)

type ListAlertsResponse_FieldSubPath

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

func (*ListAlertsResponse_FieldSubPath) AsAlertsSubPath

func (fps *ListAlertsResponse_FieldSubPath) AsAlertsSubPath() (alert.Alert_FieldPath, bool)

func (*ListAlertsResponse_FieldSubPath) ClearValue

func (fps *ListAlertsResponse_FieldSubPath) ClearValue(item *ListAlertsResponse)

func (*ListAlertsResponse_FieldSubPath) ClearValueRaw

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

func (*ListAlertsResponse_FieldSubPath) Get

func (fps *ListAlertsResponse_FieldSubPath) Get(source *ListAlertsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListAlertsResponse

func (*ListAlertsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertsResponse_FieldSubPath) GetRaw

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

func (*ListAlertsResponse_FieldSubPath) GetSingle

func (fps *ListAlertsResponse_FieldSubPath) GetSingle(source *ListAlertsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListAlertsResponse

func (*ListAlertsResponse_FieldSubPath) GetSingleRaw

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

func (*ListAlertsResponse_FieldSubPath) IsLeaf

func (fps *ListAlertsResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ListAlertsResponse_FieldSubPath) JSONString

func (fps *ListAlertsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListAlertsResponse_FieldSubPath) Selector

func (*ListAlertsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListAlertsResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListAlertsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListAlertsResponse_FieldPathArrayItemValue

func (*ListAlertsResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListAlertsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListAlertsResponse_FieldPathArrayOfValues

func (*ListAlertsResponse_FieldSubPath) WithIValue

func (fps *ListAlertsResponse_FieldSubPath) WithIValue(value interface{}) ListAlertsResponse_FieldPathValue

func (*ListAlertsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListAlertsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListAlertsResponse_FieldSubPath) WithRawIValue

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

type ListAlertsResponse_FieldSubPathArrayItemValue

type ListAlertsResponse_FieldSubPathArrayItemValue struct {
	ListAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldSubPathArrayItemValue) AsAlertsPathItemValue

func (*ListAlertsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListAlertsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListAlertsResponse_FieldSubPathArrayOfValues

type ListAlertsResponse_FieldSubPathArrayOfValues struct {
	ListAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldSubPathArrayOfValues) AsAlertsPathArrayOfValues

func (*ListAlertsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListAlertsResponse_FieldSubPathValue

type ListAlertsResponse_FieldSubPathValue struct {
	ListAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldSubPathValue) AsAlertsPathValue

func (*ListAlertsResponse_FieldSubPathValue) CompareWith

func (fpvs *ListAlertsResponse_FieldSubPathValue) CompareWith(source *ListAlertsResponse) (int, bool)

func (*ListAlertsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListAlertsResponse_FieldSubPathValue) GetRawValue

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

func (*ListAlertsResponse_FieldSubPathValue) SetTo

func (*ListAlertsResponse_FieldSubPathValue) SetToRaw

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

type ListAlertsResponse_FieldTerminalPath

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

func (*ListAlertsResponse_FieldTerminalPath) ClearValue

func (*ListAlertsResponse_FieldTerminalPath) ClearValueRaw

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

func (*ListAlertsResponse_FieldTerminalPath) Get

func (fp *ListAlertsResponse_FieldTerminalPath) Get(source *ListAlertsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListAlertsResponse

func (*ListAlertsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertsResponse_FieldTerminalPath) GetRaw

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

func (*ListAlertsResponse_FieldTerminalPath) GetSingle

func (fp *ListAlertsResponse_FieldTerminalPath) GetSingle(source *ListAlertsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListAlertsResponse

func (*ListAlertsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertsResponse_FieldTerminalPath) Selector

func (*ListAlertsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertsResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *ListAlertsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAlertsResponse_FieldPathArrayItemValue

func (*ListAlertsResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *ListAlertsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAlertsResponse_FieldPathArrayOfValues

func (*ListAlertsResponse_FieldTerminalPath) WithIValue

func (*ListAlertsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertsResponse_FieldTerminalPath) WithRawIValue

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

type ListAlertsResponse_FieldTerminalPathArrayItemValue

type ListAlertsResponse_FieldTerminalPathArrayItemValue struct {
	ListAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldTerminalPathArrayItemValue) AsAlertsItemValue

func (fpaiv *ListAlertsResponse_FieldTerminalPathArrayItemValue) AsAlertsItemValue() (*alert.Alert, bool)

func (*ListAlertsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListAlertsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListAlertsResponse) (interface{}, bool)

func (*ListAlertsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertsResponse_FieldTerminalPathArrayOfValues

type ListAlertsResponse_FieldTerminalPathArrayOfValues struct {
	ListAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues

func (fpaov *ListAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues() ([][]*alert.Alert, bool)

func (*ListAlertsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListAlertsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*alert.PagerCursor, bool)

func (*ListAlertsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListAlertsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*alert.PagerCursor, bool)

func (*ListAlertsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertsResponse_FieldTerminalPathValue

type ListAlertsResponse_FieldTerminalPathValue struct {
	ListAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertsResponse_FieldTerminalPathValue) AsAlertsValue

func (fpv *ListAlertsResponse_FieldTerminalPathValue) AsAlertsValue() ([]*alert.Alert, bool)

func (*ListAlertsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListAlertsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*alert.PagerCursor, bool)

func (*ListAlertsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *ListAlertsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*alert.PagerCursor, bool)

func (*ListAlertsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertsResponse_FieldTerminalPathValue' with the value under path in 'ListAlertsResponse'.

func (*ListAlertsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListAlertsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertsResponse

func (*ListAlertsResponse_FieldTerminalPathValue) SetToRaw

type UpdateAlertDescriptor added in v0.4.28

type UpdateAlertDescriptor struct{}

func GetUpdateAlertDescriptor added in v0.4.28

func GetUpdateAlertDescriptor() *UpdateAlertDescriptor

func (*UpdateAlertDescriptor) GetApiDescriptor added in v0.4.28

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

func (*UpdateAlertDescriptor) GetApiName added in v0.4.28

func (d *UpdateAlertDescriptor) GetApiName() string

func (*UpdateAlertDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateAlertDescriptor) GetFullMethodName() string

func (*UpdateAlertDescriptor) GetMethodName added in v0.4.28

func (d *UpdateAlertDescriptor) GetMethodName() string

func (*UpdateAlertDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateAlertDescriptor) GetProtoPkgName() string

func (*UpdateAlertDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateAlertDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateAlertDescriptor) GetServiceDomain() string

func (*UpdateAlertDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateAlertDescriptor) GetServiceVersion() string

func (*UpdateAlertDescriptor) GetVerb added in v0.4.28

func (d *UpdateAlertDescriptor) GetVerb() string

func (*UpdateAlertDescriptor) HasResource added in v0.4.30

func (d *UpdateAlertDescriptor) HasResource() bool

func (*UpdateAlertDescriptor) IsClientStream added in v0.4.28

func (d *UpdateAlertDescriptor) IsClientStream() bool

func (*UpdateAlertDescriptor) IsCollection added in v0.4.30

func (d *UpdateAlertDescriptor) IsCollection() bool

func (*UpdateAlertDescriptor) IsPlural added in v0.4.30

func (d *UpdateAlertDescriptor) IsPlural() bool

func (*UpdateAlertDescriptor) IsServerStream added in v0.4.28

func (d *UpdateAlertDescriptor) IsServerStream() bool

func (*UpdateAlertDescriptor) IsUnary added in v0.4.28

func (d *UpdateAlertDescriptor) IsUnary() bool

func (*UpdateAlertDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateAlertDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateAlertDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateAlertDescriptor) RequestHasResourceBody() bool

type UpdateAlertDescriptorClientMsgHandle added in v0.4.28

type UpdateAlertDescriptorClientMsgHandle struct{}

func (*UpdateAlertDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertDescriptorServerMsgHandle added in v0.4.28

type UpdateAlertDescriptorServerMsgHandle struct{}

func (*UpdateAlertDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertRequest

type UpdateAlertRequest struct {

	// Alert resource body
	Alert *alert.Alert `protobuf:"bytes,2,opt,name=alert,proto3" json:"alert,omitempty" firestore:"alert"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *alert.Alert_FieldMask `` /* 141-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 *UpdateAlertRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

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

func (*UpdateAlertRequest) Clone

func (*UpdateAlertRequest) CloneRaw

func (*UpdateAlertRequest) Descriptor

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

Deprecated, Use UpdateAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertRequest) GetAlert

func (m *UpdateAlertRequest) GetAlert() *alert.Alert

func (*UpdateAlertRequest) GetCas

func (*UpdateAlertRequest) GetUpdateMask

func (m *UpdateAlertRequest) GetUpdateMask() *alert.Alert_FieldMask

func (*UpdateAlertRequest) GotenMessage

func (*UpdateAlertRequest) GotenMessage()

func (*UpdateAlertRequest) GotenObjectExt

func (o *UpdateAlertRequest) GotenObjectExt()

func (*UpdateAlertRequest) GotenValidate

func (obj *UpdateAlertRequest) GotenValidate() error

func (*UpdateAlertRequest) MakeDiffFieldMask

func (*UpdateAlertRequest) MakeFullFieldMask

func (o *UpdateAlertRequest) MakeFullFieldMask() *UpdateAlertRequest_FieldMask

func (*UpdateAlertRequest) MakeRawDiffFieldMask

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

func (*UpdateAlertRequest) MakeRawFullFieldMask

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

func (*UpdateAlertRequest) Marshal

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

func (*UpdateAlertRequest) MarshalJSON

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

func (*UpdateAlertRequest) Merge

func (o *UpdateAlertRequest) Merge(source *UpdateAlertRequest)

func (*UpdateAlertRequest) MergeRaw

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

func (*UpdateAlertRequest) ProtoMessage

func (*UpdateAlertRequest) ProtoMessage()

func (*UpdateAlertRequest) ProtoReflect

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

func (*UpdateAlertRequest) Reset

func (m *UpdateAlertRequest) Reset()

func (*UpdateAlertRequest) SetAlert

func (m *UpdateAlertRequest) SetAlert(fv *alert.Alert)

func (*UpdateAlertRequest) SetCas

func (*UpdateAlertRequest) SetUpdateMask

func (m *UpdateAlertRequest) SetUpdateMask(fv *alert.Alert_FieldMask)

func (*UpdateAlertRequest) String

func (m *UpdateAlertRequest) String() string

func (*UpdateAlertRequest) Unmarshal

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

func (*UpdateAlertRequest) UnmarshalJSON

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

type UpdateAlertRequestCASFieldPathBuilder

type UpdateAlertRequestCASFieldPathBuilder struct{}

func NewUpdateAlertRequestCASFieldPathBuilder

func NewUpdateAlertRequestCASFieldPathBuilder() UpdateAlertRequestCASFieldPathBuilder

func (UpdateAlertRequestCASFieldPathBuilder) ConditionalState

func (UpdateAlertRequestCASFieldPathBuilder) FieldMask

type UpdateAlertRequestCAS_FieldPath

type UpdateAlertRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertRequestCAS_FieldPathSelector
	Get(source *UpdateAlertRequest_CAS) []interface{}
	GetSingle(source *UpdateAlertRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateAlertRequest_CAS)

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

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

func MustParseUpdateAlertRequestCAS_FieldPath

func MustParseUpdateAlertRequestCAS_FieldPath(rawField string) UpdateAlertRequestCAS_FieldPath

func ParseUpdateAlertRequestCAS_FieldPath

func ParseUpdateAlertRequestCAS_FieldPath(rawField string) (UpdateAlertRequestCAS_FieldPath, error)

type UpdateAlertRequestCAS_FieldPathArrayItemValue

type UpdateAlertRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertRequestCAS_FieldPath
	ContainsValue(*UpdateAlertRequest_CAS) bool
}

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

func MustParseUpdateAlertRequestCAS_FieldPathArrayItemValue

func MustParseUpdateAlertRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateAlertRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertRequestCAS_FieldPathArrayOfValues

type UpdateAlertRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertRequestCAS_FieldPath
}

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

func MustParseUpdateAlertRequestCAS_FieldPathArrayOfValues

func MustParseUpdateAlertRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertRequestCAS_FieldPathArrayOfValues, error)

type UpdateAlertRequestCAS_FieldPathSelector

type UpdateAlertRequestCAS_FieldPathSelector int32
const (
	UpdateAlertRequestCAS_FieldPathSelectorConditionalState UpdateAlertRequestCAS_FieldPathSelector = 0
	UpdateAlertRequestCAS_FieldPathSelectorFieldMask        UpdateAlertRequestCAS_FieldPathSelector = 1
)

func (UpdateAlertRequestCAS_FieldPathSelector) String

type UpdateAlertRequestCAS_FieldPathValue

type UpdateAlertRequestCAS_FieldPathValue interface {
	UpdateAlertRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertRequest_CAS)
	CompareWith(*UpdateAlertRequest_CAS) (cmp int, comparable bool)
}

UpdateAlertRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateAlertRequestCAS_FieldPathValue

func MustParseUpdateAlertRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAlertRequestCAS_FieldPathValue

func ParseUpdateAlertRequestCAS_FieldPathValue

func ParseUpdateAlertRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAlertRequestCAS_FieldPathValue, error)

type UpdateAlertRequestCAS_FieldSubPath

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

func (*UpdateAlertRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdateAlertRequestCAS_FieldSubPath) AsConditionalStateSubPath() (alert.Alert_FieldPath, bool)

func (*UpdateAlertRequestCAS_FieldSubPath) ClearValue

func (*UpdateAlertRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateAlertRequestCAS_FieldSubPath) Get

func (fps *UpdateAlertRequestCAS_FieldSubPath) Get(source *UpdateAlertRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateAlertRequest_CAS

func (*UpdateAlertRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateAlertRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateAlertRequestCAS_FieldSubPath) GetSingle(source *UpdateAlertRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateAlertRequest_CAS

func (*UpdateAlertRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertRequestCAS_FieldSubPath) JSONString

func (fps *UpdateAlertRequestCAS_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateAlertRequestCAS_FieldSubPath) Selector

func (*UpdateAlertRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertRequestCAS_FieldSubPath) WithIArrayItemValue

func (fps *UpdateAlertRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAlertRequestCAS_FieldPathArrayItemValue

func (*UpdateAlertRequestCAS_FieldSubPath) WithIArrayOfValues

func (fps *UpdateAlertRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAlertRequestCAS_FieldPathArrayOfValues

func (*UpdateAlertRequestCAS_FieldSubPath) WithIValue

func (*UpdateAlertRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateAlertRequestCAS_FieldSubPathArrayItemValue

type UpdateAlertRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateAlertRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateAlertRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertRequestCAS_FieldSubPathArrayOfValues

type UpdateAlertRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateAlertRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (fpsaov *UpdateAlertRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (alert.Alert_FieldPathArrayOfValues, bool)

func (*UpdateAlertRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertRequestCAS_FieldSubPathValue

type UpdateAlertRequestCAS_FieldSubPathValue struct {
	UpdateAlertRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (fpvs *UpdateAlertRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (alert.Alert_FieldPathValue, bool)

func (*UpdateAlertRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateAlertRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAlertRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertRequestCAS_FieldSubPathValue) SetTo

func (*UpdateAlertRequestCAS_FieldSubPathValue) SetToRaw

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

type UpdateAlertRequestCAS_FieldTerminalPath

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAlertRequestCAS_FieldTerminalPath) ClearValueRaw

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) Get

func (fp *UpdateAlertRequestCAS_FieldTerminalPath) Get(source *UpdateAlertRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateAlertRequest_CAS

func (*UpdateAlertRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdateAlertRequestCAS_FieldTerminalPath) GetSingle(source *UpdateAlertRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateAlertRequest_CAS

func (*UpdateAlertRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertRequestCAS_FieldTerminalPath) Selector

func (*UpdateAlertRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue

type UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateAlertRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues

type UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateAlertRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*alert.Alert, bool)

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*UpdateAlertRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertRequestCAS_FieldTerminalPathValue

type UpdateAlertRequestCAS_FieldTerminalPathValue struct {
	UpdateAlertRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (fpv *UpdateAlertRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*alert.Alert, bool)

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAlertRequest_CAS'.

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateAlertRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAlertRequestFieldPathBuilder

type UpdateAlertRequestFieldPathBuilder struct{}

func NewUpdateAlertRequestFieldPathBuilder

func NewUpdateAlertRequestFieldPathBuilder() UpdateAlertRequestFieldPathBuilder

func (UpdateAlertRequestFieldPathBuilder) Alert

func (UpdateAlertRequestFieldPathBuilder) Cas

func (UpdateAlertRequestFieldPathBuilder) UpdateMask

type UpdateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric

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

func (UpdateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels

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

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels

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

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequestMapPathSelectorAlertMetadataAnnotations

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

func (UpdateAlertRequestMapPathSelectorAlertMetadataAnnotations) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertMetadataAnnotations) WithValue

type UpdateAlertRequestMapPathSelectorAlertMetadataLabels

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

func (UpdateAlertRequestMapPathSelectorAlertMetadataLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertMetadataLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertMetadataLabels) WithValue

type UpdateAlertRequestMapPathSelectorAlertMetadataShards

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

func (UpdateAlertRequestMapPathSelectorAlertMetadataShards) FieldPath

func (UpdateAlertRequestMapPathSelectorAlertMetadataShards) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorAlertMetadataShards) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateInfoObservedValuesPerMetric

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMetricLabels

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertRequestPathSelectorAlert

type UpdateAlertRequestPathSelectorAlert struct{}

func (UpdateAlertRequestPathSelectorAlert) DisplayName

func (UpdateAlertRequestPathSelectorAlert) FieldPath

func (UpdateAlertRequestPathSelectorAlert) Info

func (UpdateAlertRequestPathSelectorAlert) Metadata

func (UpdateAlertRequestPathSelectorAlert) Name

func (UpdateAlertRequestPathSelectorAlert) State

func (UpdateAlertRequestPathSelectorAlert) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlert) WithSubArrayItemValue

func (UpdateAlertRequestPathSelectorAlert) WithSubArrayOfValues

func (UpdateAlertRequestPathSelectorAlert) WithSubPath

func (UpdateAlertRequestPathSelectorAlert) WithSubValue

func (UpdateAlertRequestPathSelectorAlert) WithValue

type UpdateAlertRequestPathSelectorAlertDisplayName

type UpdateAlertRequestPathSelectorAlertDisplayName struct{}

func (UpdateAlertRequestPathSelectorAlertDisplayName) FieldPath

func (UpdateAlertRequestPathSelectorAlertDisplayName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertDisplayName) WithValue

type UpdateAlertRequestPathSelectorAlertInfo

type UpdateAlertRequestPathSelectorAlertInfo struct{}

func (UpdateAlertRequestPathSelectorAlertInfo) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfo) ObservedValues

func (UpdateAlertRequestPathSelectorAlertInfo) TimeSerie

func (UpdateAlertRequestPathSelectorAlertInfo) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfo) WithValue

type UpdateAlertRequestPathSelectorAlertInfoObservedValues

type UpdateAlertRequestPathSelectorAlertInfoObservedValues struct{}

func (UpdateAlertRequestPathSelectorAlertInfoObservedValues) ExampleValue

func (UpdateAlertRequestPathSelectorAlertInfoObservedValues) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoObservedValues) PerMetric

func (UpdateAlertRequestPathSelectorAlertInfoObservedValues) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoObservedValues) WithValue

type UpdateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue

type UpdateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue struct{}

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesExampleValue) WithValue

type UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric

type UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric struct{}

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithKey

func (UpdateAlertRequestPathSelectorAlertInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerie

type UpdateAlertRequestPathSelectorAlertInfoTimeSerie struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) Key

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) Metric

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) MonitoredResource

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerie) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieKey

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieKey struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieKey) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieKey) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieKey) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric) Labels

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric) Type

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetric) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithKey

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithItemValue

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricReducedLabels) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricType

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricType struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMetricType) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResource) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType

type UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType struct{}

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) FieldPath

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertInfoTimeSerieMonitoredResourceType) WithValue

type UpdateAlertRequestPathSelectorAlertMetadata

type UpdateAlertRequestPathSelectorAlertMetadata struct{}

func (UpdateAlertRequestPathSelectorAlertMetadata) Annotations

func (UpdateAlertRequestPathSelectorAlertMetadata) CreateTime

func (UpdateAlertRequestPathSelectorAlertMetadata) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadata) Generation

func (UpdateAlertRequestPathSelectorAlertMetadata) Labels

func (UpdateAlertRequestPathSelectorAlertMetadata) OwnerReferences

func (UpdateAlertRequestPathSelectorAlertMetadata) ResourceVersion

func (UpdateAlertRequestPathSelectorAlertMetadata) Shards

func (UpdateAlertRequestPathSelectorAlertMetadata) Syncing

func (UpdateAlertRequestPathSelectorAlertMetadata) Tags

func (UpdateAlertRequestPathSelectorAlertMetadata) UpdateTime

func (UpdateAlertRequestPathSelectorAlertMetadata) Uuid

func (UpdateAlertRequestPathSelectorAlertMetadata) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadata) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataAnnotations

type UpdateAlertRequestPathSelectorAlertMetadataAnnotations struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataAnnotations) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataAnnotations) WithKey

func (UpdateAlertRequestPathSelectorAlertMetadataAnnotations) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataCreateTime

type UpdateAlertRequestPathSelectorAlertMetadataCreateTime struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataCreateTime) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataCreateTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataCreateTime) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataGeneration

type UpdateAlertRequestPathSelectorAlertMetadataGeneration struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataGeneration) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataGeneration) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataGeneration) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataLabels

type UpdateAlertRequestPathSelectorAlertMetadataLabels struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataLabels) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataLabels) WithKey

func (UpdateAlertRequestPathSelectorAlertMetadataLabels) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) Kind

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) Name

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) Uid

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithItemValue

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferences) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesApiVersion) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesController

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesController struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesController) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesKind) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesName

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesName struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesName) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid

type UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataOwnerReferencesUid) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataResourceVersion

type UpdateAlertRequestPathSelectorAlertMetadataResourceVersion struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataResourceVersion) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataResourceVersion) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataShards

type UpdateAlertRequestPathSelectorAlertMetadataShards struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataShards) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataShards) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataShards) WithKey

func (UpdateAlertRequestPathSelectorAlertMetadataShards) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataSyncing

type UpdateAlertRequestPathSelectorAlertMetadataSyncing struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataSyncing) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataSyncing) OwningRegion

func (UpdateAlertRequestPathSelectorAlertMetadataSyncing) Regions

func (UpdateAlertRequestPathSelectorAlertMetadataSyncing) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataSyncing) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion

type UpdateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingOwningRegion) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions

type UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithItemValue

func (UpdateAlertRequestPathSelectorAlertMetadataSyncingRegions) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataTags

type UpdateAlertRequestPathSelectorAlertMetadataTags struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataTags) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataTags) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataTags) WithItemValue

func (UpdateAlertRequestPathSelectorAlertMetadataTags) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataUpdateTime

type UpdateAlertRequestPathSelectorAlertMetadataUpdateTime struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataUpdateTime) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataUpdateTime) WithValue

type UpdateAlertRequestPathSelectorAlertMetadataUuid

type UpdateAlertRequestPathSelectorAlertMetadataUuid struct{}

func (UpdateAlertRequestPathSelectorAlertMetadataUuid) FieldPath

func (UpdateAlertRequestPathSelectorAlertMetadataUuid) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertMetadataUuid) WithValue

type UpdateAlertRequestPathSelectorAlertName

type UpdateAlertRequestPathSelectorAlertName struct{}

func (UpdateAlertRequestPathSelectorAlertName) FieldPath

func (UpdateAlertRequestPathSelectorAlertName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertName) WithValue

type UpdateAlertRequestPathSelectorAlertState

type UpdateAlertRequestPathSelectorAlertState struct{}

func (UpdateAlertRequestPathSelectorAlertState) FieldPath

func (UpdateAlertRequestPathSelectorAlertState) IsAcknowledged

func (UpdateAlertRequestPathSelectorAlertState) IsFiring

func (UpdateAlertRequestPathSelectorAlertState) IsSilenced

func (UpdateAlertRequestPathSelectorAlertState) Lifetime

func (UpdateAlertRequestPathSelectorAlertState) Notification

func (UpdateAlertRequestPathSelectorAlertState) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertState) WithValue

type UpdateAlertRequestPathSelectorAlertStateIsAcknowledged

type UpdateAlertRequestPathSelectorAlertStateIsAcknowledged struct{}

func (UpdateAlertRequestPathSelectorAlertStateIsAcknowledged) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateIsAcknowledged) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateIsAcknowledged) WithValue

type UpdateAlertRequestPathSelectorAlertStateIsFiring

type UpdateAlertRequestPathSelectorAlertStateIsFiring struct{}

func (UpdateAlertRequestPathSelectorAlertStateIsFiring) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateIsFiring) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateIsFiring) WithValue

type UpdateAlertRequestPathSelectorAlertStateIsSilenced

type UpdateAlertRequestPathSelectorAlertStateIsSilenced struct{}

func (UpdateAlertRequestPathSelectorAlertStateIsSilenced) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateIsSilenced) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateIsSilenced) WithValue

type UpdateAlertRequestPathSelectorAlertStateLifetime

type UpdateAlertRequestPathSelectorAlertStateLifetime struct{}

func (UpdateAlertRequestPathSelectorAlertStateLifetime) EndTime

func (UpdateAlertRequestPathSelectorAlertStateLifetime) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateLifetime) StartTime

func (UpdateAlertRequestPathSelectorAlertStateLifetime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateLifetime) WithValue

type UpdateAlertRequestPathSelectorAlertStateLifetimeEndTime

type UpdateAlertRequestPathSelectorAlertStateLifetimeEndTime struct{}

func (UpdateAlertRequestPathSelectorAlertStateLifetimeEndTime) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateLifetimeEndTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateLifetimeEndTime) WithValue

type UpdateAlertRequestPathSelectorAlertStateLifetimeStartTime

type UpdateAlertRequestPathSelectorAlertStateLifetimeStartTime struct{}

func (UpdateAlertRequestPathSelectorAlertStateLifetimeStartTime) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateLifetimeStartTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateLifetimeStartTime) WithValue

type UpdateAlertRequestPathSelectorAlertStateNotification

type UpdateAlertRequestPathSelectorAlertStateNotification struct{}

func (UpdateAlertRequestPathSelectorAlertStateNotification) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateNotification) Slack

func (UpdateAlertRequestPathSelectorAlertStateNotification) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateNotification) WithValue

type UpdateAlertRequestPathSelectorAlertStateNotificationSlack

type UpdateAlertRequestPathSelectorAlertStateNotificationSlack struct{}

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlack) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlack) Ts

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlack) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlack) WithValue

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus struct{}

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackDeliveryStatus) WithValue

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage struct{}

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackErrorMessage) WithValue

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackTs

type UpdateAlertRequestPathSelectorAlertStateNotificationSlackTs struct{}

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackTs) FieldPath

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackTs) WithArrayOfValues

func (UpdateAlertRequestPathSelectorAlertStateNotificationSlackTs) WithValue

type UpdateAlertRequestPathSelectorCas

type UpdateAlertRequestPathSelectorCas struct{}

func (UpdateAlertRequestPathSelectorCas) ConditionalState

func (UpdateAlertRequestPathSelectorCas) FieldMask

func (UpdateAlertRequestPathSelectorCas) FieldPath

func (UpdateAlertRequestPathSelectorCas) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateAlertRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateAlertRequestPathSelectorCas) WithSubPath

func (UpdateAlertRequestPathSelectorCas) WithSubValue

func (UpdateAlertRequestPathSelectorCas) WithValue

type UpdateAlertRequestPathSelectorCasConditionalState

type UpdateAlertRequestPathSelectorCasConditionalState struct{}

func (UpdateAlertRequestPathSelectorCasConditionalState) DisplayName

func (UpdateAlertRequestPathSelectorCasConditionalState) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalState) Info

func (UpdateAlertRequestPathSelectorCasConditionalState) Metadata

func (UpdateAlertRequestPathSelectorCasConditionalState) Name

func (UpdateAlertRequestPathSelectorCasConditionalState) State

func (UpdateAlertRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalState) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateDisplayName

type UpdateAlertRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfo

type UpdateAlertRequestPathSelectorCasConditionalStateInfo struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfo) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfo) TimeSerie

func (UpdateAlertRequestPathSelectorCasConditionalStateInfo) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfo) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValues

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValues struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValues) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValues) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValues) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesExampleValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesExampleValue struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesExampleValue) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesExampleValue) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesExampleValue) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesPerMetric

type UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesPerMetric struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie) Key

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerie) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieKey

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieKey struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieKey) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieKey) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieKey) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetric

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetric struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetric) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetric) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetric) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricLabels

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricLabels struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels) WithItemValue

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricReducedLabels) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricType

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricType struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricType) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricType) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMetricType) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResource

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResource struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResource) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResource) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResource) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceType

type UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceType struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceType) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateInfoTimeSerieMonitoredResourceType) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadata

type UpdateAlertRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) Syncing

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateAlertRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateName

type UpdateAlertRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateState

type UpdateAlertRequestPathSelectorCasConditionalStateState struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateState) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateState) IsFiring

func (UpdateAlertRequestPathSelectorCasConditionalStateState) IsSilenced

func (UpdateAlertRequestPathSelectorCasConditionalStateState) Lifetime

func (UpdateAlertRequestPathSelectorCasConditionalStateState) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateState) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsAcknowledged

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsAcknowledged struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsAcknowledged) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsAcknowledged) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsAcknowledged) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsFiring

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsFiring struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsFiring) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsFiring) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsFiring) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsSilenced

type UpdateAlertRequestPathSelectorCasConditionalStateStateIsSilenced struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsSilenced) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsSilenced) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateIsSilenced) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetime

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetime struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetime) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetime) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeEndTime

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeEndTime struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeEndTime) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeEndTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeEndTime) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeStartTime

type UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeStartTime struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeStartTime) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeStartTime) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateLifetimeStartTime) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotification

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotification struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotification) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotification) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotification) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlack

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlack struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlack) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlack) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlack) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackDeliveryStatus

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackDeliveryStatus struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackDeliveryStatus) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackDeliveryStatus) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackErrorMessage

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackErrorMessage struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackErrorMessage) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackErrorMessage) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackErrorMessage) WithValue

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackTs

type UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackTs struct{}

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackTs) FieldPath

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackTs) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasConditionalStateStateNotificationSlackTs) WithValue

type UpdateAlertRequestPathSelectorCasFieldMask

type UpdateAlertRequestPathSelectorCasFieldMask struct{}

func (UpdateAlertRequestPathSelectorCasFieldMask) FieldPath

func (UpdateAlertRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateAlertRequestPathSelectorCasFieldMask) WithValue

type UpdateAlertRequestPathSelectorUpdateMask

type UpdateAlertRequestPathSelectorUpdateMask struct{}

func (UpdateAlertRequestPathSelectorUpdateMask) FieldPath

func (UpdateAlertRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateAlertRequestPathSelectorUpdateMask) WithValue

type UpdateAlertRequest_CAS

type UpdateAlertRequest_CAS struct {

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

func (*UpdateAlertRequest_CAS) CloneRaw

func (*UpdateAlertRequest_CAS) Descriptor

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

Deprecated, Use UpdateAlertRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAlertRequest_CAS) GetConditionalState

func (m *UpdateAlertRequest_CAS) GetConditionalState() *alert.Alert

func (*UpdateAlertRequest_CAS) GetFieldMask

func (m *UpdateAlertRequest_CAS) GetFieldMask() *alert.Alert_FieldMask

func (*UpdateAlertRequest_CAS) GotenMessage

func (*UpdateAlertRequest_CAS) GotenMessage()

func (*UpdateAlertRequest_CAS) GotenObjectExt

func (o *UpdateAlertRequest_CAS) GotenObjectExt()

func (*UpdateAlertRequest_CAS) GotenValidate

func (obj *UpdateAlertRequest_CAS) GotenValidate() error

func (*UpdateAlertRequest_CAS) MakeDiffFieldMask

func (*UpdateAlertRequest_CAS) MakeFullFieldMask

func (*UpdateAlertRequest_CAS) MakeRawDiffFieldMask

func (*UpdateAlertRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateAlertRequest_CAS) Marshal

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

func (*UpdateAlertRequest_CAS) MarshalJSON

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

func (*UpdateAlertRequest_CAS) Merge

func (*UpdateAlertRequest_CAS) MergeRaw

func (*UpdateAlertRequest_CAS) ProtoMessage

func (*UpdateAlertRequest_CAS) ProtoMessage()

func (*UpdateAlertRequest_CAS) ProtoReflect

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

func (*UpdateAlertRequest_CAS) Reset

func (m *UpdateAlertRequest_CAS) Reset()

func (*UpdateAlertRequest_CAS) SetConditionalState

func (m *UpdateAlertRequest_CAS) SetConditionalState(fv *alert.Alert)

func (*UpdateAlertRequest_CAS) SetFieldMask

func (m *UpdateAlertRequest_CAS) SetFieldMask(fv *alert.Alert_FieldMask)

func (*UpdateAlertRequest_CAS) String

func (m *UpdateAlertRequest_CAS) String() string

func (*UpdateAlertRequest_CAS) Unmarshal

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

func (*UpdateAlertRequest_CAS) UnmarshalJSON

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

type UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoObservedValuesPerMetric

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMetricLabels

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalState

type UpdateAlertRequest_CASPathSelectorConditionalState struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalState) DisplayName

func (UpdateAlertRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalState) Info

func (UpdateAlertRequest_CASPathSelectorConditionalState) Metadata

func (UpdateAlertRequest_CASPathSelectorConditionalState) Name

func (UpdateAlertRequest_CASPathSelectorConditionalState) State

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateAlertRequest_CASPathSelectorConditionalState) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateDisplayName

type UpdateAlertRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfo

type UpdateAlertRequest_CASPathSelectorConditionalStateInfo struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfo) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfo) TimeSerie

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfo) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfo) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValues

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValues struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValues) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValues) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValues) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesExampleValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesExampleValue struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesExampleValue) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesExampleValue) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesExampleValue) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesPerMetric

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesPerMetric struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesPerMetric) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesPerMetric) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoObservedValuesPerMetric) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerie

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerie struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerie) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerie) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerie) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieKey

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieKey struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieKey) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieKey) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieKey) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetric

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetric struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetric) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetric) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetric) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricLabels

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricLabels struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricLabels) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricLabels) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricLabels) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels) WithItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricReducedLabels) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricType

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricType struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricType) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricType) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMetricType) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResource

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResource struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResource) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResource) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResource) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceLabels) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceType

type UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceType struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceType) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateInfoTimeSerieMonitoredResourceType) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadata

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) Labels

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) Shards

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) Syncing

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateName

type UpdateAlertRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateState

type UpdateAlertRequest_CASPathSelectorConditionalStateState struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) IsFiring

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) IsSilenced

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) Lifetime

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateState) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsAcknowledged

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsAcknowledged struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsAcknowledged) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsAcknowledged) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsAcknowledged) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsFiring

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsFiring struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsFiring) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsFiring) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsFiring) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsSilenced

type UpdateAlertRequest_CASPathSelectorConditionalStateStateIsSilenced struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsSilenced) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsSilenced) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateIsSilenced) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetime

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetime struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetime) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetime) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetime) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeEndTime

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeEndTime struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeEndTime) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeEndTime) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeEndTime) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeStartTime

type UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeStartTime struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeStartTime) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeStartTime) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateLifetimeStartTime) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotification

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotification struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotification) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotification) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotification) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlack

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlack struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlack) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlack) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlack) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackDeliveryStatus

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackDeliveryStatus struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackDeliveryStatus) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackDeliveryStatus) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackDeliveryStatus) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackErrorMessage

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackErrorMessage struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackErrorMessage) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackErrorMessage) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackErrorMessage) WithValue

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackTs

type UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackTs struct{}

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackTs) FieldPath

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackTs) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorConditionalStateStateNotificationSlackTs) WithValue

type UpdateAlertRequest_CASPathSelectorFieldMask

type UpdateAlertRequest_CASPathSelectorFieldMask struct{}

func (UpdateAlertRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateAlertRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateAlertRequest_CASPathSelectorFieldMask) WithValue

type UpdateAlertRequest_CAS_FieldMask

type UpdateAlertRequest_CAS_FieldMask struct {
	Paths []UpdateAlertRequestCAS_FieldPath
}

func FullUpdateAlertRequest_CAS_FieldMask

func FullUpdateAlertRequest_CAS_FieldMask() *UpdateAlertRequest_CAS_FieldMask

func (*UpdateAlertRequest_CAS_FieldMask) AppendPath

func (*UpdateAlertRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateAlertRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateAlertRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertRequest_CAS_FieldMask) GetPaths

func (*UpdateAlertRequest_CAS_FieldMask) GetRawPaths

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

func (*UpdateAlertRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) IsFull() bool

func (UpdateAlertRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateAlertRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) PathsCount() int

func (*UpdateAlertRequest_CAS_FieldMask) Project

func (*UpdateAlertRequest_CAS_FieldMask) ProjectRaw

func (*UpdateAlertRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateAlertRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateAlertRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) Reset()

func (*UpdateAlertRequest_CAS_FieldMask) Set

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) Set(target, source *UpdateAlertRequest_CAS)

func (*UpdateAlertRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateAlertRequest_CAS_FieldMask) SetRaw

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

func (*UpdateAlertRequest_CAS_FieldMask) Size

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) Size() int

func (*UpdateAlertRequest_CAS_FieldMask) String

func (fieldMask *UpdateAlertRequest_CAS_FieldMask) String() string

func (*UpdateAlertRequest_CAS_FieldMask) Subtract

func (*UpdateAlertRequest_CAS_FieldMask) SubtractRaw

func (*UpdateAlertRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAlertRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateAlertRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateAlertRequest_FieldMask

type UpdateAlertRequest_FieldMask struct {
	Paths []UpdateAlertRequest_FieldPath
}

func FullUpdateAlertRequest_FieldMask

func FullUpdateAlertRequest_FieldMask() *UpdateAlertRequest_FieldMask

func (*UpdateAlertRequest_FieldMask) AppendPath

func (fieldMask *UpdateAlertRequest_FieldMask) AppendPath(path UpdateAlertRequest_FieldPath)

func (*UpdateAlertRequest_FieldMask) AppendRawPath

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

func (*UpdateAlertRequest_FieldMask) DecodeFirestore

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

func (*UpdateAlertRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertRequest_FieldMask) FilterInputFields

func (fieldMask *UpdateAlertRequest_FieldMask) FilterInputFields() *UpdateAlertRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertRequest_FieldMask) GetPaths

func (*UpdateAlertRequest_FieldMask) GetRawPaths

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

func (*UpdateAlertRequest_FieldMask) IsFull

func (fieldMask *UpdateAlertRequest_FieldMask) IsFull() bool

func (UpdateAlertRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertRequest_FieldMask) MarshalJSON

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

func (*UpdateAlertRequest_FieldMask) PathsCount

func (fieldMask *UpdateAlertRequest_FieldMask) PathsCount() int

func (*UpdateAlertRequest_FieldMask) Project

func (*UpdateAlertRequest_FieldMask) ProjectRaw

func (*UpdateAlertRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertRequest_FieldMask) ProtoMessage()

func (*UpdateAlertRequest_FieldMask) ProtoReflect

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

func (*UpdateAlertRequest_FieldMask) Reset

func (fieldMask *UpdateAlertRequest_FieldMask) Reset()

func (*UpdateAlertRequest_FieldMask) Set

func (fieldMask *UpdateAlertRequest_FieldMask) Set(target, source *UpdateAlertRequest)

func (*UpdateAlertRequest_FieldMask) SetFromCliFlag

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

func (*UpdateAlertRequest_FieldMask) SetRaw

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

func (*UpdateAlertRequest_FieldMask) Size

func (fieldMask *UpdateAlertRequest_FieldMask) Size() int

func (*UpdateAlertRequest_FieldMask) String

func (fieldMask *UpdateAlertRequest_FieldMask) String() string

func (*UpdateAlertRequest_FieldMask) Subtract

func (*UpdateAlertRequest_FieldMask) SubtractRaw

func (*UpdateAlertRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAlertRequest_FieldMask) Unmarshal

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

func (*UpdateAlertRequest_FieldMask) UnmarshalJSON

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

type UpdateAlertRequest_FieldPath

type UpdateAlertRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertRequest_FieldPathSelector
	Get(source *UpdateAlertRequest) []interface{}
	GetSingle(source *UpdateAlertRequest) (interface{}, bool)
	ClearValue(item *UpdateAlertRequest)

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

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

func MustParseUpdateAlertRequest_FieldPath

func MustParseUpdateAlertRequest_FieldPath(rawField string) UpdateAlertRequest_FieldPath

func ParseUpdateAlertRequest_FieldPath

func ParseUpdateAlertRequest_FieldPath(rawField string) (UpdateAlertRequest_FieldPath, error)

type UpdateAlertRequest_FieldPathArrayItemValue

type UpdateAlertRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertRequest_FieldPath
	ContainsValue(*UpdateAlertRequest) bool
}

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

func MustParseUpdateAlertRequest_FieldPathArrayItemValue

func MustParseUpdateAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertRequest_FieldPathArrayItemValue

func ParseUpdateAlertRequest_FieldPathArrayItemValue

func ParseUpdateAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertRequest_FieldPathArrayItemValue, error)

ParseUpdateAlertRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertRequest_FieldPathArrayOfValues

type UpdateAlertRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertRequest_FieldPath
}

UpdateAlertRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAlertRequest fields according to their type

func MustParseUpdateAlertRequest_FieldPathArrayOfValues

func MustParseUpdateAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertRequest_FieldPathArrayOfValues

func ParseUpdateAlertRequest_FieldPathArrayOfValues

func ParseUpdateAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertRequest_FieldPathArrayOfValues, error)

type UpdateAlertRequest_FieldPathSelector

type UpdateAlertRequest_FieldPathSelector int32
const (
	UpdateAlertRequest_FieldPathSelectorAlert      UpdateAlertRequest_FieldPathSelector = 0
	UpdateAlertRequest_FieldPathSelectorUpdateMask UpdateAlertRequest_FieldPathSelector = 1
	UpdateAlertRequest_FieldPathSelectorCas        UpdateAlertRequest_FieldPathSelector = 2
)

func (UpdateAlertRequest_FieldPathSelector) String

type UpdateAlertRequest_FieldPathValue

type UpdateAlertRequest_FieldPathValue interface {
	UpdateAlertRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertRequest)
	CompareWith(*UpdateAlertRequest) (cmp int, comparable bool)
}

UpdateAlertRequest_FieldPathValue allows storing values for UpdateAlertRequest fields according to their type

func MustParseUpdateAlertRequest_FieldPathValue

func MustParseUpdateAlertRequest_FieldPathValue(pathStr, valueStr string) UpdateAlertRequest_FieldPathValue

func ParseUpdateAlertRequest_FieldPathValue

func ParseUpdateAlertRequest_FieldPathValue(pathStr, valueStr string) (UpdateAlertRequest_FieldPathValue, error)

type UpdateAlertRequest_FieldSubPath

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

func (*UpdateAlertRequest_FieldSubPath) AsAlertSubPath

func (fps *UpdateAlertRequest_FieldSubPath) AsAlertSubPath() (alert.Alert_FieldPath, bool)

func (*UpdateAlertRequest_FieldSubPath) AsCasSubPath

func (*UpdateAlertRequest_FieldSubPath) ClearValue

func (fps *UpdateAlertRequest_FieldSubPath) ClearValue(item *UpdateAlertRequest)

func (*UpdateAlertRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateAlertRequest_FieldSubPath) Get

func (fps *UpdateAlertRequest_FieldSubPath) Get(source *UpdateAlertRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateAlertRequest

func (*UpdateAlertRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertRequest_FieldSubPath) GetRaw

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

func (*UpdateAlertRequest_FieldSubPath) GetSingle

func (fps *UpdateAlertRequest_FieldSubPath) GetSingle(source *UpdateAlertRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateAlertRequest

func (*UpdateAlertRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertRequest_FieldSubPath) IsLeaf

func (fps *UpdateAlertRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*UpdateAlertRequest_FieldSubPath) JSONString

func (fps *UpdateAlertRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateAlertRequest_FieldSubPath) Selector

func (*UpdateAlertRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdateAlertRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAlertRequest_FieldPathArrayItemValue

func (*UpdateAlertRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdateAlertRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAlertRequest_FieldPathArrayOfValues

func (*UpdateAlertRequest_FieldSubPath) WithIValue

func (fps *UpdateAlertRequest_FieldSubPath) WithIValue(value interface{}) UpdateAlertRequest_FieldPathValue

func (*UpdateAlertRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertRequest_FieldSubPath) WithRawIValue

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

type UpdateAlertRequest_FieldSubPathArrayItemValue

type UpdateAlertRequest_FieldSubPathArrayItemValue struct {
	UpdateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldSubPathArrayItemValue) AsAlertPathItemValue

func (*UpdateAlertRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAlertRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertRequest_FieldSubPathArrayOfValues

type UpdateAlertRequest_FieldSubPathArrayOfValues struct {
	UpdateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldSubPathArrayOfValues) AsAlertPathArrayOfValues

func (*UpdateAlertRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateAlertRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertRequest_FieldSubPathValue

type UpdateAlertRequest_FieldSubPathValue struct {
	UpdateAlertRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldSubPathValue) AsAlertPathValue

func (*UpdateAlertRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAlertRequest_FieldSubPathValue) CompareWith

func (fpvs *UpdateAlertRequest_FieldSubPathValue) CompareWith(source *UpdateAlertRequest) (int, bool)

func (*UpdateAlertRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAlertRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertRequest_FieldSubPathValue) SetTo

func (*UpdateAlertRequest_FieldSubPathValue) SetToRaw

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

type UpdateAlertRequest_FieldTerminalPath

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

func (*UpdateAlertRequest_FieldTerminalPath) ClearValue

func (*UpdateAlertRequest_FieldTerminalPath) ClearValueRaw

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

func (*UpdateAlertRequest_FieldTerminalPath) Get

func (fp *UpdateAlertRequest_FieldTerminalPath) Get(source *UpdateAlertRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateAlertRequest

func (*UpdateAlertRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertRequest_FieldTerminalPath) GetRaw

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

func (*UpdateAlertRequest_FieldTerminalPath) GetSingle

func (fp *UpdateAlertRequest_FieldTerminalPath) GetSingle(source *UpdateAlertRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateAlertRequest

func (*UpdateAlertRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertRequest_FieldTerminalPath) Selector

func (*UpdateAlertRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *UpdateAlertRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateAlertRequest_FieldPathArrayItemValue

func (*UpdateAlertRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *UpdateAlertRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateAlertRequest_FieldPathArrayOfValues

func (*UpdateAlertRequest_FieldTerminalPath) WithIValue

func (*UpdateAlertRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertRequest_FieldTerminalPath) WithRawIValue

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

type UpdateAlertRequest_FieldTerminalPathArrayItemValue

type UpdateAlertRequest_FieldTerminalPathArrayItemValue struct {
	UpdateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdateAlertRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateAlertRequest) (interface{}, bool)

func (*UpdateAlertRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertRequest_FieldTerminalPathArrayOfValues

type UpdateAlertRequest_FieldTerminalPathArrayOfValues struct {
	UpdateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldTerminalPathArrayOfValues) AsAlertArrayOfValues

func (fpaov *UpdateAlertRequest_FieldTerminalPathArrayOfValues) AsAlertArrayOfValues() ([]*alert.Alert, bool)

func (*UpdateAlertRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAlertRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (fpaov *UpdateAlertRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*UpdateAlertRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertRequest_FieldTerminalPathValue

type UpdateAlertRequest_FieldTerminalPathValue struct {
	UpdateAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest_FieldTerminalPathValue) AsAlertValue

func (*UpdateAlertRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAlertRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAlertRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertRequest_FieldTerminalPathValue' with the value under path in 'UpdateAlertRequest'.

func (*UpdateAlertRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateAlertRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateAlertRequest

func (*UpdateAlertRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertClientStream

type WatchAlertClientStream interface {
	Recv() (*WatchAlertResponse, error)
	grpc.ClientStream
}

type WatchAlertDescriptor added in v0.4.28

type WatchAlertDescriptor struct{}

func GetWatchAlertDescriptor added in v0.4.28

func GetWatchAlertDescriptor() *WatchAlertDescriptor

func (*WatchAlertDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchAlertDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertDescriptor) GetApiName() string

func (*WatchAlertDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertDescriptor) GetFullMethodName() string

func (*WatchAlertDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertDescriptor) GetMethodName() string

func (*WatchAlertDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertDescriptor) GetProtoPkgName() string

func (*WatchAlertDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertDescriptor) GetServiceDomain() string

func (*WatchAlertDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertDescriptor) GetServiceVersion() string

func (*WatchAlertDescriptor) GetVerb added in v0.4.28

func (d *WatchAlertDescriptor) GetVerb() string

func (*WatchAlertDescriptor) HasResource added in v0.4.30

func (d *WatchAlertDescriptor) HasResource() bool

func (*WatchAlertDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertDescriptor) IsClientStream() bool

func (*WatchAlertDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertDescriptor) IsCollection() bool

func (*WatchAlertDescriptor) IsPlural added in v0.4.30

func (d *WatchAlertDescriptor) IsPlural() bool

func (*WatchAlertDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertDescriptor) IsServerStream() bool

func (*WatchAlertDescriptor) IsUnary added in v0.4.28

func (d *WatchAlertDescriptor) IsUnary() bool

func (*WatchAlertDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertDescriptor) RequestHasResourceBody() bool

type WatchAlertDescriptorClientMsgHandle added in v0.4.28

type WatchAlertDescriptorClientMsgHandle struct{}

func (*WatchAlertDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*WatchAlertDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertDescriptorServerMsgHandle added in v0.4.28

type WatchAlertDescriptorServerMsgHandle struct{}

func (*WatchAlertDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

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

func (*WatchAlertDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertRequest

type WatchAlertRequest struct {

	// Reference to ntt.monitoring.v3.Alert
	Name *alert.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 *alert.Alert_FieldMask `` /* 137-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 [WatchAlert][ntt.monitoring.v3.WatchAlert]

func (*WatchAlertRequest) Clone

func (*WatchAlertRequest) CloneRaw

func (*WatchAlertRequest) Descriptor

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

Deprecated, Use WatchAlertRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertRequest) GetFieldMask

func (m *WatchAlertRequest) GetFieldMask() *alert.Alert_FieldMask

func (*WatchAlertRequest) GetName

func (m *WatchAlertRequest) GetName() *alert.Reference

func (*WatchAlertRequest) GetView

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

func (*WatchAlertRequest) GotenMessage

func (*WatchAlertRequest) GotenMessage()

func (*WatchAlertRequest) GotenObjectExt

func (o *WatchAlertRequest) GotenObjectExt()

func (*WatchAlertRequest) GotenValidate

func (obj *WatchAlertRequest) GotenValidate() error

func (*WatchAlertRequest) MakeDiffFieldMask

func (o *WatchAlertRequest) MakeDiffFieldMask(other *WatchAlertRequest) *WatchAlertRequest_FieldMask

func (*WatchAlertRequest) MakeFullFieldMask

func (o *WatchAlertRequest) MakeFullFieldMask() *WatchAlertRequest_FieldMask

func (*WatchAlertRequest) MakeRawDiffFieldMask

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

func (*WatchAlertRequest) MakeRawFullFieldMask

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

func (*WatchAlertRequest) Marshal

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

func (*WatchAlertRequest) MarshalJSON

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

func (*WatchAlertRequest) Merge

func (o *WatchAlertRequest) Merge(source *WatchAlertRequest)

func (*WatchAlertRequest) MergeRaw

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

func (*WatchAlertRequest) ProtoMessage

func (*WatchAlertRequest) ProtoMessage()

func (*WatchAlertRequest) ProtoReflect

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

func (*WatchAlertRequest) Reset

func (m *WatchAlertRequest) Reset()

func (*WatchAlertRequest) SetFieldMask

func (m *WatchAlertRequest) SetFieldMask(fv *alert.Alert_FieldMask)

func (*WatchAlertRequest) SetName

func (m *WatchAlertRequest) SetName(fv *alert.Reference)

func (*WatchAlertRequest) SetView

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

func (*WatchAlertRequest) String

func (m *WatchAlertRequest) String() string

func (*WatchAlertRequest) Unmarshal

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

func (*WatchAlertRequest) UnmarshalJSON

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

type WatchAlertRequestFieldPathBuilder

type WatchAlertRequestFieldPathBuilder struct{}

func NewWatchAlertRequestFieldPathBuilder

func NewWatchAlertRequestFieldPathBuilder() WatchAlertRequestFieldPathBuilder

func (WatchAlertRequestFieldPathBuilder) FieldMask

func (WatchAlertRequestFieldPathBuilder) Name

func (WatchAlertRequestFieldPathBuilder) View

type WatchAlertRequestPathSelectorFieldMask

type WatchAlertRequestPathSelectorFieldMask struct{}

func (WatchAlertRequestPathSelectorFieldMask) FieldPath

func (WatchAlertRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchAlertRequestPathSelectorFieldMask) WithValue

type WatchAlertRequestPathSelectorName

type WatchAlertRequestPathSelectorName struct{}

func (WatchAlertRequestPathSelectorName) FieldPath

func (WatchAlertRequestPathSelectorName) WithArrayOfValues

func (WatchAlertRequestPathSelectorName) WithValue

type WatchAlertRequestPathSelectorView

type WatchAlertRequestPathSelectorView struct{}

func (WatchAlertRequestPathSelectorView) FieldPath

func (WatchAlertRequestPathSelectorView) WithArrayOfValues

func (WatchAlertRequestPathSelectorView) WithValue

type WatchAlertRequest_FieldMask

type WatchAlertRequest_FieldMask struct {
	Paths []WatchAlertRequest_FieldPath
}

func FullWatchAlertRequest_FieldMask

func FullWatchAlertRequest_FieldMask() *WatchAlertRequest_FieldMask

func (*WatchAlertRequest_FieldMask) AppendPath

func (fieldMask *WatchAlertRequest_FieldMask) AppendPath(path WatchAlertRequest_FieldPath)

func (*WatchAlertRequest_FieldMask) AppendRawPath

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

func (*WatchAlertRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertRequest_FieldMask) FilterInputFields

func (fieldMask *WatchAlertRequest_FieldMask) FilterInputFields() *WatchAlertRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertRequest_FieldMask) GetPaths

func (*WatchAlertRequest_FieldMask) GetRawPaths

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

func (*WatchAlertRequest_FieldMask) IsFull

func (fieldMask *WatchAlertRequest_FieldMask) IsFull() bool

func (WatchAlertRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertRequest_FieldMask) MarshalJSON

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

func (*WatchAlertRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertRequest_FieldMask) PathsCount() int

func (*WatchAlertRequest_FieldMask) Project

func (*WatchAlertRequest_FieldMask) ProjectRaw

func (*WatchAlertRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertRequest_FieldMask) ProtoMessage()

func (*WatchAlertRequest_FieldMask) ProtoReflect

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

func (*WatchAlertRequest_FieldMask) Reset

func (fieldMask *WatchAlertRequest_FieldMask) Reset()

func (*WatchAlertRequest_FieldMask) Set

func (fieldMask *WatchAlertRequest_FieldMask) Set(target, source *WatchAlertRequest)

func (*WatchAlertRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertRequest_FieldMask) SetRaw

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

func (*WatchAlertRequest_FieldMask) Size

func (fieldMask *WatchAlertRequest_FieldMask) Size() int

func (*WatchAlertRequest_FieldMask) String

func (fieldMask *WatchAlertRequest_FieldMask) String() string

func (*WatchAlertRequest_FieldMask) Subtract

func (*WatchAlertRequest_FieldMask) SubtractRaw

func (*WatchAlertRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertRequest_FieldMask) Unmarshal

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

func (*WatchAlertRequest_FieldMask) UnmarshalJSON

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

type WatchAlertRequest_FieldPath

type WatchAlertRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertRequest_FieldPathSelector
	Get(source *WatchAlertRequest) []interface{}
	GetSingle(source *WatchAlertRequest) (interface{}, bool)
	ClearValue(item *WatchAlertRequest)

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

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

func MustParseWatchAlertRequest_FieldPath

func MustParseWatchAlertRequest_FieldPath(rawField string) WatchAlertRequest_FieldPath

func ParseWatchAlertRequest_FieldPath

func ParseWatchAlertRequest_FieldPath(rawField string) (WatchAlertRequest_FieldPath, error)

type WatchAlertRequest_FieldPathArrayItemValue

type WatchAlertRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertRequest_FieldPath
	ContainsValue(*WatchAlertRequest) bool
}

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

func MustParseWatchAlertRequest_FieldPathArrayItemValue

func MustParseWatchAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertRequest_FieldPathArrayItemValue

func ParseWatchAlertRequest_FieldPathArrayItemValue

func ParseWatchAlertRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertRequest_FieldPathArrayItemValue, error)

ParseWatchAlertRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertRequest_FieldPathArrayOfValues

type WatchAlertRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertRequest_FieldPath
}

WatchAlertRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertRequest fields according to their type

func MustParseWatchAlertRequest_FieldPathArrayOfValues

func MustParseWatchAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertRequest_FieldPathArrayOfValues

func ParseWatchAlertRequest_FieldPathArrayOfValues

func ParseWatchAlertRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertRequest_FieldPathArrayOfValues, error)

type WatchAlertRequest_FieldPathSelector

type WatchAlertRequest_FieldPathSelector int32
const (
	WatchAlertRequest_FieldPathSelectorName      WatchAlertRequest_FieldPathSelector = 0
	WatchAlertRequest_FieldPathSelectorFieldMask WatchAlertRequest_FieldPathSelector = 1
	WatchAlertRequest_FieldPathSelectorView      WatchAlertRequest_FieldPathSelector = 2
)

func (WatchAlertRequest_FieldPathSelector) String

type WatchAlertRequest_FieldPathValue

type WatchAlertRequest_FieldPathValue interface {
	WatchAlertRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertRequest)
	CompareWith(*WatchAlertRequest) (cmp int, comparable bool)
}

WatchAlertRequest_FieldPathValue allows storing values for WatchAlertRequest fields according to their type

func MustParseWatchAlertRequest_FieldPathValue

func MustParseWatchAlertRequest_FieldPathValue(pathStr, valueStr string) WatchAlertRequest_FieldPathValue

func ParseWatchAlertRequest_FieldPathValue

func ParseWatchAlertRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertRequest_FieldPathValue, error)

type WatchAlertRequest_FieldTerminalPath

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

func (*WatchAlertRequest_FieldTerminalPath) ClearValue

func (*WatchAlertRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchAlertRequest_FieldTerminalPath) Get

func (fp *WatchAlertRequest_FieldTerminalPath) Get(source *WatchAlertRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertRequest

func (*WatchAlertRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertRequest_FieldTerminalPath) GetSingle

func (fp *WatchAlertRequest_FieldTerminalPath) GetSingle(source *WatchAlertRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAlertRequest

func (*WatchAlertRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertRequest_FieldTerminalPath) Selector

func (*WatchAlertRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchAlertRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAlertRequest_FieldPathArrayItemValue

func (*WatchAlertRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchAlertRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAlertRequest_FieldPathArrayOfValues

func (*WatchAlertRequest_FieldTerminalPath) WithIValue

func (*WatchAlertRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertRequest_FieldTerminalPath) WithRawIValue

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

type WatchAlertRequest_FieldTerminalPathArrayItemValue

type WatchAlertRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchAlertRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAlertRequest) (interface{}, bool)

func (*WatchAlertRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertRequest_FieldTerminalPathArrayOfValues

type WatchAlertRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchAlertRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*WatchAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *WatchAlertRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*alert.Reference, bool)

func (*WatchAlertRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchAlertRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertRequest_FieldTerminalPathValue

type WatchAlertRequest_FieldTerminalPathValue struct {
	WatchAlertRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAlertRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertRequest'.

func (*WatchAlertRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAlertRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertRequest

func (*WatchAlertRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertResponse

type WatchAlertResponse struct {
	Change *alert.AlertChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchAlertResponse

func (*WatchAlertResponse) Clone

func (*WatchAlertResponse) CloneRaw

func (*WatchAlertResponse) Descriptor

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

Deprecated, Use WatchAlertResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertResponse) GetChange

func (m *WatchAlertResponse) GetChange() *alert.AlertChange

func (*WatchAlertResponse) GotenMessage

func (*WatchAlertResponse) GotenMessage()

func (*WatchAlertResponse) GotenObjectExt

func (o *WatchAlertResponse) GotenObjectExt()

func (*WatchAlertResponse) GotenValidate

func (obj *WatchAlertResponse) GotenValidate() error

func (*WatchAlertResponse) MakeDiffFieldMask

func (*WatchAlertResponse) MakeFullFieldMask

func (o *WatchAlertResponse) MakeFullFieldMask() *WatchAlertResponse_FieldMask

func (*WatchAlertResponse) MakeRawDiffFieldMask

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

func (*WatchAlertResponse) MakeRawFullFieldMask

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

func (*WatchAlertResponse) Marshal

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

func (*WatchAlertResponse) MarshalJSON

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

func (*WatchAlertResponse) Merge

func (o *WatchAlertResponse) Merge(source *WatchAlertResponse)

func (*WatchAlertResponse) MergeRaw

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

func (*WatchAlertResponse) ProtoMessage

func (*WatchAlertResponse) ProtoMessage()

func (*WatchAlertResponse) ProtoReflect

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

func (*WatchAlertResponse) Reset

func (m *WatchAlertResponse) Reset()

func (*WatchAlertResponse) SetChange

func (m *WatchAlertResponse) SetChange(fv *alert.AlertChange)

func (*WatchAlertResponse) String

func (m *WatchAlertResponse) String() string

func (*WatchAlertResponse) Unmarshal

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

func (*WatchAlertResponse) UnmarshalJSON

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

type WatchAlertResponseFieldPathBuilder

type WatchAlertResponseFieldPathBuilder struct{}

func NewWatchAlertResponseFieldPathBuilder

func NewWatchAlertResponseFieldPathBuilder() WatchAlertResponseFieldPathBuilder

func (WatchAlertResponseFieldPathBuilder) Change

type WatchAlertResponsePathSelectorChange

type WatchAlertResponsePathSelectorChange struct{}

func (WatchAlertResponsePathSelectorChange) FieldPath

func (WatchAlertResponsePathSelectorChange) WithArrayOfValues

func (WatchAlertResponsePathSelectorChange) WithValue

type WatchAlertResponse_FieldMask

type WatchAlertResponse_FieldMask struct {
	Paths []WatchAlertResponse_FieldPath
}

func FullWatchAlertResponse_FieldMask

func FullWatchAlertResponse_FieldMask() *WatchAlertResponse_FieldMask

func (*WatchAlertResponse_FieldMask) AppendPath

func (fieldMask *WatchAlertResponse_FieldMask) AppendPath(path WatchAlertResponse_FieldPath)

func (*WatchAlertResponse_FieldMask) AppendRawPath

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

func (*WatchAlertResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertResponse_FieldMask) FilterInputFields

func (fieldMask *WatchAlertResponse_FieldMask) FilterInputFields() *WatchAlertResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertResponse_FieldMask) GetPaths

func (*WatchAlertResponse_FieldMask) GetRawPaths

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

func (*WatchAlertResponse_FieldMask) IsFull

func (fieldMask *WatchAlertResponse_FieldMask) IsFull() bool

func (WatchAlertResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertResponse_FieldMask) MarshalJSON

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

func (*WatchAlertResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertResponse_FieldMask) PathsCount() int

func (*WatchAlertResponse_FieldMask) Project

func (*WatchAlertResponse_FieldMask) ProjectRaw

func (*WatchAlertResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertResponse_FieldMask) ProtoMessage()

func (*WatchAlertResponse_FieldMask) ProtoReflect

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

func (*WatchAlertResponse_FieldMask) Reset

func (fieldMask *WatchAlertResponse_FieldMask) Reset()

func (*WatchAlertResponse_FieldMask) Set

func (fieldMask *WatchAlertResponse_FieldMask) Set(target, source *WatchAlertResponse)

func (*WatchAlertResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertResponse_FieldMask) SetRaw

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

func (*WatchAlertResponse_FieldMask) Size

func (fieldMask *WatchAlertResponse_FieldMask) Size() int

func (*WatchAlertResponse_FieldMask) String

func (fieldMask *WatchAlertResponse_FieldMask) String() string

func (*WatchAlertResponse_FieldMask) Subtract

func (*WatchAlertResponse_FieldMask) SubtractRaw

func (*WatchAlertResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertResponse_FieldMask) Unmarshal

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

func (*WatchAlertResponse_FieldMask) UnmarshalJSON

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

type WatchAlertResponse_FieldPath

type WatchAlertResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertResponse_FieldPathSelector
	Get(source *WatchAlertResponse) []interface{}
	GetSingle(source *WatchAlertResponse) (interface{}, bool)
	ClearValue(item *WatchAlertResponse)

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

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

func MustParseWatchAlertResponse_FieldPath

func MustParseWatchAlertResponse_FieldPath(rawField string) WatchAlertResponse_FieldPath

func ParseWatchAlertResponse_FieldPath

func ParseWatchAlertResponse_FieldPath(rawField string) (WatchAlertResponse_FieldPath, error)

type WatchAlertResponse_FieldPathArrayItemValue

type WatchAlertResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertResponse_FieldPath
	ContainsValue(*WatchAlertResponse) bool
}

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

func MustParseWatchAlertResponse_FieldPathArrayItemValue

func MustParseWatchAlertResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertResponse_FieldPathArrayItemValue

func ParseWatchAlertResponse_FieldPathArrayItemValue

func ParseWatchAlertResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertResponse_FieldPathArrayItemValue, error)

ParseWatchAlertResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertResponse_FieldPathArrayOfValues

type WatchAlertResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertResponse_FieldPath
}

WatchAlertResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertResponse fields according to their type

func MustParseWatchAlertResponse_FieldPathArrayOfValues

func MustParseWatchAlertResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertResponse_FieldPathArrayOfValues

func ParseWatchAlertResponse_FieldPathArrayOfValues

func ParseWatchAlertResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertResponse_FieldPathArrayOfValues, error)

type WatchAlertResponse_FieldPathSelector

type WatchAlertResponse_FieldPathSelector int32
const (
	WatchAlertResponse_FieldPathSelectorChange WatchAlertResponse_FieldPathSelector = 0
)

func (WatchAlertResponse_FieldPathSelector) String

type WatchAlertResponse_FieldPathValue

type WatchAlertResponse_FieldPathValue interface {
	WatchAlertResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertResponse)
	CompareWith(*WatchAlertResponse) (cmp int, comparable bool)
}

WatchAlertResponse_FieldPathValue allows storing values for WatchAlertResponse fields according to their type

func MustParseWatchAlertResponse_FieldPathValue

func MustParseWatchAlertResponse_FieldPathValue(pathStr, valueStr string) WatchAlertResponse_FieldPathValue

func ParseWatchAlertResponse_FieldPathValue

func ParseWatchAlertResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertResponse_FieldPathValue, error)

type WatchAlertResponse_FieldTerminalPath

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

func (*WatchAlertResponse_FieldTerminalPath) ClearValue

func (*WatchAlertResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchAlertResponse_FieldTerminalPath) Get

func (fp *WatchAlertResponse_FieldTerminalPath) Get(source *WatchAlertResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertResponse

func (*WatchAlertResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertResponse_FieldTerminalPath) GetSingle

func (fp *WatchAlertResponse_FieldTerminalPath) GetSingle(source *WatchAlertResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAlertResponse

func (*WatchAlertResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertResponse_FieldTerminalPath) Selector

func (*WatchAlertResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchAlertResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAlertResponse_FieldPathArrayItemValue

func (*WatchAlertResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchAlertResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAlertResponse_FieldPathArrayOfValues

func (*WatchAlertResponse_FieldTerminalPath) WithIValue

func (*WatchAlertResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertResponse_FieldTerminalPath) WithRawIValue

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

type WatchAlertResponse_FieldTerminalPathArrayItemValue

type WatchAlertResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchAlertResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAlertResponse) (interface{}, bool)

func (*WatchAlertResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertResponse_FieldTerminalPathArrayOfValues

type WatchAlertResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (fpaov *WatchAlertResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*alert.AlertChange, bool)

func (*WatchAlertResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertResponse_FieldTerminalPathValue

type WatchAlertResponse_FieldTerminalPathValue struct {
	WatchAlertResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchAlertResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertResponse'.

func (*WatchAlertResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAlertResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertResponse

func (*WatchAlertResponse_FieldTerminalPathValue) SetToRaw

type WatchAlertsClientStream

type WatchAlertsClientStream interface {
	Recv() (*WatchAlertsResponse, error)
	grpc.ClientStream
}

type WatchAlertsDescriptor added in v0.4.28

type WatchAlertsDescriptor struct{}

func GetWatchAlertsDescriptor added in v0.4.28

func GetWatchAlertsDescriptor() *WatchAlertsDescriptor

func (*WatchAlertsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchAlertsDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertsDescriptor) GetApiName() string

func (*WatchAlertsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertsDescriptor) GetFullMethodName() string

func (*WatchAlertsDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertsDescriptor) GetMethodName() string

func (*WatchAlertsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertsDescriptor) GetProtoPkgName() string

func (*WatchAlertsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertsDescriptor) GetServiceDomain() string

func (*WatchAlertsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertsDescriptor) GetServiceVersion() string

func (*WatchAlertsDescriptor) GetVerb added in v0.4.28

func (d *WatchAlertsDescriptor) GetVerb() string

func (*WatchAlertsDescriptor) HasResource added in v0.4.30

func (d *WatchAlertsDescriptor) HasResource() bool

func (*WatchAlertsDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertsDescriptor) IsClientStream() bool

func (*WatchAlertsDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertsDescriptor) IsCollection() bool

func (*WatchAlertsDescriptor) IsPlural added in v0.4.30

func (d *WatchAlertsDescriptor) IsPlural() bool

func (*WatchAlertsDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertsDescriptor) IsServerStream() bool

func (*WatchAlertsDescriptor) IsUnary added in v0.4.28

func (d *WatchAlertsDescriptor) IsUnary() bool

func (*WatchAlertsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertsDescriptor) RequestHasResourceBody() bool

type WatchAlertsDescriptorClientMsgHandle added in v0.4.28

type WatchAlertsDescriptorClientMsgHandle struct{}

func (*WatchAlertsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertsDescriptorServerMsgHandle added in v0.4.28

type WatchAlertsDescriptorServerMsgHandle struct{}

func (*WatchAlertsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertsRequest

type WatchAlertsRequest 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.Alert
	Parent *alert.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Alerts 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 *alert.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 *alert.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"`
	// 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 *alert.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 Alert that don't affect any
	// of masked fields won't be sent back.
	FieldMask *alert.Alert_FieldMask `` /* 137-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
	// Alert 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 [WatchAlerts][ntt.monitoring.v3.WatchAlerts]

func (*WatchAlertsRequest) Clone

func (*WatchAlertsRequest) CloneRaw

func (*WatchAlertsRequest) Descriptor

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

Deprecated, Use WatchAlertsRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertsRequest) GetFieldMask

func (m *WatchAlertsRequest) GetFieldMask() *alert.Alert_FieldMask

func (*WatchAlertsRequest) GetFilter

func (m *WatchAlertsRequest) GetFilter() *alert.Filter

func (*WatchAlertsRequest) GetMaxChunkSize

func (m *WatchAlertsRequest) GetMaxChunkSize() int32

func (*WatchAlertsRequest) GetOrderBy

func (m *WatchAlertsRequest) GetOrderBy() *alert.OrderBy

func (*WatchAlertsRequest) GetPageSize

func (m *WatchAlertsRequest) GetPageSize() int32

func (*WatchAlertsRequest) GetPageToken

func (m *WatchAlertsRequest) GetPageToken() *alert.PagerCursor

func (*WatchAlertsRequest) GetParent

func (m *WatchAlertsRequest) GetParent() *alert.ParentReference

func (*WatchAlertsRequest) GetResumeToken

func (m *WatchAlertsRequest) GetResumeToken() string

func (*WatchAlertsRequest) GetType

func (*WatchAlertsRequest) GetView

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

func (*WatchAlertsRequest) GotenMessage

func (*WatchAlertsRequest) GotenMessage()

func (*WatchAlertsRequest) GotenObjectExt

func (o *WatchAlertsRequest) GotenObjectExt()

func (*WatchAlertsRequest) GotenValidate

func (obj *WatchAlertsRequest) GotenValidate() error

func (*WatchAlertsRequest) MakeDiffFieldMask

func (*WatchAlertsRequest) MakeFullFieldMask

func (o *WatchAlertsRequest) MakeFullFieldMask() *WatchAlertsRequest_FieldMask

func (*WatchAlertsRequest) MakeRawDiffFieldMask

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

func (*WatchAlertsRequest) MakeRawFullFieldMask

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

func (*WatchAlertsRequest) Marshal

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

func (*WatchAlertsRequest) MarshalJSON

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

func (*WatchAlertsRequest) Merge

func (o *WatchAlertsRequest) Merge(source *WatchAlertsRequest)

func (*WatchAlertsRequest) MergeRaw

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

func (*WatchAlertsRequest) ProtoMessage

func (*WatchAlertsRequest) ProtoMessage()

func (*WatchAlertsRequest) ProtoReflect

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

func (*WatchAlertsRequest) Reset

func (m *WatchAlertsRequest) Reset()

func (*WatchAlertsRequest) SetFieldMask

func (m *WatchAlertsRequest) SetFieldMask(fv *alert.Alert_FieldMask)

func (*WatchAlertsRequest) SetFilter

func (m *WatchAlertsRequest) SetFilter(fv *alert.Filter)

func (*WatchAlertsRequest) SetMaxChunkSize

func (m *WatchAlertsRequest) SetMaxChunkSize(fv int32)

func (*WatchAlertsRequest) SetOrderBy

func (m *WatchAlertsRequest) SetOrderBy(fv *alert.OrderBy)

func (*WatchAlertsRequest) SetPageSize

func (m *WatchAlertsRequest) SetPageSize(fv int32)

func (*WatchAlertsRequest) SetPageToken

func (m *WatchAlertsRequest) SetPageToken(fv *alert.PagerCursor)

func (*WatchAlertsRequest) SetParent

func (m *WatchAlertsRequest) SetParent(fv *alert.ParentReference)

func (*WatchAlertsRequest) SetResumeToken

func (m *WatchAlertsRequest) SetResumeToken(fv string)

func (*WatchAlertsRequest) SetType

func (m *WatchAlertsRequest) SetType(fv watch_type.WatchType)

func (*WatchAlertsRequest) SetView

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

func (*WatchAlertsRequest) String

func (m *WatchAlertsRequest) String() string

func (*WatchAlertsRequest) Unmarshal

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

func (*WatchAlertsRequest) UnmarshalJSON

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

type WatchAlertsRequestFieldPathBuilder

type WatchAlertsRequestFieldPathBuilder struct{}

func NewWatchAlertsRequestFieldPathBuilder

func NewWatchAlertsRequestFieldPathBuilder() WatchAlertsRequestFieldPathBuilder

func (WatchAlertsRequestFieldPathBuilder) FieldMask

func (WatchAlertsRequestFieldPathBuilder) Filter

func (WatchAlertsRequestFieldPathBuilder) MaxChunkSize

func (WatchAlertsRequestFieldPathBuilder) OrderBy

func (WatchAlertsRequestFieldPathBuilder) PageSize

func (WatchAlertsRequestFieldPathBuilder) PageToken

func (WatchAlertsRequestFieldPathBuilder) Parent

func (WatchAlertsRequestFieldPathBuilder) ResumeToken

func (WatchAlertsRequestFieldPathBuilder) Type

func (WatchAlertsRequestFieldPathBuilder) View

type WatchAlertsRequestPathSelectorFieldMask

type WatchAlertsRequestPathSelectorFieldMask struct{}

func (WatchAlertsRequestPathSelectorFieldMask) FieldPath

func (WatchAlertsRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchAlertsRequestPathSelectorFieldMask) WithValue

type WatchAlertsRequestPathSelectorFilter

type WatchAlertsRequestPathSelectorFilter struct{}

func (WatchAlertsRequestPathSelectorFilter) FieldPath

func (WatchAlertsRequestPathSelectorFilter) WithArrayOfValues

func (WatchAlertsRequestPathSelectorFilter) WithValue

type WatchAlertsRequestPathSelectorMaxChunkSize

type WatchAlertsRequestPathSelectorMaxChunkSize struct{}

func (WatchAlertsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAlertsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAlertsRequestPathSelectorMaxChunkSize) WithValue

type WatchAlertsRequestPathSelectorOrderBy

type WatchAlertsRequestPathSelectorOrderBy struct{}

func (WatchAlertsRequestPathSelectorOrderBy) FieldPath

func (WatchAlertsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchAlertsRequestPathSelectorOrderBy) WithValue

type WatchAlertsRequestPathSelectorPageSize

type WatchAlertsRequestPathSelectorPageSize struct{}

func (WatchAlertsRequestPathSelectorPageSize) FieldPath

func (WatchAlertsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAlertsRequestPathSelectorPageSize) WithValue

type WatchAlertsRequestPathSelectorPageToken

type WatchAlertsRequestPathSelectorPageToken struct{}

func (WatchAlertsRequestPathSelectorPageToken) FieldPath

func (WatchAlertsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchAlertsRequestPathSelectorPageToken) WithValue

type WatchAlertsRequestPathSelectorParent

type WatchAlertsRequestPathSelectorParent struct{}

func (WatchAlertsRequestPathSelectorParent) FieldPath

func (WatchAlertsRequestPathSelectorParent) WithArrayOfValues

func (WatchAlertsRequestPathSelectorParent) WithValue

type WatchAlertsRequestPathSelectorResumeToken

type WatchAlertsRequestPathSelectorResumeToken struct{}

func (WatchAlertsRequestPathSelectorResumeToken) FieldPath

func (WatchAlertsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAlertsRequestPathSelectorResumeToken) WithValue

type WatchAlertsRequestPathSelectorType

type WatchAlertsRequestPathSelectorType struct{}

func (WatchAlertsRequestPathSelectorType) FieldPath

func (WatchAlertsRequestPathSelectorType) WithArrayOfValues

func (WatchAlertsRequestPathSelectorType) WithValue

type WatchAlertsRequestPathSelectorView

type WatchAlertsRequestPathSelectorView struct{}

func (WatchAlertsRequestPathSelectorView) FieldPath

func (WatchAlertsRequestPathSelectorView) WithArrayOfValues

func (WatchAlertsRequestPathSelectorView) WithValue

type WatchAlertsRequest_FieldMask

type WatchAlertsRequest_FieldMask struct {
	Paths []WatchAlertsRequest_FieldPath
}

func FullWatchAlertsRequest_FieldMask

func FullWatchAlertsRequest_FieldMask() *WatchAlertsRequest_FieldMask

func (*WatchAlertsRequest_FieldMask) AppendPath

func (fieldMask *WatchAlertsRequest_FieldMask) AppendPath(path WatchAlertsRequest_FieldPath)

func (*WatchAlertsRequest_FieldMask) AppendRawPath

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

func (*WatchAlertsRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertsRequest_FieldMask) FilterInputFields

func (fieldMask *WatchAlertsRequest_FieldMask) FilterInputFields() *WatchAlertsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertsRequest_FieldMask) GetPaths

func (*WatchAlertsRequest_FieldMask) GetRawPaths

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

func (*WatchAlertsRequest_FieldMask) IsFull

func (fieldMask *WatchAlertsRequest_FieldMask) IsFull() bool

func (WatchAlertsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertsRequest_FieldMask) MarshalJSON

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

func (*WatchAlertsRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertsRequest_FieldMask) PathsCount() int

func (*WatchAlertsRequest_FieldMask) Project

func (*WatchAlertsRequest_FieldMask) ProjectRaw

func (*WatchAlertsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertsRequest_FieldMask) ProtoMessage()

func (*WatchAlertsRequest_FieldMask) ProtoReflect

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

func (*WatchAlertsRequest_FieldMask) Reset

func (fieldMask *WatchAlertsRequest_FieldMask) Reset()

func (*WatchAlertsRequest_FieldMask) Set

func (fieldMask *WatchAlertsRequest_FieldMask) Set(target, source *WatchAlertsRequest)

func (*WatchAlertsRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertsRequest_FieldMask) SetRaw

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

func (*WatchAlertsRequest_FieldMask) Size

func (fieldMask *WatchAlertsRequest_FieldMask) Size() int

func (*WatchAlertsRequest_FieldMask) String

func (fieldMask *WatchAlertsRequest_FieldMask) String() string

func (*WatchAlertsRequest_FieldMask) Subtract

func (*WatchAlertsRequest_FieldMask) SubtractRaw

func (*WatchAlertsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertsRequest_FieldMask) Unmarshal

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

func (*WatchAlertsRequest_FieldMask) UnmarshalJSON

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

type WatchAlertsRequest_FieldPath

type WatchAlertsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertsRequest_FieldPathSelector
	Get(source *WatchAlertsRequest) []interface{}
	GetSingle(source *WatchAlertsRequest) (interface{}, bool)
	ClearValue(item *WatchAlertsRequest)

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

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

func MustParseWatchAlertsRequest_FieldPath

func MustParseWatchAlertsRequest_FieldPath(rawField string) WatchAlertsRequest_FieldPath

func ParseWatchAlertsRequest_FieldPath

func ParseWatchAlertsRequest_FieldPath(rawField string) (WatchAlertsRequest_FieldPath, error)

type WatchAlertsRequest_FieldPathArrayItemValue

type WatchAlertsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertsRequest_FieldPath
	ContainsValue(*WatchAlertsRequest) bool
}

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

func MustParseWatchAlertsRequest_FieldPathArrayItemValue

func MustParseWatchAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertsRequest_FieldPathArrayItemValue

func ParseWatchAlertsRequest_FieldPathArrayItemValue

func ParseWatchAlertsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertsRequest_FieldPathArrayItemValue, error)

ParseWatchAlertsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertsRequest_FieldPathArrayOfValues

type WatchAlertsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertsRequest_FieldPath
}

WatchAlertsRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertsRequest fields according to their type

func MustParseWatchAlertsRequest_FieldPathArrayOfValues

func MustParseWatchAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertsRequest_FieldPathArrayOfValues

func ParseWatchAlertsRequest_FieldPathArrayOfValues

func ParseWatchAlertsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertsRequest_FieldPathArrayOfValues, error)

type WatchAlertsRequest_FieldPathSelector

type WatchAlertsRequest_FieldPathSelector int32
const (
	WatchAlertsRequest_FieldPathSelectorType         WatchAlertsRequest_FieldPathSelector = 0
	WatchAlertsRequest_FieldPathSelectorParent       WatchAlertsRequest_FieldPathSelector = 1
	WatchAlertsRequest_FieldPathSelectorPageSize     WatchAlertsRequest_FieldPathSelector = 2
	WatchAlertsRequest_FieldPathSelectorPageToken    WatchAlertsRequest_FieldPathSelector = 3
	WatchAlertsRequest_FieldPathSelectorOrderBy      WatchAlertsRequest_FieldPathSelector = 4
	WatchAlertsRequest_FieldPathSelectorResumeToken  WatchAlertsRequest_FieldPathSelector = 5
	WatchAlertsRequest_FieldPathSelectorFilter       WatchAlertsRequest_FieldPathSelector = 6
	WatchAlertsRequest_FieldPathSelectorFieldMask    WatchAlertsRequest_FieldPathSelector = 7
	WatchAlertsRequest_FieldPathSelectorView         WatchAlertsRequest_FieldPathSelector = 8
	WatchAlertsRequest_FieldPathSelectorMaxChunkSize WatchAlertsRequest_FieldPathSelector = 9
)

func (WatchAlertsRequest_FieldPathSelector) String

type WatchAlertsRequest_FieldPathValue

type WatchAlertsRequest_FieldPathValue interface {
	WatchAlertsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertsRequest)
	CompareWith(*WatchAlertsRequest) (cmp int, comparable bool)
}

WatchAlertsRequest_FieldPathValue allows storing values for WatchAlertsRequest fields according to their type

func MustParseWatchAlertsRequest_FieldPathValue

func MustParseWatchAlertsRequest_FieldPathValue(pathStr, valueStr string) WatchAlertsRequest_FieldPathValue

func ParseWatchAlertsRequest_FieldPathValue

func ParseWatchAlertsRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertsRequest_FieldPathValue, error)

type WatchAlertsRequest_FieldTerminalPath

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

func (*WatchAlertsRequest_FieldTerminalPath) ClearValue

func (*WatchAlertsRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchAlertsRequest_FieldTerminalPath) Get

func (fp *WatchAlertsRequest_FieldTerminalPath) Get(source *WatchAlertsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertsRequest

func (*WatchAlertsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertsRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertsRequest_FieldTerminalPath) GetSingle

func (fp *WatchAlertsRequest_FieldTerminalPath) GetSingle(source *WatchAlertsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAlertsRequest

func (*WatchAlertsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertsRequest_FieldTerminalPath) Selector

func (*WatchAlertsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertsRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchAlertsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAlertsRequest_FieldPathArrayItemValue

func (*WatchAlertsRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchAlertsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAlertsRequest_FieldPathArrayOfValues

func (*WatchAlertsRequest_FieldTerminalPath) WithIValue

func (*WatchAlertsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertsRequest_FieldTerminalPath) WithRawIValue

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

type WatchAlertsRequest_FieldTerminalPathArrayItemValue

type WatchAlertsRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchAlertsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAlertsRequest) (interface{}, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertsRequest_FieldTerminalPathArrayOfValues

type WatchAlertsRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*alert.Alert_FieldMask, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*alert.Filter, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*alert.OrderBy, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*alert.PagerCursor, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*alert.ParentReference, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchAlertsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertsRequest_FieldTerminalPathValue

type WatchAlertsRequest_FieldTerminalPathValue struct {
	WatchAlertsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAlertsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchAlertsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchAlertsRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *WatchAlertsRequest_FieldTerminalPathValue) AsOrderByValue() (*alert.OrderBy, bool)

func (*WatchAlertsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchAlertsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAlertsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchAlertsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchAlertsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchAlertsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAlertsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertsRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertsRequest'.

func (*WatchAlertsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAlertsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertsRequest

func (*WatchAlertsRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertsResponse

type WatchAlertsResponse struct {

	// Changes of Alerts
	AlertChanges []*alert.AlertChange `protobuf:"bytes,2,rep,name=alert_changes,json=alertChanges,proto3" json:"alert_changes,omitempty" firestore:"alertChanges"`
	// 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 Alerts 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 *WatchAlertsResponse_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 (Alerts 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
}

WatchAlertsResponse

func (*WatchAlertsResponse) Clone

func (*WatchAlertsResponse) CloneRaw

func (*WatchAlertsResponse) Descriptor

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

Deprecated, Use WatchAlertsResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertsResponse) GetAlertChanges

func (m *WatchAlertsResponse) GetAlertChanges() []*alert.AlertChange

func (*WatchAlertsResponse) GetIsCurrent

func (m *WatchAlertsResponse) GetIsCurrent() bool

func (*WatchAlertsResponse) GetIsHardReset

func (m *WatchAlertsResponse) GetIsHardReset() bool

func (*WatchAlertsResponse) GetIsSoftReset

func (m *WatchAlertsResponse) GetIsSoftReset() bool

func (*WatchAlertsResponse) GetPageTokenChange

func (*WatchAlertsResponse) GetResumeToken

func (m *WatchAlertsResponse) GetResumeToken() string

func (*WatchAlertsResponse) GetSnapshotSize

func (m *WatchAlertsResponse) GetSnapshotSize() int64

func (*WatchAlertsResponse) GotenMessage

func (*WatchAlertsResponse) GotenMessage()

func (*WatchAlertsResponse) GotenObjectExt

func (o *WatchAlertsResponse) GotenObjectExt()

func (*WatchAlertsResponse) GotenValidate

func (obj *WatchAlertsResponse) GotenValidate() error

func (*WatchAlertsResponse) MakeDiffFieldMask

func (*WatchAlertsResponse) MakeFullFieldMask

func (o *WatchAlertsResponse) MakeFullFieldMask() *WatchAlertsResponse_FieldMask

func (*WatchAlertsResponse) MakeRawDiffFieldMask

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

func (*WatchAlertsResponse) MakeRawFullFieldMask

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

func (*WatchAlertsResponse) Marshal

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

func (*WatchAlertsResponse) MarshalJSON

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

func (*WatchAlertsResponse) Merge

func (o *WatchAlertsResponse) Merge(source *WatchAlertsResponse)

func (*WatchAlertsResponse) MergeRaw

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

func (*WatchAlertsResponse) ProtoMessage

func (*WatchAlertsResponse) ProtoMessage()

func (*WatchAlertsResponse) ProtoReflect

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

func (*WatchAlertsResponse) Reset

func (m *WatchAlertsResponse) Reset()

func (*WatchAlertsResponse) SetAlertChanges

func (m *WatchAlertsResponse) SetAlertChanges(fv []*alert.AlertChange)

func (*WatchAlertsResponse) SetIsCurrent

func (m *WatchAlertsResponse) SetIsCurrent(fv bool)

func (*WatchAlertsResponse) SetIsHardReset

func (m *WatchAlertsResponse) SetIsHardReset(fv bool)

func (*WatchAlertsResponse) SetIsSoftReset

func (m *WatchAlertsResponse) SetIsSoftReset(fv bool)

func (*WatchAlertsResponse) SetPageTokenChange

func (m *WatchAlertsResponse) SetPageTokenChange(fv *WatchAlertsResponse_PageTokenChange)

func (*WatchAlertsResponse) SetResumeToken

func (m *WatchAlertsResponse) SetResumeToken(fv string)

func (*WatchAlertsResponse) SetSnapshotSize

func (m *WatchAlertsResponse) SetSnapshotSize(fv int64)

func (*WatchAlertsResponse) String

func (m *WatchAlertsResponse) String() string

func (*WatchAlertsResponse) Unmarshal

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

func (*WatchAlertsResponse) UnmarshalJSON

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

type WatchAlertsResponseFieldPathBuilder

type WatchAlertsResponseFieldPathBuilder struct{}

func NewWatchAlertsResponseFieldPathBuilder

func NewWatchAlertsResponseFieldPathBuilder() WatchAlertsResponseFieldPathBuilder

func (WatchAlertsResponseFieldPathBuilder) AlertChanges

func (WatchAlertsResponseFieldPathBuilder) IsCurrent

func (WatchAlertsResponseFieldPathBuilder) IsHardReset

func (WatchAlertsResponseFieldPathBuilder) IsSoftReset

func (WatchAlertsResponseFieldPathBuilder) PageTokenChange

func (WatchAlertsResponseFieldPathBuilder) ResumeToken

func (WatchAlertsResponseFieldPathBuilder) SnapshotSize

type WatchAlertsResponsePageTokenChangeFieldPathBuilder

type WatchAlertsResponsePageTokenChangeFieldPathBuilder struct{}

func NewWatchAlertsResponsePageTokenChangeFieldPathBuilder

func NewWatchAlertsResponsePageTokenChangeFieldPathBuilder() WatchAlertsResponsePageTokenChangeFieldPathBuilder

func (WatchAlertsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchAlertsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchAlertsResponsePageTokenChange_FieldPath

type WatchAlertsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchAlertsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchAlertsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchAlertsResponse_PageTokenChange)

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

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

func MustParseWatchAlertsResponsePageTokenChange_FieldPath

func MustParseWatchAlertsResponsePageTokenChange_FieldPath(rawField string) WatchAlertsResponsePageTokenChange_FieldPath

func ParseWatchAlertsResponsePageTokenChange_FieldPath

func ParseWatchAlertsResponsePageTokenChange_FieldPath(rawField string) (WatchAlertsResponsePageTokenChange_FieldPath, error)

type WatchAlertsResponsePageTokenChange_FieldPathArrayItemValue

type WatchAlertsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchAlertsResponse_PageTokenChange) bool
}

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

func MustParseWatchAlertsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchAlertsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchAlertsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertsResponsePageTokenChange_FieldPathArrayOfValues

type WatchAlertsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertsResponsePageTokenChange_FieldPath
}

WatchAlertsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchAlertsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchAlertsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchAlertsResponsePageTokenChange_FieldPathSelector

type WatchAlertsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchAlertsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAlertsResponsePageTokenChange_FieldPathSelector = 0
	WatchAlertsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAlertsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchAlertsResponsePageTokenChange_FieldPathSelector) String

type WatchAlertsResponsePageTokenChange_FieldPathValue

type WatchAlertsResponsePageTokenChange_FieldPathValue interface {
	WatchAlertsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertsResponse_PageTokenChange)
	CompareWith(*WatchAlertsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchAlertsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchAlertsResponsePageTokenChange_FieldPathValue

func MustParseWatchAlertsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAlertsResponsePageTokenChange_FieldPathValue

func ParseWatchAlertsResponsePageTokenChange_FieldPathValue

func ParseWatchAlertsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAlertsResponsePageTokenChange_FieldPathValue, error)

type WatchAlertsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertsResponse_PageTokenChange

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) GetRaw

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertsResponse_PageTokenChange

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAlertsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAlertsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertsResponsePageTokenChange_FieldTerminalPathValue

type WatchAlertsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchAlertsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAlertsResponse_PageTokenChange'.

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAlertsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAlertsResponsePathSelectorAlertChanges

type WatchAlertsResponsePathSelectorAlertChanges struct{}

func (WatchAlertsResponsePathSelectorAlertChanges) FieldPath

func (WatchAlertsResponsePathSelectorAlertChanges) WithArrayOfValues

func (WatchAlertsResponsePathSelectorAlertChanges) WithItemValue

func (WatchAlertsResponsePathSelectorAlertChanges) WithValue

type WatchAlertsResponsePathSelectorIsCurrent

type WatchAlertsResponsePathSelectorIsCurrent struct{}

func (WatchAlertsResponsePathSelectorIsCurrent) FieldPath

func (WatchAlertsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAlertsResponsePathSelectorIsCurrent) WithValue

type WatchAlertsResponsePathSelectorIsHardReset

type WatchAlertsResponsePathSelectorIsHardReset struct{}

func (WatchAlertsResponsePathSelectorIsHardReset) FieldPath

func (WatchAlertsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAlertsResponsePathSelectorIsHardReset) WithValue

type WatchAlertsResponsePathSelectorIsSoftReset

type WatchAlertsResponsePathSelectorIsSoftReset struct{}

func (WatchAlertsResponsePathSelectorIsSoftReset) FieldPath

func (WatchAlertsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAlertsResponsePathSelectorIsSoftReset) WithValue

type WatchAlertsResponsePathSelectorPageTokenChange

type WatchAlertsResponsePathSelectorPageTokenChange struct{}

func (WatchAlertsResponsePathSelectorPageTokenChange) FieldPath

func (WatchAlertsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchAlertsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchAlertsResponsePathSelectorPageTokenChangeNextPageToken

type WatchAlertsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAlertsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAlertsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAlertsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAlertsResponsePathSelectorPageTokenChangePrevPageToken

type WatchAlertsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAlertsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAlertsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAlertsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAlertsResponsePathSelectorResumeToken

type WatchAlertsResponsePathSelectorResumeToken struct{}

func (WatchAlertsResponsePathSelectorResumeToken) FieldPath

func (WatchAlertsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAlertsResponsePathSelectorResumeToken) WithValue

type WatchAlertsResponsePathSelectorSnapshotSize

type WatchAlertsResponsePathSelectorSnapshotSize struct{}

func (WatchAlertsResponsePathSelectorSnapshotSize) FieldPath

func (WatchAlertsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAlertsResponsePathSelectorSnapshotSize) WithValue

type WatchAlertsResponse_FieldMask

type WatchAlertsResponse_FieldMask struct {
	Paths []WatchAlertsResponse_FieldPath
}

func FullWatchAlertsResponse_FieldMask

func FullWatchAlertsResponse_FieldMask() *WatchAlertsResponse_FieldMask

func (*WatchAlertsResponse_FieldMask) AppendPath

func (*WatchAlertsResponse_FieldMask) AppendRawPath

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

func (*WatchAlertsResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertsResponse_FieldMask) FilterInputFields

func (fieldMask *WatchAlertsResponse_FieldMask) FilterInputFields() *WatchAlertsResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertsResponse_FieldMask) GetPaths

func (*WatchAlertsResponse_FieldMask) GetRawPaths

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

func (*WatchAlertsResponse_FieldMask) IsFull

func (fieldMask *WatchAlertsResponse_FieldMask) IsFull() bool

func (WatchAlertsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertsResponse_FieldMask) MarshalJSON

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

func (*WatchAlertsResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertsResponse_FieldMask) PathsCount() int

func (*WatchAlertsResponse_FieldMask) Project

func (*WatchAlertsResponse_FieldMask) ProjectRaw

func (*WatchAlertsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertsResponse_FieldMask) ProtoMessage()

func (*WatchAlertsResponse_FieldMask) ProtoReflect

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

func (*WatchAlertsResponse_FieldMask) Reset

func (fieldMask *WatchAlertsResponse_FieldMask) Reset()

func (*WatchAlertsResponse_FieldMask) Set

func (fieldMask *WatchAlertsResponse_FieldMask) Set(target, source *WatchAlertsResponse)

func (*WatchAlertsResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertsResponse_FieldMask) SetRaw

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

func (*WatchAlertsResponse_FieldMask) Size

func (fieldMask *WatchAlertsResponse_FieldMask) Size() int

func (*WatchAlertsResponse_FieldMask) String

func (fieldMask *WatchAlertsResponse_FieldMask) String() string

func (*WatchAlertsResponse_FieldMask) Subtract

func (*WatchAlertsResponse_FieldMask) SubtractRaw

func (*WatchAlertsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertsResponse_FieldMask) Unmarshal

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

func (*WatchAlertsResponse_FieldMask) UnmarshalJSON

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

type WatchAlertsResponse_FieldPath

type WatchAlertsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertsResponse_FieldPathSelector
	Get(source *WatchAlertsResponse) []interface{}
	GetSingle(source *WatchAlertsResponse) (interface{}, bool)
	ClearValue(item *WatchAlertsResponse)

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

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

func MustParseWatchAlertsResponse_FieldPath

func MustParseWatchAlertsResponse_FieldPath(rawField string) WatchAlertsResponse_FieldPath

func ParseWatchAlertsResponse_FieldPath

func ParseWatchAlertsResponse_FieldPath(rawField string) (WatchAlertsResponse_FieldPath, error)

type WatchAlertsResponse_FieldPathArrayItemValue

type WatchAlertsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertsResponse_FieldPath
	ContainsValue(*WatchAlertsResponse) bool
}

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

func MustParseWatchAlertsResponse_FieldPathArrayItemValue

func MustParseWatchAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertsResponse_FieldPathArrayItemValue

func ParseWatchAlertsResponse_FieldPathArrayItemValue

func ParseWatchAlertsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertsResponse_FieldPathArrayItemValue, error)

ParseWatchAlertsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertsResponse_FieldPathArrayOfValues

type WatchAlertsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertsResponse_FieldPath
}

WatchAlertsResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertsResponse fields according to their type

func MustParseWatchAlertsResponse_FieldPathArrayOfValues

func MustParseWatchAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertsResponse_FieldPathArrayOfValues

func ParseWatchAlertsResponse_FieldPathArrayOfValues

func ParseWatchAlertsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertsResponse_FieldPathArrayOfValues, error)

type WatchAlertsResponse_FieldPathSelector

type WatchAlertsResponse_FieldPathSelector int32
const (
	WatchAlertsResponse_FieldPathSelectorAlertChanges    WatchAlertsResponse_FieldPathSelector = 0
	WatchAlertsResponse_FieldPathSelectorIsCurrent       WatchAlertsResponse_FieldPathSelector = 1
	WatchAlertsResponse_FieldPathSelectorPageTokenChange WatchAlertsResponse_FieldPathSelector = 2
	WatchAlertsResponse_FieldPathSelectorResumeToken     WatchAlertsResponse_FieldPathSelector = 3
	WatchAlertsResponse_FieldPathSelectorSnapshotSize    WatchAlertsResponse_FieldPathSelector = 4
	WatchAlertsResponse_FieldPathSelectorIsSoftReset     WatchAlertsResponse_FieldPathSelector = 5
	WatchAlertsResponse_FieldPathSelectorIsHardReset     WatchAlertsResponse_FieldPathSelector = 6
)

func (WatchAlertsResponse_FieldPathSelector) String

type WatchAlertsResponse_FieldPathValue

type WatchAlertsResponse_FieldPathValue interface {
	WatchAlertsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertsResponse)
	CompareWith(*WatchAlertsResponse) (cmp int, comparable bool)
}

WatchAlertsResponse_FieldPathValue allows storing values for WatchAlertsResponse fields according to their type

func MustParseWatchAlertsResponse_FieldPathValue

func MustParseWatchAlertsResponse_FieldPathValue(pathStr, valueStr string) WatchAlertsResponse_FieldPathValue

func ParseWatchAlertsResponse_FieldPathValue

func ParseWatchAlertsResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertsResponse_FieldPathValue, error)

type WatchAlertsResponse_FieldSubPath

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

func (*WatchAlertsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchAlertsResponse_FieldSubPath) ClearValue

func (*WatchAlertsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchAlertsResponse_FieldSubPath) Get

func (fps *WatchAlertsResponse_FieldSubPath) Get(source *WatchAlertsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchAlertsResponse

func (*WatchAlertsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertsResponse_FieldSubPath) GetRaw

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

func (*WatchAlertsResponse_FieldSubPath) GetSingle

func (fps *WatchAlertsResponse_FieldSubPath) GetSingle(source *WatchAlertsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchAlertsResponse

func (*WatchAlertsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchAlertsResponse_FieldSubPath) IsLeaf

func (fps *WatchAlertsResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*WatchAlertsResponse_FieldSubPath) JSONString

func (fps *WatchAlertsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchAlertsResponse_FieldSubPath) Selector

func (*WatchAlertsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAlertsResponse_FieldSubPath) WithIArrayItemValue

func (fps *WatchAlertsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchAlertsResponse_FieldPathArrayItemValue

func (*WatchAlertsResponse_FieldSubPath) WithIArrayOfValues

func (fps *WatchAlertsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchAlertsResponse_FieldPathArrayOfValues

func (*WatchAlertsResponse_FieldSubPath) WithIValue

func (fps *WatchAlertsResponse_FieldSubPath) WithIValue(value interface{}) WatchAlertsResponse_FieldPathValue

func (*WatchAlertsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchAlertsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchAlertsResponse_FieldSubPath) WithRawIValue

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

type WatchAlertsResponse_FieldSubPathArrayItemValue

type WatchAlertsResponse_FieldSubPathArrayItemValue struct {
	WatchAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchAlertsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchAlertsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchAlertsResponse_FieldSubPathArrayOfValues

type WatchAlertsResponse_FieldSubPathArrayOfValues struct {
	WatchAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchAlertsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchAlertsResponse_FieldSubPathValue

type WatchAlertsResponse_FieldSubPathValue struct {
	WatchAlertsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchAlertsResponse_FieldSubPathValue) CompareWith

func (fpvs *WatchAlertsResponse_FieldSubPathValue) CompareWith(source *WatchAlertsResponse) (int, bool)

func (*WatchAlertsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchAlertsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchAlertsResponse_FieldSubPathValue) SetTo

func (*WatchAlertsResponse_FieldSubPathValue) SetToRaw

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

type WatchAlertsResponse_FieldTerminalPath

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

func (*WatchAlertsResponse_FieldTerminalPath) ClearValue

func (*WatchAlertsResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchAlertsResponse_FieldTerminalPath) Get

func (fp *WatchAlertsResponse_FieldTerminalPath) Get(source *WatchAlertsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertsResponse

func (*WatchAlertsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertsResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertsResponse_FieldTerminalPath) GetSingle

func (fp *WatchAlertsResponse_FieldTerminalPath) GetSingle(source *WatchAlertsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAlertsResponse

func (*WatchAlertsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertsResponse_FieldTerminalPath) Selector

func (*WatchAlertsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertsResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchAlertsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAlertsResponse_FieldPathArrayOfValues

func (*WatchAlertsResponse_FieldTerminalPath) WithIValue

func (*WatchAlertsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertsResponse_FieldTerminalPath) WithRawIValue

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

type WatchAlertsResponse_FieldTerminalPathArrayItemValue

type WatchAlertsResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldTerminalPathArrayItemValue) AsAlertChangesItemValue

func (fpaiv *WatchAlertsResponse_FieldTerminalPathArrayItemValue) AsAlertChangesItemValue() (*alert.AlertChange, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchAlertsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAlertsResponse) (interface{}, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertsResponse_FieldTerminalPathArrayOfValues

type WatchAlertsResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertChangesArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsAlertChangesArrayOfValues() ([][]*alert.AlertChange, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchAlertsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchAlertsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertsResponse_FieldTerminalPathValue

type WatchAlertsResponse_FieldTerminalPathValue struct {
	WatchAlertsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_FieldTerminalPathValue) AsAlertChangesValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsAlertChangesValue() ([]*alert.AlertChange, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchAlertsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchAlertsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchAlertsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertsResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertsResponse'.

func (*WatchAlertsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAlertsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertsResponse

func (*WatchAlertsResponse_FieldTerminalPathValue) SetToRaw

type WatchAlertsResponse_PageTokenChange

type WatchAlertsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *alert.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *alert.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAlertsResponse_PageTokenChange) Clone

func (*WatchAlertsResponse_PageTokenChange) CloneRaw

func (*WatchAlertsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchAlertsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAlertsResponse_PageTokenChange) GetNextPageToken

func (m *WatchAlertsResponse_PageTokenChange) GetNextPageToken() *alert.PagerCursor

func (*WatchAlertsResponse_PageTokenChange) GetPrevPageToken

func (m *WatchAlertsResponse_PageTokenChange) GetPrevPageToken() *alert.PagerCursor

func (*WatchAlertsResponse_PageTokenChange) GotenMessage

func (*WatchAlertsResponse_PageTokenChange) GotenMessage()

func (*WatchAlertsResponse_PageTokenChange) GotenObjectExt

func (o *WatchAlertsResponse_PageTokenChange) GotenObjectExt()

func (*WatchAlertsResponse_PageTokenChange) GotenValidate

func (obj *WatchAlertsResponse_PageTokenChange) GotenValidate() error

func (*WatchAlertsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchAlertsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAlertsResponse_PageTokenChange) MakeRawFullFieldMask

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

func (*WatchAlertsResponse_PageTokenChange) Marshal

func (*WatchAlertsResponse_PageTokenChange) MarshalJSON

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

func (*WatchAlertsResponse_PageTokenChange) Merge

func (*WatchAlertsResponse_PageTokenChange) MergeRaw

func (*WatchAlertsResponse_PageTokenChange) ProtoMessage

func (*WatchAlertsResponse_PageTokenChange) ProtoMessage()

func (*WatchAlertsResponse_PageTokenChange) ProtoReflect

func (*WatchAlertsResponse_PageTokenChange) Reset

func (*WatchAlertsResponse_PageTokenChange) SetNextPageToken

func (m *WatchAlertsResponse_PageTokenChange) SetNextPageToken(fv *alert.PagerCursor)

func (*WatchAlertsResponse_PageTokenChange) SetPrevPageToken

func (m *WatchAlertsResponse_PageTokenChange) SetPrevPageToken(fv *alert.PagerCursor)

func (*WatchAlertsResponse_PageTokenChange) String

func (*WatchAlertsResponse_PageTokenChange) Unmarshal

func (*WatchAlertsResponse_PageTokenChange) UnmarshalJSON

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

type WatchAlertsResponse_PageTokenChangePathSelectorNextPageToken

type WatchAlertsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAlertsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchAlertsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchAlertsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchAlertsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAlertsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAlertsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchAlertsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchAlertsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchAlertsResponse_PageTokenChange_FieldMask

type WatchAlertsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchAlertsResponsePageTokenChange_FieldPath
}

func FullWatchAlertsResponse_PageTokenChange_FieldMask

func FullWatchAlertsResponse_PageTokenChange_FieldMask() *WatchAlertsResponse_PageTokenChange_FieldMask

func (*WatchAlertsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchAlertsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAlertsResponse_PageTokenChange_FieldMask) DecodeFirestore

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

func (*WatchAlertsResponse_PageTokenChange_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchAlertsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchAlertsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAlertsResponse_PageTokenChange_FieldMask) IsFull

func (WatchAlertsResponse_PageTokenChange_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertsResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchAlertsResponse_PageTokenChange_FieldMask) PathsCount

func (fieldMask *WatchAlertsResponse_PageTokenChange_FieldMask) PathsCount() int

func (*WatchAlertsResponse_PageTokenChange_FieldMask) Project

func (*WatchAlertsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAlertsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchAlertsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchAlertsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAlertsResponse_PageTokenChange_FieldMask) Reset

func (*WatchAlertsResponse_PageTokenChange_FieldMask) Set

func (*WatchAlertsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchAlertsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAlertsResponse_PageTokenChange_FieldMask) Size

func (*WatchAlertsResponse_PageTokenChange_FieldMask) String

func (*WatchAlertsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAlertsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAlertsResponse_PageTokenChange_FieldMask) Unmarshal

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

func (*WatchAlertsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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