alerting_condition_client

package
v0.12.9 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 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 AlertingConditionServiceClient

AlertingConditionServiceClient is the client API for AlertingConditionService.

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

type AlertingConditionServiceDescriptor added in v0.4.28

type AlertingConditionServiceDescriptor struct{}

func GetAlertingConditionServiceDescriptor added in v0.4.28

func GetAlertingConditionServiceDescriptor() *AlertingConditionServiceDescriptor

func (*AlertingConditionServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*AlertingConditionServiceDescriptor) GetApiName added in v0.4.28

func (*AlertingConditionServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *AlertingConditionServiceDescriptor) GetFullAPIName() string

func (*AlertingConditionServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *AlertingConditionServiceDescriptor) GetProtoPkgName() string

func (*AlertingConditionServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *AlertingConditionServiceDescriptor) GetServiceDomain() string

func (*AlertingConditionServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *AlertingConditionServiceDescriptor) GetServiceVersion() string

type BatchGetAlertingConditionsDescriptor added in v0.4.28

type BatchGetAlertingConditionsDescriptor struct{}

func GetBatchGetAlertingConditionsDescriptor added in v0.4.28

func GetBatchGetAlertingConditionsDescriptor() *BatchGetAlertingConditionsDescriptor

func (*BatchGetAlertingConditionsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetAlertingConditionsDescriptor) GetApiName added in v0.4.28

func (*BatchGetAlertingConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertingConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) GetFullMethodName() string

func (*BatchGetAlertingConditionsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) GetMethodName() string

func (*BatchGetAlertingConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) GetProtoPkgName() string

func (*BatchGetAlertingConditionsDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetAlertingConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertingConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) GetServiceDomain() string

func (*BatchGetAlertingConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) GetServiceVersion() string

func (*BatchGetAlertingConditionsDescriptor) GetVerb added in v0.4.28

func (*BatchGetAlertingConditionsDescriptor) HasResource added in v0.4.30

func (d *BatchGetAlertingConditionsDescriptor) HasResource() bool

func (*BatchGetAlertingConditionsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) IsClientStream() bool

func (*BatchGetAlertingConditionsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetAlertingConditionsDescriptor) IsCollection() bool

func (*BatchGetAlertingConditionsDescriptor) IsPlural added in v0.4.30

func (*BatchGetAlertingConditionsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) IsServerStream() bool

func (*BatchGetAlertingConditionsDescriptor) IsUnary added in v0.4.28

func (*BatchGetAlertingConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetAlertingConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetAlertingConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetAlertingConditionsDescriptor) RequestHasResourceBody() bool

type BatchGetAlertingConditionsDescriptorClientMsgHandle added in v0.4.28

type BatchGetAlertingConditionsDescriptorClientMsgHandle struct{}

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertingConditionsDescriptorServerMsgHandle added in v0.4.28

type BatchGetAlertingConditionsDescriptorServerMsgHandle struct{}

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertingConditionsRequest

type BatchGetAlertingConditionsRequest struct {

	// Names of AlertingConditions
	Names []*alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [BatchGetAlertingConditions][ntt.monitoring.v3.BatchGetAlertingConditions]

func (*BatchGetAlertingConditionsRequest) Clone

func (*BatchGetAlertingConditionsRequest) CloneRaw

func (*BatchGetAlertingConditionsRequest) Descriptor

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

Deprecated, Use BatchGetAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingConditionsRequest) GetFieldMask

func (*BatchGetAlertingConditionsRequest) GetNames

func (*BatchGetAlertingConditionsRequest) GetView

func (*BatchGetAlertingConditionsRequest) GotenMessage

func (*BatchGetAlertingConditionsRequest) GotenMessage()

func (*BatchGetAlertingConditionsRequest) GotenObjectExt

func (o *BatchGetAlertingConditionsRequest) GotenObjectExt()

func (*BatchGetAlertingConditionsRequest) GotenValidate

func (obj *BatchGetAlertingConditionsRequest) GotenValidate() error

func (*BatchGetAlertingConditionsRequest) MakeFullFieldMask

func (*BatchGetAlertingConditionsRequest) MakeRawDiffFieldMask

func (*BatchGetAlertingConditionsRequest) MakeRawFullFieldMask

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

func (*BatchGetAlertingConditionsRequest) Marshal

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

func (*BatchGetAlertingConditionsRequest) MarshalJSON

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

func (*BatchGetAlertingConditionsRequest) Merge

func (*BatchGetAlertingConditionsRequest) MergeRaw

func (*BatchGetAlertingConditionsRequest) ProtoMessage

func (*BatchGetAlertingConditionsRequest) ProtoMessage()

func (*BatchGetAlertingConditionsRequest) ProtoReflect

func (*BatchGetAlertingConditionsRequest) Reset

func (*BatchGetAlertingConditionsRequest) SetFieldMask

func (*BatchGetAlertingConditionsRequest) SetNames

func (*BatchGetAlertingConditionsRequest) SetView

func (*BatchGetAlertingConditionsRequest) String

func (*BatchGetAlertingConditionsRequest) Unmarshal

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

func (*BatchGetAlertingConditionsRequest) UnmarshalJSON

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

type BatchGetAlertingConditionsRequestFieldPathBuilder

type BatchGetAlertingConditionsRequestFieldPathBuilder struct{}

func NewBatchGetAlertingConditionsRequestFieldPathBuilder

func NewBatchGetAlertingConditionsRequestFieldPathBuilder() BatchGetAlertingConditionsRequestFieldPathBuilder

func (BatchGetAlertingConditionsRequestFieldPathBuilder) FieldMask

func (BatchGetAlertingConditionsRequestFieldPathBuilder) Names

func (BatchGetAlertingConditionsRequestFieldPathBuilder) View

type BatchGetAlertingConditionsRequestPathSelectorFieldMask

type BatchGetAlertingConditionsRequestPathSelectorFieldMask struct{}

func (BatchGetAlertingConditionsRequestPathSelectorFieldMask) FieldPath

type BatchGetAlertingConditionsRequestPathSelectorNames

type BatchGetAlertingConditionsRequestPathSelectorNames struct{}

func (BatchGetAlertingConditionsRequestPathSelectorNames) FieldPath

type BatchGetAlertingConditionsRequestPathSelectorView

type BatchGetAlertingConditionsRequestPathSelectorView struct{}

func (BatchGetAlertingConditionsRequestPathSelectorView) FieldPath

func (BatchGetAlertingConditionsRequestPathSelectorView) WithArrayOfValues

func (BatchGetAlertingConditionsRequestPathSelectorView) WithValue

type BatchGetAlertingConditionsRequest_FieldMask

type BatchGetAlertingConditionsRequest_FieldMask struct {
	Paths []BatchGetAlertingConditionsRequest_FieldPath
}

func FullBatchGetAlertingConditionsRequest_FieldMask

func FullBatchGetAlertingConditionsRequest_FieldMask() *BatchGetAlertingConditionsRequest_FieldMask

func (*BatchGetAlertingConditionsRequest_FieldMask) AppendPath

func (*BatchGetAlertingConditionsRequest_FieldMask) AppendRawPath

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

func (*BatchGetAlertingConditionsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetAlertingConditionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertingConditionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertingConditionsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertingConditionsRequest_FieldMask) GetPaths

func (*BatchGetAlertingConditionsRequest_FieldMask) GetRawPaths

func (*BatchGetAlertingConditionsRequest_FieldMask) IsFull

func (BatchGetAlertingConditionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertingConditionsRequest_FieldMask) MarshalJSON

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

func (*BatchGetAlertingConditionsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetAlertingConditionsRequest_FieldMask) PathsCount() int

func (*BatchGetAlertingConditionsRequest_FieldMask) Project

func (*BatchGetAlertingConditionsRequest_FieldMask) ProjectRaw

func (*BatchGetAlertingConditionsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertingConditionsRequest_FieldMask) ProtoMessage()

func (*BatchGetAlertingConditionsRequest_FieldMask) ProtoReflect

func (*BatchGetAlertingConditionsRequest_FieldMask) Reset

func (*BatchGetAlertingConditionsRequest_FieldMask) Set

func (*BatchGetAlertingConditionsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertingConditionsRequest_FieldMask) SetRaw

func (*BatchGetAlertingConditionsRequest_FieldMask) Size

func (*BatchGetAlertingConditionsRequest_FieldMask) String

func (*BatchGetAlertingConditionsRequest_FieldMask) Subtract

func (*BatchGetAlertingConditionsRequest_FieldMask) SubtractRaw

func (*BatchGetAlertingConditionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAlertingConditionsRequest_FieldMask) Unmarshal

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

func (*BatchGetAlertingConditionsRequest_FieldMask) UnmarshalJSON

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

type BatchGetAlertingConditionsRequest_FieldPath

type BatchGetAlertingConditionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertingConditionsRequest_FieldPathSelector
	Get(source *BatchGetAlertingConditionsRequest) []interface{}
	GetSingle(source *BatchGetAlertingConditionsRequest) (interface{}, bool)
	ClearValue(item *BatchGetAlertingConditionsRequest)

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

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

func MustParseBatchGetAlertingConditionsRequest_FieldPath

func MustParseBatchGetAlertingConditionsRequest_FieldPath(rawField string) BatchGetAlertingConditionsRequest_FieldPath

func ParseBatchGetAlertingConditionsRequest_FieldPath

func ParseBatchGetAlertingConditionsRequest_FieldPath(rawField string) (BatchGetAlertingConditionsRequest_FieldPath, error)

type BatchGetAlertingConditionsRequest_FieldPathArrayItemValue

type BatchGetAlertingConditionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertingConditionsRequest_FieldPath
	ContainsValue(*BatchGetAlertingConditionsRequest) bool
}

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

func MustParseBatchGetAlertingConditionsRequest_FieldPathArrayItemValue

func MustParseBatchGetAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertingConditionsRequest_FieldPathArrayItemValue

func ParseBatchGetAlertingConditionsRequest_FieldPathArrayItemValue

func ParseBatchGetAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertingConditionsRequest_FieldPathArrayItemValue, error)

ParseBatchGetAlertingConditionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertingConditionsRequest_FieldPathArrayOfValues

type BatchGetAlertingConditionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertingConditionsRequest_FieldPath
}

BatchGetAlertingConditionsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertingConditionsRequest fields according to their type

func MustParseBatchGetAlertingConditionsRequest_FieldPathArrayOfValues

func MustParseBatchGetAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertingConditionsRequest_FieldPathArrayOfValues

func ParseBatchGetAlertingConditionsRequest_FieldPathArrayOfValues

func ParseBatchGetAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertingConditionsRequest_FieldPathArrayOfValues, error)

type BatchGetAlertingConditionsRequest_FieldPathSelector

type BatchGetAlertingConditionsRequest_FieldPathSelector int32
const (
	BatchGetAlertingConditionsRequest_FieldPathSelectorNames     BatchGetAlertingConditionsRequest_FieldPathSelector = 0
	BatchGetAlertingConditionsRequest_FieldPathSelectorFieldMask BatchGetAlertingConditionsRequest_FieldPathSelector = 1
	BatchGetAlertingConditionsRequest_FieldPathSelectorView      BatchGetAlertingConditionsRequest_FieldPathSelector = 2
)

func (BatchGetAlertingConditionsRequest_FieldPathSelector) String

type BatchGetAlertingConditionsRequest_FieldPathValue

type BatchGetAlertingConditionsRequest_FieldPathValue interface {
	BatchGetAlertingConditionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertingConditionsRequest)
	CompareWith(*BatchGetAlertingConditionsRequest) (cmp int, comparable bool)
}

BatchGetAlertingConditionsRequest_FieldPathValue allows storing values for BatchGetAlertingConditionsRequest fields according to their type

func MustParseBatchGetAlertingConditionsRequest_FieldPathValue

func MustParseBatchGetAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) BatchGetAlertingConditionsRequest_FieldPathValue

func ParseBatchGetAlertingConditionsRequest_FieldPathValue

func ParseBatchGetAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAlertingConditionsRequest_FieldPathValue, error)

type BatchGetAlertingConditionsRequest_FieldTerminalPath

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) ClearValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAlertingConditionsRequest

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAlertingConditionsRequest

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) Selector

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithIValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPath) WithRawIValue

type BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue

type BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues

type BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertingConditionsRequest_FieldTerminalPathValue

type BatchGetAlertingConditionsRequest_FieldTerminalPathValue struct {
	BatchGetAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertingConditionsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAlertingConditionsRequest'.

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertingConditionsRequest

func (*BatchGetAlertingConditionsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetAlertingConditionsResponse

type BatchGetAlertingConditionsResponse struct {

	// found AlertingConditions
	AlertingConditions []*alerting_condition.AlertingCondition `` /* 146-byte string literal not displayed */
	// list of not found AlertingConditions
	Missing []*alerting_condition.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse) Clone

func (*BatchGetAlertingConditionsResponse) CloneRaw

func (*BatchGetAlertingConditionsResponse) Descriptor

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

Deprecated, Use BatchGetAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingConditionsResponse) GetAlertingConditions

func (*BatchGetAlertingConditionsResponse) GetMissing

func (*BatchGetAlertingConditionsResponse) GotenMessage

func (*BatchGetAlertingConditionsResponse) GotenMessage()

func (*BatchGetAlertingConditionsResponse) GotenObjectExt

func (o *BatchGetAlertingConditionsResponse) GotenObjectExt()

func (*BatchGetAlertingConditionsResponse) GotenValidate

func (obj *BatchGetAlertingConditionsResponse) GotenValidate() error

func (*BatchGetAlertingConditionsResponse) MakeFullFieldMask

func (*BatchGetAlertingConditionsResponse) MakeRawDiffFieldMask

func (*BatchGetAlertingConditionsResponse) MakeRawFullFieldMask

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

func (*BatchGetAlertingConditionsResponse) Marshal

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

func (*BatchGetAlertingConditionsResponse) MarshalJSON

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

func (*BatchGetAlertingConditionsResponse) Merge

func (*BatchGetAlertingConditionsResponse) MergeRaw

func (*BatchGetAlertingConditionsResponse) ProtoMessage

func (*BatchGetAlertingConditionsResponse) ProtoMessage()

func (*BatchGetAlertingConditionsResponse) ProtoReflect

func (*BatchGetAlertingConditionsResponse) Reset

func (*BatchGetAlertingConditionsResponse) SetAlertingConditions

func (*BatchGetAlertingConditionsResponse) SetMissing

func (*BatchGetAlertingConditionsResponse) String

func (*BatchGetAlertingConditionsResponse) Unmarshal

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

func (*BatchGetAlertingConditionsResponse) UnmarshalJSON

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

type BatchGetAlertingConditionsResponseFieldPathBuilder

type BatchGetAlertingConditionsResponseFieldPathBuilder struct{}

func NewBatchGetAlertingConditionsResponseFieldPathBuilder

func NewBatchGetAlertingConditionsResponseFieldPathBuilder() BatchGetAlertingConditionsResponseFieldPathBuilder

func (BatchGetAlertingConditionsResponseFieldPathBuilder) AlertingConditions

func (BatchGetAlertingConditionsResponseFieldPathBuilder) Missing

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) FieldPath

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithValue

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) FieldPath

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithValue

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) FieldPath

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithArrayOfValues

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithValue

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels

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

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditions

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditions struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditions) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDescription

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDescription struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDescription) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) DeleteTime added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Lifecycle added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) State added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsName

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsName struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsName) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsName) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsName) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpec

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpec struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpec) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithValue

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsState

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsState struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsState) FieldPath

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount

type BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount struct{}

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) FieldPath

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithArrayOfValues

func (BatchGetAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithValue

type BatchGetAlertingConditionsResponsePathSelectorMissing

type BatchGetAlertingConditionsResponsePathSelectorMissing struct{}

func (BatchGetAlertingConditionsResponsePathSelectorMissing) FieldPath

type BatchGetAlertingConditionsResponse_FieldMask

type BatchGetAlertingConditionsResponse_FieldMask struct {
	Paths []BatchGetAlertingConditionsResponse_FieldPath
}

func FullBatchGetAlertingConditionsResponse_FieldMask

func FullBatchGetAlertingConditionsResponse_FieldMask() *BatchGetAlertingConditionsResponse_FieldMask

func (*BatchGetAlertingConditionsResponse_FieldMask) AppendPath

func (*BatchGetAlertingConditionsResponse_FieldMask) AppendRawPath

func (*BatchGetAlertingConditionsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetAlertingConditionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertingConditionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertingConditionsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertingConditionsResponse_FieldMask) GetPaths

func (*BatchGetAlertingConditionsResponse_FieldMask) GetRawPaths

func (*BatchGetAlertingConditionsResponse_FieldMask) IsFull

func (BatchGetAlertingConditionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertingConditionsResponse_FieldMask) MarshalJSON

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

func (*BatchGetAlertingConditionsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetAlertingConditionsResponse_FieldMask) PathsCount() int

func (*BatchGetAlertingConditionsResponse_FieldMask) Project

func (*BatchGetAlertingConditionsResponse_FieldMask) ProjectRaw

func (*BatchGetAlertingConditionsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertingConditionsResponse_FieldMask) ProtoMessage()

func (*BatchGetAlertingConditionsResponse_FieldMask) ProtoReflect

func (*BatchGetAlertingConditionsResponse_FieldMask) Reset

func (*BatchGetAlertingConditionsResponse_FieldMask) Set

func (*BatchGetAlertingConditionsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertingConditionsResponse_FieldMask) SetRaw

func (*BatchGetAlertingConditionsResponse_FieldMask) Size

func (*BatchGetAlertingConditionsResponse_FieldMask) String

func (*BatchGetAlertingConditionsResponse_FieldMask) Subtract

func (*BatchGetAlertingConditionsResponse_FieldMask) SubtractRaw

func (*BatchGetAlertingConditionsResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetAlertingConditionsResponse_FieldMask) Unmarshal

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

func (*BatchGetAlertingConditionsResponse_FieldMask) UnmarshalJSON

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

type BatchGetAlertingConditionsResponse_FieldPath

type BatchGetAlertingConditionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertingConditionsResponse_FieldPathSelector
	Get(source *BatchGetAlertingConditionsResponse) []interface{}
	GetSingle(source *BatchGetAlertingConditionsResponse) (interface{}, bool)
	ClearValue(item *BatchGetAlertingConditionsResponse)

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

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

func MustParseBatchGetAlertingConditionsResponse_FieldPath

func MustParseBatchGetAlertingConditionsResponse_FieldPath(rawField string) BatchGetAlertingConditionsResponse_FieldPath

func ParseBatchGetAlertingConditionsResponse_FieldPath

func ParseBatchGetAlertingConditionsResponse_FieldPath(rawField string) (BatchGetAlertingConditionsResponse_FieldPath, error)

type BatchGetAlertingConditionsResponse_FieldPathArrayItemValue

type BatchGetAlertingConditionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertingConditionsResponse_FieldPath
	ContainsValue(*BatchGetAlertingConditionsResponse) bool
}

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

func MustParseBatchGetAlertingConditionsResponse_FieldPathArrayItemValue

func MustParseBatchGetAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertingConditionsResponse_FieldPathArrayItemValue

func ParseBatchGetAlertingConditionsResponse_FieldPathArrayItemValue

func ParseBatchGetAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertingConditionsResponse_FieldPathArrayItemValue, error)

ParseBatchGetAlertingConditionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertingConditionsResponse_FieldPathArrayOfValues

type BatchGetAlertingConditionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertingConditionsResponse_FieldPath
}

BatchGetAlertingConditionsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertingConditionsResponse fields according to their type

func MustParseBatchGetAlertingConditionsResponse_FieldPathArrayOfValues

func MustParseBatchGetAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertingConditionsResponse_FieldPathArrayOfValues

func ParseBatchGetAlertingConditionsResponse_FieldPathArrayOfValues

func ParseBatchGetAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertingConditionsResponse_FieldPathArrayOfValues, error)

type BatchGetAlertingConditionsResponse_FieldPathSelector

type BatchGetAlertingConditionsResponse_FieldPathSelector int32
const (
	BatchGetAlertingConditionsResponse_FieldPathSelectorAlertingConditions BatchGetAlertingConditionsResponse_FieldPathSelector = 0
	BatchGetAlertingConditionsResponse_FieldPathSelectorMissing            BatchGetAlertingConditionsResponse_FieldPathSelector = 1
)

func (BatchGetAlertingConditionsResponse_FieldPathSelector) String

type BatchGetAlertingConditionsResponse_FieldPathValue

type BatchGetAlertingConditionsResponse_FieldPathValue interface {
	BatchGetAlertingConditionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertingConditionsResponse)
	CompareWith(*BatchGetAlertingConditionsResponse) (cmp int, comparable bool)
}

BatchGetAlertingConditionsResponse_FieldPathValue allows storing values for BatchGetAlertingConditionsResponse fields according to their type

func MustParseBatchGetAlertingConditionsResponse_FieldPathValue

func MustParseBatchGetAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) BatchGetAlertingConditionsResponse_FieldPathValue

func ParseBatchGetAlertingConditionsResponse_FieldPathValue

func ParseBatchGetAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAlertingConditionsResponse_FieldPathValue, error)

type BatchGetAlertingConditionsResponse_FieldSubPath

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

func (*BatchGetAlertingConditionsResponse_FieldSubPath) AsAlertingConditionsSubPath

func (*BatchGetAlertingConditionsResponse_FieldSubPath) ClearValue

func (*BatchGetAlertingConditionsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetAlertingConditionsResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingConditionsResponse_FieldSubPath) GetRaw

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

func (*BatchGetAlertingConditionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetAlertingConditionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingConditionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingConditionsResponse_FieldSubPath) Selector

func (*BatchGetAlertingConditionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetAlertingConditionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithIValue

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingConditionsResponse_FieldSubPath) WithRawIValue

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

type BatchGetAlertingConditionsResponse_FieldSubPathArrayItemValue

type BatchGetAlertingConditionsResponse_FieldSubPathArrayItemValue struct {
	BatchGetAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldSubPathArrayItemValue) AsAlertingConditionsPathItemValue

func (*BatchGetAlertingConditionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingConditionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetAlertingConditionsResponse_FieldSubPathArrayOfValues

type BatchGetAlertingConditionsResponse_FieldSubPathArrayOfValues struct {
	BatchGetAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldSubPathArrayOfValues) AsAlertingConditionsPathArrayOfValues

func (*BatchGetAlertingConditionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetAlertingConditionsResponse_FieldSubPathValue

type BatchGetAlertingConditionsResponse_FieldSubPathValue struct {
	BatchGetAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) AsAlertingConditionsPathValue

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) CompareWith

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) SetTo

func (*BatchGetAlertingConditionsResponse_FieldSubPathValue) SetToRaw

type BatchGetAlertingConditionsResponse_FieldTerminalPath

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) ClearValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) Selector

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithIValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPath) WithRawIValue

type BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue

type BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) AsAlertingConditionsItemValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertingConditionsResponse_FieldTerminalPathArrayOfValues

type BatchGetAlertingConditionsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsAlertingConditionsArrayOfValues

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertingConditionsResponse_FieldTerminalPathValue

type BatchGetAlertingConditionsResponse_FieldTerminalPathValue struct {
	BatchGetAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) AsAlertingConditionsValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertingConditionsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAlertingConditionsResponse'.

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse_FieldTerminalPathValue) SetToRaw

type CreateAlertingConditionDescriptor added in v0.4.28

type CreateAlertingConditionDescriptor struct{}

func GetCreateAlertingConditionDescriptor added in v0.4.28

func GetCreateAlertingConditionDescriptor() *CreateAlertingConditionDescriptor

func (*CreateAlertingConditionDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateAlertingConditionDescriptor) GetApiName added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetApiName() string

func (*CreateAlertingConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateAlertingConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetFullMethodName() string

func (*CreateAlertingConditionDescriptor) GetMethodName added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetMethodName() string

func (*CreateAlertingConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetProtoPkgName() string

func (*CreateAlertingConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateAlertingConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateAlertingConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetServiceDomain() string

func (*CreateAlertingConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateAlertingConditionDescriptor) GetServiceVersion() string

func (*CreateAlertingConditionDescriptor) GetVerb added in v0.4.28

func (*CreateAlertingConditionDescriptor) HasResource added in v0.4.30

func (d *CreateAlertingConditionDescriptor) HasResource() bool

func (*CreateAlertingConditionDescriptor) IsClientStream added in v0.4.28

func (d *CreateAlertingConditionDescriptor) IsClientStream() bool

func (*CreateAlertingConditionDescriptor) IsCollection added in v0.4.30

func (d *CreateAlertingConditionDescriptor) IsCollection() bool

func (*CreateAlertingConditionDescriptor) IsPlural added in v0.4.30

func (*CreateAlertingConditionDescriptor) IsServerStream added in v0.4.28

func (d *CreateAlertingConditionDescriptor) IsServerStream() bool

func (*CreateAlertingConditionDescriptor) IsUnary added in v0.4.28

func (*CreateAlertingConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateAlertingConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateAlertingConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateAlertingConditionDescriptor) RequestHasResourceBody() bool

type CreateAlertingConditionDescriptorClientMsgHandle added in v0.4.28

type CreateAlertingConditionDescriptorClientMsgHandle struct{}

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertingConditionDescriptorServerMsgHandle added in v0.4.28

type CreateAlertingConditionDescriptorServerMsgHandle struct{}

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertingConditionRequest

type CreateAlertingConditionRequest struct {

	// Parent reference of ntt.monitoring.v3.AlertingCondition
	Parent *alerting_condition.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// AlertingCondition resource body
	AlertingCondition *alerting_condition.AlertingCondition `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreateAlertingConditionRequest) Clone

func (*CreateAlertingConditionRequest) CloneRaw

func (*CreateAlertingConditionRequest) Descriptor

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

Deprecated, Use CreateAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertingConditionRequest) GetAlertingCondition

func (*CreateAlertingConditionRequest) GetParent

func (*CreateAlertingConditionRequest) GotenMessage

func (*CreateAlertingConditionRequest) GotenMessage()

func (*CreateAlertingConditionRequest) GotenObjectExt

func (o *CreateAlertingConditionRequest) GotenObjectExt()

func (*CreateAlertingConditionRequest) GotenValidate

func (obj *CreateAlertingConditionRequest) GotenValidate() error

func (*CreateAlertingConditionRequest) MakeDiffFieldMask

func (*CreateAlertingConditionRequest) MakeFullFieldMask

func (*CreateAlertingConditionRequest) MakeRawDiffFieldMask

func (*CreateAlertingConditionRequest) MakeRawFullFieldMask

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

func (*CreateAlertingConditionRequest) Marshal

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

func (*CreateAlertingConditionRequest) MarshalJSON

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

func (*CreateAlertingConditionRequest) Merge

func (*CreateAlertingConditionRequest) MergeRaw

func (*CreateAlertingConditionRequest) ProtoMessage

func (*CreateAlertingConditionRequest) ProtoMessage()

func (*CreateAlertingConditionRequest) ProtoReflect

func (*CreateAlertingConditionRequest) Reset

func (m *CreateAlertingConditionRequest) Reset()

func (*CreateAlertingConditionRequest) SetAlertingCondition

func (*CreateAlertingConditionRequest) SetParent

func (*CreateAlertingConditionRequest) String

func (*CreateAlertingConditionRequest) Unmarshal

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

func (*CreateAlertingConditionRequest) UnmarshalJSON

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

type CreateAlertingConditionRequestFieldPathBuilder

type CreateAlertingConditionRequestFieldPathBuilder struct{}

func NewCreateAlertingConditionRequestFieldPathBuilder

func NewCreateAlertingConditionRequestFieldPathBuilder() CreateAlertingConditionRequestFieldPathBuilder

func (CreateAlertingConditionRequestFieldPathBuilder) AlertingCondition

func (CreateAlertingConditionRequestFieldPathBuilder) Parent

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) FieldPath

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) WithArrayOfValues

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) WithValue

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) FieldPath

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) WithArrayOfValues

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) WithValue

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) FieldPath

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) WithArrayOfValues

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) WithValue

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels

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

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (CreateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingCondition

type CreateAlertingConditionRequestPathSelectorAlertingCondition struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingCondition) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingCondition) Name

func (CreateAlertingConditionRequestPathSelectorAlertingCondition) Spec

func (CreateAlertingConditionRequestPathSelectorAlertingCondition) State

type CreateAlertingConditionRequestPathSelectorAlertingConditionDescription

type CreateAlertingConditionRequestPathSelectorAlertingConditionDescription struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDescription) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDescription) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDescription) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionDisplayName

type CreateAlertingConditionRequestPathSelectorAlertingConditionDisplayName struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata) DeleteTime added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata) Lifecycle added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadata) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) State added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) Region added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) Version added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid

type CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionName

type CreateAlertingConditionRequestPathSelectorAlertingConditionName struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionName) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionName) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionName) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpec

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpec struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpec) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) WithValue

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType

type CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionState

type CreateAlertingConditionRequestPathSelectorAlertingConditionState struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionState) FieldPath

type CreateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount

type CreateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount struct{}

func (CreateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) FieldPath

func (CreateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) WithArrayOfValues

func (CreateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) WithValue

type CreateAlertingConditionRequestPathSelectorParent

type CreateAlertingConditionRequestPathSelectorParent struct{}

func (CreateAlertingConditionRequestPathSelectorParent) FieldPath

type CreateAlertingConditionRequest_FieldMask

type CreateAlertingConditionRequest_FieldMask struct {
	Paths []CreateAlertingConditionRequest_FieldPath
}

func FullCreateAlertingConditionRequest_FieldMask

func FullCreateAlertingConditionRequest_FieldMask() *CreateAlertingConditionRequest_FieldMask

func (*CreateAlertingConditionRequest_FieldMask) AppendPath

func (*CreateAlertingConditionRequest_FieldMask) AppendRawPath

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

func (*CreateAlertingConditionRequest_FieldMask) DecodeFirestore

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

func (*CreateAlertingConditionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateAlertingConditionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateAlertingConditionRequest_FieldMask) FromProtoFieldMask

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

func (*CreateAlertingConditionRequest_FieldMask) GetPaths

func (*CreateAlertingConditionRequest_FieldMask) GetRawPaths

func (*CreateAlertingConditionRequest_FieldMask) IsFull

func (fieldMask *CreateAlertingConditionRequest_FieldMask) IsFull() bool

func (CreateAlertingConditionRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateAlertingConditionRequest_FieldMask) MarshalJSON

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

func (*CreateAlertingConditionRequest_FieldMask) PathsCount

func (fieldMask *CreateAlertingConditionRequest_FieldMask) PathsCount() int

func (*CreateAlertingConditionRequest_FieldMask) Project

func (*CreateAlertingConditionRequest_FieldMask) ProjectRaw

func (*CreateAlertingConditionRequest_FieldMask) ProtoMessage

func (fieldMask *CreateAlertingConditionRequest_FieldMask) ProtoMessage()

func (*CreateAlertingConditionRequest_FieldMask) ProtoReflect

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

func (*CreateAlertingConditionRequest_FieldMask) Reset

func (fieldMask *CreateAlertingConditionRequest_FieldMask) Reset()

func (*CreateAlertingConditionRequest_FieldMask) Set

func (*CreateAlertingConditionRequest_FieldMask) SetFromCliFlag

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

func (*CreateAlertingConditionRequest_FieldMask) SetRaw

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

func (*CreateAlertingConditionRequest_FieldMask) Size

func (*CreateAlertingConditionRequest_FieldMask) String

func (*CreateAlertingConditionRequest_FieldMask) Subtract

func (*CreateAlertingConditionRequest_FieldMask) SubtractRaw

func (*CreateAlertingConditionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateAlertingConditionRequest_FieldMask) Unmarshal

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

func (*CreateAlertingConditionRequest_FieldMask) UnmarshalJSON

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

type CreateAlertingConditionRequest_FieldPath

type CreateAlertingConditionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateAlertingConditionRequest_FieldPathSelector
	Get(source *CreateAlertingConditionRequest) []interface{}
	GetSingle(source *CreateAlertingConditionRequest) (interface{}, bool)
	ClearValue(item *CreateAlertingConditionRequest)

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

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

func MustParseCreateAlertingConditionRequest_FieldPath

func MustParseCreateAlertingConditionRequest_FieldPath(rawField string) CreateAlertingConditionRequest_FieldPath

func ParseCreateAlertingConditionRequest_FieldPath

func ParseCreateAlertingConditionRequest_FieldPath(rawField string) (CreateAlertingConditionRequest_FieldPath, error)

type CreateAlertingConditionRequest_FieldPathArrayItemValue

type CreateAlertingConditionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateAlertingConditionRequest_FieldPath
	ContainsValue(*CreateAlertingConditionRequest) bool
}

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

func MustParseCreateAlertingConditionRequest_FieldPathArrayItemValue

func MustParseCreateAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAlertingConditionRequest_FieldPathArrayItemValue

func ParseCreateAlertingConditionRequest_FieldPathArrayItemValue

func ParseCreateAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAlertingConditionRequest_FieldPathArrayItemValue, error)

ParseCreateAlertingConditionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateAlertingConditionRequest_FieldPathArrayOfValues

type CreateAlertingConditionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateAlertingConditionRequest_FieldPath
}

CreateAlertingConditionRequest_FieldPathArrayOfValues allows storing slice of values for CreateAlertingConditionRequest fields according to their type

func MustParseCreateAlertingConditionRequest_FieldPathArrayOfValues

func MustParseCreateAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAlertingConditionRequest_FieldPathArrayOfValues

func ParseCreateAlertingConditionRequest_FieldPathArrayOfValues

func ParseCreateAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAlertingConditionRequest_FieldPathArrayOfValues, error)

type CreateAlertingConditionRequest_FieldPathSelector

type CreateAlertingConditionRequest_FieldPathSelector int32
const (
	CreateAlertingConditionRequest_FieldPathSelectorParent            CreateAlertingConditionRequest_FieldPathSelector = 0
	CreateAlertingConditionRequest_FieldPathSelectorAlertingCondition CreateAlertingConditionRequest_FieldPathSelector = 1
)

func (CreateAlertingConditionRequest_FieldPathSelector) String

type CreateAlertingConditionRequest_FieldPathValue

type CreateAlertingConditionRequest_FieldPathValue interface {
	CreateAlertingConditionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateAlertingConditionRequest)
	CompareWith(*CreateAlertingConditionRequest) (cmp int, comparable bool)
}

CreateAlertingConditionRequest_FieldPathValue allows storing values for CreateAlertingConditionRequest fields according to their type

func MustParseCreateAlertingConditionRequest_FieldPathValue

func MustParseCreateAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) CreateAlertingConditionRequest_FieldPathValue

func ParseCreateAlertingConditionRequest_FieldPathValue

func ParseCreateAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) (CreateAlertingConditionRequest_FieldPathValue, error)

type CreateAlertingConditionRequest_FieldSubPath

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

func (*CreateAlertingConditionRequest_FieldSubPath) AsAlertingConditionSubPath

func (*CreateAlertingConditionRequest_FieldSubPath) ClearValue

func (*CreateAlertingConditionRequest_FieldSubPath) ClearValueRaw

func (*CreateAlertingConditionRequest_FieldSubPath) Get

func (fps *CreateAlertingConditionRequest_FieldSubPath) Get(source *CreateAlertingConditionRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateAlertingConditionRequest

func (*CreateAlertingConditionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertingConditionRequest_FieldSubPath) GetRaw

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

func (*CreateAlertingConditionRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source CreateAlertingConditionRequest

func (*CreateAlertingConditionRequest_FieldSubPath) GetSingleRaw

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

func (*CreateAlertingConditionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAlertingConditionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAlertingConditionRequest_FieldSubPath) Selector

func (*CreateAlertingConditionRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateAlertingConditionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateAlertingConditionRequest_FieldSubPath) WithIArrayItemValue

func (*CreateAlertingConditionRequest_FieldSubPath) WithIArrayOfValues

func (*CreateAlertingConditionRequest_FieldSubPath) WithIValue

func (*CreateAlertingConditionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateAlertingConditionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateAlertingConditionRequest_FieldSubPath) WithRawIValue

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

type CreateAlertingConditionRequest_FieldSubPathArrayItemValue

type CreateAlertingConditionRequest_FieldSubPathArrayItemValue struct {
	CreateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldSubPathArrayItemValue) AsAlertingConditionPathItemValue

func (*CreateAlertingConditionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateAlertingConditionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateAlertingConditionRequest_FieldSubPathArrayOfValues

type CreateAlertingConditionRequest_FieldSubPathArrayOfValues struct {
	CreateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldSubPathArrayOfValues) AsAlertingConditionPathArrayOfValues

func (*CreateAlertingConditionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateAlertingConditionRequest_FieldSubPathValue

type CreateAlertingConditionRequest_FieldSubPathValue struct {
	CreateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldSubPathValue) AsAlertingConditionPathValue

func (*CreateAlertingConditionRequest_FieldSubPathValue) CompareWith

func (*CreateAlertingConditionRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateAlertingConditionRequest_FieldSubPathValue) GetRawValue

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

func (*CreateAlertingConditionRequest_FieldSubPathValue) SetTo

func (*CreateAlertingConditionRequest_FieldSubPathValue) SetToRaw

type CreateAlertingConditionRequest_FieldTerminalPath

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

func (*CreateAlertingConditionRequest_FieldTerminalPath) ClearValue

func (*CreateAlertingConditionRequest_FieldTerminalPath) ClearValueRaw

func (*CreateAlertingConditionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreateAlertingConditionRequest

func (*CreateAlertingConditionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertingConditionRequest_FieldTerminalPath) GetRaw

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

func (*CreateAlertingConditionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateAlertingConditionRequest

func (*CreateAlertingConditionRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateAlertingConditionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAlertingConditionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAlertingConditionRequest_FieldTerminalPath) Selector

func (*CreateAlertingConditionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*CreateAlertingConditionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithIValue

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateAlertingConditionRequest_FieldTerminalPath) WithRawIValue

type CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue

type CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue struct {
	CreateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateAlertingConditionRequest_FieldTerminalPathArrayOfValues

type CreateAlertingConditionRequest_FieldTerminalPathArrayOfValues struct {
	CreateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsAlertingConditionArrayOfValues

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateAlertingConditionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateAlertingConditionRequest_FieldTerminalPathValue

type CreateAlertingConditionRequest_FieldTerminalPathValue struct {
	CreateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) AsAlertingConditionValue

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) AsParentValue

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateAlertingConditionRequest_FieldTerminalPathValue' with the value under path in 'CreateAlertingConditionRequest'.

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateAlertingConditionRequest

func (*CreateAlertingConditionRequest_FieldTerminalPathValue) SetToRaw

type DeleteAlertingConditionDescriptor added in v0.4.28

type DeleteAlertingConditionDescriptor struct{}

func GetDeleteAlertingConditionDescriptor added in v0.4.28

func GetDeleteAlertingConditionDescriptor() *DeleteAlertingConditionDescriptor

func (*DeleteAlertingConditionDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteAlertingConditionDescriptor) GetApiName added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetApiName() string

func (*DeleteAlertingConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertingConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetFullMethodName() string

func (*DeleteAlertingConditionDescriptor) GetMethodName added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetMethodName() string

func (*DeleteAlertingConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetProtoPkgName() string

func (*DeleteAlertingConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteAlertingConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertingConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetServiceDomain() string

func (*DeleteAlertingConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) GetServiceVersion() string

func (*DeleteAlertingConditionDescriptor) GetVerb added in v0.4.28

func (*DeleteAlertingConditionDescriptor) HasResource added in v0.4.30

func (d *DeleteAlertingConditionDescriptor) HasResource() bool

func (*DeleteAlertingConditionDescriptor) IsClientStream added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) IsClientStream() bool

func (*DeleteAlertingConditionDescriptor) IsCollection added in v0.4.30

func (d *DeleteAlertingConditionDescriptor) IsCollection() bool

func (*DeleteAlertingConditionDescriptor) IsPlural added in v0.4.30

func (*DeleteAlertingConditionDescriptor) IsServerStream added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) IsServerStream() bool

func (*DeleteAlertingConditionDescriptor) IsUnary added in v0.4.28

func (*DeleteAlertingConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteAlertingConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteAlertingConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteAlertingConditionDescriptor) RequestHasResourceBody() bool

type DeleteAlertingConditionDescriptorClientMsgHandle added in v0.4.28

type DeleteAlertingConditionDescriptorClientMsgHandle struct{}

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertingConditionDescriptorServerMsgHandle added in v0.4.28

type DeleteAlertingConditionDescriptorServerMsgHandle struct{}

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertingConditionRequest

type DeleteAlertingConditionRequest struct {

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

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

func (*DeleteAlertingConditionRequest) Clone

func (*DeleteAlertingConditionRequest) CloneRaw

func (*DeleteAlertingConditionRequest) Descriptor

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

Deprecated, Use DeleteAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertingConditionRequest) GetName

func (*DeleteAlertingConditionRequest) GotenMessage

func (*DeleteAlertingConditionRequest) GotenMessage()

func (*DeleteAlertingConditionRequest) GotenObjectExt

func (o *DeleteAlertingConditionRequest) GotenObjectExt()

func (*DeleteAlertingConditionRequest) GotenValidate

func (obj *DeleteAlertingConditionRequest) GotenValidate() error

func (*DeleteAlertingConditionRequest) MakeDiffFieldMask

func (*DeleteAlertingConditionRequest) MakeFullFieldMask

func (*DeleteAlertingConditionRequest) MakeRawDiffFieldMask

func (*DeleteAlertingConditionRequest) MakeRawFullFieldMask

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

func (*DeleteAlertingConditionRequest) Marshal

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

func (*DeleteAlertingConditionRequest) MarshalJSON

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

func (*DeleteAlertingConditionRequest) Merge

func (*DeleteAlertingConditionRequest) MergeRaw

func (*DeleteAlertingConditionRequest) ProtoMessage

func (*DeleteAlertingConditionRequest) ProtoMessage()

func (*DeleteAlertingConditionRequest) ProtoReflect

func (*DeleteAlertingConditionRequest) Reset

func (m *DeleteAlertingConditionRequest) Reset()

func (*DeleteAlertingConditionRequest) SetName

func (*DeleteAlertingConditionRequest) String

func (*DeleteAlertingConditionRequest) Unmarshal

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

func (*DeleteAlertingConditionRequest) UnmarshalJSON

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

type DeleteAlertingConditionRequestFieldPathBuilder

type DeleteAlertingConditionRequestFieldPathBuilder struct{}

func NewDeleteAlertingConditionRequestFieldPathBuilder

func NewDeleteAlertingConditionRequestFieldPathBuilder() DeleteAlertingConditionRequestFieldPathBuilder

func (DeleteAlertingConditionRequestFieldPathBuilder) Name

type DeleteAlertingConditionRequestPathSelectorName

type DeleteAlertingConditionRequestPathSelectorName struct{}

func (DeleteAlertingConditionRequestPathSelectorName) FieldPath

type DeleteAlertingConditionRequest_FieldMask

type DeleteAlertingConditionRequest_FieldMask struct {
	Paths []DeleteAlertingConditionRequest_FieldPath
}

func FullDeleteAlertingConditionRequest_FieldMask

func FullDeleteAlertingConditionRequest_FieldMask() *DeleteAlertingConditionRequest_FieldMask

func (*DeleteAlertingConditionRequest_FieldMask) AppendPath

func (*DeleteAlertingConditionRequest_FieldMask) AppendRawPath

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

func (*DeleteAlertingConditionRequest_FieldMask) DecodeFirestore

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

func (*DeleteAlertingConditionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteAlertingConditionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteAlertingConditionRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteAlertingConditionRequest_FieldMask) GetPaths

func (*DeleteAlertingConditionRequest_FieldMask) GetRawPaths

func (*DeleteAlertingConditionRequest_FieldMask) IsFull

func (fieldMask *DeleteAlertingConditionRequest_FieldMask) IsFull() bool

func (DeleteAlertingConditionRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteAlertingConditionRequest_FieldMask) MarshalJSON

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

func (*DeleteAlertingConditionRequest_FieldMask) PathsCount

func (fieldMask *DeleteAlertingConditionRequest_FieldMask) PathsCount() int

func (*DeleteAlertingConditionRequest_FieldMask) Project

func (*DeleteAlertingConditionRequest_FieldMask) ProjectRaw

func (*DeleteAlertingConditionRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteAlertingConditionRequest_FieldMask) ProtoMessage()

func (*DeleteAlertingConditionRequest_FieldMask) ProtoReflect

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

func (*DeleteAlertingConditionRequest_FieldMask) Reset

func (fieldMask *DeleteAlertingConditionRequest_FieldMask) Reset()

func (*DeleteAlertingConditionRequest_FieldMask) Set

func (*DeleteAlertingConditionRequest_FieldMask) SetFromCliFlag

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

func (*DeleteAlertingConditionRequest_FieldMask) SetRaw

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

func (*DeleteAlertingConditionRequest_FieldMask) Size

func (*DeleteAlertingConditionRequest_FieldMask) String

func (*DeleteAlertingConditionRequest_FieldMask) Subtract

func (*DeleteAlertingConditionRequest_FieldMask) SubtractRaw

func (*DeleteAlertingConditionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteAlertingConditionRequest_FieldMask) Unmarshal

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

func (*DeleteAlertingConditionRequest_FieldMask) UnmarshalJSON

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

type DeleteAlertingConditionRequest_FieldPath

type DeleteAlertingConditionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteAlertingConditionRequest_FieldPathSelector
	Get(source *DeleteAlertingConditionRequest) []interface{}
	GetSingle(source *DeleteAlertingConditionRequest) (interface{}, bool)
	ClearValue(item *DeleteAlertingConditionRequest)

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

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

func MustParseDeleteAlertingConditionRequest_FieldPath

func MustParseDeleteAlertingConditionRequest_FieldPath(rawField string) DeleteAlertingConditionRequest_FieldPath

func ParseDeleteAlertingConditionRequest_FieldPath

func ParseDeleteAlertingConditionRequest_FieldPath(rawField string) (DeleteAlertingConditionRequest_FieldPath, error)

type DeleteAlertingConditionRequest_FieldPathArrayItemValue

type DeleteAlertingConditionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteAlertingConditionRequest_FieldPath
	ContainsValue(*DeleteAlertingConditionRequest) bool
}

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

func MustParseDeleteAlertingConditionRequest_FieldPathArrayItemValue

func MustParseDeleteAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAlertingConditionRequest_FieldPathArrayItemValue

func ParseDeleteAlertingConditionRequest_FieldPathArrayItemValue

func ParseDeleteAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAlertingConditionRequest_FieldPathArrayItemValue, error)

ParseDeleteAlertingConditionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteAlertingConditionRequest_FieldPathArrayOfValues

type DeleteAlertingConditionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteAlertingConditionRequest_FieldPath
}

DeleteAlertingConditionRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAlertingConditionRequest fields according to their type

func MustParseDeleteAlertingConditionRequest_FieldPathArrayOfValues

func MustParseDeleteAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAlertingConditionRequest_FieldPathArrayOfValues

func ParseDeleteAlertingConditionRequest_FieldPathArrayOfValues

func ParseDeleteAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAlertingConditionRequest_FieldPathArrayOfValues, error)

type DeleteAlertingConditionRequest_FieldPathSelector

type DeleteAlertingConditionRequest_FieldPathSelector int32
const (
	DeleteAlertingConditionRequest_FieldPathSelectorName DeleteAlertingConditionRequest_FieldPathSelector = 0
)

func (DeleteAlertingConditionRequest_FieldPathSelector) String

type DeleteAlertingConditionRequest_FieldPathValue

type DeleteAlertingConditionRequest_FieldPathValue interface {
	DeleteAlertingConditionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteAlertingConditionRequest)
	CompareWith(*DeleteAlertingConditionRequest) (cmp int, comparable bool)
}

DeleteAlertingConditionRequest_FieldPathValue allows storing values for DeleteAlertingConditionRequest fields according to their type

func MustParseDeleteAlertingConditionRequest_FieldPathValue

func MustParseDeleteAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) DeleteAlertingConditionRequest_FieldPathValue

func ParseDeleteAlertingConditionRequest_FieldPathValue

func ParseDeleteAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) (DeleteAlertingConditionRequest_FieldPathValue, error)

type DeleteAlertingConditionRequest_FieldTerminalPath

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

func (*DeleteAlertingConditionRequest_FieldTerminalPath) ClearValue

func (*DeleteAlertingConditionRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteAlertingConditionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeleteAlertingConditionRequest

func (*DeleteAlertingConditionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteAlertingConditionRequest_FieldTerminalPath) GetRaw

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

func (*DeleteAlertingConditionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteAlertingConditionRequest

func (*DeleteAlertingConditionRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteAlertingConditionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteAlertingConditionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAlertingConditionRequest_FieldTerminalPath) Selector

func (*DeleteAlertingConditionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*DeleteAlertingConditionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithIValue

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteAlertingConditionRequest_FieldTerminalPath) WithRawIValue

type DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue

type DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue struct {
	DeleteAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteAlertingConditionRequest_FieldTerminalPathArrayOfValues

type DeleteAlertingConditionRequest_FieldTerminalPathArrayOfValues struct {
	DeleteAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteAlertingConditionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteAlertingConditionRequest_FieldTerminalPathValue

type DeleteAlertingConditionRequest_FieldTerminalPathValue struct {
	DeleteAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteAlertingConditionRequest_FieldTerminalPathValue' with the value under path in 'DeleteAlertingConditionRequest'.

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteAlertingConditionRequest

func (*DeleteAlertingConditionRequest_FieldTerminalPathValue) SetToRaw

type GetAlertingConditionDescriptor added in v0.4.28

type GetAlertingConditionDescriptor struct{}

func GetGetAlertingConditionDescriptor added in v0.4.28

func GetGetAlertingConditionDescriptor() *GetAlertingConditionDescriptor

func (*GetAlertingConditionDescriptor) GetApiDescriptor added in v0.4.28

func (*GetAlertingConditionDescriptor) GetApiName added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetApiName() string

func (*GetAlertingConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetAlertingConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetFullMethodName() string

func (*GetAlertingConditionDescriptor) GetMethodName added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetMethodName() string

func (*GetAlertingConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetProtoPkgName() string

func (*GetAlertingConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetAlertingConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetAlertingConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetServiceDomain() string

func (*GetAlertingConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *GetAlertingConditionDescriptor) GetServiceVersion() string

func (*GetAlertingConditionDescriptor) GetVerb added in v0.4.28

func (*GetAlertingConditionDescriptor) HasResource added in v0.4.30

func (d *GetAlertingConditionDescriptor) HasResource() bool

func (*GetAlertingConditionDescriptor) IsClientStream added in v0.4.28

func (d *GetAlertingConditionDescriptor) IsClientStream() bool

func (*GetAlertingConditionDescriptor) IsCollection added in v0.4.30

func (d *GetAlertingConditionDescriptor) IsCollection() bool

func (*GetAlertingConditionDescriptor) IsPlural added in v0.4.30

func (d *GetAlertingConditionDescriptor) IsPlural() bool

func (*GetAlertingConditionDescriptor) IsServerStream added in v0.4.28

func (d *GetAlertingConditionDescriptor) IsServerStream() bool

func (*GetAlertingConditionDescriptor) IsUnary added in v0.4.28

func (d *GetAlertingConditionDescriptor) IsUnary() bool

func (*GetAlertingConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetAlertingConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetAlertingConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetAlertingConditionDescriptor) RequestHasResourceBody() bool

type GetAlertingConditionDescriptorClientMsgHandle added in v0.4.28

type GetAlertingConditionDescriptorClientMsgHandle struct{}

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertingConditionDescriptorServerMsgHandle added in v0.4.28

type GetAlertingConditionDescriptorServerMsgHandle struct{}

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertingConditionRequest

type GetAlertingConditionRequest struct {

	// Reference of ntt.monitoring.v3.AlertingCondition
	Name *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [GetAlertingCondition][ntt.monitoring.v3.GetAlertingCondition]

func (*GetAlertingConditionRequest) Clone

func (*GetAlertingConditionRequest) CloneRaw

func (*GetAlertingConditionRequest) Descriptor

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

Deprecated, Use GetAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*GetAlertingConditionRequest) GetFieldMask

func (*GetAlertingConditionRequest) GetName

func (*GetAlertingConditionRequest) GetView

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

func (*GetAlertingConditionRequest) GotenMessage

func (*GetAlertingConditionRequest) GotenMessage()

func (*GetAlertingConditionRequest) GotenObjectExt

func (o *GetAlertingConditionRequest) GotenObjectExt()

func (*GetAlertingConditionRequest) GotenValidate

func (obj *GetAlertingConditionRequest) GotenValidate() error

func (*GetAlertingConditionRequest) MakeDiffFieldMask

func (*GetAlertingConditionRequest) MakeFullFieldMask

func (*GetAlertingConditionRequest) MakeRawDiffFieldMask

func (*GetAlertingConditionRequest) MakeRawFullFieldMask

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

func (*GetAlertingConditionRequest) Marshal

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

func (*GetAlertingConditionRequest) MarshalJSON

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

func (*GetAlertingConditionRequest) Merge

func (*GetAlertingConditionRequest) MergeRaw

func (*GetAlertingConditionRequest) ProtoMessage

func (*GetAlertingConditionRequest) ProtoMessage()

func (*GetAlertingConditionRequest) ProtoReflect

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

func (*GetAlertingConditionRequest) Reset

func (m *GetAlertingConditionRequest) Reset()

func (*GetAlertingConditionRequest) SetFieldMask

func (*GetAlertingConditionRequest) SetName

func (*GetAlertingConditionRequest) SetView

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

func (*GetAlertingConditionRequest) String

func (m *GetAlertingConditionRequest) String() string

func (*GetAlertingConditionRequest) Unmarshal

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

func (*GetAlertingConditionRequest) UnmarshalJSON

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

type GetAlertingConditionRequestFieldPathBuilder

type GetAlertingConditionRequestFieldPathBuilder struct{}

func NewGetAlertingConditionRequestFieldPathBuilder

func NewGetAlertingConditionRequestFieldPathBuilder() GetAlertingConditionRequestFieldPathBuilder

func (GetAlertingConditionRequestFieldPathBuilder) FieldMask

func (GetAlertingConditionRequestFieldPathBuilder) Name

func (GetAlertingConditionRequestFieldPathBuilder) View

type GetAlertingConditionRequestPathSelectorFieldMask

type GetAlertingConditionRequestPathSelectorFieldMask struct{}

func (GetAlertingConditionRequestPathSelectorFieldMask) FieldPath

type GetAlertingConditionRequestPathSelectorName

type GetAlertingConditionRequestPathSelectorName struct{}

func (GetAlertingConditionRequestPathSelectorName) FieldPath

type GetAlertingConditionRequestPathSelectorView

type GetAlertingConditionRequestPathSelectorView struct{}

func (GetAlertingConditionRequestPathSelectorView) FieldPath

func (GetAlertingConditionRequestPathSelectorView) WithArrayOfValues

func (GetAlertingConditionRequestPathSelectorView) WithValue

type GetAlertingConditionRequest_FieldMask

type GetAlertingConditionRequest_FieldMask struct {
	Paths []GetAlertingConditionRequest_FieldPath
}

func FullGetAlertingConditionRequest_FieldMask

func FullGetAlertingConditionRequest_FieldMask() *GetAlertingConditionRequest_FieldMask

func (*GetAlertingConditionRequest_FieldMask) AppendPath

func (*GetAlertingConditionRequest_FieldMask) AppendRawPath

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

func (*GetAlertingConditionRequest_FieldMask) DecodeFirestore

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

func (*GetAlertingConditionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetAlertingConditionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetAlertingConditionRequest_FieldMask) FromProtoFieldMask

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

func (*GetAlertingConditionRequest_FieldMask) GetPaths

func (*GetAlertingConditionRequest_FieldMask) GetRawPaths

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

func (*GetAlertingConditionRequest_FieldMask) IsFull

func (fieldMask *GetAlertingConditionRequest_FieldMask) IsFull() bool

func (GetAlertingConditionRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetAlertingConditionRequest_FieldMask) MarshalJSON

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

func (*GetAlertingConditionRequest_FieldMask) PathsCount

func (fieldMask *GetAlertingConditionRequest_FieldMask) PathsCount() int

func (*GetAlertingConditionRequest_FieldMask) Project

func (*GetAlertingConditionRequest_FieldMask) ProjectRaw

func (*GetAlertingConditionRequest_FieldMask) ProtoMessage

func (fieldMask *GetAlertingConditionRequest_FieldMask) ProtoMessage()

func (*GetAlertingConditionRequest_FieldMask) ProtoReflect

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

func (*GetAlertingConditionRequest_FieldMask) Reset

func (fieldMask *GetAlertingConditionRequest_FieldMask) Reset()

func (*GetAlertingConditionRequest_FieldMask) Set

func (*GetAlertingConditionRequest_FieldMask) SetFromCliFlag

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

func (*GetAlertingConditionRequest_FieldMask) SetRaw

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

func (*GetAlertingConditionRequest_FieldMask) Size

func (fieldMask *GetAlertingConditionRequest_FieldMask) Size() int

func (*GetAlertingConditionRequest_FieldMask) String

func (fieldMask *GetAlertingConditionRequest_FieldMask) String() string

func (*GetAlertingConditionRequest_FieldMask) Subtract

func (*GetAlertingConditionRequest_FieldMask) SubtractRaw

func (*GetAlertingConditionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetAlertingConditionRequest_FieldMask) Unmarshal

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

func (*GetAlertingConditionRequest_FieldMask) UnmarshalJSON

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

type GetAlertingConditionRequest_FieldPath

type GetAlertingConditionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetAlertingConditionRequest_FieldPathSelector
	Get(source *GetAlertingConditionRequest) []interface{}
	GetSingle(source *GetAlertingConditionRequest) (interface{}, bool)
	ClearValue(item *GetAlertingConditionRequest)

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

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

func MustParseGetAlertingConditionRequest_FieldPath

func MustParseGetAlertingConditionRequest_FieldPath(rawField string) GetAlertingConditionRequest_FieldPath

func ParseGetAlertingConditionRequest_FieldPath

func ParseGetAlertingConditionRequest_FieldPath(rawField string) (GetAlertingConditionRequest_FieldPath, error)

type GetAlertingConditionRequest_FieldPathArrayItemValue

type GetAlertingConditionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetAlertingConditionRequest_FieldPath
	ContainsValue(*GetAlertingConditionRequest) bool
}

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

func MustParseGetAlertingConditionRequest_FieldPathArrayItemValue

func MustParseGetAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAlertingConditionRequest_FieldPathArrayItemValue

func ParseGetAlertingConditionRequest_FieldPathArrayItemValue

func ParseGetAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAlertingConditionRequest_FieldPathArrayItemValue, error)

ParseGetAlertingConditionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetAlertingConditionRequest_FieldPathArrayOfValues

type GetAlertingConditionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetAlertingConditionRequest_FieldPath
}

GetAlertingConditionRequest_FieldPathArrayOfValues allows storing slice of values for GetAlertingConditionRequest fields according to their type

func MustParseGetAlertingConditionRequest_FieldPathArrayOfValues

func MustParseGetAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAlertingConditionRequest_FieldPathArrayOfValues

func ParseGetAlertingConditionRequest_FieldPathArrayOfValues

func ParseGetAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAlertingConditionRequest_FieldPathArrayOfValues, error)

type GetAlertingConditionRequest_FieldPathSelector

type GetAlertingConditionRequest_FieldPathSelector int32
const (
	GetAlertingConditionRequest_FieldPathSelectorName      GetAlertingConditionRequest_FieldPathSelector = 0
	GetAlertingConditionRequest_FieldPathSelectorFieldMask GetAlertingConditionRequest_FieldPathSelector = 1
	GetAlertingConditionRequest_FieldPathSelectorView      GetAlertingConditionRequest_FieldPathSelector = 2
)

func (GetAlertingConditionRequest_FieldPathSelector) String

type GetAlertingConditionRequest_FieldPathValue

type GetAlertingConditionRequest_FieldPathValue interface {
	GetAlertingConditionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetAlertingConditionRequest)
	CompareWith(*GetAlertingConditionRequest) (cmp int, comparable bool)
}

GetAlertingConditionRequest_FieldPathValue allows storing values for GetAlertingConditionRequest fields according to their type

func MustParseGetAlertingConditionRequest_FieldPathValue

func MustParseGetAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) GetAlertingConditionRequest_FieldPathValue

func ParseGetAlertingConditionRequest_FieldPathValue

func ParseGetAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) (GetAlertingConditionRequest_FieldPathValue, error)

type GetAlertingConditionRequest_FieldTerminalPath

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

func (*GetAlertingConditionRequest_FieldTerminalPath) ClearValue

func (*GetAlertingConditionRequest_FieldTerminalPath) ClearValueRaw

func (*GetAlertingConditionRequest_FieldTerminalPath) Get

func (fp *GetAlertingConditionRequest_FieldTerminalPath) Get(source *GetAlertingConditionRequest) (values []interface{})

Get returns all values pointed by specific field from source GetAlertingConditionRequest

func (*GetAlertingConditionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetAlertingConditionRequest_FieldTerminalPath) GetRaw

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

func (*GetAlertingConditionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetAlertingConditionRequest

func (*GetAlertingConditionRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetAlertingConditionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetAlertingConditionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetAlertingConditionRequest_FieldTerminalPath) Selector

func (*GetAlertingConditionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*GetAlertingConditionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAlertingConditionRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetAlertingConditionRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetAlertingConditionRequest_FieldTerminalPath) WithIValue

func (*GetAlertingConditionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetAlertingConditionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetAlertingConditionRequest_FieldTerminalPath) WithRawIValue

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

type GetAlertingConditionRequest_FieldTerminalPathArrayItemValue

type GetAlertingConditionRequest_FieldTerminalPathArrayItemValue struct {
	GetAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingConditionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetAlertingConditionRequest_FieldTerminalPathArrayOfValues

type GetAlertingConditionRequest_FieldTerminalPathArrayOfValues struct {
	GetAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*GetAlertingConditionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetAlertingConditionRequest_FieldTerminalPathValue

type GetAlertingConditionRequest_FieldTerminalPathValue struct {
	GetAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingConditionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetAlertingConditionRequest_FieldTerminalPathValue) AsNameValue

func (*GetAlertingConditionRequest_FieldTerminalPathValue) AsViewValue

func (*GetAlertingConditionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetAlertingConditionRequest_FieldTerminalPathValue' with the value under path in 'GetAlertingConditionRequest'.

func (*GetAlertingConditionRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetAlertingConditionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetAlertingConditionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetAlertingConditionRequest

func (*GetAlertingConditionRequest_FieldTerminalPathValue) SetToRaw

type ListAlertingConditionsDescriptor added in v0.4.28

type ListAlertingConditionsDescriptor struct{}

func GetListAlertingConditionsDescriptor added in v0.4.28

func GetListAlertingConditionsDescriptor() *ListAlertingConditionsDescriptor

func (*ListAlertingConditionsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListAlertingConditionsDescriptor) GetApiName added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetApiName() string

func (*ListAlertingConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListAlertingConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetFullMethodName() string

func (*ListAlertingConditionsDescriptor) GetMethodName added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetMethodName() string

func (*ListAlertingConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetProtoPkgName() string

func (*ListAlertingConditionsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListAlertingConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListAlertingConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetServiceDomain() string

func (*ListAlertingConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListAlertingConditionsDescriptor) GetServiceVersion() string

func (*ListAlertingConditionsDescriptor) GetVerb added in v0.4.28

func (*ListAlertingConditionsDescriptor) HasResource added in v0.4.30

func (d *ListAlertingConditionsDescriptor) HasResource() bool

func (*ListAlertingConditionsDescriptor) IsClientStream added in v0.4.28

func (d *ListAlertingConditionsDescriptor) IsClientStream() bool

func (*ListAlertingConditionsDescriptor) IsCollection added in v0.4.30

func (d *ListAlertingConditionsDescriptor) IsCollection() bool

func (*ListAlertingConditionsDescriptor) IsPlural added in v0.4.30

func (d *ListAlertingConditionsDescriptor) IsPlural() bool

func (*ListAlertingConditionsDescriptor) IsServerStream added in v0.4.28

func (d *ListAlertingConditionsDescriptor) IsServerStream() bool

func (*ListAlertingConditionsDescriptor) IsUnary added in v0.4.28

func (*ListAlertingConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListAlertingConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListAlertingConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListAlertingConditionsDescriptor) RequestHasResourceBody() bool

type ListAlertingConditionsDescriptorClientMsgHandle added in v0.4.28

type ListAlertingConditionsDescriptorClientMsgHandle struct{}

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertingConditionsDescriptorServerMsgHandle added in v0.4.28

type ListAlertingConditionsDescriptorServerMsgHandle struct{}

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertingConditionsRequest

type ListAlertingConditionsRequest struct {

	// Parent name of ntt.monitoring.v3.AlertingCondition
	Parent *alerting_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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
	// [ListAlertingConditionsResponse.next_page_token][ntt.monitoring.v3.ListAlertingConditionsResponse.next_page_token]
	PageToken *alerting_condition.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 *alerting_condition.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 *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListAlertingConditionsRequest) Clone

func (*ListAlertingConditionsRequest) CloneRaw

func (*ListAlertingConditionsRequest) Descriptor

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

Deprecated, Use ListAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*ListAlertingConditionsRequest) GetFieldMask

func (*ListAlertingConditionsRequest) GetFilter

func (*ListAlertingConditionsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListAlertingConditionsRequest) GetIncludePagingInfo() bool

func (*ListAlertingConditionsRequest) GetOrderBy

func (*ListAlertingConditionsRequest) GetPageSize

func (m *ListAlertingConditionsRequest) GetPageSize() int32

func (*ListAlertingConditionsRequest) GetPageToken

func (*ListAlertingConditionsRequest) GetParent

func (*ListAlertingConditionsRequest) GetView

func (*ListAlertingConditionsRequest) GotenMessage

func (*ListAlertingConditionsRequest) GotenMessage()

func (*ListAlertingConditionsRequest) GotenObjectExt

func (o *ListAlertingConditionsRequest) GotenObjectExt()

func (*ListAlertingConditionsRequest) GotenValidate

func (obj *ListAlertingConditionsRequest) GotenValidate() error

func (*ListAlertingConditionsRequest) MakeDiffFieldMask

func (*ListAlertingConditionsRequest) MakeFullFieldMask

func (*ListAlertingConditionsRequest) MakeRawDiffFieldMask

func (*ListAlertingConditionsRequest) MakeRawFullFieldMask

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

func (*ListAlertingConditionsRequest) Marshal

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

func (*ListAlertingConditionsRequest) MarshalJSON

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

func (*ListAlertingConditionsRequest) Merge

func (*ListAlertingConditionsRequest) MergeRaw

func (*ListAlertingConditionsRequest) ProtoMessage

func (*ListAlertingConditionsRequest) ProtoMessage()

func (*ListAlertingConditionsRequest) ProtoReflect

func (*ListAlertingConditionsRequest) Reset

func (m *ListAlertingConditionsRequest) Reset()

func (*ListAlertingConditionsRequest) SetFieldMask

func (*ListAlertingConditionsRequest) SetFilter

func (*ListAlertingConditionsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListAlertingConditionsRequest) SetIncludePagingInfo(fv bool)

func (*ListAlertingConditionsRequest) SetOrderBy

func (*ListAlertingConditionsRequest) SetPageSize

func (m *ListAlertingConditionsRequest) SetPageSize(fv int32)

func (*ListAlertingConditionsRequest) SetPageToken

func (*ListAlertingConditionsRequest) SetParent

func (*ListAlertingConditionsRequest) SetView

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

func (*ListAlertingConditionsRequest) String

func (*ListAlertingConditionsRequest) Unmarshal

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

func (*ListAlertingConditionsRequest) UnmarshalJSON

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

type ListAlertingConditionsRequestFieldPathBuilder

type ListAlertingConditionsRequestFieldPathBuilder struct{}

func NewListAlertingConditionsRequestFieldPathBuilder

func NewListAlertingConditionsRequestFieldPathBuilder() ListAlertingConditionsRequestFieldPathBuilder

func (ListAlertingConditionsRequestFieldPathBuilder) FieldMask

func (ListAlertingConditionsRequestFieldPathBuilder) Filter

func (ListAlertingConditionsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListAlertingConditionsRequestFieldPathBuilder) OrderBy

func (ListAlertingConditionsRequestFieldPathBuilder) PageSize

func (ListAlertingConditionsRequestFieldPathBuilder) PageToken

func (ListAlertingConditionsRequestFieldPathBuilder) Parent

func (ListAlertingConditionsRequestFieldPathBuilder) View

type ListAlertingConditionsRequestPathSelectorFieldMask

type ListAlertingConditionsRequestPathSelectorFieldMask struct{}

func (ListAlertingConditionsRequestPathSelectorFieldMask) FieldPath

type ListAlertingConditionsRequestPathSelectorFilter

type ListAlertingConditionsRequestPathSelectorFilter struct{}

func (ListAlertingConditionsRequestPathSelectorFilter) FieldPath

func (ListAlertingConditionsRequestPathSelectorFilter) WithArrayOfValues

func (ListAlertingConditionsRequestPathSelectorFilter) WithValue

type ListAlertingConditionsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListAlertingConditionsRequestPathSelectorIncludePagingInfo struct{}

func (ListAlertingConditionsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListAlertingConditionsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListAlertingConditionsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListAlertingConditionsRequestPathSelectorOrderBy

type ListAlertingConditionsRequestPathSelectorOrderBy struct{}

func (ListAlertingConditionsRequestPathSelectorOrderBy) FieldPath

func (ListAlertingConditionsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListAlertingConditionsRequestPathSelectorOrderBy) WithValue

type ListAlertingConditionsRequestPathSelectorPageSize

type ListAlertingConditionsRequestPathSelectorPageSize struct{}

func (ListAlertingConditionsRequestPathSelectorPageSize) FieldPath

func (ListAlertingConditionsRequestPathSelectorPageSize) WithArrayOfValues

func (ListAlertingConditionsRequestPathSelectorPageSize) WithValue

type ListAlertingConditionsRequestPathSelectorPageToken

type ListAlertingConditionsRequestPathSelectorPageToken struct{}

func (ListAlertingConditionsRequestPathSelectorPageToken) FieldPath

type ListAlertingConditionsRequestPathSelectorParent

type ListAlertingConditionsRequestPathSelectorParent struct{}

func (ListAlertingConditionsRequestPathSelectorParent) FieldPath

type ListAlertingConditionsRequestPathSelectorView

type ListAlertingConditionsRequestPathSelectorView struct{}

func (ListAlertingConditionsRequestPathSelectorView) FieldPath

func (ListAlertingConditionsRequestPathSelectorView) WithArrayOfValues

func (ListAlertingConditionsRequestPathSelectorView) WithValue

type ListAlertingConditionsRequest_FieldMask

type ListAlertingConditionsRequest_FieldMask struct {
	Paths []ListAlertingConditionsRequest_FieldPath
}

func FullListAlertingConditionsRequest_FieldMask

func FullListAlertingConditionsRequest_FieldMask() *ListAlertingConditionsRequest_FieldMask

func (*ListAlertingConditionsRequest_FieldMask) AppendPath

func (*ListAlertingConditionsRequest_FieldMask) AppendRawPath

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

func (*ListAlertingConditionsRequest_FieldMask) DecodeFirestore

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

func (*ListAlertingConditionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertingConditionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertingConditionsRequest_FieldMask) FromProtoFieldMask

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

func (*ListAlertingConditionsRequest_FieldMask) GetPaths

func (*ListAlertingConditionsRequest_FieldMask) GetRawPaths

func (*ListAlertingConditionsRequest_FieldMask) IsFull

func (fieldMask *ListAlertingConditionsRequest_FieldMask) IsFull() bool

func (ListAlertingConditionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertingConditionsRequest_FieldMask) MarshalJSON

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

func (*ListAlertingConditionsRequest_FieldMask) PathsCount

func (fieldMask *ListAlertingConditionsRequest_FieldMask) PathsCount() int

func (*ListAlertingConditionsRequest_FieldMask) Project

func (*ListAlertingConditionsRequest_FieldMask) ProjectRaw

func (*ListAlertingConditionsRequest_FieldMask) ProtoMessage

func (fieldMask *ListAlertingConditionsRequest_FieldMask) ProtoMessage()

func (*ListAlertingConditionsRequest_FieldMask) ProtoReflect

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

func (*ListAlertingConditionsRequest_FieldMask) Reset

func (fieldMask *ListAlertingConditionsRequest_FieldMask) Reset()

func (*ListAlertingConditionsRequest_FieldMask) Set

func (*ListAlertingConditionsRequest_FieldMask) SetFromCliFlag

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

func (*ListAlertingConditionsRequest_FieldMask) SetRaw

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

func (*ListAlertingConditionsRequest_FieldMask) Size

func (fieldMask *ListAlertingConditionsRequest_FieldMask) Size() int

func (*ListAlertingConditionsRequest_FieldMask) String

func (fieldMask *ListAlertingConditionsRequest_FieldMask) String() string

func (*ListAlertingConditionsRequest_FieldMask) Subtract

func (*ListAlertingConditionsRequest_FieldMask) SubtractRaw

func (*ListAlertingConditionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertingConditionsRequest_FieldMask) Unmarshal

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

func (*ListAlertingConditionsRequest_FieldMask) UnmarshalJSON

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

type ListAlertingConditionsRequest_FieldPath

type ListAlertingConditionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertingConditionsRequest_FieldPathSelector
	Get(source *ListAlertingConditionsRequest) []interface{}
	GetSingle(source *ListAlertingConditionsRequest) (interface{}, bool)
	ClearValue(item *ListAlertingConditionsRequest)

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

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

func MustParseListAlertingConditionsRequest_FieldPath

func MustParseListAlertingConditionsRequest_FieldPath(rawField string) ListAlertingConditionsRequest_FieldPath

func ParseListAlertingConditionsRequest_FieldPath

func ParseListAlertingConditionsRequest_FieldPath(rawField string) (ListAlertingConditionsRequest_FieldPath, error)

type ListAlertingConditionsRequest_FieldPathArrayItemValue

type ListAlertingConditionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertingConditionsRequest_FieldPath
	ContainsValue(*ListAlertingConditionsRequest) bool
}

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

func MustParseListAlertingConditionsRequest_FieldPathArrayItemValue

func MustParseListAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertingConditionsRequest_FieldPathArrayItemValue

func ParseListAlertingConditionsRequest_FieldPathArrayItemValue

func ParseListAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertingConditionsRequest_FieldPathArrayItemValue, error)

ParseListAlertingConditionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertingConditionsRequest_FieldPathArrayOfValues

type ListAlertingConditionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertingConditionsRequest_FieldPath
}

ListAlertingConditionsRequest_FieldPathArrayOfValues allows storing slice of values for ListAlertingConditionsRequest fields according to their type

func MustParseListAlertingConditionsRequest_FieldPathArrayOfValues

func MustParseListAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertingConditionsRequest_FieldPathArrayOfValues

func ParseListAlertingConditionsRequest_FieldPathArrayOfValues

func ParseListAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertingConditionsRequest_FieldPathArrayOfValues, error)

type ListAlertingConditionsRequest_FieldPathSelector

type ListAlertingConditionsRequest_FieldPathSelector int32
const (
	ListAlertingConditionsRequest_FieldPathSelectorParent            ListAlertingConditionsRequest_FieldPathSelector = 0
	ListAlertingConditionsRequest_FieldPathSelectorPageSize          ListAlertingConditionsRequest_FieldPathSelector = 1
	ListAlertingConditionsRequest_FieldPathSelectorPageToken         ListAlertingConditionsRequest_FieldPathSelector = 2
	ListAlertingConditionsRequest_FieldPathSelectorOrderBy           ListAlertingConditionsRequest_FieldPathSelector = 3
	ListAlertingConditionsRequest_FieldPathSelectorFilter            ListAlertingConditionsRequest_FieldPathSelector = 4
	ListAlertingConditionsRequest_FieldPathSelectorFieldMask         ListAlertingConditionsRequest_FieldPathSelector = 5
	ListAlertingConditionsRequest_FieldPathSelectorView              ListAlertingConditionsRequest_FieldPathSelector = 6
	ListAlertingConditionsRequest_FieldPathSelectorIncludePagingInfo ListAlertingConditionsRequest_FieldPathSelector = 7
)

func (ListAlertingConditionsRequest_FieldPathSelector) String

type ListAlertingConditionsRequest_FieldPathValue

type ListAlertingConditionsRequest_FieldPathValue interface {
	ListAlertingConditionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertingConditionsRequest)
	CompareWith(*ListAlertingConditionsRequest) (cmp int, comparable bool)
}

ListAlertingConditionsRequest_FieldPathValue allows storing values for ListAlertingConditionsRequest fields according to their type

func MustParseListAlertingConditionsRequest_FieldPathValue

func MustParseListAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) ListAlertingConditionsRequest_FieldPathValue

func ParseListAlertingConditionsRequest_FieldPathValue

func ParseListAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) (ListAlertingConditionsRequest_FieldPathValue, error)

type ListAlertingConditionsRequest_FieldTerminalPath

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

func (*ListAlertingConditionsRequest_FieldTerminalPath) ClearValue

func (*ListAlertingConditionsRequest_FieldTerminalPath) ClearValueRaw

func (*ListAlertingConditionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListAlertingConditionsRequest

func (*ListAlertingConditionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingConditionsRequest_FieldTerminalPath) GetRaw

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

func (*ListAlertingConditionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAlertingConditionsRequest

func (*ListAlertingConditionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertingConditionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingConditionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingConditionsRequest_FieldTerminalPath) Selector

func (*ListAlertingConditionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListAlertingConditionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithIValue

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertingConditionsRequest_FieldTerminalPath) WithRawIValue

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

type ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue

type ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue struct {
	ListAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues

type ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues struct {
	ListAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListAlertingConditionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertingConditionsRequest_FieldTerminalPathValue

type ListAlertingConditionsRequest_FieldTerminalPathValue struct {
	ListAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsParentValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) AsViewValue

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertingConditionsRequest_FieldTerminalPathValue' with the value under path in 'ListAlertingConditionsRequest'.

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertingConditionsRequest

func (*ListAlertingConditionsRequest_FieldTerminalPathValue) SetToRaw

type ListAlertingConditionsResponse

type ListAlertingConditionsResponse struct {

	// The list of AlertingConditions
	AlertingConditions []*alerting_condition.AlertingCondition `` /* 146-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAlertingConditionsRequest.page_token][ntt.monitoring.v3.ListAlertingConditionsRequest.page_token]
	PrevPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAlertingConditionsRequest.page_token][ntt.monitoring.v3.ListAlertingConditionsRequest.page_token]
	NextPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total AlertingConditions across all pages or 0, if there are no
	// items, paging info was not requested or there was an error while trying to
	// get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListAlertingConditionsResponse) Clone

func (*ListAlertingConditionsResponse) CloneRaw

func (*ListAlertingConditionsResponse) Descriptor

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

Deprecated, Use ListAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*ListAlertingConditionsResponse) GetAlertingConditions

func (*ListAlertingConditionsResponse) GetCurrentOffset added in v0.10.1

func (m *ListAlertingConditionsResponse) GetCurrentOffset() int32

func (*ListAlertingConditionsResponse) GetNextPageToken

func (*ListAlertingConditionsResponse) GetPrevPageToken

func (*ListAlertingConditionsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListAlertingConditionsResponse) GetTotalResultsCount() int32

func (*ListAlertingConditionsResponse) GotenMessage

func (*ListAlertingConditionsResponse) GotenMessage()

func (*ListAlertingConditionsResponse) GotenObjectExt

func (o *ListAlertingConditionsResponse) GotenObjectExt()

func (*ListAlertingConditionsResponse) GotenValidate

func (obj *ListAlertingConditionsResponse) GotenValidate() error

func (*ListAlertingConditionsResponse) MakeDiffFieldMask

func (*ListAlertingConditionsResponse) MakeFullFieldMask

func (*ListAlertingConditionsResponse) MakeRawDiffFieldMask

func (*ListAlertingConditionsResponse) MakeRawFullFieldMask

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

func (*ListAlertingConditionsResponse) Marshal

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

func (*ListAlertingConditionsResponse) MarshalJSON

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

func (*ListAlertingConditionsResponse) Merge

func (*ListAlertingConditionsResponse) MergeRaw

func (*ListAlertingConditionsResponse) ProtoMessage

func (*ListAlertingConditionsResponse) ProtoMessage()

func (*ListAlertingConditionsResponse) ProtoReflect

func (*ListAlertingConditionsResponse) Reset

func (m *ListAlertingConditionsResponse) Reset()

func (*ListAlertingConditionsResponse) SetAlertingConditions

func (*ListAlertingConditionsResponse) SetCurrentOffset added in v0.10.1

func (m *ListAlertingConditionsResponse) SetCurrentOffset(fv int32)

func (*ListAlertingConditionsResponse) SetNextPageToken

func (*ListAlertingConditionsResponse) SetPrevPageToken

func (*ListAlertingConditionsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListAlertingConditionsResponse) SetTotalResultsCount(fv int32)

func (*ListAlertingConditionsResponse) String

func (*ListAlertingConditionsResponse) Unmarshal

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

func (*ListAlertingConditionsResponse) UnmarshalJSON

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

type ListAlertingConditionsResponseFieldPathBuilder

type ListAlertingConditionsResponseFieldPathBuilder struct{}

func NewListAlertingConditionsResponseFieldPathBuilder

func NewListAlertingConditionsResponseFieldPathBuilder() ListAlertingConditionsResponseFieldPathBuilder

func (ListAlertingConditionsResponseFieldPathBuilder) AlertingConditions

func (ListAlertingConditionsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListAlertingConditionsResponseFieldPathBuilder) NextPageToken

func (ListAlertingConditionsResponseFieldPathBuilder) PrevPageToken

func (ListAlertingConditionsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) FieldPath

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithValue

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) FieldPath

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithValue

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) FieldPath

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithArrayOfValues

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithValue

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels

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

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (ListAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditions

type ListAlertingConditionsResponsePathSelectorAlertingConditions struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditions) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditions) Name

func (ListAlertingConditionsResponsePathSelectorAlertingConditions) Spec

func (ListAlertingConditionsResponsePathSelectorAlertingConditions) State

type ListAlertingConditionsResponsePathSelectorAlertingConditionsDescription

type ListAlertingConditionsResponsePathSelectorAlertingConditionsDescription struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDescription) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName

type ListAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) DeleteTime added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Lifecycle added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) State added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Region added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Version added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid

type ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsName

type ListAlertingConditionsResponsePathSelectorAlertingConditionsName struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsName) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsName) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsName) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpec

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpec struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpec) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithValue

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType

type ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsState

type ListAlertingConditionsResponsePathSelectorAlertingConditionsState struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsState) FieldPath

type ListAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount

type ListAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount struct{}

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) FieldPath

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithArrayOfValues

func (ListAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithValue

type ListAlertingConditionsResponsePathSelectorCurrentOffset added in v0.10.1

type ListAlertingConditionsResponsePathSelectorCurrentOffset struct{}

func (ListAlertingConditionsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListAlertingConditionsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListAlertingConditionsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListAlertingConditionsResponsePathSelectorNextPageToken

type ListAlertingConditionsResponsePathSelectorNextPageToken struct{}

func (ListAlertingConditionsResponsePathSelectorNextPageToken) FieldPath

type ListAlertingConditionsResponsePathSelectorPrevPageToken

type ListAlertingConditionsResponsePathSelectorPrevPageToken struct{}

func (ListAlertingConditionsResponsePathSelectorPrevPageToken) FieldPath

type ListAlertingConditionsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListAlertingConditionsResponsePathSelectorTotalResultsCount struct{}

func (ListAlertingConditionsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListAlertingConditionsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListAlertingConditionsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListAlertingConditionsResponse_FieldMask

type ListAlertingConditionsResponse_FieldMask struct {
	Paths []ListAlertingConditionsResponse_FieldPath
}

func FullListAlertingConditionsResponse_FieldMask

func FullListAlertingConditionsResponse_FieldMask() *ListAlertingConditionsResponse_FieldMask

func (*ListAlertingConditionsResponse_FieldMask) AppendPath

func (*ListAlertingConditionsResponse_FieldMask) AppendRawPath

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

func (*ListAlertingConditionsResponse_FieldMask) DecodeFirestore

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

func (*ListAlertingConditionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertingConditionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertingConditionsResponse_FieldMask) FromProtoFieldMask

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

func (*ListAlertingConditionsResponse_FieldMask) GetPaths

func (*ListAlertingConditionsResponse_FieldMask) GetRawPaths

func (*ListAlertingConditionsResponse_FieldMask) IsFull

func (fieldMask *ListAlertingConditionsResponse_FieldMask) IsFull() bool

func (ListAlertingConditionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertingConditionsResponse_FieldMask) MarshalJSON

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

func (*ListAlertingConditionsResponse_FieldMask) PathsCount

func (fieldMask *ListAlertingConditionsResponse_FieldMask) PathsCount() int

func (*ListAlertingConditionsResponse_FieldMask) Project

func (*ListAlertingConditionsResponse_FieldMask) ProjectRaw

func (*ListAlertingConditionsResponse_FieldMask) ProtoMessage

func (fieldMask *ListAlertingConditionsResponse_FieldMask) ProtoMessage()

func (*ListAlertingConditionsResponse_FieldMask) ProtoReflect

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

func (*ListAlertingConditionsResponse_FieldMask) Reset

func (fieldMask *ListAlertingConditionsResponse_FieldMask) Reset()

func (*ListAlertingConditionsResponse_FieldMask) Set

func (*ListAlertingConditionsResponse_FieldMask) SetFromCliFlag

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

func (*ListAlertingConditionsResponse_FieldMask) SetRaw

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

func (*ListAlertingConditionsResponse_FieldMask) Size

func (*ListAlertingConditionsResponse_FieldMask) String

func (*ListAlertingConditionsResponse_FieldMask) Subtract

func (*ListAlertingConditionsResponse_FieldMask) SubtractRaw

func (*ListAlertingConditionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertingConditionsResponse_FieldMask) Unmarshal

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

func (*ListAlertingConditionsResponse_FieldMask) UnmarshalJSON

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

type ListAlertingConditionsResponse_FieldPath

type ListAlertingConditionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertingConditionsResponse_FieldPathSelector
	Get(source *ListAlertingConditionsResponse) []interface{}
	GetSingle(source *ListAlertingConditionsResponse) (interface{}, bool)
	ClearValue(item *ListAlertingConditionsResponse)

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

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

func MustParseListAlertingConditionsResponse_FieldPath

func MustParseListAlertingConditionsResponse_FieldPath(rawField string) ListAlertingConditionsResponse_FieldPath

func ParseListAlertingConditionsResponse_FieldPath

func ParseListAlertingConditionsResponse_FieldPath(rawField string) (ListAlertingConditionsResponse_FieldPath, error)

type ListAlertingConditionsResponse_FieldPathArrayItemValue

type ListAlertingConditionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertingConditionsResponse_FieldPath
	ContainsValue(*ListAlertingConditionsResponse) bool
}

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

func MustParseListAlertingConditionsResponse_FieldPathArrayItemValue

func MustParseListAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertingConditionsResponse_FieldPathArrayItemValue

func ParseListAlertingConditionsResponse_FieldPathArrayItemValue

func ParseListAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertingConditionsResponse_FieldPathArrayItemValue, error)

ParseListAlertingConditionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertingConditionsResponse_FieldPathArrayOfValues

type ListAlertingConditionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertingConditionsResponse_FieldPath
}

ListAlertingConditionsResponse_FieldPathArrayOfValues allows storing slice of values for ListAlertingConditionsResponse fields according to their type

func MustParseListAlertingConditionsResponse_FieldPathArrayOfValues

func MustParseListAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertingConditionsResponse_FieldPathArrayOfValues

func ParseListAlertingConditionsResponse_FieldPathArrayOfValues

func ParseListAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertingConditionsResponse_FieldPathArrayOfValues, error)

type ListAlertingConditionsResponse_FieldPathSelector

type ListAlertingConditionsResponse_FieldPathSelector int32
const (
	ListAlertingConditionsResponse_FieldPathSelectorAlertingConditions ListAlertingConditionsResponse_FieldPathSelector = 0
	ListAlertingConditionsResponse_FieldPathSelectorPrevPageToken      ListAlertingConditionsResponse_FieldPathSelector = 1
	ListAlertingConditionsResponse_FieldPathSelectorNextPageToken      ListAlertingConditionsResponse_FieldPathSelector = 2
	ListAlertingConditionsResponse_FieldPathSelectorCurrentOffset      ListAlertingConditionsResponse_FieldPathSelector = 3
	ListAlertingConditionsResponse_FieldPathSelectorTotalResultsCount  ListAlertingConditionsResponse_FieldPathSelector = 4
)

func (ListAlertingConditionsResponse_FieldPathSelector) String

type ListAlertingConditionsResponse_FieldPathValue

type ListAlertingConditionsResponse_FieldPathValue interface {
	ListAlertingConditionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertingConditionsResponse)
	CompareWith(*ListAlertingConditionsResponse) (cmp int, comparable bool)
}

ListAlertingConditionsResponse_FieldPathValue allows storing values for ListAlertingConditionsResponse fields according to their type

func MustParseListAlertingConditionsResponse_FieldPathValue

func MustParseListAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) ListAlertingConditionsResponse_FieldPathValue

func ParseListAlertingConditionsResponse_FieldPathValue

func ParseListAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) (ListAlertingConditionsResponse_FieldPathValue, error)

type ListAlertingConditionsResponse_FieldSubPath

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

func (*ListAlertingConditionsResponse_FieldSubPath) AsAlertingConditionsSubPath

func (*ListAlertingConditionsResponse_FieldSubPath) ClearValue

func (*ListAlertingConditionsResponse_FieldSubPath) ClearValueRaw

func (*ListAlertingConditionsResponse_FieldSubPath) Get

func (fps *ListAlertingConditionsResponse_FieldSubPath) Get(source *ListAlertingConditionsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListAlertingConditionsResponse

func (*ListAlertingConditionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingConditionsResponse_FieldSubPath) GetRaw

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

func (*ListAlertingConditionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source ListAlertingConditionsResponse

func (*ListAlertingConditionsResponse_FieldSubPath) GetSingleRaw

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

func (*ListAlertingConditionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingConditionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingConditionsResponse_FieldSubPath) Selector

func (*ListAlertingConditionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListAlertingConditionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListAlertingConditionsResponse_FieldSubPath) WithIArrayItemValue

func (*ListAlertingConditionsResponse_FieldSubPath) WithIArrayOfValues

func (*ListAlertingConditionsResponse_FieldSubPath) WithIValue

func (*ListAlertingConditionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListAlertingConditionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListAlertingConditionsResponse_FieldSubPath) WithRawIValue

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

type ListAlertingConditionsResponse_FieldSubPathArrayItemValue

type ListAlertingConditionsResponse_FieldSubPathArrayItemValue struct {
	ListAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldSubPathArrayItemValue) AsAlertingConditionsPathItemValue

func (*ListAlertingConditionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListAlertingConditionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListAlertingConditionsResponse_FieldSubPathArrayOfValues

type ListAlertingConditionsResponse_FieldSubPathArrayOfValues struct {
	ListAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldSubPathArrayOfValues) AsAlertingConditionsPathArrayOfValues

func (*ListAlertingConditionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListAlertingConditionsResponse_FieldSubPathValue

type ListAlertingConditionsResponse_FieldSubPathValue struct {
	ListAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldSubPathValue) AsAlertingConditionsPathValue

func (*ListAlertingConditionsResponse_FieldSubPathValue) CompareWith

func (*ListAlertingConditionsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListAlertingConditionsResponse_FieldSubPathValue) GetRawValue

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

func (*ListAlertingConditionsResponse_FieldSubPathValue) SetTo

func (*ListAlertingConditionsResponse_FieldSubPathValue) SetToRaw

type ListAlertingConditionsResponse_FieldTerminalPath

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

func (*ListAlertingConditionsResponse_FieldTerminalPath) ClearValue

func (*ListAlertingConditionsResponse_FieldTerminalPath) ClearValueRaw

func (*ListAlertingConditionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListAlertingConditionsResponse

func (*ListAlertingConditionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingConditionsResponse_FieldTerminalPath) GetRaw

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

func (*ListAlertingConditionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAlertingConditionsResponse

func (*ListAlertingConditionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertingConditionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingConditionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingConditionsResponse_FieldTerminalPath) Selector

func (*ListAlertingConditionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListAlertingConditionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithIValue

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertingConditionsResponse_FieldTerminalPath) WithRawIValue

type ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue

type ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue struct {
	ListAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue) AsAlertingConditionsItemValue

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues

type ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues struct {
	ListAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsAlertingConditionsArrayOfValues

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListAlertingConditionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertingConditionsResponse_FieldTerminalPathValue

type ListAlertingConditionsResponse_FieldTerminalPathValue struct {
	ListAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) AsAlertingConditionsValue

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertingConditionsResponse_FieldTerminalPathValue' with the value under path in 'ListAlertingConditionsResponse'.

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertingConditionsResponse

func (*ListAlertingConditionsResponse_FieldTerminalPathValue) SetToRaw

type SearchAlertingConditionsDescriptor added in v0.10.4

type SearchAlertingConditionsDescriptor struct{}

func GetSearchAlertingConditionsDescriptor added in v0.10.4

func GetSearchAlertingConditionsDescriptor() *SearchAlertingConditionsDescriptor

func (*SearchAlertingConditionsDescriptor) GetApiDescriptor added in v0.10.4

func (*SearchAlertingConditionsDescriptor) GetApiName added in v0.10.4

func (*SearchAlertingConditionsDescriptor) GetClientMsgReflectHandle added in v0.10.4

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

func (*SearchAlertingConditionsDescriptor) GetFullMethodName added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) GetFullMethodName() string

func (*SearchAlertingConditionsDescriptor) GetMethodName added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) GetMethodName() string

func (*SearchAlertingConditionsDescriptor) GetProtoPkgName added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) GetProtoPkgName() string

func (*SearchAlertingConditionsDescriptor) GetResourceDescriptor added in v0.10.4

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

func (*SearchAlertingConditionsDescriptor) GetServerMsgReflectHandle added in v0.10.4

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

func (*SearchAlertingConditionsDescriptor) GetServiceDomain added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) GetServiceDomain() string

func (*SearchAlertingConditionsDescriptor) GetServiceVersion added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) GetServiceVersion() string

func (*SearchAlertingConditionsDescriptor) GetVerb added in v0.10.4

func (*SearchAlertingConditionsDescriptor) HasResource added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) HasResource() bool

func (*SearchAlertingConditionsDescriptor) IsClientStream added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) IsClientStream() bool

func (*SearchAlertingConditionsDescriptor) IsCollection added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) IsCollection() bool

func (*SearchAlertingConditionsDescriptor) IsPlural added in v0.10.4

func (*SearchAlertingConditionsDescriptor) IsServerStream added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) IsServerStream() bool

func (*SearchAlertingConditionsDescriptor) IsUnary added in v0.10.4

func (*SearchAlertingConditionsDescriptor) NewEmptyClientMsg added in v0.10.4

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

func (*SearchAlertingConditionsDescriptor) NewEmptyServerMsg added in v0.10.4

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

func (*SearchAlertingConditionsDescriptor) RequestHasResourceBody added in v0.10.4

func (d *SearchAlertingConditionsDescriptor) RequestHasResourceBody() bool

type SearchAlertingConditionsDescriptorClientMsgHandle added in v0.10.4

type SearchAlertingConditionsDescriptorClientMsgHandle struct{}

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.4

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.10.4

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.4

type SearchAlertingConditionsDescriptorServerMsgHandle added in v0.10.4

type SearchAlertingConditionsDescriptorServerMsgHandle struct{}

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.4

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.10.4

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.4

type SearchAlertingConditionsRequest added in v0.10.4

type SearchAlertingConditionsRequest struct {

	// Parent name of ntt.monitoring.v3.AlertingCondition
	Parent *alerting_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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
	// [SearchAlertingConditionsResponse.next_page_token][ntt.monitoring.v3.SearchAlertingConditionsResponse.next_page_token]
	PageToken *alerting_condition.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 *alerting_condition.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 *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Optional search phrase used to further filter results.
	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty" firestore:"phrase"`
	// contains filtered or unexported fields
}

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

func (*SearchAlertingConditionsRequest) Clone added in v0.10.4

func (*SearchAlertingConditionsRequest) CloneRaw added in v0.10.4

func (*SearchAlertingConditionsRequest) Descriptor added in v0.10.4

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

Deprecated, Use SearchAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*SearchAlertingConditionsRequest) GetFieldMask added in v0.10.4

func (*SearchAlertingConditionsRequest) GetFilter added in v0.10.4

func (*SearchAlertingConditionsRequest) GetOrderBy added in v0.10.4

func (*SearchAlertingConditionsRequest) GetPageSize added in v0.10.4

func (m *SearchAlertingConditionsRequest) GetPageSize() int32

func (*SearchAlertingConditionsRequest) GetPageToken added in v0.10.4

func (*SearchAlertingConditionsRequest) GetParent added in v0.10.4

func (*SearchAlertingConditionsRequest) GetPhrase added in v0.10.4

func (m *SearchAlertingConditionsRequest) GetPhrase() string

func (*SearchAlertingConditionsRequest) GetView added in v0.10.4

func (*SearchAlertingConditionsRequest) GotenMessage added in v0.10.4

func (*SearchAlertingConditionsRequest) GotenMessage()

func (*SearchAlertingConditionsRequest) GotenObjectExt added in v0.10.4

func (o *SearchAlertingConditionsRequest) GotenObjectExt()

func (*SearchAlertingConditionsRequest) GotenValidate added in v0.10.4

func (obj *SearchAlertingConditionsRequest) GotenValidate() error

func (*SearchAlertingConditionsRequest) MakeDiffFieldMask added in v0.10.4

func (*SearchAlertingConditionsRequest) MakeFullFieldMask added in v0.10.4

func (*SearchAlertingConditionsRequest) MakeRawDiffFieldMask added in v0.10.4

func (*SearchAlertingConditionsRequest) MakeRawFullFieldMask added in v0.10.4

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

func (*SearchAlertingConditionsRequest) Marshal added in v0.10.4

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

func (*SearchAlertingConditionsRequest) MarshalJSON added in v0.10.4

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

func (*SearchAlertingConditionsRequest) Merge added in v0.10.4

func (*SearchAlertingConditionsRequest) MergeRaw added in v0.10.4

func (*SearchAlertingConditionsRequest) ProtoMessage added in v0.10.4

func (*SearchAlertingConditionsRequest) ProtoMessage()

func (*SearchAlertingConditionsRequest) ProtoReflect added in v0.10.4

func (*SearchAlertingConditionsRequest) Reset added in v0.10.4

func (*SearchAlertingConditionsRequest) SetFieldMask added in v0.10.4

func (*SearchAlertingConditionsRequest) SetFilter added in v0.10.4

func (*SearchAlertingConditionsRequest) SetOrderBy added in v0.10.4

func (*SearchAlertingConditionsRequest) SetPageSize added in v0.10.4

func (m *SearchAlertingConditionsRequest) SetPageSize(fv int32)

func (*SearchAlertingConditionsRequest) SetPageToken added in v0.10.4

func (*SearchAlertingConditionsRequest) SetParent added in v0.10.4

func (*SearchAlertingConditionsRequest) SetPhrase added in v0.10.4

func (m *SearchAlertingConditionsRequest) SetPhrase(fv string)

func (*SearchAlertingConditionsRequest) SetView added in v0.10.4

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

func (*SearchAlertingConditionsRequest) String added in v0.10.4

func (*SearchAlertingConditionsRequest) Unmarshal added in v0.10.4

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

func (*SearchAlertingConditionsRequest) UnmarshalJSON added in v0.10.4

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

type SearchAlertingConditionsRequestFieldPathBuilder added in v0.10.4

type SearchAlertingConditionsRequestFieldPathBuilder struct{}

func NewSearchAlertingConditionsRequestFieldPathBuilder added in v0.10.4

func NewSearchAlertingConditionsRequestFieldPathBuilder() SearchAlertingConditionsRequestFieldPathBuilder

func (SearchAlertingConditionsRequestFieldPathBuilder) FieldMask added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) Filter added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) OrderBy added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) PageSize added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) PageToken added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) Parent added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) Phrase added in v0.10.4

func (SearchAlertingConditionsRequestFieldPathBuilder) View added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorFieldMask added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorFieldMask struct{}

func (SearchAlertingConditionsRequestPathSelectorFieldMask) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorFieldMask) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorFieldMask) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorFilter added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorFilter struct{}

func (SearchAlertingConditionsRequestPathSelectorFilter) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorFilter) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorFilter) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorOrderBy added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorOrderBy struct{}

func (SearchAlertingConditionsRequestPathSelectorOrderBy) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorOrderBy) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorOrderBy) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPageSize added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPageSize struct{}

func (SearchAlertingConditionsRequestPathSelectorPageSize) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPageSize) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPageSize) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPageToken added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPageToken struct{}

func (SearchAlertingConditionsRequestPathSelectorPageToken) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPageToken) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorParent added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorParent struct{}

func (SearchAlertingConditionsRequestPathSelectorParent) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorParent) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorParent) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPhrase added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorPhrase struct{}

func (SearchAlertingConditionsRequestPathSelectorPhrase) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPhrase) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorPhrase) WithValue added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorView added in v0.10.4

type SearchAlertingConditionsRequestPathSelectorView struct{}

func (SearchAlertingConditionsRequestPathSelectorView) FieldPath added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorView) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsRequestPathSelectorView) WithValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldMask added in v0.10.4

type SearchAlertingConditionsRequest_FieldMask struct {
	Paths []SearchAlertingConditionsRequest_FieldPath
}

func FullSearchAlertingConditionsRequest_FieldMask added in v0.10.4

func FullSearchAlertingConditionsRequest_FieldMask() *SearchAlertingConditionsRequest_FieldMask

func (*SearchAlertingConditionsRequest_FieldMask) AppendPath added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) AppendRawPath added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) DecodeFirestore added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) EncodeFirestore added in v0.10.4

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

firestore encoding/decoding integration

func (*SearchAlertingConditionsRequest_FieldMask) FilterInputFields added in v0.10.4

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchAlertingConditionsRequest_FieldMask) FromProtoFieldMask added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) GetPaths added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) GetRawPaths added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) IsFull added in v0.10.4

func (fieldMask *SearchAlertingConditionsRequest_FieldMask) IsFull() bool

func (SearchAlertingConditionsRequest_FieldMask) Marshal added in v0.10.4

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

implement methods required by customType

func (SearchAlertingConditionsRequest_FieldMask) MarshalJSON added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) PathsCount added in v0.10.4

func (fieldMask *SearchAlertingConditionsRequest_FieldMask) PathsCount() int

func (*SearchAlertingConditionsRequest_FieldMask) Project added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) ProjectRaw added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) ProtoMessage added in v0.10.4

func (fieldMask *SearchAlertingConditionsRequest_FieldMask) ProtoMessage()

func (*SearchAlertingConditionsRequest_FieldMask) ProtoReflect added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) Reset added in v0.10.4

func (fieldMask *SearchAlertingConditionsRequest_FieldMask) Reset()

func (*SearchAlertingConditionsRequest_FieldMask) Set added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) SetFromCliFlag added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) SetRaw added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) Size added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) String added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) Subtract added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) SubtractRaw added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldMask) ToProtoFieldMask added in v0.10.4

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

ToFieldMask is used for proto conversions

func (*SearchAlertingConditionsRequest_FieldMask) Unmarshal added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldMask) UnmarshalJSON added in v0.10.4

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

type SearchAlertingConditionsRequest_FieldPath added in v0.10.4

type SearchAlertingConditionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchAlertingConditionsRequest_FieldPathSelector
	Get(source *SearchAlertingConditionsRequest) []interface{}
	GetSingle(source *SearchAlertingConditionsRequest) (interface{}, bool)
	ClearValue(item *SearchAlertingConditionsRequest)

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

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

func BuildSearchAlertingConditionsRequest_FieldPath added in v0.10.4

func BuildSearchAlertingConditionsRequest_FieldPath(fp gotenobject.RawFieldPath) (SearchAlertingConditionsRequest_FieldPath, error)

func MustParseSearchAlertingConditionsRequest_FieldPath added in v0.10.4

func MustParseSearchAlertingConditionsRequest_FieldPath(rawField string) SearchAlertingConditionsRequest_FieldPath

func ParseSearchAlertingConditionsRequest_FieldPath added in v0.10.4

func ParseSearchAlertingConditionsRequest_FieldPath(rawField string) (SearchAlertingConditionsRequest_FieldPath, error)

type SearchAlertingConditionsRequest_FieldPathArrayItemValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchAlertingConditionsRequest_FieldPath
	ContainsValue(*SearchAlertingConditionsRequest) bool
}

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

func MustParseSearchAlertingConditionsRequest_FieldPathArrayItemValue added in v0.10.4

func MustParseSearchAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchAlertingConditionsRequest_FieldPathArrayItemValue

func ParseSearchAlertingConditionsRequest_FieldPathArrayItemValue added in v0.10.4

func ParseSearchAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchAlertingConditionsRequest_FieldPathArrayItemValue, error)

ParseSearchAlertingConditionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchAlertingConditionsRequest_FieldPathArrayOfValues added in v0.10.4

type SearchAlertingConditionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchAlertingConditionsRequest_FieldPath
}

SearchAlertingConditionsRequest_FieldPathArrayOfValues allows storing slice of values for SearchAlertingConditionsRequest fields according to their type

func MustParseSearchAlertingConditionsRequest_FieldPathArrayOfValues added in v0.10.4

func MustParseSearchAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchAlertingConditionsRequest_FieldPathArrayOfValues

func ParseSearchAlertingConditionsRequest_FieldPathArrayOfValues added in v0.10.4

func ParseSearchAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchAlertingConditionsRequest_FieldPathArrayOfValues, error)

type SearchAlertingConditionsRequest_FieldPathSelector added in v0.10.4

type SearchAlertingConditionsRequest_FieldPathSelector int32
const (
	SearchAlertingConditionsRequest_FieldPathSelectorParent    SearchAlertingConditionsRequest_FieldPathSelector = 0
	SearchAlertingConditionsRequest_FieldPathSelectorPageSize  SearchAlertingConditionsRequest_FieldPathSelector = 1
	SearchAlertingConditionsRequest_FieldPathSelectorPageToken SearchAlertingConditionsRequest_FieldPathSelector = 2
	SearchAlertingConditionsRequest_FieldPathSelectorOrderBy   SearchAlertingConditionsRequest_FieldPathSelector = 3
	SearchAlertingConditionsRequest_FieldPathSelectorFilter    SearchAlertingConditionsRequest_FieldPathSelector = 4
	SearchAlertingConditionsRequest_FieldPathSelectorFieldMask SearchAlertingConditionsRequest_FieldPathSelector = 5
	SearchAlertingConditionsRequest_FieldPathSelectorView      SearchAlertingConditionsRequest_FieldPathSelector = 6
	SearchAlertingConditionsRequest_FieldPathSelectorPhrase    SearchAlertingConditionsRequest_FieldPathSelector = 7
)

func (SearchAlertingConditionsRequest_FieldPathSelector) String added in v0.10.4

type SearchAlertingConditionsRequest_FieldPathValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldPathValue interface {
	SearchAlertingConditionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchAlertingConditionsRequest)
	CompareWith(*SearchAlertingConditionsRequest) (cmp int, comparable bool)
}

SearchAlertingConditionsRequest_FieldPathValue allows storing values for SearchAlertingConditionsRequest fields according to their type

func MustParseSearchAlertingConditionsRequest_FieldPathValue added in v0.10.4

func MustParseSearchAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) SearchAlertingConditionsRequest_FieldPathValue

func ParseSearchAlertingConditionsRequest_FieldPathValue added in v0.10.4

func ParseSearchAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) (SearchAlertingConditionsRequest_FieldPathValue, error)

type SearchAlertingConditionsRequest_FieldTerminalPath added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPath) ClearValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) Get added in v0.10.4

Get returns all values pointed by specific field from source SearchAlertingConditionsRequest

func (*SearchAlertingConditionsRequest_FieldTerminalPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingConditionsRequest_FieldTerminalPath) GetRaw added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPath) GetSingle added in v0.10.4

GetSingle returns value pointed by specific field of from source SearchAlertingConditionsRequest

func (*SearchAlertingConditionsRequest_FieldTerminalPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingConditionsRequest_FieldTerminalPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingConditionsRequest_FieldTerminalPath) Selector added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithIValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPath) WithRawIValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue struct {
	SearchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.4

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

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

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.4

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

type SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues added in v0.10.4

type SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues struct {
	SearchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingConditionsRequest_FieldTerminalPathValue added in v0.10.4

type SearchAlertingConditionsRequest_FieldTerminalPathValue struct {
	SearchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsFieldMaskValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsFilterValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsOrderByValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsPageSizeValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsPageTokenValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsParentValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsPhraseValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) AsViewValue added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) CompareWith added in v0.10.4

CompareWith compares value in the 'SearchAlertingConditionsRequest_FieldTerminalPathValue' with the value under path in 'SearchAlertingConditionsRequest'.

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.4

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) GetRawValue added in v0.10.4

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

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

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) SetTo added in v0.10.4

SetTo stores value for selected field for object SearchAlertingConditionsRequest

func (*SearchAlertingConditionsRequest_FieldTerminalPathValue) SetToRaw added in v0.10.4

type SearchAlertingConditionsResponse added in v0.10.4

type SearchAlertingConditionsResponse struct {

	// The list of AlertingConditions
	AlertingConditions []*alerting_condition.AlertingCondition `` /* 146-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [SearchAlertingConditionsRequest.page_token][ntt.monitoring.v3.SearchAlertingConditionsRequest.page_token]
	PrevPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [SearchAlertingConditionsRequest.page_token][ntt.monitoring.v3.SearchAlertingConditionsRequest.page_token]
	NextPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page (0 if no page tokens were given). Page
	// index can be computed from offset and limit provided in a request
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total AlertingConditions across all pages.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*SearchAlertingConditionsResponse) Clone added in v0.10.4

func (*SearchAlertingConditionsResponse) CloneRaw added in v0.10.4

func (*SearchAlertingConditionsResponse) Descriptor added in v0.10.4

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

Deprecated, Use SearchAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*SearchAlertingConditionsResponse) GetAlertingConditions added in v0.10.4

func (*SearchAlertingConditionsResponse) GetCurrentOffset added in v0.10.4

func (m *SearchAlertingConditionsResponse) GetCurrentOffset() int32

func (*SearchAlertingConditionsResponse) GetNextPageToken added in v0.10.4

func (*SearchAlertingConditionsResponse) GetPrevPageToken added in v0.10.4

func (*SearchAlertingConditionsResponse) GetTotalResultsCount added in v0.10.4

func (m *SearchAlertingConditionsResponse) GetTotalResultsCount() int32

func (*SearchAlertingConditionsResponse) GotenMessage added in v0.10.4

func (*SearchAlertingConditionsResponse) GotenMessage()

func (*SearchAlertingConditionsResponse) GotenObjectExt added in v0.10.4

func (o *SearchAlertingConditionsResponse) GotenObjectExt()

func (*SearchAlertingConditionsResponse) GotenValidate added in v0.10.4

func (obj *SearchAlertingConditionsResponse) GotenValidate() error

func (*SearchAlertingConditionsResponse) MakeDiffFieldMask added in v0.10.4

func (*SearchAlertingConditionsResponse) MakeFullFieldMask added in v0.10.4

func (*SearchAlertingConditionsResponse) MakeRawDiffFieldMask added in v0.10.4

func (*SearchAlertingConditionsResponse) MakeRawFullFieldMask added in v0.10.4

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

func (*SearchAlertingConditionsResponse) Marshal added in v0.10.4

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

func (*SearchAlertingConditionsResponse) MarshalJSON added in v0.10.4

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

func (*SearchAlertingConditionsResponse) Merge added in v0.10.4

func (*SearchAlertingConditionsResponse) MergeRaw added in v0.10.4

func (*SearchAlertingConditionsResponse) ProtoMessage added in v0.10.4

func (*SearchAlertingConditionsResponse) ProtoMessage()

func (*SearchAlertingConditionsResponse) ProtoReflect added in v0.10.4

func (*SearchAlertingConditionsResponse) Reset added in v0.10.4

func (*SearchAlertingConditionsResponse) SetAlertingConditions added in v0.10.4

func (*SearchAlertingConditionsResponse) SetCurrentOffset added in v0.10.4

func (m *SearchAlertingConditionsResponse) SetCurrentOffset(fv int32)

func (*SearchAlertingConditionsResponse) SetNextPageToken added in v0.10.4

func (*SearchAlertingConditionsResponse) SetPrevPageToken added in v0.10.4

func (*SearchAlertingConditionsResponse) SetTotalResultsCount added in v0.10.4

func (m *SearchAlertingConditionsResponse) SetTotalResultsCount(fv int32)

func (*SearchAlertingConditionsResponse) String added in v0.10.4

func (*SearchAlertingConditionsResponse) Unmarshal added in v0.10.4

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

func (*SearchAlertingConditionsResponse) UnmarshalJSON added in v0.10.4

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

type SearchAlertingConditionsResponseFieldPathBuilder added in v0.10.4

type SearchAlertingConditionsResponseFieldPathBuilder struct{}

func NewSearchAlertingConditionsResponseFieldPathBuilder added in v0.10.4

func NewSearchAlertingConditionsResponseFieldPathBuilder() SearchAlertingConditionsResponseFieldPathBuilder

func (SearchAlertingConditionsResponseFieldPathBuilder) AlertingConditions added in v0.10.4

func (SearchAlertingConditionsResponseFieldPathBuilder) CurrentOffset added in v0.10.4

func (SearchAlertingConditionsResponseFieldPathBuilder) NextPageToken added in v0.10.4

func (SearchAlertingConditionsResponseFieldPathBuilder) PrevPageToken added in v0.10.4

func (SearchAlertingConditionsResponseFieldPathBuilder) TotalResultsCount added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataAnnotations) WithValue added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsMetadataShards) WithValue added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) WithValue added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels added in v0.10.4

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

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponseMapPathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditions added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditions struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) Description added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) DisplayName added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) Metadata added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) Name added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) Spec added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) State added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithSubArrayItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithSubArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithSubPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithSubValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditions) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsDescription added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsDescription struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDescription) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDescription) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsDisplayName) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Annotations added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) CreateTime added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) DeleteTime added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Generation added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Labels added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Lifecycle added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) OwnerReferences added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) ResourceVersion added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Shards added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Syncing added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Tags added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) UpdateTime added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) Uuid added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadata) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataAnnotations) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataCreateTime) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataDeleteTime) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataGeneration) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) BlockDeletion added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) State added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycle) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleBlockDeletion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataLifecycleState) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Controller added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Kind added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Name added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Region added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) RequiresOwnerReference added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) Version added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferences) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesController) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesKind) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesName) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRegion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataOwnerReferencesVersion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataResourceVersion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataShards) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) OwningRegion added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) Regions added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncing) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingOwningRegion) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataSyncingRegions) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataTags) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUpdateTime) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsMetadataUuid) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsName added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsName struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsName) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsName) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsName) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec) TimeSeries added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec) Trigger added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpec) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) CombineThreshold added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) Duration added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) Query added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) Threshold added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeries) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) Combine added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) PerMetric added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThreshold) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdCombine) FieldPath added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesCombineThresholdPerMetric) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesDuration) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) Aggregation added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) Selector added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuery) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) AlignmentPeriod added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) CrossSeriesReducer added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) GroupByFields added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) PerSeriesAligner added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregation) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationGroupByFields) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) Metric added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) Resource added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelector) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) Labels added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) Types added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetric) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorMetricTypes) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) Labels added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) Types added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResource) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithKey added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceLabels) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesQuerySelectorResourceTypes) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) Compare added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) Value added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThreshold) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdCompare) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTimeSeriesThresholdValue) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) Type added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTrigger) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsSpecTriggerType) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsState added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsState struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsState) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsState) FiringAlertsCount added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsState) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsState) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount struct{}

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorAlertingConditionsStateFiringAlertsCount) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorCurrentOffset added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorCurrentOffset struct{}

func (SearchAlertingConditionsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorCurrentOffset) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorNextPageToken added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorNextPageToken struct{}

func (SearchAlertingConditionsResponsePathSelectorNextPageToken) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorNextPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorNextPageToken) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorPrevPageToken added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorPrevPageToken struct{}

func (SearchAlertingConditionsResponsePathSelectorPrevPageToken) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorPrevPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorPrevPageToken) WithValue added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorTotalResultsCount added in v0.10.4

type SearchAlertingConditionsResponsePathSelectorTotalResultsCount struct{}

func (SearchAlertingConditionsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.4

func (SearchAlertingConditionsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldMask added in v0.10.4

type SearchAlertingConditionsResponse_FieldMask struct {
	Paths []SearchAlertingConditionsResponse_FieldPath
}

func FullSearchAlertingConditionsResponse_FieldMask added in v0.10.4

func FullSearchAlertingConditionsResponse_FieldMask() *SearchAlertingConditionsResponse_FieldMask

func (*SearchAlertingConditionsResponse_FieldMask) AppendPath added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) AppendRawPath added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) DecodeFirestore added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) EncodeFirestore added in v0.10.4

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

firestore encoding/decoding integration

func (*SearchAlertingConditionsResponse_FieldMask) FilterInputFields added in v0.10.4

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchAlertingConditionsResponse_FieldMask) FromProtoFieldMask added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) GetPaths added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) GetRawPaths added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) IsFull added in v0.10.4

func (SearchAlertingConditionsResponse_FieldMask) Marshal added in v0.10.4

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

implement methods required by customType

func (SearchAlertingConditionsResponse_FieldMask) MarshalJSON added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) PathsCount added in v0.10.4

func (fieldMask *SearchAlertingConditionsResponse_FieldMask) PathsCount() int

func (*SearchAlertingConditionsResponse_FieldMask) Project added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) ProjectRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) ProtoMessage added in v0.10.4

func (fieldMask *SearchAlertingConditionsResponse_FieldMask) ProtoMessage()

func (*SearchAlertingConditionsResponse_FieldMask) ProtoReflect added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) Reset added in v0.10.4

func (fieldMask *SearchAlertingConditionsResponse_FieldMask) Reset()

func (*SearchAlertingConditionsResponse_FieldMask) Set added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) SetFromCliFlag added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) SetRaw added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) Size added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) String added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) Subtract added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) SubtractRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldMask) ToProtoFieldMask added in v0.10.4

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

ToFieldMask is used for proto conversions

func (*SearchAlertingConditionsResponse_FieldMask) Unmarshal added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldMask) UnmarshalJSON added in v0.10.4

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

type SearchAlertingConditionsResponse_FieldPath added in v0.10.4

type SearchAlertingConditionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchAlertingConditionsResponse_FieldPathSelector
	Get(source *SearchAlertingConditionsResponse) []interface{}
	GetSingle(source *SearchAlertingConditionsResponse) (interface{}, bool)
	ClearValue(item *SearchAlertingConditionsResponse)

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

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

func BuildSearchAlertingConditionsResponse_FieldPath added in v0.10.4

func BuildSearchAlertingConditionsResponse_FieldPath(fp gotenobject.RawFieldPath) (SearchAlertingConditionsResponse_FieldPath, error)

func MustParseSearchAlertingConditionsResponse_FieldPath added in v0.10.4

func MustParseSearchAlertingConditionsResponse_FieldPath(rawField string) SearchAlertingConditionsResponse_FieldPath

func ParseSearchAlertingConditionsResponse_FieldPath added in v0.10.4

func ParseSearchAlertingConditionsResponse_FieldPath(rawField string) (SearchAlertingConditionsResponse_FieldPath, error)

type SearchAlertingConditionsResponse_FieldPathArrayItemValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchAlertingConditionsResponse_FieldPath
	ContainsValue(*SearchAlertingConditionsResponse) bool
}

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

func MustParseSearchAlertingConditionsResponse_FieldPathArrayItemValue added in v0.10.4

func MustParseSearchAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchAlertingConditionsResponse_FieldPathArrayItemValue

func ParseSearchAlertingConditionsResponse_FieldPathArrayItemValue added in v0.10.4

func ParseSearchAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchAlertingConditionsResponse_FieldPathArrayItemValue, error)

ParseSearchAlertingConditionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchAlertingConditionsResponse_FieldPathArrayOfValues added in v0.10.4

type SearchAlertingConditionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchAlertingConditionsResponse_FieldPath
}

SearchAlertingConditionsResponse_FieldPathArrayOfValues allows storing slice of values for SearchAlertingConditionsResponse fields according to their type

func MustParseSearchAlertingConditionsResponse_FieldPathArrayOfValues added in v0.10.4

func MustParseSearchAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchAlertingConditionsResponse_FieldPathArrayOfValues

func ParseSearchAlertingConditionsResponse_FieldPathArrayOfValues added in v0.10.4

func ParseSearchAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchAlertingConditionsResponse_FieldPathArrayOfValues, error)

type SearchAlertingConditionsResponse_FieldPathSelector added in v0.10.4

type SearchAlertingConditionsResponse_FieldPathSelector int32
const (
	SearchAlertingConditionsResponse_FieldPathSelectorAlertingConditions SearchAlertingConditionsResponse_FieldPathSelector = 0
	SearchAlertingConditionsResponse_FieldPathSelectorPrevPageToken      SearchAlertingConditionsResponse_FieldPathSelector = 1
	SearchAlertingConditionsResponse_FieldPathSelectorNextPageToken      SearchAlertingConditionsResponse_FieldPathSelector = 2
	SearchAlertingConditionsResponse_FieldPathSelectorCurrentOffset      SearchAlertingConditionsResponse_FieldPathSelector = 3
	SearchAlertingConditionsResponse_FieldPathSelectorTotalResultsCount  SearchAlertingConditionsResponse_FieldPathSelector = 4
)

func (SearchAlertingConditionsResponse_FieldPathSelector) String added in v0.10.4

type SearchAlertingConditionsResponse_FieldPathValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldPathValue interface {
	SearchAlertingConditionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchAlertingConditionsResponse)
	CompareWith(*SearchAlertingConditionsResponse) (cmp int, comparable bool)
}

SearchAlertingConditionsResponse_FieldPathValue allows storing values for SearchAlertingConditionsResponse fields according to their type

func MustParseSearchAlertingConditionsResponse_FieldPathValue added in v0.10.4

func MustParseSearchAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) SearchAlertingConditionsResponse_FieldPathValue

func ParseSearchAlertingConditionsResponse_FieldPathValue added in v0.10.4

func ParseSearchAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) (SearchAlertingConditionsResponse_FieldPathValue, error)

type SearchAlertingConditionsResponse_FieldSubPath added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) AsAlertingConditionsSubPath added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) ClearValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) Get added in v0.10.4

Get returns all values pointed by selected field from source SearchAlertingConditionsResponse

func (*SearchAlertingConditionsResponse_FieldSubPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingConditionsResponse_FieldSubPath) GetRaw added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) GetSingle added in v0.10.4

GetSingle returns value of selected field from source SearchAlertingConditionsResponse

func (*SearchAlertingConditionsResponse_FieldSubPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingConditionsResponse_FieldSubPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingConditionsResponse_FieldSubPath) Selector added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingConditionsResponse_FieldSubPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) WithIValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPath) WithRawIValue added in v0.10.4

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

type SearchAlertingConditionsResponse_FieldSubPathArrayItemValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldSubPathArrayItemValue struct {
	SearchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldSubPathArrayItemValue) AsAlertingConditionsPathItemValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPathArrayItemValue) GetRawItemValue added in v0.10.4

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

GetRawValue returns stored array item value

type SearchAlertingConditionsResponse_FieldSubPathArrayOfValues added in v0.10.4

type SearchAlertingConditionsResponse_FieldSubPathArrayOfValues struct {
	SearchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldSubPathArrayOfValues) AsAlertingConditionsPathArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingConditionsResponse_FieldSubPathValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldSubPathValue struct {
	SearchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldSubPathValue) AsAlertingConditionsPathValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathValue) CompareWith added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathValue) CompareWithRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathValue) GetRawValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldSubPathValue) SetTo added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldSubPathValue) SetToRaw added in v0.10.4

type SearchAlertingConditionsResponse_FieldTerminalPath added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPath) ClearValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) Get added in v0.10.4

Get returns all values pointed by specific field from source SearchAlertingConditionsResponse

func (*SearchAlertingConditionsResponse_FieldTerminalPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingConditionsResponse_FieldTerminalPath) GetRaw added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPath) GetSingle added in v0.10.4

GetSingle returns value pointed by specific field of from source SearchAlertingConditionsResponse

func (*SearchAlertingConditionsResponse_FieldTerminalPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingConditionsResponse_FieldTerminalPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingConditionsResponse_FieldTerminalPath) Selector added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithIValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPath) WithRawIValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue struct {
	SearchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) AsAlertingConditionsItemValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.4

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

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.4

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

type SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues added in v0.10.4

type SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues struct {
	SearchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsAlertingConditionsArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingConditionsResponse_FieldTerminalPathValue added in v0.10.4

type SearchAlertingConditionsResponse_FieldTerminalPathValue struct {
	SearchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) AsAlertingConditionsValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) AsNextPageTokenValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) AsPrevPageTokenValue added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.4

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) CompareWith added in v0.10.4

CompareWith compares value in the 'SearchAlertingConditionsResponse_FieldTerminalPathValue' with the value under path in 'SearchAlertingConditionsResponse'.

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) CompareWithRaw added in v0.10.4

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) GetRawValue added in v0.10.4

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

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

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) SetTo added in v0.10.4

SetTo stores value for selected field for object SearchAlertingConditionsResponse

func (*SearchAlertingConditionsResponse_FieldTerminalPathValue) SetToRaw added in v0.10.4

type UpdateAlertingConditionDescriptor added in v0.4.28

type UpdateAlertingConditionDescriptor struct{}

func GetUpdateAlertingConditionDescriptor added in v0.4.28

func GetUpdateAlertingConditionDescriptor() *UpdateAlertingConditionDescriptor

func (*UpdateAlertingConditionDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateAlertingConditionDescriptor) GetApiName added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetApiName() string

func (*UpdateAlertingConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertingConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetFullMethodName() string

func (*UpdateAlertingConditionDescriptor) GetMethodName added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetMethodName() string

func (*UpdateAlertingConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetProtoPkgName() string

func (*UpdateAlertingConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateAlertingConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertingConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetServiceDomain() string

func (*UpdateAlertingConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) GetServiceVersion() string

func (*UpdateAlertingConditionDescriptor) GetVerb added in v0.4.28

func (*UpdateAlertingConditionDescriptor) HasResource added in v0.4.30

func (d *UpdateAlertingConditionDescriptor) HasResource() bool

func (*UpdateAlertingConditionDescriptor) IsClientStream added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) IsClientStream() bool

func (*UpdateAlertingConditionDescriptor) IsCollection added in v0.4.30

func (d *UpdateAlertingConditionDescriptor) IsCollection() bool

func (*UpdateAlertingConditionDescriptor) IsPlural added in v0.4.30

func (*UpdateAlertingConditionDescriptor) IsServerStream added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) IsServerStream() bool

func (*UpdateAlertingConditionDescriptor) IsUnary added in v0.4.28

func (*UpdateAlertingConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateAlertingConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateAlertingConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateAlertingConditionDescriptor) RequestHasResourceBody() bool

type UpdateAlertingConditionDescriptorClientMsgHandle added in v0.4.28

type UpdateAlertingConditionDescriptorClientMsgHandle struct{}

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertingConditionDescriptorServerMsgHandle added in v0.4.28

type UpdateAlertingConditionDescriptorServerMsgHandle struct{}

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertingConditionRequest

type UpdateAlertingConditionRequest struct {

	// AlertingCondition resource body
	AlertingCondition *alerting_condition.AlertingCondition `` /* 142-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *alerting_condition.AlertingCondition_FieldMask `` /* 153-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 *UpdateAlertingConditionRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

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

func (*UpdateAlertingConditionRequest) Clone

func (*UpdateAlertingConditionRequest) CloneRaw

func (*UpdateAlertingConditionRequest) Descriptor

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

Deprecated, Use UpdateAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertingConditionRequest) GetAlertingCondition

func (*UpdateAlertingConditionRequest) GetCas

func (*UpdateAlertingConditionRequest) GetUpdateMask

func (*UpdateAlertingConditionRequest) GotenMessage

func (*UpdateAlertingConditionRequest) GotenMessage()

func (*UpdateAlertingConditionRequest) GotenObjectExt

func (o *UpdateAlertingConditionRequest) GotenObjectExt()

func (*UpdateAlertingConditionRequest) GotenValidate

func (obj *UpdateAlertingConditionRequest) GotenValidate() error

func (*UpdateAlertingConditionRequest) MakeDiffFieldMask

func (*UpdateAlertingConditionRequest) MakeFullFieldMask

func (*UpdateAlertingConditionRequest) MakeRawDiffFieldMask

func (*UpdateAlertingConditionRequest) MakeRawFullFieldMask

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

func (*UpdateAlertingConditionRequest) Marshal

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

func (*UpdateAlertingConditionRequest) MarshalJSON

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

func (*UpdateAlertingConditionRequest) Merge

func (*UpdateAlertingConditionRequest) MergeRaw

func (*UpdateAlertingConditionRequest) ProtoMessage

func (*UpdateAlertingConditionRequest) ProtoMessage()

func (*UpdateAlertingConditionRequest) ProtoReflect

func (*UpdateAlertingConditionRequest) Reset

func (m *UpdateAlertingConditionRequest) Reset()

func (*UpdateAlertingConditionRequest) SetAlertingCondition

func (*UpdateAlertingConditionRequest) SetCas

func (*UpdateAlertingConditionRequest) SetUpdateMask

func (*UpdateAlertingConditionRequest) String

func (*UpdateAlertingConditionRequest) Unmarshal

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

func (*UpdateAlertingConditionRequest) UnmarshalJSON

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

type UpdateAlertingConditionRequestCASFieldPathBuilder

type UpdateAlertingConditionRequestCASFieldPathBuilder struct{}

func NewUpdateAlertingConditionRequestCASFieldPathBuilder

func NewUpdateAlertingConditionRequestCASFieldPathBuilder() UpdateAlertingConditionRequestCASFieldPathBuilder

func (UpdateAlertingConditionRequestCASFieldPathBuilder) ConditionalState

func (UpdateAlertingConditionRequestCASFieldPathBuilder) FieldMask

type UpdateAlertingConditionRequestCAS_FieldPath

type UpdateAlertingConditionRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertingConditionRequestCAS_FieldPathSelector
	Get(source *UpdateAlertingConditionRequest_CAS) []interface{}
	GetSingle(source *UpdateAlertingConditionRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateAlertingConditionRequest_CAS)

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

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

func MustParseUpdateAlertingConditionRequestCAS_FieldPath

func MustParseUpdateAlertingConditionRequestCAS_FieldPath(rawField string) UpdateAlertingConditionRequestCAS_FieldPath

func ParseUpdateAlertingConditionRequestCAS_FieldPath

func ParseUpdateAlertingConditionRequestCAS_FieldPath(rawField string) (UpdateAlertingConditionRequestCAS_FieldPath, error)

type UpdateAlertingConditionRequestCAS_FieldPathArrayItemValue

type UpdateAlertingConditionRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertingConditionRequestCAS_FieldPath
	ContainsValue(*UpdateAlertingConditionRequest_CAS) bool
}

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

func MustParseUpdateAlertingConditionRequestCAS_FieldPathArrayItemValue

func MustParseUpdateAlertingConditionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertingConditionRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertingConditionRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertingConditionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertingConditionRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateAlertingConditionRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertingConditionRequestCAS_FieldPathArrayOfValues

type UpdateAlertingConditionRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertingConditionRequestCAS_FieldPath
}

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

func MustParseUpdateAlertingConditionRequestCAS_FieldPathArrayOfValues

func MustParseUpdateAlertingConditionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertingConditionRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertingConditionRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertingConditionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertingConditionRequestCAS_FieldPathArrayOfValues, error)

type UpdateAlertingConditionRequestCAS_FieldPathSelector

type UpdateAlertingConditionRequestCAS_FieldPathSelector int32
const (
	UpdateAlertingConditionRequestCAS_FieldPathSelectorConditionalState UpdateAlertingConditionRequestCAS_FieldPathSelector = 0
	UpdateAlertingConditionRequestCAS_FieldPathSelectorFieldMask        UpdateAlertingConditionRequestCAS_FieldPathSelector = 1
)

func (UpdateAlertingConditionRequestCAS_FieldPathSelector) String

type UpdateAlertingConditionRequestCAS_FieldPathValue

type UpdateAlertingConditionRequestCAS_FieldPathValue interface {
	UpdateAlertingConditionRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertingConditionRequest_CAS)
	CompareWith(*UpdateAlertingConditionRequest_CAS) (cmp int, comparable bool)
}

UpdateAlertingConditionRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateAlertingConditionRequestCAS_FieldPathValue

func MustParseUpdateAlertingConditionRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAlertingConditionRequestCAS_FieldPathValue

func ParseUpdateAlertingConditionRequestCAS_FieldPathValue

func ParseUpdateAlertingConditionRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAlertingConditionRequestCAS_FieldPathValue, error)

type UpdateAlertingConditionRequestCAS_FieldSubPath

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) ClearValue

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdateAlertingConditionRequest_CAS

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateAlertingConditionRequest_CAS

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) Selector

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithIValue

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateAlertingConditionRequestCAS_FieldSubPathArrayItemValue

type UpdateAlertingConditionRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateAlertingConditionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateAlertingConditionRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertingConditionRequestCAS_FieldSubPathArrayOfValues

type UpdateAlertingConditionRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateAlertingConditionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateAlertingConditionRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertingConditionRequestCAS_FieldSubPathValue

type UpdateAlertingConditionRequestCAS_FieldSubPathValue struct {
	UpdateAlertingConditionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) CompareWithRaw

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) SetTo

func (*UpdateAlertingConditionRequestCAS_FieldSubPathValue) SetToRaw

type UpdateAlertingConditionRequestCAS_FieldTerminalPath

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateAlertingConditionRequest_CAS

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAlertingConditionRequest_CAS

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) Selector

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue

type UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateAlertingConditionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayOfValues

type UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateAlertingConditionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertingConditionRequestCAS_FieldTerminalPathValue

type UpdateAlertingConditionRequestCAS_FieldTerminalPathValue struct {
	UpdateAlertingConditionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertingConditionRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAlertingConditionRequest_CAS'.

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateAlertingConditionRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAlertingConditionRequestFieldPathBuilder

type UpdateAlertingConditionRequestFieldPathBuilder struct{}

func NewUpdateAlertingConditionRequestFieldPathBuilder

func NewUpdateAlertingConditionRequestFieldPathBuilder() UpdateAlertingConditionRequestFieldPathBuilder

func (UpdateAlertingConditionRequestFieldPathBuilder) AlertingCondition

func (UpdateAlertingConditionRequestFieldPathBuilder) Cas

func (UpdateAlertingConditionRequestFieldPathBuilder) UpdateMask

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataAnnotations) WithValue

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataLabels) WithValue

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionMetadataShards) WithValue

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdPerMetric

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels

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

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestMapPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingCondition

type UpdateAlertingConditionRequestPathSelectorAlertingCondition struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingCondition) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingCondition) Name

func (UpdateAlertingConditionRequestPathSelectorAlertingCondition) Spec

func (UpdateAlertingConditionRequestPathSelectorAlertingCondition) State

type UpdateAlertingConditionRequestPathSelectorAlertingConditionDescription

type UpdateAlertingConditionRequestPathSelectorAlertingConditionDescription struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDescription) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDescription) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDescription) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionDisplayName

type UpdateAlertingConditionRequestPathSelectorAlertingConditionDisplayName struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionDisplayName) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadata) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataAnnotations) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataCreateTime) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataGeneration) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferences) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesController) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesKind) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesName) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataResourceVersion) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataShards) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncing) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingOwningRegion) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataSyncingRegions) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataTags) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUpdateTime) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid

type UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionMetadataUuid) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionName

type UpdateAlertingConditionRequestPathSelectorAlertingConditionName struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionName) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpec

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpec struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpec) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeries) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThreshold) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdCombine) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesDuration) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuery) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregation) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelector) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetric) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResource) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThreshold) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdCompare) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTimeSeriesThresholdValue) WithValue

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTrigger) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType

type UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionSpecTriggerType) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionState

type UpdateAlertingConditionRequestPathSelectorAlertingConditionState struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionState) FieldPath

type UpdateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount

type UpdateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount struct{}

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) FieldPath

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorAlertingConditionStateFiringAlertsCount) WithValue

type UpdateAlertingConditionRequestPathSelectorCas

type UpdateAlertingConditionRequestPathSelectorCas struct{}

func (UpdateAlertingConditionRequestPathSelectorCas) ConditionalState

func (UpdateAlertingConditionRequestPathSelectorCas) FieldMask

func (UpdateAlertingConditionRequestPathSelectorCas) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalState

type UpdateAlertingConditionRequestPathSelectorCasConditionalState struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalState) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalState) Name

func (UpdateAlertingConditionRequestPathSelectorCasConditionalState) Spec

func (UpdateAlertingConditionRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalState) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateDescription

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateDescription struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDescription) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDescription) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDescription) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateDisplayName

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataShards

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateName

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpec

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpec) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeries

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeries struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeries) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThreshold

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThreshold struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThreshold) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdCombine

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdCombine struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdCombine) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdPerMetric

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdPerMetric struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesDuration

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesDuration struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesDuration) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesDuration) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesDuration) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuery

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuery struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuery) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregation

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregation struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregation) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregation) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelector

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelector struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelector) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelector) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelector) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetric

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetric struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetric) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetric) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResource

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResource struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResource) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResource) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThreshold

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThreshold struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThreshold) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdCompare

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdCompare struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdCompare) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdValue struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdValue) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdValue) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTimeSeriesThresholdValue) WithValue

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTrigger

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTrigger struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTrigger) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTriggerType

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTriggerType struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateSpecTriggerType) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateState

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateState struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateState) FieldPath

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateStateFiringAlertsCount

type UpdateAlertingConditionRequestPathSelectorCasConditionalStateStateFiringAlertsCount struct{}

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateStateFiringAlertsCount) FieldPath

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateStateFiringAlertsCount) WithArrayOfValues

func (UpdateAlertingConditionRequestPathSelectorCasConditionalStateStateFiringAlertsCount) WithValue

type UpdateAlertingConditionRequestPathSelectorCasFieldMask

type UpdateAlertingConditionRequestPathSelectorCasFieldMask struct{}

func (UpdateAlertingConditionRequestPathSelectorCasFieldMask) FieldPath

type UpdateAlertingConditionRequestPathSelectorUpdateMask

type UpdateAlertingConditionRequestPathSelectorUpdateMask struct{}

func (UpdateAlertingConditionRequestPathSelectorUpdateMask) FieldPath

type UpdateAlertingConditionRequest_CAS

type UpdateAlertingConditionRequest_CAS struct {

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

func (*UpdateAlertingConditionRequest_CAS) CloneRaw

func (*UpdateAlertingConditionRequest_CAS) Descriptor

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

Deprecated, Use UpdateAlertingConditionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAlertingConditionRequest_CAS) GetConditionalState

func (*UpdateAlertingConditionRequest_CAS) GetFieldMask

func (*UpdateAlertingConditionRequest_CAS) GotenMessage

func (*UpdateAlertingConditionRequest_CAS) GotenMessage()

func (*UpdateAlertingConditionRequest_CAS) GotenObjectExt

func (o *UpdateAlertingConditionRequest_CAS) GotenObjectExt()

func (*UpdateAlertingConditionRequest_CAS) GotenValidate

func (obj *UpdateAlertingConditionRequest_CAS) GotenValidate() error

func (*UpdateAlertingConditionRequest_CAS) MakeFullFieldMask

func (*UpdateAlertingConditionRequest_CAS) MakeRawDiffFieldMask

func (*UpdateAlertingConditionRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateAlertingConditionRequest_CAS) Marshal

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

func (*UpdateAlertingConditionRequest_CAS) MarshalJSON

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

func (*UpdateAlertingConditionRequest_CAS) Merge

func (*UpdateAlertingConditionRequest_CAS) MergeRaw

func (*UpdateAlertingConditionRequest_CAS) ProtoMessage

func (*UpdateAlertingConditionRequest_CAS) ProtoMessage()

func (*UpdateAlertingConditionRequest_CAS) ProtoReflect

func (*UpdateAlertingConditionRequest_CAS) Reset

func (*UpdateAlertingConditionRequest_CAS) SetConditionalState

func (*UpdateAlertingConditionRequest_CAS) SetFieldMask

func (*UpdateAlertingConditionRequest_CAS) String

func (*UpdateAlertingConditionRequest_CAS) Unmarshal

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

func (*UpdateAlertingConditionRequest_CAS) UnmarshalJSON

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

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesCombineThresholdPerMetric

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels

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

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASMapPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalState

type UpdateAlertingConditionRequest_CASPathSelectorConditionalState struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalState) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDescription

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDescription struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDescription) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDescription) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDescription) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDisplayName

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateName

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpec

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpec) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeries

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeries struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeries) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThreshold

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThreshold struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThreshold) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdCombine

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdCombine struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdCombine) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdPerMetric

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdPerMetric struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesCombineThresholdPerMetric) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesDuration

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesDuration struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesDuration) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesDuration) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesDuration) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuery

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuery struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuery) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregation

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregation struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregation) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregation) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregation) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationGroupByFields) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelector

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelector struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelector) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelector) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelector) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetric

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetric struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetric) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetric) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricLabels) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorMetricTypes) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResource

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResource struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResource) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResource) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResource) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceLabels) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesQuerySelectorResourceTypes) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThreshold

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThreshold struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThreshold) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdCompare

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdCompare struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdCompare) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdValue struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdValue) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdValue) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTimeSeriesThresholdValue) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTrigger

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTrigger struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTrigger) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTriggerType

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTriggerType struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateSpecTriggerType) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateState

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateState struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateState) FieldPath

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateStateFiringAlertsCount

type UpdateAlertingConditionRequest_CASPathSelectorConditionalStateStateFiringAlertsCount struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateStateFiringAlertsCount) FieldPath

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateStateFiringAlertsCount) WithArrayOfValues

func (UpdateAlertingConditionRequest_CASPathSelectorConditionalStateStateFiringAlertsCount) WithValue

type UpdateAlertingConditionRequest_CASPathSelectorFieldMask

type UpdateAlertingConditionRequest_CASPathSelectorFieldMask struct{}

func (UpdateAlertingConditionRequest_CASPathSelectorFieldMask) FieldPath

type UpdateAlertingConditionRequest_CAS_FieldMask

type UpdateAlertingConditionRequest_CAS_FieldMask struct {
	Paths []UpdateAlertingConditionRequestCAS_FieldPath
}

func FullUpdateAlertingConditionRequest_CAS_FieldMask

func FullUpdateAlertingConditionRequest_CAS_FieldMask() *UpdateAlertingConditionRequest_CAS_FieldMask

func (*UpdateAlertingConditionRequest_CAS_FieldMask) AppendPath

func (*UpdateAlertingConditionRequest_CAS_FieldMask) AppendRawPath

func (*UpdateAlertingConditionRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateAlertingConditionRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertingConditionRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertingConditionRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertingConditionRequest_CAS_FieldMask) GetPaths

func (*UpdateAlertingConditionRequest_CAS_FieldMask) GetRawPaths

func (*UpdateAlertingConditionRequest_CAS_FieldMask) IsFull

func (UpdateAlertingConditionRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertingConditionRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateAlertingConditionRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateAlertingConditionRequest_CAS_FieldMask) PathsCount() int

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Project

func (*UpdateAlertingConditionRequest_CAS_FieldMask) ProjectRaw

func (*UpdateAlertingConditionRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertingConditionRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateAlertingConditionRequest_CAS_FieldMask) ProtoReflect

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Reset

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Set

func (*UpdateAlertingConditionRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateAlertingConditionRequest_CAS_FieldMask) SetRaw

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Size

func (*UpdateAlertingConditionRequest_CAS_FieldMask) String

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Subtract

func (*UpdateAlertingConditionRequest_CAS_FieldMask) SubtractRaw

func (*UpdateAlertingConditionRequest_CAS_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*UpdateAlertingConditionRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateAlertingConditionRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateAlertingConditionRequest_FieldMask

type UpdateAlertingConditionRequest_FieldMask struct {
	Paths []UpdateAlertingConditionRequest_FieldPath
}

func FullUpdateAlertingConditionRequest_FieldMask

func FullUpdateAlertingConditionRequest_FieldMask() *UpdateAlertingConditionRequest_FieldMask

func (*UpdateAlertingConditionRequest_FieldMask) AppendPath

func (*UpdateAlertingConditionRequest_FieldMask) AppendRawPath

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

func (*UpdateAlertingConditionRequest_FieldMask) DecodeFirestore

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

func (*UpdateAlertingConditionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertingConditionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertingConditionRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertingConditionRequest_FieldMask) GetPaths

func (*UpdateAlertingConditionRequest_FieldMask) GetRawPaths

func (*UpdateAlertingConditionRequest_FieldMask) IsFull

func (fieldMask *UpdateAlertingConditionRequest_FieldMask) IsFull() bool

func (UpdateAlertingConditionRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertingConditionRequest_FieldMask) MarshalJSON

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

func (*UpdateAlertingConditionRequest_FieldMask) PathsCount

func (fieldMask *UpdateAlertingConditionRequest_FieldMask) PathsCount() int

func (*UpdateAlertingConditionRequest_FieldMask) Project

func (*UpdateAlertingConditionRequest_FieldMask) ProjectRaw

func (*UpdateAlertingConditionRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertingConditionRequest_FieldMask) ProtoMessage()

func (*UpdateAlertingConditionRequest_FieldMask) ProtoReflect

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

func (*UpdateAlertingConditionRequest_FieldMask) Reset

func (fieldMask *UpdateAlertingConditionRequest_FieldMask) Reset()

func (*UpdateAlertingConditionRequest_FieldMask) Set

func (*UpdateAlertingConditionRequest_FieldMask) SetFromCliFlag

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

func (*UpdateAlertingConditionRequest_FieldMask) SetRaw

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

func (*UpdateAlertingConditionRequest_FieldMask) Size

func (*UpdateAlertingConditionRequest_FieldMask) String

func (*UpdateAlertingConditionRequest_FieldMask) Subtract

func (*UpdateAlertingConditionRequest_FieldMask) SubtractRaw

func (*UpdateAlertingConditionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAlertingConditionRequest_FieldMask) Unmarshal

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

func (*UpdateAlertingConditionRequest_FieldMask) UnmarshalJSON

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

type UpdateAlertingConditionRequest_FieldPath

type UpdateAlertingConditionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertingConditionRequest_FieldPathSelector
	Get(source *UpdateAlertingConditionRequest) []interface{}
	GetSingle(source *UpdateAlertingConditionRequest) (interface{}, bool)
	ClearValue(item *UpdateAlertingConditionRequest)

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

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

func MustParseUpdateAlertingConditionRequest_FieldPath

func MustParseUpdateAlertingConditionRequest_FieldPath(rawField string) UpdateAlertingConditionRequest_FieldPath

func ParseUpdateAlertingConditionRequest_FieldPath

func ParseUpdateAlertingConditionRequest_FieldPath(rawField string) (UpdateAlertingConditionRequest_FieldPath, error)

type UpdateAlertingConditionRequest_FieldPathArrayItemValue

type UpdateAlertingConditionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertingConditionRequest_FieldPath
	ContainsValue(*UpdateAlertingConditionRequest) bool
}

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

func MustParseUpdateAlertingConditionRequest_FieldPathArrayItemValue

func MustParseUpdateAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertingConditionRequest_FieldPathArrayItemValue

func ParseUpdateAlertingConditionRequest_FieldPathArrayItemValue

func ParseUpdateAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertingConditionRequest_FieldPathArrayItemValue, error)

ParseUpdateAlertingConditionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertingConditionRequest_FieldPathArrayOfValues

type UpdateAlertingConditionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertingConditionRequest_FieldPath
}

UpdateAlertingConditionRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAlertingConditionRequest fields according to their type

func MustParseUpdateAlertingConditionRequest_FieldPathArrayOfValues

func MustParseUpdateAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertingConditionRequest_FieldPathArrayOfValues

func ParseUpdateAlertingConditionRequest_FieldPathArrayOfValues

func ParseUpdateAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertingConditionRequest_FieldPathArrayOfValues, error)

type UpdateAlertingConditionRequest_FieldPathSelector

type UpdateAlertingConditionRequest_FieldPathSelector int32
const (
	UpdateAlertingConditionRequest_FieldPathSelectorAlertingCondition UpdateAlertingConditionRequest_FieldPathSelector = 0
	UpdateAlertingConditionRequest_FieldPathSelectorUpdateMask        UpdateAlertingConditionRequest_FieldPathSelector = 1
	UpdateAlertingConditionRequest_FieldPathSelectorCas               UpdateAlertingConditionRequest_FieldPathSelector = 2
)

func (UpdateAlertingConditionRequest_FieldPathSelector) String

type UpdateAlertingConditionRequest_FieldPathValue

type UpdateAlertingConditionRequest_FieldPathValue interface {
	UpdateAlertingConditionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertingConditionRequest)
	CompareWith(*UpdateAlertingConditionRequest) (cmp int, comparable bool)
}

UpdateAlertingConditionRequest_FieldPathValue allows storing values for UpdateAlertingConditionRequest fields according to their type

func MustParseUpdateAlertingConditionRequest_FieldPathValue

func MustParseUpdateAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) UpdateAlertingConditionRequest_FieldPathValue

func ParseUpdateAlertingConditionRequest_FieldPathValue

func ParseUpdateAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) (UpdateAlertingConditionRequest_FieldPathValue, error)

type UpdateAlertingConditionRequest_FieldSubPath

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

func (*UpdateAlertingConditionRequest_FieldSubPath) AsAlertingConditionSubPath

func (*UpdateAlertingConditionRequest_FieldSubPath) AsCasSubPath

func (*UpdateAlertingConditionRequest_FieldSubPath) ClearValue

func (*UpdateAlertingConditionRequest_FieldSubPath) ClearValueRaw

func (*UpdateAlertingConditionRequest_FieldSubPath) Get

func (fps *UpdateAlertingConditionRequest_FieldSubPath) Get(source *UpdateAlertingConditionRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateAlertingConditionRequest

func (*UpdateAlertingConditionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingConditionRequest_FieldSubPath) GetRaw

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

func (*UpdateAlertingConditionRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateAlertingConditionRequest

func (*UpdateAlertingConditionRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertingConditionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingConditionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingConditionRequest_FieldSubPath) Selector

func (*UpdateAlertingConditionRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateAlertingConditionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertingConditionRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateAlertingConditionRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateAlertingConditionRequest_FieldSubPath) WithIValue

func (*UpdateAlertingConditionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertingConditionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertingConditionRequest_FieldSubPath) WithRawIValue

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

type UpdateAlertingConditionRequest_FieldSubPathArrayItemValue

type UpdateAlertingConditionRequest_FieldSubPathArrayItemValue struct {
	UpdateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldSubPathArrayItemValue) AsAlertingConditionPathItemValue

func (*UpdateAlertingConditionRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAlertingConditionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingConditionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertingConditionRequest_FieldSubPathArrayOfValues

type UpdateAlertingConditionRequest_FieldSubPathArrayOfValues struct {
	UpdateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldSubPathArrayOfValues) AsAlertingConditionPathArrayOfValues

func (*UpdateAlertingConditionRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateAlertingConditionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertingConditionRequest_FieldSubPathValue

type UpdateAlertingConditionRequest_FieldSubPathValue struct {
	UpdateAlertingConditionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldSubPathValue) AsAlertingConditionPathValue

func (*UpdateAlertingConditionRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAlertingConditionRequest_FieldSubPathValue) CompareWith

func (*UpdateAlertingConditionRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAlertingConditionRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertingConditionRequest_FieldSubPathValue) SetTo

func (*UpdateAlertingConditionRequest_FieldSubPathValue) SetToRaw

type UpdateAlertingConditionRequest_FieldTerminalPath

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

func (*UpdateAlertingConditionRequest_FieldTerminalPath) ClearValue

func (*UpdateAlertingConditionRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateAlertingConditionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateAlertingConditionRequest

func (*UpdateAlertingConditionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingConditionRequest_FieldTerminalPath) GetRaw

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

func (*UpdateAlertingConditionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAlertingConditionRequest

func (*UpdateAlertingConditionRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertingConditionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingConditionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingConditionRequest_FieldTerminalPath) Selector

func (*UpdateAlertingConditionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateAlertingConditionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithIValue

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertingConditionRequest_FieldTerminalPath) WithRawIValue

type UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue

type UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue struct {
	UpdateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues

type UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues struct {
	UpdateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsAlertingConditionArrayOfValues

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateAlertingConditionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertingConditionRequest_FieldTerminalPathValue

type UpdateAlertingConditionRequest_FieldTerminalPathValue struct {
	UpdateAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) AsAlertingConditionValue

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertingConditionRequest_FieldTerminalPathValue' with the value under path in 'UpdateAlertingConditionRequest'.

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateAlertingConditionRequest

func (*UpdateAlertingConditionRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionClientStream

type WatchAlertingConditionClientStream interface {
	Recv() (*WatchAlertingConditionResponse, error)
	grpc.ClientStream
}

type WatchAlertingConditionDescriptor added in v0.4.28

type WatchAlertingConditionDescriptor struct{}

func GetWatchAlertingConditionDescriptor added in v0.4.28

func GetWatchAlertingConditionDescriptor() *WatchAlertingConditionDescriptor

func (*WatchAlertingConditionDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchAlertingConditionDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetApiName() string

func (*WatchAlertingConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetFullMethodName() string

func (*WatchAlertingConditionDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetMethodName() string

func (*WatchAlertingConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetProtoPkgName() string

func (*WatchAlertingConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertingConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetServiceDomain() string

func (*WatchAlertingConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertingConditionDescriptor) GetServiceVersion() string

func (*WatchAlertingConditionDescriptor) GetVerb added in v0.4.28

func (*WatchAlertingConditionDescriptor) HasResource added in v0.4.30

func (d *WatchAlertingConditionDescriptor) HasResource() bool

func (*WatchAlertingConditionDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertingConditionDescriptor) IsClientStream() bool

func (*WatchAlertingConditionDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertingConditionDescriptor) IsCollection() bool

func (*WatchAlertingConditionDescriptor) IsPlural added in v0.4.30

func (d *WatchAlertingConditionDescriptor) IsPlural() bool

func (*WatchAlertingConditionDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertingConditionDescriptor) IsServerStream() bool

func (*WatchAlertingConditionDescriptor) IsUnary added in v0.4.28

func (*WatchAlertingConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertingConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertingConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertingConditionDescriptor) RequestHasResourceBody() bool

type WatchAlertingConditionDescriptorClientMsgHandle added in v0.4.28

type WatchAlertingConditionDescriptorClientMsgHandle struct{}

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingConditionDescriptorServerMsgHandle added in v0.4.28

type WatchAlertingConditionDescriptorServerMsgHandle struct{}

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingConditionRequest

type WatchAlertingConditionRequest struct {

	// Reference to ntt.monitoring.v3.AlertingCondition
	Name *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [WatchAlertingCondition][ntt.monitoring.v3.WatchAlertingCondition]

func (*WatchAlertingConditionRequest) Clone

func (*WatchAlertingConditionRequest) CloneRaw

func (*WatchAlertingConditionRequest) Descriptor

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

Deprecated, Use WatchAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionRequest) GetFieldMask

func (*WatchAlertingConditionRequest) GetName

func (*WatchAlertingConditionRequest) GetView

func (*WatchAlertingConditionRequest) GotenMessage

func (*WatchAlertingConditionRequest) GotenMessage()

func (*WatchAlertingConditionRequest) GotenObjectExt

func (o *WatchAlertingConditionRequest) GotenObjectExt()

func (*WatchAlertingConditionRequest) GotenValidate

func (obj *WatchAlertingConditionRequest) GotenValidate() error

func (*WatchAlertingConditionRequest) MakeDiffFieldMask

func (*WatchAlertingConditionRequest) MakeFullFieldMask

func (*WatchAlertingConditionRequest) MakeRawDiffFieldMask

func (*WatchAlertingConditionRequest) MakeRawFullFieldMask

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

func (*WatchAlertingConditionRequest) Marshal

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

func (*WatchAlertingConditionRequest) MarshalJSON

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

func (*WatchAlertingConditionRequest) Merge

func (*WatchAlertingConditionRequest) MergeRaw

func (*WatchAlertingConditionRequest) ProtoMessage

func (*WatchAlertingConditionRequest) ProtoMessage()

func (*WatchAlertingConditionRequest) ProtoReflect

func (*WatchAlertingConditionRequest) Reset

func (m *WatchAlertingConditionRequest) Reset()

func (*WatchAlertingConditionRequest) SetFieldMask

func (*WatchAlertingConditionRequest) SetName

func (*WatchAlertingConditionRequest) SetView

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

func (*WatchAlertingConditionRequest) String

func (*WatchAlertingConditionRequest) Unmarshal

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

func (*WatchAlertingConditionRequest) UnmarshalJSON

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

type WatchAlertingConditionRequestFieldPathBuilder

type WatchAlertingConditionRequestFieldPathBuilder struct{}

func NewWatchAlertingConditionRequestFieldPathBuilder

func NewWatchAlertingConditionRequestFieldPathBuilder() WatchAlertingConditionRequestFieldPathBuilder

func (WatchAlertingConditionRequestFieldPathBuilder) FieldMask

func (WatchAlertingConditionRequestFieldPathBuilder) Name

func (WatchAlertingConditionRequestFieldPathBuilder) View

type WatchAlertingConditionRequestPathSelectorFieldMask

type WatchAlertingConditionRequestPathSelectorFieldMask struct{}

func (WatchAlertingConditionRequestPathSelectorFieldMask) FieldPath

type WatchAlertingConditionRequestPathSelectorName

type WatchAlertingConditionRequestPathSelectorName struct{}

func (WatchAlertingConditionRequestPathSelectorName) FieldPath

type WatchAlertingConditionRequestPathSelectorView

type WatchAlertingConditionRequestPathSelectorView struct{}

func (WatchAlertingConditionRequestPathSelectorView) FieldPath

func (WatchAlertingConditionRequestPathSelectorView) WithArrayOfValues

func (WatchAlertingConditionRequestPathSelectorView) WithValue

type WatchAlertingConditionRequest_FieldMask

type WatchAlertingConditionRequest_FieldMask struct {
	Paths []WatchAlertingConditionRequest_FieldPath
}

func FullWatchAlertingConditionRequest_FieldMask

func FullWatchAlertingConditionRequest_FieldMask() *WatchAlertingConditionRequest_FieldMask

func (*WatchAlertingConditionRequest_FieldMask) AppendPath

func (*WatchAlertingConditionRequest_FieldMask) AppendRawPath

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

func (*WatchAlertingConditionRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertingConditionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingConditionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingConditionRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingConditionRequest_FieldMask) GetPaths

func (*WatchAlertingConditionRequest_FieldMask) GetRawPaths

func (*WatchAlertingConditionRequest_FieldMask) IsFull

func (fieldMask *WatchAlertingConditionRequest_FieldMask) IsFull() bool

func (WatchAlertingConditionRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingConditionRequest_FieldMask) MarshalJSON

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

func (*WatchAlertingConditionRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertingConditionRequest_FieldMask) PathsCount() int

func (*WatchAlertingConditionRequest_FieldMask) Project

func (*WatchAlertingConditionRequest_FieldMask) ProjectRaw

func (*WatchAlertingConditionRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingConditionRequest_FieldMask) ProtoMessage()

func (*WatchAlertingConditionRequest_FieldMask) ProtoReflect

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

func (*WatchAlertingConditionRequest_FieldMask) Reset

func (fieldMask *WatchAlertingConditionRequest_FieldMask) Reset()

func (*WatchAlertingConditionRequest_FieldMask) Set

func (*WatchAlertingConditionRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertingConditionRequest_FieldMask) SetRaw

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

func (*WatchAlertingConditionRequest_FieldMask) Size

func (fieldMask *WatchAlertingConditionRequest_FieldMask) Size() int

func (*WatchAlertingConditionRequest_FieldMask) String

func (fieldMask *WatchAlertingConditionRequest_FieldMask) String() string

func (*WatchAlertingConditionRequest_FieldMask) Subtract

func (*WatchAlertingConditionRequest_FieldMask) SubtractRaw

func (*WatchAlertingConditionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingConditionRequest_FieldMask) Unmarshal

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

func (*WatchAlertingConditionRequest_FieldMask) UnmarshalJSON

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

type WatchAlertingConditionRequest_FieldPath

type WatchAlertingConditionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingConditionRequest_FieldPathSelector
	Get(source *WatchAlertingConditionRequest) []interface{}
	GetSingle(source *WatchAlertingConditionRequest) (interface{}, bool)
	ClearValue(item *WatchAlertingConditionRequest)

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

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

func MustParseWatchAlertingConditionRequest_FieldPath

func MustParseWatchAlertingConditionRequest_FieldPath(rawField string) WatchAlertingConditionRequest_FieldPath

func ParseWatchAlertingConditionRequest_FieldPath

func ParseWatchAlertingConditionRequest_FieldPath(rawField string) (WatchAlertingConditionRequest_FieldPath, error)

type WatchAlertingConditionRequest_FieldPathArrayItemValue

type WatchAlertingConditionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingConditionRequest_FieldPath
	ContainsValue(*WatchAlertingConditionRequest) bool
}

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

func MustParseWatchAlertingConditionRequest_FieldPathArrayItemValue

func MustParseWatchAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingConditionRequest_FieldPathArrayItemValue

func ParseWatchAlertingConditionRequest_FieldPathArrayItemValue

func ParseWatchAlertingConditionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingConditionRequest_FieldPathArrayItemValue, error)

ParseWatchAlertingConditionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingConditionRequest_FieldPathArrayOfValues

type WatchAlertingConditionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingConditionRequest_FieldPath
}

WatchAlertingConditionRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertingConditionRequest fields according to their type

func MustParseWatchAlertingConditionRequest_FieldPathArrayOfValues

func MustParseWatchAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingConditionRequest_FieldPathArrayOfValues

func ParseWatchAlertingConditionRequest_FieldPathArrayOfValues

func ParseWatchAlertingConditionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingConditionRequest_FieldPathArrayOfValues, error)

type WatchAlertingConditionRequest_FieldPathSelector

type WatchAlertingConditionRequest_FieldPathSelector int32
const (
	WatchAlertingConditionRequest_FieldPathSelectorName      WatchAlertingConditionRequest_FieldPathSelector = 0
	WatchAlertingConditionRequest_FieldPathSelectorFieldMask WatchAlertingConditionRequest_FieldPathSelector = 1
	WatchAlertingConditionRequest_FieldPathSelectorView      WatchAlertingConditionRequest_FieldPathSelector = 2
)

func (WatchAlertingConditionRequest_FieldPathSelector) String

type WatchAlertingConditionRequest_FieldPathValue

type WatchAlertingConditionRequest_FieldPathValue interface {
	WatchAlertingConditionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingConditionRequest)
	CompareWith(*WatchAlertingConditionRequest) (cmp int, comparable bool)
}

WatchAlertingConditionRequest_FieldPathValue allows storing values for WatchAlertingConditionRequest fields according to their type

func MustParseWatchAlertingConditionRequest_FieldPathValue

func MustParseWatchAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) WatchAlertingConditionRequest_FieldPathValue

func ParseWatchAlertingConditionRequest_FieldPathValue

func ParseWatchAlertingConditionRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertingConditionRequest_FieldPathValue, error)

type WatchAlertingConditionRequest_FieldTerminalPath

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

func (*WatchAlertingConditionRequest_FieldTerminalPath) ClearValue

func (*WatchAlertingConditionRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingConditionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingConditionRequest

func (*WatchAlertingConditionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingConditionRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertingConditionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingConditionRequest

func (*WatchAlertingConditionRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingConditionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionRequest_FieldTerminalPath) Selector

func (*WatchAlertingConditionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingConditionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithIValue

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingConditionRequest_FieldTerminalPath) WithRawIValue

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

type WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue

type WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues

type WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchAlertingConditionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionRequest_FieldTerminalPathValue

type WatchAlertingConditionRequest_FieldTerminalPathValue struct {
	WatchAlertingConditionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingConditionRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertingConditionRequest'.

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingConditionRequest

func (*WatchAlertingConditionRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionResponse

type WatchAlertingConditionResponse struct {
	Change *alerting_condition.AlertingConditionChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchAlertingConditionResponse

func (*WatchAlertingConditionResponse) Clone

func (*WatchAlertingConditionResponse) CloneRaw

func (*WatchAlertingConditionResponse) Descriptor

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

Deprecated, Use WatchAlertingConditionResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionResponse) GetChange

func (*WatchAlertingConditionResponse) GotenMessage

func (*WatchAlertingConditionResponse) GotenMessage()

func (*WatchAlertingConditionResponse) GotenObjectExt

func (o *WatchAlertingConditionResponse) GotenObjectExt()

func (*WatchAlertingConditionResponse) GotenValidate

func (obj *WatchAlertingConditionResponse) GotenValidate() error

func (*WatchAlertingConditionResponse) MakeDiffFieldMask

func (*WatchAlertingConditionResponse) MakeFullFieldMask

func (*WatchAlertingConditionResponse) MakeRawDiffFieldMask

func (*WatchAlertingConditionResponse) MakeRawFullFieldMask

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

func (*WatchAlertingConditionResponse) Marshal

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

func (*WatchAlertingConditionResponse) MarshalJSON

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

func (*WatchAlertingConditionResponse) Merge

func (*WatchAlertingConditionResponse) MergeRaw

func (*WatchAlertingConditionResponse) ProtoMessage

func (*WatchAlertingConditionResponse) ProtoMessage()

func (*WatchAlertingConditionResponse) ProtoReflect

func (*WatchAlertingConditionResponse) Reset

func (m *WatchAlertingConditionResponse) Reset()

func (*WatchAlertingConditionResponse) SetChange

func (*WatchAlertingConditionResponse) String

func (*WatchAlertingConditionResponse) Unmarshal

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

func (*WatchAlertingConditionResponse) UnmarshalJSON

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

type WatchAlertingConditionResponseFieldPathBuilder

type WatchAlertingConditionResponseFieldPathBuilder struct{}

func NewWatchAlertingConditionResponseFieldPathBuilder

func NewWatchAlertingConditionResponseFieldPathBuilder() WatchAlertingConditionResponseFieldPathBuilder

func (WatchAlertingConditionResponseFieldPathBuilder) Change

type WatchAlertingConditionResponsePathSelectorChange

type WatchAlertingConditionResponsePathSelectorChange struct{}

func (WatchAlertingConditionResponsePathSelectorChange) FieldPath

type WatchAlertingConditionResponse_FieldMask

type WatchAlertingConditionResponse_FieldMask struct {
	Paths []WatchAlertingConditionResponse_FieldPath
}

func FullWatchAlertingConditionResponse_FieldMask

func FullWatchAlertingConditionResponse_FieldMask() *WatchAlertingConditionResponse_FieldMask

func (*WatchAlertingConditionResponse_FieldMask) AppendPath

func (*WatchAlertingConditionResponse_FieldMask) AppendRawPath

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

func (*WatchAlertingConditionResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertingConditionResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingConditionResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingConditionResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingConditionResponse_FieldMask) GetPaths

func (*WatchAlertingConditionResponse_FieldMask) GetRawPaths

func (*WatchAlertingConditionResponse_FieldMask) IsFull

func (fieldMask *WatchAlertingConditionResponse_FieldMask) IsFull() bool

func (WatchAlertingConditionResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingConditionResponse_FieldMask) MarshalJSON

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

func (*WatchAlertingConditionResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertingConditionResponse_FieldMask) PathsCount() int

func (*WatchAlertingConditionResponse_FieldMask) Project

func (*WatchAlertingConditionResponse_FieldMask) ProjectRaw

func (*WatchAlertingConditionResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingConditionResponse_FieldMask) ProtoMessage()

func (*WatchAlertingConditionResponse_FieldMask) ProtoReflect

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

func (*WatchAlertingConditionResponse_FieldMask) Reset

func (fieldMask *WatchAlertingConditionResponse_FieldMask) Reset()

func (*WatchAlertingConditionResponse_FieldMask) Set

func (*WatchAlertingConditionResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertingConditionResponse_FieldMask) SetRaw

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

func (*WatchAlertingConditionResponse_FieldMask) Size

func (*WatchAlertingConditionResponse_FieldMask) String

func (*WatchAlertingConditionResponse_FieldMask) Subtract

func (*WatchAlertingConditionResponse_FieldMask) SubtractRaw

func (*WatchAlertingConditionResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingConditionResponse_FieldMask) Unmarshal

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

func (*WatchAlertingConditionResponse_FieldMask) UnmarshalJSON

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

type WatchAlertingConditionResponse_FieldPath

type WatchAlertingConditionResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingConditionResponse_FieldPathSelector
	Get(source *WatchAlertingConditionResponse) []interface{}
	GetSingle(source *WatchAlertingConditionResponse) (interface{}, bool)
	ClearValue(item *WatchAlertingConditionResponse)

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

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

func MustParseWatchAlertingConditionResponse_FieldPath

func MustParseWatchAlertingConditionResponse_FieldPath(rawField string) WatchAlertingConditionResponse_FieldPath

func ParseWatchAlertingConditionResponse_FieldPath

func ParseWatchAlertingConditionResponse_FieldPath(rawField string) (WatchAlertingConditionResponse_FieldPath, error)

type WatchAlertingConditionResponse_FieldPathArrayItemValue

type WatchAlertingConditionResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingConditionResponse_FieldPath
	ContainsValue(*WatchAlertingConditionResponse) bool
}

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

func MustParseWatchAlertingConditionResponse_FieldPathArrayItemValue

func MustParseWatchAlertingConditionResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingConditionResponse_FieldPathArrayItemValue

func ParseWatchAlertingConditionResponse_FieldPathArrayItemValue

func ParseWatchAlertingConditionResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingConditionResponse_FieldPathArrayItemValue, error)

ParseWatchAlertingConditionResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingConditionResponse_FieldPathArrayOfValues

type WatchAlertingConditionResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingConditionResponse_FieldPath
}

WatchAlertingConditionResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertingConditionResponse fields according to their type

func MustParseWatchAlertingConditionResponse_FieldPathArrayOfValues

func MustParseWatchAlertingConditionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingConditionResponse_FieldPathArrayOfValues

func ParseWatchAlertingConditionResponse_FieldPathArrayOfValues

func ParseWatchAlertingConditionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingConditionResponse_FieldPathArrayOfValues, error)

type WatchAlertingConditionResponse_FieldPathSelector

type WatchAlertingConditionResponse_FieldPathSelector int32
const (
	WatchAlertingConditionResponse_FieldPathSelectorChange WatchAlertingConditionResponse_FieldPathSelector = 0
)

func (WatchAlertingConditionResponse_FieldPathSelector) String

type WatchAlertingConditionResponse_FieldPathValue

type WatchAlertingConditionResponse_FieldPathValue interface {
	WatchAlertingConditionResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingConditionResponse)
	CompareWith(*WatchAlertingConditionResponse) (cmp int, comparable bool)
}

WatchAlertingConditionResponse_FieldPathValue allows storing values for WatchAlertingConditionResponse fields according to their type

func MustParseWatchAlertingConditionResponse_FieldPathValue

func MustParseWatchAlertingConditionResponse_FieldPathValue(pathStr, valueStr string) WatchAlertingConditionResponse_FieldPathValue

func ParseWatchAlertingConditionResponse_FieldPathValue

func ParseWatchAlertingConditionResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertingConditionResponse_FieldPathValue, error)

type WatchAlertingConditionResponse_FieldTerminalPath

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

func (*WatchAlertingConditionResponse_FieldTerminalPath) ClearValue

func (*WatchAlertingConditionResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingConditionResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingConditionResponse

func (*WatchAlertingConditionResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingConditionResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertingConditionResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingConditionResponse

func (*WatchAlertingConditionResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingConditionResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionResponse_FieldTerminalPath) Selector

func (*WatchAlertingConditionResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingConditionResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithIValue

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingConditionResponse_FieldTerminalPath) WithRawIValue

type WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue

type WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertingConditionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingConditionResponse_FieldTerminalPathArrayOfValues

type WatchAlertingConditionResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertingConditionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchAlertingConditionResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionResponse_FieldTerminalPathValue

type WatchAlertingConditionResponse_FieldTerminalPathValue struct {
	WatchAlertingConditionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingConditionResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertingConditionResponse'.

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingConditionResponse

func (*WatchAlertingConditionResponse_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionsClientStream

type WatchAlertingConditionsClientStream interface {
	Recv() (*WatchAlertingConditionsResponse, error)
	grpc.ClientStream
}

type WatchAlertingConditionsDescriptor added in v0.4.28

type WatchAlertingConditionsDescriptor struct{}

func GetWatchAlertingConditionsDescriptor added in v0.4.28

func GetWatchAlertingConditionsDescriptor() *WatchAlertingConditionsDescriptor

func (*WatchAlertingConditionsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchAlertingConditionsDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetApiName() string

func (*WatchAlertingConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetFullMethodName() string

func (*WatchAlertingConditionsDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetMethodName() string

func (*WatchAlertingConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetProtoPkgName() string

func (*WatchAlertingConditionsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertingConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetServiceDomain() string

func (*WatchAlertingConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) GetServiceVersion() string

func (*WatchAlertingConditionsDescriptor) GetVerb added in v0.4.28

func (*WatchAlertingConditionsDescriptor) HasResource added in v0.4.30

func (d *WatchAlertingConditionsDescriptor) HasResource() bool

func (*WatchAlertingConditionsDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) IsClientStream() bool

func (*WatchAlertingConditionsDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertingConditionsDescriptor) IsCollection() bool

func (*WatchAlertingConditionsDescriptor) IsPlural added in v0.4.30

func (*WatchAlertingConditionsDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) IsServerStream() bool

func (*WatchAlertingConditionsDescriptor) IsUnary added in v0.4.28

func (*WatchAlertingConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertingConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertingConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertingConditionsDescriptor) RequestHasResourceBody() bool

type WatchAlertingConditionsDescriptorClientMsgHandle added in v0.4.28

type WatchAlertingConditionsDescriptorClientMsgHandle struct{}

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingConditionsDescriptorServerMsgHandle added in v0.4.28

type WatchAlertingConditionsDescriptorServerMsgHandle struct{}

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingConditionsRequest

type WatchAlertingConditionsRequest 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.AlertingCondition
	Parent *alerting_condition.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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 *alerting_condition.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 *alerting_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *alerting_condition.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 AlertingCondition that
	// don't affect any of masked fields won't be sent back.
	FieldMask *alerting_condition.AlertingCondition_FieldMask `` /* 149-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
	// AlertingCondition 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 [WatchAlertingConditions][ntt.monitoring.v3.WatchAlertingConditions]

func (*WatchAlertingConditionsRequest) Clone

func (*WatchAlertingConditionsRequest) CloneRaw

func (*WatchAlertingConditionsRequest) Descriptor

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

Deprecated, Use WatchAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsRequest) GetFieldMask

func (*WatchAlertingConditionsRequest) GetFilter

func (*WatchAlertingConditionsRequest) GetMaxChunkSize

func (m *WatchAlertingConditionsRequest) GetMaxChunkSize() int32

func (*WatchAlertingConditionsRequest) GetOrderBy

func (*WatchAlertingConditionsRequest) GetPageSize

func (m *WatchAlertingConditionsRequest) GetPageSize() int32

func (*WatchAlertingConditionsRequest) GetPageToken

func (*WatchAlertingConditionsRequest) GetParent

func (*WatchAlertingConditionsRequest) GetResumeToken

func (m *WatchAlertingConditionsRequest) GetResumeToken() string

func (*WatchAlertingConditionsRequest) GetStartingTime added in v0.9.0

func (m *WatchAlertingConditionsRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchAlertingConditionsRequest) GetType

func (*WatchAlertingConditionsRequest) GetView

func (*WatchAlertingConditionsRequest) GotenMessage

func (*WatchAlertingConditionsRequest) GotenMessage()

func (*WatchAlertingConditionsRequest) GotenObjectExt

func (o *WatchAlertingConditionsRequest) GotenObjectExt()

func (*WatchAlertingConditionsRequest) GotenValidate

func (obj *WatchAlertingConditionsRequest) GotenValidate() error

func (*WatchAlertingConditionsRequest) MakeDiffFieldMask

func (*WatchAlertingConditionsRequest) MakeFullFieldMask

func (*WatchAlertingConditionsRequest) MakeRawDiffFieldMask

func (*WatchAlertingConditionsRequest) MakeRawFullFieldMask

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

func (*WatchAlertingConditionsRequest) Marshal

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

func (*WatchAlertingConditionsRequest) MarshalJSON

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

func (*WatchAlertingConditionsRequest) Merge

func (*WatchAlertingConditionsRequest) MergeRaw

func (*WatchAlertingConditionsRequest) ProtoMessage

func (*WatchAlertingConditionsRequest) ProtoMessage()

func (*WatchAlertingConditionsRequest) ProtoReflect

func (*WatchAlertingConditionsRequest) Reset

func (m *WatchAlertingConditionsRequest) Reset()

func (*WatchAlertingConditionsRequest) SetFieldMask

func (*WatchAlertingConditionsRequest) SetFilter

func (*WatchAlertingConditionsRequest) SetMaxChunkSize

func (m *WatchAlertingConditionsRequest) SetMaxChunkSize(fv int32)

func (*WatchAlertingConditionsRequest) SetOrderBy

func (*WatchAlertingConditionsRequest) SetPageSize

func (m *WatchAlertingConditionsRequest) SetPageSize(fv int32)

func (*WatchAlertingConditionsRequest) SetPageToken

func (*WatchAlertingConditionsRequest) SetParent

func (*WatchAlertingConditionsRequest) SetResumeToken

func (m *WatchAlertingConditionsRequest) SetResumeToken(fv string)

func (*WatchAlertingConditionsRequest) SetStartingTime added in v0.9.0

func (m *WatchAlertingConditionsRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchAlertingConditionsRequest) SetType

func (*WatchAlertingConditionsRequest) SetView

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

func (*WatchAlertingConditionsRequest) String

func (*WatchAlertingConditionsRequest) Unmarshal

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

func (*WatchAlertingConditionsRequest) UnmarshalJSON

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

type WatchAlertingConditionsRequestFieldPathBuilder

type WatchAlertingConditionsRequestFieldPathBuilder struct{}

func NewWatchAlertingConditionsRequestFieldPathBuilder

func NewWatchAlertingConditionsRequestFieldPathBuilder() WatchAlertingConditionsRequestFieldPathBuilder

func (WatchAlertingConditionsRequestFieldPathBuilder) FieldMask

func (WatchAlertingConditionsRequestFieldPathBuilder) Filter

func (WatchAlertingConditionsRequestFieldPathBuilder) MaxChunkSize

func (WatchAlertingConditionsRequestFieldPathBuilder) OrderBy

func (WatchAlertingConditionsRequestFieldPathBuilder) PageSize

func (WatchAlertingConditionsRequestFieldPathBuilder) PageToken

func (WatchAlertingConditionsRequestFieldPathBuilder) Parent

func (WatchAlertingConditionsRequestFieldPathBuilder) ResumeToken

func (WatchAlertingConditionsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchAlertingConditionsRequestFieldPathBuilder) Type

func (WatchAlertingConditionsRequestFieldPathBuilder) View

type WatchAlertingConditionsRequestPathSelectorFieldMask

type WatchAlertingConditionsRequestPathSelectorFieldMask struct{}

func (WatchAlertingConditionsRequestPathSelectorFieldMask) FieldPath

type WatchAlertingConditionsRequestPathSelectorFilter

type WatchAlertingConditionsRequestPathSelectorFilter struct{}

func (WatchAlertingConditionsRequestPathSelectorFilter) FieldPath

func (WatchAlertingConditionsRequestPathSelectorFilter) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorFilter) WithValue

type WatchAlertingConditionsRequestPathSelectorMaxChunkSize

type WatchAlertingConditionsRequestPathSelectorMaxChunkSize struct{}

func (WatchAlertingConditionsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAlertingConditionsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorMaxChunkSize) WithValue

type WatchAlertingConditionsRequestPathSelectorOrderBy

type WatchAlertingConditionsRequestPathSelectorOrderBy struct{}

func (WatchAlertingConditionsRequestPathSelectorOrderBy) FieldPath

func (WatchAlertingConditionsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorOrderBy) WithValue

type WatchAlertingConditionsRequestPathSelectorPageSize

type WatchAlertingConditionsRequestPathSelectorPageSize struct{}

func (WatchAlertingConditionsRequestPathSelectorPageSize) FieldPath

func (WatchAlertingConditionsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorPageSize) WithValue

type WatchAlertingConditionsRequestPathSelectorPageToken

type WatchAlertingConditionsRequestPathSelectorPageToken struct{}

func (WatchAlertingConditionsRequestPathSelectorPageToken) FieldPath

type WatchAlertingConditionsRequestPathSelectorParent

type WatchAlertingConditionsRequestPathSelectorParent struct{}

func (WatchAlertingConditionsRequestPathSelectorParent) FieldPath

type WatchAlertingConditionsRequestPathSelectorResumeToken

type WatchAlertingConditionsRequestPathSelectorResumeToken struct{}

func (WatchAlertingConditionsRequestPathSelectorResumeToken) FieldPath

func (WatchAlertingConditionsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorResumeToken) WithValue

type WatchAlertingConditionsRequestPathSelectorStartingTime added in v0.9.0

type WatchAlertingConditionsRequestPathSelectorStartingTime struct{}

func (WatchAlertingConditionsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchAlertingConditionsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchAlertingConditionsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchAlertingConditionsRequestPathSelectorType

type WatchAlertingConditionsRequestPathSelectorType struct{}

func (WatchAlertingConditionsRequestPathSelectorType) FieldPath

func (WatchAlertingConditionsRequestPathSelectorType) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorType) WithValue

type WatchAlertingConditionsRequestPathSelectorView

type WatchAlertingConditionsRequestPathSelectorView struct{}

func (WatchAlertingConditionsRequestPathSelectorView) FieldPath

func (WatchAlertingConditionsRequestPathSelectorView) WithArrayOfValues

func (WatchAlertingConditionsRequestPathSelectorView) WithValue

type WatchAlertingConditionsRequest_FieldMask

type WatchAlertingConditionsRequest_FieldMask struct {
	Paths []WatchAlertingConditionsRequest_FieldPath
}

func FullWatchAlertingConditionsRequest_FieldMask

func FullWatchAlertingConditionsRequest_FieldMask() *WatchAlertingConditionsRequest_FieldMask

func (*WatchAlertingConditionsRequest_FieldMask) AppendPath

func (*WatchAlertingConditionsRequest_FieldMask) AppendRawPath

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

func (*WatchAlertingConditionsRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertingConditionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingConditionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingConditionsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingConditionsRequest_FieldMask) GetPaths

func (*WatchAlertingConditionsRequest_FieldMask) GetRawPaths

func (*WatchAlertingConditionsRequest_FieldMask) IsFull

func (fieldMask *WatchAlertingConditionsRequest_FieldMask) IsFull() bool

func (WatchAlertingConditionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingConditionsRequest_FieldMask) MarshalJSON

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

func (*WatchAlertingConditionsRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertingConditionsRequest_FieldMask) PathsCount() int

func (*WatchAlertingConditionsRequest_FieldMask) Project

func (*WatchAlertingConditionsRequest_FieldMask) ProjectRaw

func (*WatchAlertingConditionsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingConditionsRequest_FieldMask) ProtoMessage()

func (*WatchAlertingConditionsRequest_FieldMask) ProtoReflect

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

func (*WatchAlertingConditionsRequest_FieldMask) Reset

func (fieldMask *WatchAlertingConditionsRequest_FieldMask) Reset()

func (*WatchAlertingConditionsRequest_FieldMask) Set

func (*WatchAlertingConditionsRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertingConditionsRequest_FieldMask) SetRaw

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

func (*WatchAlertingConditionsRequest_FieldMask) Size

func (*WatchAlertingConditionsRequest_FieldMask) String

func (*WatchAlertingConditionsRequest_FieldMask) Subtract

func (*WatchAlertingConditionsRequest_FieldMask) SubtractRaw

func (*WatchAlertingConditionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingConditionsRequest_FieldMask) Unmarshal

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

func (*WatchAlertingConditionsRequest_FieldMask) UnmarshalJSON

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

type WatchAlertingConditionsRequest_FieldPath

type WatchAlertingConditionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingConditionsRequest_FieldPathSelector
	Get(source *WatchAlertingConditionsRequest) []interface{}
	GetSingle(source *WatchAlertingConditionsRequest) (interface{}, bool)
	ClearValue(item *WatchAlertingConditionsRequest)

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

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

func MustParseWatchAlertingConditionsRequest_FieldPath

func MustParseWatchAlertingConditionsRequest_FieldPath(rawField string) WatchAlertingConditionsRequest_FieldPath

func ParseWatchAlertingConditionsRequest_FieldPath

func ParseWatchAlertingConditionsRequest_FieldPath(rawField string) (WatchAlertingConditionsRequest_FieldPath, error)

type WatchAlertingConditionsRequest_FieldPathArrayItemValue

type WatchAlertingConditionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingConditionsRequest_FieldPath
	ContainsValue(*WatchAlertingConditionsRequest) bool
}

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

func MustParseWatchAlertingConditionsRequest_FieldPathArrayItemValue

func MustParseWatchAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingConditionsRequest_FieldPathArrayItemValue

func ParseWatchAlertingConditionsRequest_FieldPathArrayItemValue

func ParseWatchAlertingConditionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingConditionsRequest_FieldPathArrayItemValue, error)

ParseWatchAlertingConditionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingConditionsRequest_FieldPathArrayOfValues

type WatchAlertingConditionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingConditionsRequest_FieldPath
}

WatchAlertingConditionsRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertingConditionsRequest fields according to their type

func MustParseWatchAlertingConditionsRequest_FieldPathArrayOfValues

func MustParseWatchAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingConditionsRequest_FieldPathArrayOfValues

func ParseWatchAlertingConditionsRequest_FieldPathArrayOfValues

func ParseWatchAlertingConditionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingConditionsRequest_FieldPathArrayOfValues, error)

type WatchAlertingConditionsRequest_FieldPathSelector

type WatchAlertingConditionsRequest_FieldPathSelector int32
const (
	WatchAlertingConditionsRequest_FieldPathSelectorType         WatchAlertingConditionsRequest_FieldPathSelector = 0
	WatchAlertingConditionsRequest_FieldPathSelectorParent       WatchAlertingConditionsRequest_FieldPathSelector = 1
	WatchAlertingConditionsRequest_FieldPathSelectorPageSize     WatchAlertingConditionsRequest_FieldPathSelector = 2
	WatchAlertingConditionsRequest_FieldPathSelectorPageToken    WatchAlertingConditionsRequest_FieldPathSelector = 3
	WatchAlertingConditionsRequest_FieldPathSelectorOrderBy      WatchAlertingConditionsRequest_FieldPathSelector = 4
	WatchAlertingConditionsRequest_FieldPathSelectorResumeToken  WatchAlertingConditionsRequest_FieldPathSelector = 5
	WatchAlertingConditionsRequest_FieldPathSelectorStartingTime WatchAlertingConditionsRequest_FieldPathSelector = 6
	WatchAlertingConditionsRequest_FieldPathSelectorFilter       WatchAlertingConditionsRequest_FieldPathSelector = 7
	WatchAlertingConditionsRequest_FieldPathSelectorFieldMask    WatchAlertingConditionsRequest_FieldPathSelector = 8
	WatchAlertingConditionsRequest_FieldPathSelectorView         WatchAlertingConditionsRequest_FieldPathSelector = 9
	WatchAlertingConditionsRequest_FieldPathSelectorMaxChunkSize WatchAlertingConditionsRequest_FieldPathSelector = 10
)

func (WatchAlertingConditionsRequest_FieldPathSelector) String

type WatchAlertingConditionsRequest_FieldPathValue

type WatchAlertingConditionsRequest_FieldPathValue interface {
	WatchAlertingConditionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingConditionsRequest)
	CompareWith(*WatchAlertingConditionsRequest) (cmp int, comparable bool)
}

WatchAlertingConditionsRequest_FieldPathValue allows storing values for WatchAlertingConditionsRequest fields according to their type

func MustParseWatchAlertingConditionsRequest_FieldPathValue

func MustParseWatchAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) WatchAlertingConditionsRequest_FieldPathValue

func ParseWatchAlertingConditionsRequest_FieldPathValue

func ParseWatchAlertingConditionsRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertingConditionsRequest_FieldPathValue, error)

type WatchAlertingConditionsRequest_FieldTerminalPath

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

func (*WatchAlertingConditionsRequest_FieldTerminalPath) ClearValue

func (*WatchAlertingConditionsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingConditionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingConditionsRequest

func (*WatchAlertingConditionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingConditionsRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertingConditionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingConditionsRequest

func (*WatchAlertingConditionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingConditionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionsRequest_FieldTerminalPath) Selector

func (*WatchAlertingConditionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingConditionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithIValue

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingConditionsRequest_FieldTerminalPath) WithRawIValue

type WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue

type WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues

type WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchAlertingConditionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionsRequest_FieldTerminalPathValue

type WatchAlertingConditionsRequest_FieldTerminalPathValue struct {
	WatchAlertingConditionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingConditionsRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertingConditionsRequest'.

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingConditionsRequest

func (*WatchAlertingConditionsRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionsResponse

type WatchAlertingConditionsResponse struct {

	// Changes of AlertingConditions
	AlertingConditionChanges []*alerting_condition.AlertingConditionChange `` /* 172-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All AlertingConditions 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 *WatchAlertingConditionsResponse_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 (AlertingConditions 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
}

WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse) Clone

func (*WatchAlertingConditionsResponse) CloneRaw

func (*WatchAlertingConditionsResponse) Descriptor

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

Deprecated, Use WatchAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsResponse) GetAlertingConditionChanges

func (*WatchAlertingConditionsResponse) GetIsCurrent

func (m *WatchAlertingConditionsResponse) GetIsCurrent() bool

func (*WatchAlertingConditionsResponse) GetIsHardReset

func (m *WatchAlertingConditionsResponse) GetIsHardReset() bool

func (*WatchAlertingConditionsResponse) GetIsSoftReset

func (m *WatchAlertingConditionsResponse) GetIsSoftReset() bool

func (*WatchAlertingConditionsResponse) GetPageTokenChange

func (*WatchAlertingConditionsResponse) GetResumeToken

func (m *WatchAlertingConditionsResponse) GetResumeToken() string

func (*WatchAlertingConditionsResponse) GetSnapshotSize

func (m *WatchAlertingConditionsResponse) GetSnapshotSize() int64

func (*WatchAlertingConditionsResponse) GotenMessage

func (*WatchAlertingConditionsResponse) GotenMessage()

func (*WatchAlertingConditionsResponse) GotenObjectExt

func (o *WatchAlertingConditionsResponse) GotenObjectExt()

func (*WatchAlertingConditionsResponse) GotenValidate

func (obj *WatchAlertingConditionsResponse) GotenValidate() error

func (*WatchAlertingConditionsResponse) MakeDiffFieldMask

func (*WatchAlertingConditionsResponse) MakeFullFieldMask

func (*WatchAlertingConditionsResponse) MakeRawDiffFieldMask

func (*WatchAlertingConditionsResponse) MakeRawFullFieldMask

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

func (*WatchAlertingConditionsResponse) Marshal

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

func (*WatchAlertingConditionsResponse) MarshalJSON

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

func (*WatchAlertingConditionsResponse) Merge

func (*WatchAlertingConditionsResponse) MergeRaw

func (*WatchAlertingConditionsResponse) ProtoMessage

func (*WatchAlertingConditionsResponse) ProtoMessage()

func (*WatchAlertingConditionsResponse) ProtoReflect

func (*WatchAlertingConditionsResponse) Reset

func (*WatchAlertingConditionsResponse) SetAlertingConditionChanges

func (m *WatchAlertingConditionsResponse) SetAlertingConditionChanges(fv []*alerting_condition.AlertingConditionChange)

func (*WatchAlertingConditionsResponse) SetIsCurrent

func (m *WatchAlertingConditionsResponse) SetIsCurrent(fv bool)

func (*WatchAlertingConditionsResponse) SetIsHardReset

func (m *WatchAlertingConditionsResponse) SetIsHardReset(fv bool)

func (*WatchAlertingConditionsResponse) SetIsSoftReset

func (m *WatchAlertingConditionsResponse) SetIsSoftReset(fv bool)

func (*WatchAlertingConditionsResponse) SetPageTokenChange

func (*WatchAlertingConditionsResponse) SetResumeToken

func (m *WatchAlertingConditionsResponse) SetResumeToken(fv string)

func (*WatchAlertingConditionsResponse) SetSnapshotSize

func (m *WatchAlertingConditionsResponse) SetSnapshotSize(fv int64)

func (*WatchAlertingConditionsResponse) String

func (*WatchAlertingConditionsResponse) Unmarshal

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

func (*WatchAlertingConditionsResponse) UnmarshalJSON

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

type WatchAlertingConditionsResponseFieldPathBuilder

type WatchAlertingConditionsResponseFieldPathBuilder struct{}

func NewWatchAlertingConditionsResponseFieldPathBuilder

func NewWatchAlertingConditionsResponseFieldPathBuilder() WatchAlertingConditionsResponseFieldPathBuilder

func (WatchAlertingConditionsResponseFieldPathBuilder) AlertingConditionChanges

func (WatchAlertingConditionsResponseFieldPathBuilder) IsCurrent

func (WatchAlertingConditionsResponseFieldPathBuilder) IsHardReset

func (WatchAlertingConditionsResponseFieldPathBuilder) IsSoftReset

func (WatchAlertingConditionsResponseFieldPathBuilder) PageTokenChange

func (WatchAlertingConditionsResponseFieldPathBuilder) ResumeToken

func (WatchAlertingConditionsResponseFieldPathBuilder) SnapshotSize

type WatchAlertingConditionsResponsePageTokenChangeFieldPathBuilder

type WatchAlertingConditionsResponsePageTokenChangeFieldPathBuilder struct{}

type WatchAlertingConditionsResponsePageTokenChange_FieldPath

type WatchAlertingConditionsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchAlertingConditionsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchAlertingConditionsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchAlertingConditionsResponse_PageTokenChange)

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

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

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPath

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPath(rawField string) WatchAlertingConditionsResponsePageTokenChange_FieldPath

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPath

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPath(rawField string) (WatchAlertingConditionsResponsePageTokenChange_FieldPath, error)

type WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue

type WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingConditionsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchAlertingConditionsResponse_PageTokenChange) bool
}

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

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues

type WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingConditionsResponsePageTokenChange_FieldPath
}

WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingConditionsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector

type WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchAlertingConditionsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector = 0
	WatchAlertingConditionsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchAlertingConditionsResponsePageTokenChange_FieldPathSelector) String

type WatchAlertingConditionsResponsePageTokenChange_FieldPathValue

type WatchAlertingConditionsResponsePageTokenChange_FieldPathValue interface {
	WatchAlertingConditionsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingConditionsResponse_PageTokenChange)
	CompareWith(*WatchAlertingConditionsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchAlertingConditionsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathValue

func MustParseWatchAlertingConditionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAlertingConditionsResponsePageTokenChange_FieldPathValue

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathValue

func ParseWatchAlertingConditionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAlertingConditionsResponsePageTokenChange_FieldPathValue, error)

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingConditionsResponse_PageTokenChange

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingConditionsResponse_PageTokenChange

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue

type WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAlertingConditionsResponse_PageTokenChange'.

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAlertingConditionsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionsResponsePathSelectorAlertingConditionChanges

type WatchAlertingConditionsResponsePathSelectorAlertingConditionChanges struct{}

func (WatchAlertingConditionsResponsePathSelectorAlertingConditionChanges) FieldPath

type WatchAlertingConditionsResponsePathSelectorIsCurrent

type WatchAlertingConditionsResponsePathSelectorIsCurrent struct{}

func (WatchAlertingConditionsResponsePathSelectorIsCurrent) FieldPath

func (WatchAlertingConditionsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorIsCurrent) WithValue

type WatchAlertingConditionsResponsePathSelectorIsHardReset

type WatchAlertingConditionsResponsePathSelectorIsHardReset struct{}

func (WatchAlertingConditionsResponsePathSelectorIsHardReset) FieldPath

func (WatchAlertingConditionsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorIsHardReset) WithValue

type WatchAlertingConditionsResponsePathSelectorIsSoftReset

type WatchAlertingConditionsResponsePathSelectorIsSoftReset struct{}

func (WatchAlertingConditionsResponsePathSelectorIsSoftReset) FieldPath

func (WatchAlertingConditionsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorIsSoftReset) WithValue

type WatchAlertingConditionsResponsePathSelectorPageTokenChange

type WatchAlertingConditionsResponsePathSelectorPageTokenChange struct{}

func (WatchAlertingConditionsResponsePathSelectorPageTokenChange) FieldPath

type WatchAlertingConditionsResponsePathSelectorPageTokenChangeNextPageToken

type WatchAlertingConditionsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAlertingConditionsResponsePathSelectorPageTokenChangePrevPageToken

type WatchAlertingConditionsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAlertingConditionsResponsePathSelectorResumeToken

type WatchAlertingConditionsResponsePathSelectorResumeToken struct{}

func (WatchAlertingConditionsResponsePathSelectorResumeToken) FieldPath

func (WatchAlertingConditionsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorResumeToken) WithValue

type WatchAlertingConditionsResponsePathSelectorSnapshotSize

type WatchAlertingConditionsResponsePathSelectorSnapshotSize struct{}

func (WatchAlertingConditionsResponsePathSelectorSnapshotSize) FieldPath

func (WatchAlertingConditionsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAlertingConditionsResponsePathSelectorSnapshotSize) WithValue

type WatchAlertingConditionsResponse_FieldMask

type WatchAlertingConditionsResponse_FieldMask struct {
	Paths []WatchAlertingConditionsResponse_FieldPath
}

func FullWatchAlertingConditionsResponse_FieldMask

func FullWatchAlertingConditionsResponse_FieldMask() *WatchAlertingConditionsResponse_FieldMask

func (*WatchAlertingConditionsResponse_FieldMask) AppendPath

func (*WatchAlertingConditionsResponse_FieldMask) AppendRawPath

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

func (*WatchAlertingConditionsResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertingConditionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingConditionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingConditionsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingConditionsResponse_FieldMask) GetPaths

func (*WatchAlertingConditionsResponse_FieldMask) GetRawPaths

func (*WatchAlertingConditionsResponse_FieldMask) IsFull

func (fieldMask *WatchAlertingConditionsResponse_FieldMask) IsFull() bool

func (WatchAlertingConditionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingConditionsResponse_FieldMask) MarshalJSON

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

func (*WatchAlertingConditionsResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertingConditionsResponse_FieldMask) PathsCount() int

func (*WatchAlertingConditionsResponse_FieldMask) Project

func (*WatchAlertingConditionsResponse_FieldMask) ProjectRaw

func (*WatchAlertingConditionsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingConditionsResponse_FieldMask) ProtoMessage()

func (*WatchAlertingConditionsResponse_FieldMask) ProtoReflect

func (*WatchAlertingConditionsResponse_FieldMask) Reset

func (fieldMask *WatchAlertingConditionsResponse_FieldMask) Reset()

func (*WatchAlertingConditionsResponse_FieldMask) Set

func (*WatchAlertingConditionsResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertingConditionsResponse_FieldMask) SetRaw

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

func (*WatchAlertingConditionsResponse_FieldMask) Size

func (*WatchAlertingConditionsResponse_FieldMask) String

func (*WatchAlertingConditionsResponse_FieldMask) Subtract

func (*WatchAlertingConditionsResponse_FieldMask) SubtractRaw

func (*WatchAlertingConditionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingConditionsResponse_FieldMask) Unmarshal

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

func (*WatchAlertingConditionsResponse_FieldMask) UnmarshalJSON

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

type WatchAlertingConditionsResponse_FieldPath

type WatchAlertingConditionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingConditionsResponse_FieldPathSelector
	Get(source *WatchAlertingConditionsResponse) []interface{}
	GetSingle(source *WatchAlertingConditionsResponse) (interface{}, bool)
	ClearValue(item *WatchAlertingConditionsResponse)

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

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

func MustParseWatchAlertingConditionsResponse_FieldPath

func MustParseWatchAlertingConditionsResponse_FieldPath(rawField string) WatchAlertingConditionsResponse_FieldPath

func ParseWatchAlertingConditionsResponse_FieldPath

func ParseWatchAlertingConditionsResponse_FieldPath(rawField string) (WatchAlertingConditionsResponse_FieldPath, error)

type WatchAlertingConditionsResponse_FieldPathArrayItemValue

type WatchAlertingConditionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingConditionsResponse_FieldPath
	ContainsValue(*WatchAlertingConditionsResponse) bool
}

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

func MustParseWatchAlertingConditionsResponse_FieldPathArrayItemValue

func MustParseWatchAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingConditionsResponse_FieldPathArrayItemValue

func ParseWatchAlertingConditionsResponse_FieldPathArrayItemValue

func ParseWatchAlertingConditionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingConditionsResponse_FieldPathArrayItemValue, error)

ParseWatchAlertingConditionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingConditionsResponse_FieldPathArrayOfValues

type WatchAlertingConditionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingConditionsResponse_FieldPath
}

WatchAlertingConditionsResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertingConditionsResponse fields according to their type

func MustParseWatchAlertingConditionsResponse_FieldPathArrayOfValues

func MustParseWatchAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingConditionsResponse_FieldPathArrayOfValues

func ParseWatchAlertingConditionsResponse_FieldPathArrayOfValues

func ParseWatchAlertingConditionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingConditionsResponse_FieldPathArrayOfValues, error)

type WatchAlertingConditionsResponse_FieldPathSelector

type WatchAlertingConditionsResponse_FieldPathSelector int32
const (
	WatchAlertingConditionsResponse_FieldPathSelectorAlertingConditionChanges WatchAlertingConditionsResponse_FieldPathSelector = 0
	WatchAlertingConditionsResponse_FieldPathSelectorIsCurrent                WatchAlertingConditionsResponse_FieldPathSelector = 1
	WatchAlertingConditionsResponse_FieldPathSelectorPageTokenChange          WatchAlertingConditionsResponse_FieldPathSelector = 2
	WatchAlertingConditionsResponse_FieldPathSelectorResumeToken              WatchAlertingConditionsResponse_FieldPathSelector = 3
	WatchAlertingConditionsResponse_FieldPathSelectorSnapshotSize             WatchAlertingConditionsResponse_FieldPathSelector = 4
	WatchAlertingConditionsResponse_FieldPathSelectorIsSoftReset              WatchAlertingConditionsResponse_FieldPathSelector = 5
	WatchAlertingConditionsResponse_FieldPathSelectorIsHardReset              WatchAlertingConditionsResponse_FieldPathSelector = 6
)

func (WatchAlertingConditionsResponse_FieldPathSelector) String

type WatchAlertingConditionsResponse_FieldPathValue

type WatchAlertingConditionsResponse_FieldPathValue interface {
	WatchAlertingConditionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingConditionsResponse)
	CompareWith(*WatchAlertingConditionsResponse) (cmp int, comparable bool)
}

WatchAlertingConditionsResponse_FieldPathValue allows storing values for WatchAlertingConditionsResponse fields according to their type

func MustParseWatchAlertingConditionsResponse_FieldPathValue

func MustParseWatchAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) WatchAlertingConditionsResponse_FieldPathValue

func ParseWatchAlertingConditionsResponse_FieldPathValue

func ParseWatchAlertingConditionsResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertingConditionsResponse_FieldPathValue, error)

type WatchAlertingConditionsResponse_FieldSubPath

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

func (*WatchAlertingConditionsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchAlertingConditionsResponse_FieldSubPath) ClearValue

func (*WatchAlertingConditionsResponse_FieldSubPath) ClearValueRaw

func (*WatchAlertingConditionsResponse_FieldSubPath) Get

func (fps *WatchAlertingConditionsResponse_FieldSubPath) Get(source *WatchAlertingConditionsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingConditionsResponse_FieldSubPath) GetRaw

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

func (*WatchAlertingConditionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchAlertingConditionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionsResponse_FieldSubPath) Selector

func (*WatchAlertingConditionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchAlertingConditionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchAlertingConditionsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchAlertingConditionsResponse_FieldSubPath) WithIValue

func (*WatchAlertingConditionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchAlertingConditionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchAlertingConditionsResponse_FieldSubPath) WithRawIValue

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

type WatchAlertingConditionsResponse_FieldSubPathArrayItemValue

type WatchAlertingConditionsResponse_FieldSubPathArrayItemValue struct {
	WatchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchAlertingConditionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchAlertingConditionsResponse_FieldSubPathArrayOfValues

type WatchAlertingConditionsResponse_FieldSubPathArrayOfValues struct {
	WatchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchAlertingConditionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionsResponse_FieldSubPathValue

type WatchAlertingConditionsResponse_FieldSubPathValue struct {
	WatchAlertingConditionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchAlertingConditionsResponse_FieldSubPathValue) CompareWith

func (*WatchAlertingConditionsResponse_FieldSubPathValue) CompareWithRaw

func (*WatchAlertingConditionsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchAlertingConditionsResponse_FieldSubPathValue) SetTo

func (*WatchAlertingConditionsResponse_FieldSubPathValue) SetToRaw

type WatchAlertingConditionsResponse_FieldTerminalPath

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

func (*WatchAlertingConditionsResponse_FieldTerminalPath) ClearValue

func (*WatchAlertingConditionsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingConditionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingConditionsResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertingConditionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingConditionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingConditionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingConditionsResponse_FieldTerminalPath) Selector

func (*WatchAlertingConditionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingConditionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithIValue

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingConditionsResponse_FieldTerminalPath) WithRawIValue

type WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue

type WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) AsAlertingConditionChangesItemValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues

type WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsAlertingConditionChangesArrayOfValues

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchAlertingConditionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingConditionsResponse_FieldTerminalPathValue

type WatchAlertingConditionsResponse_FieldTerminalPathValue struct {
	WatchAlertingConditionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsAlertingConditionChangesValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingConditionsResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertingConditionsResponse'.

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse_FieldTerminalPathValue) SetToRaw

type WatchAlertingConditionsResponse_PageTokenChange

type WatchAlertingConditionsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAlertingConditionsResponse_PageTokenChange) Clone

func (*WatchAlertingConditionsResponse_PageTokenChange) CloneRaw

func (*WatchAlertingConditionsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchAlertingConditionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsResponse_PageTokenChange) GetNextPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) GotenMessage

func (*WatchAlertingConditionsResponse_PageTokenChange) GotenObjectExt

func (*WatchAlertingConditionsResponse_PageTokenChange) GotenValidate

func (*WatchAlertingConditionsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchAlertingConditionsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAlertingConditionsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchAlertingConditionsResponse_PageTokenChange) Marshal

func (*WatchAlertingConditionsResponse_PageTokenChange) MarshalJSON

func (*WatchAlertingConditionsResponse_PageTokenChange) Merge

func (*WatchAlertingConditionsResponse_PageTokenChange) MergeRaw

func (*WatchAlertingConditionsResponse_PageTokenChange) ProtoMessage

func (*WatchAlertingConditionsResponse_PageTokenChange) ProtoReflect

func (*WatchAlertingConditionsResponse_PageTokenChange) Reset

func (*WatchAlertingConditionsResponse_PageTokenChange) SetNextPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) String

func (*WatchAlertingConditionsResponse_PageTokenChange) Unmarshal

func (*WatchAlertingConditionsResponse_PageTokenChange) UnmarshalJSON

type WatchAlertingConditionsResponse_PageTokenChangePathSelectorNextPageToken

type WatchAlertingConditionsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAlertingConditionsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchAlertingConditionsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAlertingConditionsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAlertingConditionsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchAlertingConditionsResponse_PageTokenChange_FieldMask

type WatchAlertingConditionsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchAlertingConditionsResponsePageTokenChange_FieldPath
}

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) IsFull

func (WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchAlertingConditionsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Project

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Reset

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Set

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Size

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) String

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchAlertingConditionsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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