alerting_policy_client

package
v0.12.18 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertingPolicyServiceClient

AlertingPolicyServiceClient is the client API for AlertingPolicyService.

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

type AlertingPolicyServiceDescriptor added in v0.4.28

type AlertingPolicyServiceDescriptor struct{}

func GetAlertingPolicyServiceDescriptor added in v0.4.28

func GetAlertingPolicyServiceDescriptor() *AlertingPolicyServiceDescriptor

func (*AlertingPolicyServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*AlertingPolicyServiceDescriptor) GetApiName added in v0.4.28

func (d *AlertingPolicyServiceDescriptor) GetApiName() string

func (*AlertingPolicyServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *AlertingPolicyServiceDescriptor) GetFullAPIName() string

func (*AlertingPolicyServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *AlertingPolicyServiceDescriptor) GetProtoPkgName() string

func (*AlertingPolicyServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *AlertingPolicyServiceDescriptor) GetServiceDomain() string

func (*AlertingPolicyServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *AlertingPolicyServiceDescriptor) GetServiceVersion() string

type BatchGetAlertingPoliciesDescriptor added in v0.4.28

type BatchGetAlertingPoliciesDescriptor struct{}

func GetBatchGetAlertingPoliciesDescriptor added in v0.4.28

func GetBatchGetAlertingPoliciesDescriptor() *BatchGetAlertingPoliciesDescriptor

func (*BatchGetAlertingPoliciesDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetAlertingPoliciesDescriptor) GetApiName added in v0.4.28

func (*BatchGetAlertingPoliciesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertingPoliciesDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) GetFullMethodName() string

func (*BatchGetAlertingPoliciesDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) GetMethodName() string

func (*BatchGetAlertingPoliciesDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) GetProtoPkgName() string

func (*BatchGetAlertingPoliciesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetAlertingPoliciesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetAlertingPoliciesDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) GetServiceDomain() string

func (*BatchGetAlertingPoliciesDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) GetServiceVersion() string

func (*BatchGetAlertingPoliciesDescriptor) GetVerb added in v0.4.28

func (*BatchGetAlertingPoliciesDescriptor) HasResource added in v0.4.30

func (d *BatchGetAlertingPoliciesDescriptor) HasResource() bool

func (*BatchGetAlertingPoliciesDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) IsClientStream() bool

func (*BatchGetAlertingPoliciesDescriptor) IsCollection added in v0.4.30

func (d *BatchGetAlertingPoliciesDescriptor) IsCollection() bool

func (*BatchGetAlertingPoliciesDescriptor) IsPlural added in v0.4.30

func (*BatchGetAlertingPoliciesDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) IsServerStream() bool

func (*BatchGetAlertingPoliciesDescriptor) IsUnary added in v0.4.28

func (*BatchGetAlertingPoliciesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetAlertingPoliciesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetAlertingPoliciesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetAlertingPoliciesDescriptor) RequestHasResourceBody() bool

type BatchGetAlertingPoliciesDescriptorClientMsgHandle added in v0.4.28

type BatchGetAlertingPoliciesDescriptorClientMsgHandle struct{}

func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertingPoliciesDescriptorServerMsgHandle added in v0.4.28

type BatchGetAlertingPoliciesDescriptorServerMsgHandle struct{}

func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetAlertingPoliciesRequest

type BatchGetAlertingPoliciesRequest struct {

	// Names of AlertingPolicies
	Names []*alerting_policy.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_policy.AlertingPolicy_FieldMask `` /* 146-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 [BatchGetAlertingPolicies][ntt.monitoring.v3.BatchGetAlertingPolicies]

func (*BatchGetAlertingPoliciesRequest) Clone

func (*BatchGetAlertingPoliciesRequest) CloneRaw

func (*BatchGetAlertingPoliciesRequest) Descriptor

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

Deprecated, Use BatchGetAlertingPoliciesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingPoliciesRequest) GetFieldMask

func (*BatchGetAlertingPoliciesRequest) GetNames

func (*BatchGetAlertingPoliciesRequest) GetView

func (*BatchGetAlertingPoliciesRequest) GotenMessage

func (*BatchGetAlertingPoliciesRequest) GotenMessage()

func (*BatchGetAlertingPoliciesRequest) GotenObjectExt

func (o *BatchGetAlertingPoliciesRequest) GotenObjectExt()

func (*BatchGetAlertingPoliciesRequest) GotenValidate

func (obj *BatchGetAlertingPoliciesRequest) GotenValidate() error

func (*BatchGetAlertingPoliciesRequest) MakeDiffFieldMask

func (*BatchGetAlertingPoliciesRequest) MakeFullFieldMask

func (*BatchGetAlertingPoliciesRequest) MakeRawDiffFieldMask

func (*BatchGetAlertingPoliciesRequest) MakeRawFullFieldMask

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

func (*BatchGetAlertingPoliciesRequest) Marshal

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

func (*BatchGetAlertingPoliciesRequest) MarshalJSON

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

func (*BatchGetAlertingPoliciesRequest) Merge

func (*BatchGetAlertingPoliciesRequest) MergeRaw

func (*BatchGetAlertingPoliciesRequest) ProtoMessage

func (*BatchGetAlertingPoliciesRequest) ProtoMessage()

func (*BatchGetAlertingPoliciesRequest) ProtoReflect

func (*BatchGetAlertingPoliciesRequest) Reset

func (*BatchGetAlertingPoliciesRequest) SetFieldMask

func (*BatchGetAlertingPoliciesRequest) SetNames

func (*BatchGetAlertingPoliciesRequest) SetView

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

func (*BatchGetAlertingPoliciesRequest) String

func (*BatchGetAlertingPoliciesRequest) Unmarshal

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

func (*BatchGetAlertingPoliciesRequest) UnmarshalJSON

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

type BatchGetAlertingPoliciesRequestFieldPathBuilder

type BatchGetAlertingPoliciesRequestFieldPathBuilder struct{}

func NewBatchGetAlertingPoliciesRequestFieldPathBuilder

func NewBatchGetAlertingPoliciesRequestFieldPathBuilder() BatchGetAlertingPoliciesRequestFieldPathBuilder

func (BatchGetAlertingPoliciesRequestFieldPathBuilder) FieldMask

func (BatchGetAlertingPoliciesRequestFieldPathBuilder) Names

func (BatchGetAlertingPoliciesRequestFieldPathBuilder) View

type BatchGetAlertingPoliciesRequestPathSelectorFieldMask

type BatchGetAlertingPoliciesRequestPathSelectorFieldMask struct{}

func (BatchGetAlertingPoliciesRequestPathSelectorFieldMask) FieldPath

type BatchGetAlertingPoliciesRequestPathSelectorNames

type BatchGetAlertingPoliciesRequestPathSelectorNames struct{}

func (BatchGetAlertingPoliciesRequestPathSelectorNames) FieldPath

func (BatchGetAlertingPoliciesRequestPathSelectorNames) WithArrayOfValues

func (BatchGetAlertingPoliciesRequestPathSelectorNames) WithValue

type BatchGetAlertingPoliciesRequestPathSelectorView

type BatchGetAlertingPoliciesRequestPathSelectorView struct{}

func (BatchGetAlertingPoliciesRequestPathSelectorView) FieldPath

func (BatchGetAlertingPoliciesRequestPathSelectorView) WithArrayOfValues

func (BatchGetAlertingPoliciesRequestPathSelectorView) WithValue

type BatchGetAlertingPoliciesRequest_FieldMask

type BatchGetAlertingPoliciesRequest_FieldMask struct {
	Paths []BatchGetAlertingPoliciesRequest_FieldPath
}

func FullBatchGetAlertingPoliciesRequest_FieldMask

func FullBatchGetAlertingPoliciesRequest_FieldMask() *BatchGetAlertingPoliciesRequest_FieldMask

func (*BatchGetAlertingPoliciesRequest_FieldMask) AppendPath

func (*BatchGetAlertingPoliciesRequest_FieldMask) AppendRawPath

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) DecodeFirestore

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertingPoliciesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertingPoliciesRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) GetPaths

func (*BatchGetAlertingPoliciesRequest_FieldMask) GetRawPaths

func (*BatchGetAlertingPoliciesRequest_FieldMask) IsFull

func (fieldMask *BatchGetAlertingPoliciesRequest_FieldMask) IsFull() bool

func (BatchGetAlertingPoliciesRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertingPoliciesRequest_FieldMask) MarshalJSON

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetAlertingPoliciesRequest_FieldMask) PathsCount() int

func (*BatchGetAlertingPoliciesRequest_FieldMask) Project

func (*BatchGetAlertingPoliciesRequest_FieldMask) ProjectRaw

func (*BatchGetAlertingPoliciesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertingPoliciesRequest_FieldMask) ProtoMessage()

func (*BatchGetAlertingPoliciesRequest_FieldMask) ProtoReflect

func (*BatchGetAlertingPoliciesRequest_FieldMask) Reset

func (fieldMask *BatchGetAlertingPoliciesRequest_FieldMask) Reset()

func (*BatchGetAlertingPoliciesRequest_FieldMask) Set

func (*BatchGetAlertingPoliciesRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) SetRaw

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) Size

func (*BatchGetAlertingPoliciesRequest_FieldMask) String

func (*BatchGetAlertingPoliciesRequest_FieldMask) Subtract

func (*BatchGetAlertingPoliciesRequest_FieldMask) SubtractRaw

func (*BatchGetAlertingPoliciesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAlertingPoliciesRequest_FieldMask) Unmarshal

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

func (*BatchGetAlertingPoliciesRequest_FieldMask) UnmarshalJSON

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

type BatchGetAlertingPoliciesRequest_FieldPath

type BatchGetAlertingPoliciesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertingPoliciesRequest_FieldPathSelector
	Get(source *BatchGetAlertingPoliciesRequest) []interface{}
	GetSingle(source *BatchGetAlertingPoliciesRequest) (interface{}, bool)
	ClearValue(item *BatchGetAlertingPoliciesRequest)

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

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

func MustParseBatchGetAlertingPoliciesRequest_FieldPath

func MustParseBatchGetAlertingPoliciesRequest_FieldPath(rawField string) BatchGetAlertingPoliciesRequest_FieldPath

func ParseBatchGetAlertingPoliciesRequest_FieldPath

func ParseBatchGetAlertingPoliciesRequest_FieldPath(rawField string) (BatchGetAlertingPoliciesRequest_FieldPath, error)

type BatchGetAlertingPoliciesRequest_FieldPathArrayItemValue

type BatchGetAlertingPoliciesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertingPoliciesRequest_FieldPath
	ContainsValue(*BatchGetAlertingPoliciesRequest) bool
}

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

func MustParseBatchGetAlertingPoliciesRequest_FieldPathArrayItemValue

func MustParseBatchGetAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseBatchGetAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseBatchGetAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertingPoliciesRequest_FieldPathArrayItemValue, error)

ParseBatchGetAlertingPoliciesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertingPoliciesRequest_FieldPathArrayOfValues

type BatchGetAlertingPoliciesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertingPoliciesRequest_FieldPath
}

BatchGetAlertingPoliciesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertingPoliciesRequest fields according to their type

func MustParseBatchGetAlertingPoliciesRequest_FieldPathArrayOfValues

func MustParseBatchGetAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseBatchGetAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseBatchGetAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertingPoliciesRequest_FieldPathArrayOfValues, error)

type BatchGetAlertingPoliciesRequest_FieldPathSelector

type BatchGetAlertingPoliciesRequest_FieldPathSelector int32
const (
	BatchGetAlertingPoliciesRequest_FieldPathSelectorNames     BatchGetAlertingPoliciesRequest_FieldPathSelector = 0
	BatchGetAlertingPoliciesRequest_FieldPathSelectorFieldMask BatchGetAlertingPoliciesRequest_FieldPathSelector = 1
	BatchGetAlertingPoliciesRequest_FieldPathSelectorView      BatchGetAlertingPoliciesRequest_FieldPathSelector = 2
)

func (BatchGetAlertingPoliciesRequest_FieldPathSelector) String

type BatchGetAlertingPoliciesRequest_FieldPathValue

type BatchGetAlertingPoliciesRequest_FieldPathValue interface {
	BatchGetAlertingPoliciesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertingPoliciesRequest)
	CompareWith(*BatchGetAlertingPoliciesRequest) (cmp int, comparable bool)
}

BatchGetAlertingPoliciesRequest_FieldPathValue allows storing values for BatchGetAlertingPoliciesRequest fields according to their type

func MustParseBatchGetAlertingPoliciesRequest_FieldPathValue

func MustParseBatchGetAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) BatchGetAlertingPoliciesRequest_FieldPathValue

func ParseBatchGetAlertingPoliciesRequest_FieldPathValue

func ParseBatchGetAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAlertingPoliciesRequest_FieldPathValue, error)

type BatchGetAlertingPoliciesRequest_FieldTerminalPath

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) ClearValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAlertingPoliciesRequest

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAlertingPoliciesRequest

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) Selector

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithIValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPath) WithRawIValue

type BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue

type BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues

type BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertingPoliciesRequest_FieldTerminalPathValue

type BatchGetAlertingPoliciesRequest_FieldTerminalPathValue struct {
	BatchGetAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertingPoliciesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAlertingPoliciesRequest'.

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertingPoliciesRequest

func (*BatchGetAlertingPoliciesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetAlertingPoliciesResponse

type BatchGetAlertingPoliciesResponse struct {

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

BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse) Clone

func (*BatchGetAlertingPoliciesResponse) CloneRaw

func (*BatchGetAlertingPoliciesResponse) Descriptor

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

Deprecated, Use BatchGetAlertingPoliciesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingPoliciesResponse) GetAlertingPolicies

func (*BatchGetAlertingPoliciesResponse) GetMissing

func (*BatchGetAlertingPoliciesResponse) GotenMessage

func (*BatchGetAlertingPoliciesResponse) GotenMessage()

func (*BatchGetAlertingPoliciesResponse) GotenObjectExt

func (o *BatchGetAlertingPoliciesResponse) GotenObjectExt()

func (*BatchGetAlertingPoliciesResponse) GotenValidate

func (obj *BatchGetAlertingPoliciesResponse) GotenValidate() error

func (*BatchGetAlertingPoliciesResponse) MakeDiffFieldMask

func (*BatchGetAlertingPoliciesResponse) MakeFullFieldMask

func (*BatchGetAlertingPoliciesResponse) MakeRawDiffFieldMask

func (*BatchGetAlertingPoliciesResponse) MakeRawFullFieldMask

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

func (*BatchGetAlertingPoliciesResponse) Marshal

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

func (*BatchGetAlertingPoliciesResponse) MarshalJSON

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

func (*BatchGetAlertingPoliciesResponse) Merge

func (*BatchGetAlertingPoliciesResponse) MergeRaw

func (*BatchGetAlertingPoliciesResponse) ProtoMessage

func (*BatchGetAlertingPoliciesResponse) ProtoMessage()

func (*BatchGetAlertingPoliciesResponse) ProtoReflect

func (*BatchGetAlertingPoliciesResponse) Reset

func (*BatchGetAlertingPoliciesResponse) SetAlertingPolicies

func (m *BatchGetAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)

func (*BatchGetAlertingPoliciesResponse) SetMissing

func (*BatchGetAlertingPoliciesResponse) String

func (*BatchGetAlertingPoliciesResponse) Unmarshal

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

func (*BatchGetAlertingPoliciesResponse) UnmarshalJSON

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

type BatchGetAlertingPoliciesResponseFieldPathBuilder

type BatchGetAlertingPoliciesResponseFieldPathBuilder struct{}

func NewBatchGetAlertingPoliciesResponseFieldPathBuilder

func NewBatchGetAlertingPoliciesResponseFieldPathBuilder() BatchGetAlertingPoliciesResponseFieldPathBuilder

func (BatchGetAlertingPoliciesResponseFieldPathBuilder) AlertingPolicies

func (BatchGetAlertingPoliciesResponseFieldPathBuilder) Missing

type BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations

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

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) FieldPath

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithValue

type BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels

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

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) FieldPath

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithValue

type BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards

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

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) FieldPath

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues

func (BatchGetAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) Name

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) Spec

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) State added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayItemValue

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubValue

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPolicies) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) FieldPath

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) DeleteTime added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Lifecycle added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) State added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithItemValue

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithItemValue

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithItemValue

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesName

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesName struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesName) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner) FieldPath

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithValue

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Channels added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Enabled added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) FieldPath

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) FieldPath added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithItemValue added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithValue added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) FieldPath added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithValue added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState) ActiveAlertsCount added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState) FieldPath added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithArrayOfValues added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithValue added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) FieldPath added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (BatchGetAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithValue added in v0.10.10

type BatchGetAlertingPoliciesResponsePathSelectorMissing

type BatchGetAlertingPoliciesResponsePathSelectorMissing struct{}

func (BatchGetAlertingPoliciesResponsePathSelectorMissing) FieldPath

func (BatchGetAlertingPoliciesResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetAlertingPoliciesResponsePathSelectorMissing) WithValue

type BatchGetAlertingPoliciesResponse_FieldMask

type BatchGetAlertingPoliciesResponse_FieldMask struct {
	Paths []BatchGetAlertingPoliciesResponse_FieldPath
}

func FullBatchGetAlertingPoliciesResponse_FieldMask

func FullBatchGetAlertingPoliciesResponse_FieldMask() *BatchGetAlertingPoliciesResponse_FieldMask

func (*BatchGetAlertingPoliciesResponse_FieldMask) AppendPath

func (*BatchGetAlertingPoliciesResponse_FieldMask) AppendRawPath

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) DecodeFirestore

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAlertingPoliciesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAlertingPoliciesResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) GetPaths

func (*BatchGetAlertingPoliciesResponse_FieldMask) GetRawPaths

func (*BatchGetAlertingPoliciesResponse_FieldMask) IsFull

func (BatchGetAlertingPoliciesResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAlertingPoliciesResponse_FieldMask) MarshalJSON

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetAlertingPoliciesResponse_FieldMask) PathsCount() int

func (*BatchGetAlertingPoliciesResponse_FieldMask) Project

func (*BatchGetAlertingPoliciesResponse_FieldMask) ProjectRaw

func (*BatchGetAlertingPoliciesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetAlertingPoliciesResponse_FieldMask) ProtoMessage()

func (*BatchGetAlertingPoliciesResponse_FieldMask) ProtoReflect

func (*BatchGetAlertingPoliciesResponse_FieldMask) Reset

func (fieldMask *BatchGetAlertingPoliciesResponse_FieldMask) Reset()

func (*BatchGetAlertingPoliciesResponse_FieldMask) Set

func (*BatchGetAlertingPoliciesResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) SetRaw

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) Size

func (*BatchGetAlertingPoliciesResponse_FieldMask) String

func (*BatchGetAlertingPoliciesResponse_FieldMask) Subtract

func (*BatchGetAlertingPoliciesResponse_FieldMask) SubtractRaw

func (*BatchGetAlertingPoliciesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAlertingPoliciesResponse_FieldMask) Unmarshal

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

func (*BatchGetAlertingPoliciesResponse_FieldMask) UnmarshalJSON

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

type BatchGetAlertingPoliciesResponse_FieldPath

type BatchGetAlertingPoliciesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAlertingPoliciesResponse_FieldPathSelector
	Get(source *BatchGetAlertingPoliciesResponse) []interface{}
	GetSingle(source *BatchGetAlertingPoliciesResponse) (interface{}, bool)
	ClearValue(item *BatchGetAlertingPoliciesResponse)

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

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

func MustParseBatchGetAlertingPoliciesResponse_FieldPath

func MustParseBatchGetAlertingPoliciesResponse_FieldPath(rawField string) BatchGetAlertingPoliciesResponse_FieldPath

func ParseBatchGetAlertingPoliciesResponse_FieldPath

func ParseBatchGetAlertingPoliciesResponse_FieldPath(rawField string) (BatchGetAlertingPoliciesResponse_FieldPath, error)

type BatchGetAlertingPoliciesResponse_FieldPathArrayItemValue

type BatchGetAlertingPoliciesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAlertingPoliciesResponse_FieldPath
	ContainsValue(*BatchGetAlertingPoliciesResponse) bool
}

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

func MustParseBatchGetAlertingPoliciesResponse_FieldPathArrayItemValue

func MustParseBatchGetAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseBatchGetAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseBatchGetAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAlertingPoliciesResponse_FieldPathArrayItemValue, error)

ParseBatchGetAlertingPoliciesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAlertingPoliciesResponse_FieldPathArrayOfValues

type BatchGetAlertingPoliciesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAlertingPoliciesResponse_FieldPath
}

BatchGetAlertingPoliciesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAlertingPoliciesResponse fields according to their type

func MustParseBatchGetAlertingPoliciesResponse_FieldPathArrayOfValues

func MustParseBatchGetAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseBatchGetAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseBatchGetAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAlertingPoliciesResponse_FieldPathArrayOfValues, error)

type BatchGetAlertingPoliciesResponse_FieldPathSelector

type BatchGetAlertingPoliciesResponse_FieldPathSelector int32
const (
	BatchGetAlertingPoliciesResponse_FieldPathSelectorAlertingPolicies BatchGetAlertingPoliciesResponse_FieldPathSelector = 0
	BatchGetAlertingPoliciesResponse_FieldPathSelectorMissing          BatchGetAlertingPoliciesResponse_FieldPathSelector = 1
)

func (BatchGetAlertingPoliciesResponse_FieldPathSelector) String

type BatchGetAlertingPoliciesResponse_FieldPathValue

type BatchGetAlertingPoliciesResponse_FieldPathValue interface {
	BatchGetAlertingPoliciesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAlertingPoliciesResponse)
	CompareWith(*BatchGetAlertingPoliciesResponse) (cmp int, comparable bool)
}

BatchGetAlertingPoliciesResponse_FieldPathValue allows storing values for BatchGetAlertingPoliciesResponse fields according to their type

func MustParseBatchGetAlertingPoliciesResponse_FieldPathValue

func MustParseBatchGetAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) BatchGetAlertingPoliciesResponse_FieldPathValue

func ParseBatchGetAlertingPoliciesResponse_FieldPathValue

func ParseBatchGetAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAlertingPoliciesResponse_FieldPathValue, error)

type BatchGetAlertingPoliciesResponse_FieldSubPath

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) AsAlertingPoliciesSubPath

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) ClearValue

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) ClearValueRaw

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) GetRaw

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) Selector

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithIValue

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPath) WithRawIValue

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

type BatchGetAlertingPoliciesResponse_FieldSubPathArrayItemValue

type BatchGetAlertingPoliciesResponse_FieldSubPathArrayItemValue struct {
	BatchGetAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldSubPathArrayItemValue) AsAlertingPoliciesPathItemValue

func (*BatchGetAlertingPoliciesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetAlertingPoliciesResponse_FieldSubPathArrayOfValues

type BatchGetAlertingPoliciesResponse_FieldSubPathArrayOfValues struct {
	BatchGetAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldSubPathArrayOfValues) AsAlertingPoliciesPathArrayOfValues

func (*BatchGetAlertingPoliciesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetAlertingPoliciesResponse_FieldSubPathValue

type BatchGetAlertingPoliciesResponse_FieldSubPathValue struct {
	BatchGetAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) AsAlertingPoliciesPathValue

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) CompareWith

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) SetTo

func (*BatchGetAlertingPoliciesResponse_FieldSubPathValue) SetToRaw

type BatchGetAlertingPoliciesResponse_FieldTerminalPath

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) ClearValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) Selector

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithIValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPath) WithRawIValue

type BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue

type BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) AsAlertingPoliciesItemValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayOfValues

type BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsAlertingPoliciesArrayOfValues

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAlertingPoliciesResponse_FieldTerminalPathValue

type BatchGetAlertingPoliciesResponse_FieldTerminalPathValue struct {
	BatchGetAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) AsAlertingPoliciesValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAlertingPoliciesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAlertingPoliciesResponse'.

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAlertingPoliciesResponse

func (*BatchGetAlertingPoliciesResponse_FieldTerminalPathValue) SetToRaw

type CreateAlertingPolicyDescriptor added in v0.4.28

type CreateAlertingPolicyDescriptor struct{}

func GetCreateAlertingPolicyDescriptor added in v0.4.28

func GetCreateAlertingPolicyDescriptor() *CreateAlertingPolicyDescriptor

func (*CreateAlertingPolicyDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateAlertingPolicyDescriptor) GetApiName added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetApiName() string

func (*CreateAlertingPolicyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateAlertingPolicyDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetFullMethodName() string

func (*CreateAlertingPolicyDescriptor) GetMethodName added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetMethodName() string

func (*CreateAlertingPolicyDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetProtoPkgName() string

func (*CreateAlertingPolicyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateAlertingPolicyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateAlertingPolicyDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetServiceDomain() string

func (*CreateAlertingPolicyDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) GetServiceVersion() string

func (*CreateAlertingPolicyDescriptor) GetVerb added in v0.4.28

func (*CreateAlertingPolicyDescriptor) HasResource added in v0.4.30

func (d *CreateAlertingPolicyDescriptor) HasResource() bool

func (*CreateAlertingPolicyDescriptor) IsClientStream added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) IsClientStream() bool

func (*CreateAlertingPolicyDescriptor) IsCollection added in v0.4.30

func (d *CreateAlertingPolicyDescriptor) IsCollection() bool

func (*CreateAlertingPolicyDescriptor) IsPlural added in v0.4.30

func (d *CreateAlertingPolicyDescriptor) IsPlural() bool

func (*CreateAlertingPolicyDescriptor) IsServerStream added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) IsServerStream() bool

func (*CreateAlertingPolicyDescriptor) IsUnary added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) IsUnary() bool

func (*CreateAlertingPolicyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateAlertingPolicyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateAlertingPolicyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateAlertingPolicyDescriptor) RequestHasResourceBody() bool

type CreateAlertingPolicyDescriptorClientMsgHandle added in v0.4.28

type CreateAlertingPolicyDescriptorClientMsgHandle struct{}

func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertingPolicyDescriptorServerMsgHandle added in v0.4.28

type CreateAlertingPolicyDescriptorServerMsgHandle struct{}

func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateAlertingPolicyRequest

type CreateAlertingPolicyRequest struct {

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

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

func (*CreateAlertingPolicyRequest) Clone

func (*CreateAlertingPolicyRequest) CloneRaw

func (*CreateAlertingPolicyRequest) Descriptor

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

Deprecated, Use CreateAlertingPolicyRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertingPolicyRequest) GetAlertingPolicy

func (*CreateAlertingPolicyRequest) GetParent

func (*CreateAlertingPolicyRequest) GotenMessage

func (*CreateAlertingPolicyRequest) GotenMessage()

func (*CreateAlertingPolicyRequest) GotenObjectExt

func (o *CreateAlertingPolicyRequest) GotenObjectExt()

func (*CreateAlertingPolicyRequest) GotenValidate

func (obj *CreateAlertingPolicyRequest) GotenValidate() error

func (*CreateAlertingPolicyRequest) MakeDiffFieldMask

func (*CreateAlertingPolicyRequest) MakeFullFieldMask

func (*CreateAlertingPolicyRequest) MakeRawDiffFieldMask

func (*CreateAlertingPolicyRequest) MakeRawFullFieldMask

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

func (*CreateAlertingPolicyRequest) Marshal

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

func (*CreateAlertingPolicyRequest) MarshalJSON

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

func (*CreateAlertingPolicyRequest) Merge

func (*CreateAlertingPolicyRequest) MergeRaw

func (*CreateAlertingPolicyRequest) ProtoMessage

func (*CreateAlertingPolicyRequest) ProtoMessage()

func (*CreateAlertingPolicyRequest) ProtoReflect

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

func (*CreateAlertingPolicyRequest) Reset

func (m *CreateAlertingPolicyRequest) Reset()

func (*CreateAlertingPolicyRequest) SetAlertingPolicy

func (*CreateAlertingPolicyRequest) SetParent

func (*CreateAlertingPolicyRequest) String

func (m *CreateAlertingPolicyRequest) String() string

func (*CreateAlertingPolicyRequest) Unmarshal

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

func (*CreateAlertingPolicyRequest) UnmarshalJSON

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

type CreateAlertingPolicyRequestFieldPathBuilder

type CreateAlertingPolicyRequestFieldPathBuilder struct{}

func NewCreateAlertingPolicyRequestFieldPathBuilder

func NewCreateAlertingPolicyRequestFieldPathBuilder() CreateAlertingPolicyRequestFieldPathBuilder

func (CreateAlertingPolicyRequestFieldPathBuilder) AlertingPolicy

func (CreateAlertingPolicyRequestFieldPathBuilder) Parent

type CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations

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

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) FieldPath

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) WithArrayOfValues

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) WithValue

type CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels

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

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) FieldPath

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) WithArrayOfValues

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) WithValue

type CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards

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

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) FieldPath

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) WithArrayOfValues

func (CreateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicy

type CreateAlertingPolicyRequestPathSelectorAlertingPolicy struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) Description

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) DisplayName

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) Metadata

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) Name

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) Spec

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) State added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubArrayItemValue

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubValue

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicy) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDescription

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDescription struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation) FieldPath

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) DeleteTime added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Lifecycle added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Tags

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Uuid

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) State added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) Region added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) Version added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithItemValue

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithItemValue

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithItemValue

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyName

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyName struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyName) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyName) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyName) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec) Enabled

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpec) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner) FieldPath

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) FieldPath

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) WithArrayOfValues

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) WithValue

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) Channels added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) Enabled added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) FieldPath

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) FieldPath added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithItemValue added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithValue added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) FieldPath added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) WithValue added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyState added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyState struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyState) ActiveAlertsCount added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyState) FieldPath added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyState) WithArrayOfValues added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyState) WithValue added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount struct{}

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) FieldPath added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (CreateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) WithValue added in v0.10.10

type CreateAlertingPolicyRequestPathSelectorParent

type CreateAlertingPolicyRequestPathSelectorParent struct{}

func (CreateAlertingPolicyRequestPathSelectorParent) FieldPath

type CreateAlertingPolicyRequest_FieldMask

type CreateAlertingPolicyRequest_FieldMask struct {
	Paths []CreateAlertingPolicyRequest_FieldPath
}

func FullCreateAlertingPolicyRequest_FieldMask

func FullCreateAlertingPolicyRequest_FieldMask() *CreateAlertingPolicyRequest_FieldMask

func (*CreateAlertingPolicyRequest_FieldMask) AppendPath

func (*CreateAlertingPolicyRequest_FieldMask) AppendRawPath

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

func (*CreateAlertingPolicyRequest_FieldMask) DecodeFirestore

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

func (*CreateAlertingPolicyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateAlertingPolicyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateAlertingPolicyRequest_FieldMask) FromProtoFieldMask

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

func (*CreateAlertingPolicyRequest_FieldMask) GetPaths

func (*CreateAlertingPolicyRequest_FieldMask) GetRawPaths

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

func (*CreateAlertingPolicyRequest_FieldMask) IsFull

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) IsFull() bool

func (CreateAlertingPolicyRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateAlertingPolicyRequest_FieldMask) MarshalJSON

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

func (*CreateAlertingPolicyRequest_FieldMask) PathsCount

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) PathsCount() int

func (*CreateAlertingPolicyRequest_FieldMask) Project

func (*CreateAlertingPolicyRequest_FieldMask) ProjectRaw

func (*CreateAlertingPolicyRequest_FieldMask) ProtoMessage

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) ProtoMessage()

func (*CreateAlertingPolicyRequest_FieldMask) ProtoReflect

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

func (*CreateAlertingPolicyRequest_FieldMask) Reset

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) Reset()

func (*CreateAlertingPolicyRequest_FieldMask) Set

func (*CreateAlertingPolicyRequest_FieldMask) SetFromCliFlag

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

func (*CreateAlertingPolicyRequest_FieldMask) SetRaw

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

func (*CreateAlertingPolicyRequest_FieldMask) Size

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) Size() int

func (*CreateAlertingPolicyRequest_FieldMask) String

func (fieldMask *CreateAlertingPolicyRequest_FieldMask) String() string

func (*CreateAlertingPolicyRequest_FieldMask) Subtract

func (*CreateAlertingPolicyRequest_FieldMask) SubtractRaw

func (*CreateAlertingPolicyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateAlertingPolicyRequest_FieldMask) Unmarshal

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

func (*CreateAlertingPolicyRequest_FieldMask) UnmarshalJSON

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

type CreateAlertingPolicyRequest_FieldPath

type CreateAlertingPolicyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateAlertingPolicyRequest_FieldPathSelector
	Get(source *CreateAlertingPolicyRequest) []interface{}
	GetSingle(source *CreateAlertingPolicyRequest) (interface{}, bool)
	ClearValue(item *CreateAlertingPolicyRequest)

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

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

func MustParseCreateAlertingPolicyRequest_FieldPath

func MustParseCreateAlertingPolicyRequest_FieldPath(rawField string) CreateAlertingPolicyRequest_FieldPath

func ParseCreateAlertingPolicyRequest_FieldPath

func ParseCreateAlertingPolicyRequest_FieldPath(rawField string) (CreateAlertingPolicyRequest_FieldPath, error)

type CreateAlertingPolicyRequest_FieldPathArrayItemValue

type CreateAlertingPolicyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateAlertingPolicyRequest_FieldPath
	ContainsValue(*CreateAlertingPolicyRequest) bool
}

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

func MustParseCreateAlertingPolicyRequest_FieldPathArrayItemValue

func MustParseCreateAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAlertingPolicyRequest_FieldPathArrayItemValue

func ParseCreateAlertingPolicyRequest_FieldPathArrayItemValue

func ParseCreateAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAlertingPolicyRequest_FieldPathArrayItemValue, error)

ParseCreateAlertingPolicyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateAlertingPolicyRequest_FieldPathArrayOfValues

type CreateAlertingPolicyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateAlertingPolicyRequest_FieldPath
}

CreateAlertingPolicyRequest_FieldPathArrayOfValues allows storing slice of values for CreateAlertingPolicyRequest fields according to their type

func MustParseCreateAlertingPolicyRequest_FieldPathArrayOfValues

func MustParseCreateAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAlertingPolicyRequest_FieldPathArrayOfValues

func ParseCreateAlertingPolicyRequest_FieldPathArrayOfValues

func ParseCreateAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAlertingPolicyRequest_FieldPathArrayOfValues, error)

type CreateAlertingPolicyRequest_FieldPathSelector

type CreateAlertingPolicyRequest_FieldPathSelector int32
const (
	CreateAlertingPolicyRequest_FieldPathSelectorParent         CreateAlertingPolicyRequest_FieldPathSelector = 0
	CreateAlertingPolicyRequest_FieldPathSelectorAlertingPolicy CreateAlertingPolicyRequest_FieldPathSelector = 1
)

func (CreateAlertingPolicyRequest_FieldPathSelector) String

type CreateAlertingPolicyRequest_FieldPathValue

type CreateAlertingPolicyRequest_FieldPathValue interface {
	CreateAlertingPolicyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateAlertingPolicyRequest)
	CompareWith(*CreateAlertingPolicyRequest) (cmp int, comparable bool)
}

CreateAlertingPolicyRequest_FieldPathValue allows storing values for CreateAlertingPolicyRequest fields according to their type

func MustParseCreateAlertingPolicyRequest_FieldPathValue

func MustParseCreateAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) CreateAlertingPolicyRequest_FieldPathValue

func ParseCreateAlertingPolicyRequest_FieldPathValue

func ParseCreateAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) (CreateAlertingPolicyRequest_FieldPathValue, error)

type CreateAlertingPolicyRequest_FieldSubPath

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

func (*CreateAlertingPolicyRequest_FieldSubPath) AsAlertingPolicySubPath

func (*CreateAlertingPolicyRequest_FieldSubPath) ClearValue

func (*CreateAlertingPolicyRequest_FieldSubPath) ClearValueRaw

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

func (*CreateAlertingPolicyRequest_FieldSubPath) Get

func (fps *CreateAlertingPolicyRequest_FieldSubPath) Get(source *CreateAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateAlertingPolicyRequest

func (*CreateAlertingPolicyRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertingPolicyRequest_FieldSubPath) GetRaw

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

func (*CreateAlertingPolicyRequest_FieldSubPath) GetSingle

func (fps *CreateAlertingPolicyRequest_FieldSubPath) GetSingle(source *CreateAlertingPolicyRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateAlertingPolicyRequest

func (*CreateAlertingPolicyRequest_FieldSubPath) GetSingleRaw

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

func (*CreateAlertingPolicyRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAlertingPolicyRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAlertingPolicyRequest_FieldSubPath) Selector

func (*CreateAlertingPolicyRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateAlertingPolicyRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateAlertingPolicyRequest_FieldSubPath) WithIArrayItemValue

func (*CreateAlertingPolicyRequest_FieldSubPath) WithIArrayOfValues

func (*CreateAlertingPolicyRequest_FieldSubPath) WithIValue

func (*CreateAlertingPolicyRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateAlertingPolicyRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateAlertingPolicyRequest_FieldSubPath) WithRawIValue

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

type CreateAlertingPolicyRequest_FieldSubPathArrayItemValue

type CreateAlertingPolicyRequest_FieldSubPathArrayItemValue struct {
	CreateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldSubPathArrayItemValue) AsAlertingPolicyPathItemValue

func (*CreateAlertingPolicyRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateAlertingPolicyRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateAlertingPolicyRequest_FieldSubPathArrayOfValues

type CreateAlertingPolicyRequest_FieldSubPathArrayOfValues struct {
	CreateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldSubPathArrayOfValues) AsAlertingPolicyPathArrayOfValues

func (*CreateAlertingPolicyRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateAlertingPolicyRequest_FieldSubPathValue

type CreateAlertingPolicyRequest_FieldSubPathValue struct {
	CreateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldSubPathValue) AsAlertingPolicyPathValue

func (*CreateAlertingPolicyRequest_FieldSubPathValue) CompareWith

func (*CreateAlertingPolicyRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateAlertingPolicyRequest_FieldSubPathValue) GetRawValue

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

func (*CreateAlertingPolicyRequest_FieldSubPathValue) SetTo

func (*CreateAlertingPolicyRequest_FieldSubPathValue) SetToRaw

type CreateAlertingPolicyRequest_FieldTerminalPath

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

func (*CreateAlertingPolicyRequest_FieldTerminalPath) ClearValue

func (*CreateAlertingPolicyRequest_FieldTerminalPath) ClearValueRaw

func (*CreateAlertingPolicyRequest_FieldTerminalPath) Get

func (fp *CreateAlertingPolicyRequest_FieldTerminalPath) Get(source *CreateAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateAlertingPolicyRequest

func (*CreateAlertingPolicyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAlertingPolicyRequest_FieldTerminalPath) GetRaw

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

func (*CreateAlertingPolicyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateAlertingPolicyRequest

func (*CreateAlertingPolicyRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateAlertingPolicyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAlertingPolicyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAlertingPolicyRequest_FieldTerminalPath) Selector

func (*CreateAlertingPolicyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*CreateAlertingPolicyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithIValue

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateAlertingPolicyRequest_FieldTerminalPath) WithRawIValue

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

type CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue

type CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue struct {
	CreateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateAlertingPolicyRequest_FieldTerminalPathArrayOfValues

type CreateAlertingPolicyRequest_FieldTerminalPathArrayOfValues struct {
	CreateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsAlertingPolicyArrayOfValues

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateAlertingPolicyRequest_FieldTerminalPathValue

type CreateAlertingPolicyRequest_FieldTerminalPathValue struct {
	CreateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) AsAlertingPolicyValue

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) AsParentValue

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateAlertingPolicyRequest_FieldTerminalPathValue' with the value under path in 'CreateAlertingPolicyRequest'.

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateAlertingPolicyRequest

func (*CreateAlertingPolicyRequest_FieldTerminalPathValue) SetToRaw

type DeleteAlertingPolicyDescriptor added in v0.4.28

type DeleteAlertingPolicyDescriptor struct{}

func GetDeleteAlertingPolicyDescriptor added in v0.4.28

func GetDeleteAlertingPolicyDescriptor() *DeleteAlertingPolicyDescriptor

func (*DeleteAlertingPolicyDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteAlertingPolicyDescriptor) GetApiName added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetApiName() string

func (*DeleteAlertingPolicyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertingPolicyDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetFullMethodName() string

func (*DeleteAlertingPolicyDescriptor) GetMethodName added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetMethodName() string

func (*DeleteAlertingPolicyDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetProtoPkgName() string

func (*DeleteAlertingPolicyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteAlertingPolicyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteAlertingPolicyDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetServiceDomain() string

func (*DeleteAlertingPolicyDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) GetServiceVersion() string

func (*DeleteAlertingPolicyDescriptor) GetVerb added in v0.4.28

func (*DeleteAlertingPolicyDescriptor) HasResource added in v0.4.30

func (d *DeleteAlertingPolicyDescriptor) HasResource() bool

func (*DeleteAlertingPolicyDescriptor) IsClientStream added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) IsClientStream() bool

func (*DeleteAlertingPolicyDescriptor) IsCollection added in v0.4.30

func (d *DeleteAlertingPolicyDescriptor) IsCollection() bool

func (*DeleteAlertingPolicyDescriptor) IsPlural added in v0.4.30

func (d *DeleteAlertingPolicyDescriptor) IsPlural() bool

func (*DeleteAlertingPolicyDescriptor) IsServerStream added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) IsServerStream() bool

func (*DeleteAlertingPolicyDescriptor) IsUnary added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) IsUnary() bool

func (*DeleteAlertingPolicyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteAlertingPolicyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteAlertingPolicyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteAlertingPolicyDescriptor) RequestHasResourceBody() bool

type DeleteAlertingPolicyDescriptorClientMsgHandle added in v0.4.28

type DeleteAlertingPolicyDescriptorClientMsgHandle struct{}

func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertingPolicyDescriptorServerMsgHandle added in v0.4.28

type DeleteAlertingPolicyDescriptorServerMsgHandle struct{}

func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteAlertingPolicyRequest

type DeleteAlertingPolicyRequest struct {

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

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

func (*DeleteAlertingPolicyRequest) Clone

func (*DeleteAlertingPolicyRequest) CloneRaw

func (*DeleteAlertingPolicyRequest) Descriptor

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

Deprecated, Use DeleteAlertingPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertingPolicyRequest) GetName

func (*DeleteAlertingPolicyRequest) GotenMessage

func (*DeleteAlertingPolicyRequest) GotenMessage()

func (*DeleteAlertingPolicyRequest) GotenObjectExt

func (o *DeleteAlertingPolicyRequest) GotenObjectExt()

func (*DeleteAlertingPolicyRequest) GotenValidate

func (obj *DeleteAlertingPolicyRequest) GotenValidate() error

func (*DeleteAlertingPolicyRequest) MakeDiffFieldMask

func (*DeleteAlertingPolicyRequest) MakeFullFieldMask

func (*DeleteAlertingPolicyRequest) MakeRawDiffFieldMask

func (*DeleteAlertingPolicyRequest) MakeRawFullFieldMask

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

func (*DeleteAlertingPolicyRequest) Marshal

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

func (*DeleteAlertingPolicyRequest) MarshalJSON

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

func (*DeleteAlertingPolicyRequest) Merge

func (*DeleteAlertingPolicyRequest) MergeRaw

func (*DeleteAlertingPolicyRequest) ProtoMessage

func (*DeleteAlertingPolicyRequest) ProtoMessage()

func (*DeleteAlertingPolicyRequest) ProtoReflect

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

func (*DeleteAlertingPolicyRequest) Reset

func (m *DeleteAlertingPolicyRequest) Reset()

func (*DeleteAlertingPolicyRequest) SetName

func (*DeleteAlertingPolicyRequest) String

func (m *DeleteAlertingPolicyRequest) String() string

func (*DeleteAlertingPolicyRequest) Unmarshal

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

func (*DeleteAlertingPolicyRequest) UnmarshalJSON

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

type DeleteAlertingPolicyRequestFieldPathBuilder

type DeleteAlertingPolicyRequestFieldPathBuilder struct{}

func NewDeleteAlertingPolicyRequestFieldPathBuilder

func NewDeleteAlertingPolicyRequestFieldPathBuilder() DeleteAlertingPolicyRequestFieldPathBuilder

func (DeleteAlertingPolicyRequestFieldPathBuilder) Name

type DeleteAlertingPolicyRequestPathSelectorName

type DeleteAlertingPolicyRequestPathSelectorName struct{}

func (DeleteAlertingPolicyRequestPathSelectorName) FieldPath

func (DeleteAlertingPolicyRequestPathSelectorName) WithArrayOfValues

func (DeleteAlertingPolicyRequestPathSelectorName) WithValue

type DeleteAlertingPolicyRequest_FieldMask

type DeleteAlertingPolicyRequest_FieldMask struct {
	Paths []DeleteAlertingPolicyRequest_FieldPath
}

func FullDeleteAlertingPolicyRequest_FieldMask

func FullDeleteAlertingPolicyRequest_FieldMask() *DeleteAlertingPolicyRequest_FieldMask

func (*DeleteAlertingPolicyRequest_FieldMask) AppendPath

func (*DeleteAlertingPolicyRequest_FieldMask) AppendRawPath

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

func (*DeleteAlertingPolicyRequest_FieldMask) DecodeFirestore

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

func (*DeleteAlertingPolicyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteAlertingPolicyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteAlertingPolicyRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteAlertingPolicyRequest_FieldMask) GetPaths

func (*DeleteAlertingPolicyRequest_FieldMask) GetRawPaths

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

func (*DeleteAlertingPolicyRequest_FieldMask) IsFull

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) IsFull() bool

func (DeleteAlertingPolicyRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteAlertingPolicyRequest_FieldMask) MarshalJSON

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

func (*DeleteAlertingPolicyRequest_FieldMask) PathsCount

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) PathsCount() int

func (*DeleteAlertingPolicyRequest_FieldMask) Project

func (*DeleteAlertingPolicyRequest_FieldMask) ProjectRaw

func (*DeleteAlertingPolicyRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) ProtoMessage()

func (*DeleteAlertingPolicyRequest_FieldMask) ProtoReflect

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

func (*DeleteAlertingPolicyRequest_FieldMask) Reset

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) Reset()

func (*DeleteAlertingPolicyRequest_FieldMask) Set

func (*DeleteAlertingPolicyRequest_FieldMask) SetFromCliFlag

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

func (*DeleteAlertingPolicyRequest_FieldMask) SetRaw

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

func (*DeleteAlertingPolicyRequest_FieldMask) Size

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) Size() int

func (*DeleteAlertingPolicyRequest_FieldMask) String

func (fieldMask *DeleteAlertingPolicyRequest_FieldMask) String() string

func (*DeleteAlertingPolicyRequest_FieldMask) Subtract

func (*DeleteAlertingPolicyRequest_FieldMask) SubtractRaw

func (*DeleteAlertingPolicyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteAlertingPolicyRequest_FieldMask) Unmarshal

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

func (*DeleteAlertingPolicyRequest_FieldMask) UnmarshalJSON

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

type DeleteAlertingPolicyRequest_FieldPath

type DeleteAlertingPolicyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteAlertingPolicyRequest_FieldPathSelector
	Get(source *DeleteAlertingPolicyRequest) []interface{}
	GetSingle(source *DeleteAlertingPolicyRequest) (interface{}, bool)
	ClearValue(item *DeleteAlertingPolicyRequest)

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

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

func MustParseDeleteAlertingPolicyRequest_FieldPath

func MustParseDeleteAlertingPolicyRequest_FieldPath(rawField string) DeleteAlertingPolicyRequest_FieldPath

func ParseDeleteAlertingPolicyRequest_FieldPath

func ParseDeleteAlertingPolicyRequest_FieldPath(rawField string) (DeleteAlertingPolicyRequest_FieldPath, error)

type DeleteAlertingPolicyRequest_FieldPathArrayItemValue

type DeleteAlertingPolicyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteAlertingPolicyRequest_FieldPath
	ContainsValue(*DeleteAlertingPolicyRequest) bool
}

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

func MustParseDeleteAlertingPolicyRequest_FieldPathArrayItemValue

func MustParseDeleteAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAlertingPolicyRequest_FieldPathArrayItemValue

func ParseDeleteAlertingPolicyRequest_FieldPathArrayItemValue

func ParseDeleteAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAlertingPolicyRequest_FieldPathArrayItemValue, error)

ParseDeleteAlertingPolicyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteAlertingPolicyRequest_FieldPathArrayOfValues

type DeleteAlertingPolicyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteAlertingPolicyRequest_FieldPath
}

DeleteAlertingPolicyRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAlertingPolicyRequest fields according to their type

func MustParseDeleteAlertingPolicyRequest_FieldPathArrayOfValues

func MustParseDeleteAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAlertingPolicyRequest_FieldPathArrayOfValues

func ParseDeleteAlertingPolicyRequest_FieldPathArrayOfValues

func ParseDeleteAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAlertingPolicyRequest_FieldPathArrayOfValues, error)

type DeleteAlertingPolicyRequest_FieldPathSelector

type DeleteAlertingPolicyRequest_FieldPathSelector int32
const (
	DeleteAlertingPolicyRequest_FieldPathSelectorName DeleteAlertingPolicyRequest_FieldPathSelector = 0
)

func (DeleteAlertingPolicyRequest_FieldPathSelector) String

type DeleteAlertingPolicyRequest_FieldPathValue

type DeleteAlertingPolicyRequest_FieldPathValue interface {
	DeleteAlertingPolicyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteAlertingPolicyRequest)
	CompareWith(*DeleteAlertingPolicyRequest) (cmp int, comparable bool)
}

DeleteAlertingPolicyRequest_FieldPathValue allows storing values for DeleteAlertingPolicyRequest fields according to their type

func MustParseDeleteAlertingPolicyRequest_FieldPathValue

func MustParseDeleteAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) DeleteAlertingPolicyRequest_FieldPathValue

func ParseDeleteAlertingPolicyRequest_FieldPathValue

func ParseDeleteAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) (DeleteAlertingPolicyRequest_FieldPathValue, error)

type DeleteAlertingPolicyRequest_FieldTerminalPath

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) ClearValue

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) Get

func (fp *DeleteAlertingPolicyRequest_FieldTerminalPath) Get(source *DeleteAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteAlertingPolicyRequest

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) GetRaw

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteAlertingPolicyRequest

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) Selector

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithIValue

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPath) WithRawIValue

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

type DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue

type DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue struct {
	DeleteAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteAlertingPolicyRequest_FieldTerminalPathArrayOfValues

type DeleteAlertingPolicyRequest_FieldTerminalPathArrayOfValues struct {
	DeleteAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteAlertingPolicyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteAlertingPolicyRequest_FieldTerminalPathValue

type DeleteAlertingPolicyRequest_FieldTerminalPathValue struct {
	DeleteAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteAlertingPolicyRequest_FieldTerminalPathValue' with the value under path in 'DeleteAlertingPolicyRequest'.

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteAlertingPolicyRequest

func (*DeleteAlertingPolicyRequest_FieldTerminalPathValue) SetToRaw

type GetAlertingPolicyDescriptor added in v0.4.28

type GetAlertingPolicyDescriptor struct{}

func GetGetAlertingPolicyDescriptor added in v0.4.28

func GetGetAlertingPolicyDescriptor() *GetAlertingPolicyDescriptor

func (*GetAlertingPolicyDescriptor) GetApiDescriptor added in v0.4.28

func (*GetAlertingPolicyDescriptor) GetApiName added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetApiName() string

func (*GetAlertingPolicyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetAlertingPolicyDescriptor) GetFullMethodName added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetFullMethodName() string

func (*GetAlertingPolicyDescriptor) GetMethodName added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetMethodName() string

func (*GetAlertingPolicyDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetProtoPkgName() string

func (*GetAlertingPolicyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetAlertingPolicyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetAlertingPolicyDescriptor) GetServiceDomain added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetServiceDomain() string

func (*GetAlertingPolicyDescriptor) GetServiceVersion added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetServiceVersion() string

func (*GetAlertingPolicyDescriptor) GetVerb added in v0.4.28

func (d *GetAlertingPolicyDescriptor) GetVerb() string

func (*GetAlertingPolicyDescriptor) HasResource added in v0.4.30

func (d *GetAlertingPolicyDescriptor) HasResource() bool

func (*GetAlertingPolicyDescriptor) IsClientStream added in v0.4.28

func (d *GetAlertingPolicyDescriptor) IsClientStream() bool

func (*GetAlertingPolicyDescriptor) IsCollection added in v0.4.30

func (d *GetAlertingPolicyDescriptor) IsCollection() bool

func (*GetAlertingPolicyDescriptor) IsPlural added in v0.4.30

func (d *GetAlertingPolicyDescriptor) IsPlural() bool

func (*GetAlertingPolicyDescriptor) IsServerStream added in v0.4.28

func (d *GetAlertingPolicyDescriptor) IsServerStream() bool

func (*GetAlertingPolicyDescriptor) IsUnary added in v0.4.28

func (d *GetAlertingPolicyDescriptor) IsUnary() bool

func (*GetAlertingPolicyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetAlertingPolicyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetAlertingPolicyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetAlertingPolicyDescriptor) RequestHasResourceBody() bool

type GetAlertingPolicyDescriptorClientMsgHandle added in v0.4.28

type GetAlertingPolicyDescriptorClientMsgHandle struct{}

func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertingPolicyDescriptorServerMsgHandle added in v0.4.28

type GetAlertingPolicyDescriptorServerMsgHandle struct{}

func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetAlertingPolicyRequest

type GetAlertingPolicyRequest struct {

	// Reference of ntt.monitoring.v3.AlertingPolicy
	Name *alerting_policy.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_policy.AlertingPolicy_FieldMask `` /* 146-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 [GetAlertingPolicy][ntt.monitoring.v3.GetAlertingPolicy]

func (*GetAlertingPolicyRequest) Clone

func (*GetAlertingPolicyRequest) CloneRaw

func (*GetAlertingPolicyRequest) Descriptor

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

Deprecated, Use GetAlertingPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetAlertingPolicyRequest) GetFieldMask

func (*GetAlertingPolicyRequest) GetName

func (*GetAlertingPolicyRequest) GetView

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

func (*GetAlertingPolicyRequest) GotenMessage

func (*GetAlertingPolicyRequest) GotenMessage()

func (*GetAlertingPolicyRequest) GotenObjectExt

func (o *GetAlertingPolicyRequest) GotenObjectExt()

func (*GetAlertingPolicyRequest) GotenValidate

func (obj *GetAlertingPolicyRequest) GotenValidate() error

func (*GetAlertingPolicyRequest) MakeDiffFieldMask

func (*GetAlertingPolicyRequest) MakeFullFieldMask

func (*GetAlertingPolicyRequest) MakeRawDiffFieldMask

func (*GetAlertingPolicyRequest) MakeRawFullFieldMask

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

func (*GetAlertingPolicyRequest) Marshal

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

func (*GetAlertingPolicyRequest) MarshalJSON

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

func (*GetAlertingPolicyRequest) Merge

func (*GetAlertingPolicyRequest) MergeRaw

func (*GetAlertingPolicyRequest) ProtoMessage

func (*GetAlertingPolicyRequest) ProtoMessage()

func (*GetAlertingPolicyRequest) ProtoReflect

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

func (*GetAlertingPolicyRequest) Reset

func (m *GetAlertingPolicyRequest) Reset()

func (*GetAlertingPolicyRequest) SetFieldMask

func (*GetAlertingPolicyRequest) SetName

func (*GetAlertingPolicyRequest) SetView

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

func (*GetAlertingPolicyRequest) String

func (m *GetAlertingPolicyRequest) String() string

func (*GetAlertingPolicyRequest) Unmarshal

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

func (*GetAlertingPolicyRequest) UnmarshalJSON

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

type GetAlertingPolicyRequestFieldPathBuilder

type GetAlertingPolicyRequestFieldPathBuilder struct{}

func NewGetAlertingPolicyRequestFieldPathBuilder

func NewGetAlertingPolicyRequestFieldPathBuilder() GetAlertingPolicyRequestFieldPathBuilder

func (GetAlertingPolicyRequestFieldPathBuilder) FieldMask

func (GetAlertingPolicyRequestFieldPathBuilder) Name

func (GetAlertingPolicyRequestFieldPathBuilder) View

type GetAlertingPolicyRequestPathSelectorFieldMask

type GetAlertingPolicyRequestPathSelectorFieldMask struct{}

func (GetAlertingPolicyRequestPathSelectorFieldMask) FieldPath

type GetAlertingPolicyRequestPathSelectorName

type GetAlertingPolicyRequestPathSelectorName struct{}

func (GetAlertingPolicyRequestPathSelectorName) FieldPath

func (GetAlertingPolicyRequestPathSelectorName) WithArrayOfValues

func (GetAlertingPolicyRequestPathSelectorName) WithValue

type GetAlertingPolicyRequestPathSelectorView

type GetAlertingPolicyRequestPathSelectorView struct{}

func (GetAlertingPolicyRequestPathSelectorView) FieldPath

func (GetAlertingPolicyRequestPathSelectorView) WithArrayOfValues

func (GetAlertingPolicyRequestPathSelectorView) WithValue

type GetAlertingPolicyRequest_FieldMask

type GetAlertingPolicyRequest_FieldMask struct {
	Paths []GetAlertingPolicyRequest_FieldPath
}

func FullGetAlertingPolicyRequest_FieldMask

func FullGetAlertingPolicyRequest_FieldMask() *GetAlertingPolicyRequest_FieldMask

func (*GetAlertingPolicyRequest_FieldMask) AppendPath

func (*GetAlertingPolicyRequest_FieldMask) AppendRawPath

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

func (*GetAlertingPolicyRequest_FieldMask) DecodeFirestore

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

func (*GetAlertingPolicyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetAlertingPolicyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetAlertingPolicyRequest_FieldMask) FromProtoFieldMask

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

func (*GetAlertingPolicyRequest_FieldMask) GetPaths

func (*GetAlertingPolicyRequest_FieldMask) GetRawPaths

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

func (*GetAlertingPolicyRequest_FieldMask) IsFull

func (fieldMask *GetAlertingPolicyRequest_FieldMask) IsFull() bool

func (GetAlertingPolicyRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetAlertingPolicyRequest_FieldMask) MarshalJSON

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

func (*GetAlertingPolicyRequest_FieldMask) PathsCount

func (fieldMask *GetAlertingPolicyRequest_FieldMask) PathsCount() int

func (*GetAlertingPolicyRequest_FieldMask) Project

func (*GetAlertingPolicyRequest_FieldMask) ProjectRaw

func (*GetAlertingPolicyRequest_FieldMask) ProtoMessage

func (fieldMask *GetAlertingPolicyRequest_FieldMask) ProtoMessage()

func (*GetAlertingPolicyRequest_FieldMask) ProtoReflect

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

func (*GetAlertingPolicyRequest_FieldMask) Reset

func (fieldMask *GetAlertingPolicyRequest_FieldMask) Reset()

func (*GetAlertingPolicyRequest_FieldMask) Set

func (fieldMask *GetAlertingPolicyRequest_FieldMask) Set(target, source *GetAlertingPolicyRequest)

func (*GetAlertingPolicyRequest_FieldMask) SetFromCliFlag

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

func (*GetAlertingPolicyRequest_FieldMask) SetRaw

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

func (*GetAlertingPolicyRequest_FieldMask) Size

func (fieldMask *GetAlertingPolicyRequest_FieldMask) Size() int

func (*GetAlertingPolicyRequest_FieldMask) String

func (fieldMask *GetAlertingPolicyRequest_FieldMask) String() string

func (*GetAlertingPolicyRequest_FieldMask) Subtract

func (*GetAlertingPolicyRequest_FieldMask) SubtractRaw

func (*GetAlertingPolicyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetAlertingPolicyRequest_FieldMask) Unmarshal

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

func (*GetAlertingPolicyRequest_FieldMask) UnmarshalJSON

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

type GetAlertingPolicyRequest_FieldPath

type GetAlertingPolicyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetAlertingPolicyRequest_FieldPathSelector
	Get(source *GetAlertingPolicyRequest) []interface{}
	GetSingle(source *GetAlertingPolicyRequest) (interface{}, bool)
	ClearValue(item *GetAlertingPolicyRequest)

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

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

func MustParseGetAlertingPolicyRequest_FieldPath

func MustParseGetAlertingPolicyRequest_FieldPath(rawField string) GetAlertingPolicyRequest_FieldPath

func ParseGetAlertingPolicyRequest_FieldPath

func ParseGetAlertingPolicyRequest_FieldPath(rawField string) (GetAlertingPolicyRequest_FieldPath, error)

type GetAlertingPolicyRequest_FieldPathArrayItemValue

type GetAlertingPolicyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetAlertingPolicyRequest_FieldPath
	ContainsValue(*GetAlertingPolicyRequest) bool
}

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

func MustParseGetAlertingPolicyRequest_FieldPathArrayItemValue

func MustParseGetAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAlertingPolicyRequest_FieldPathArrayItemValue

func ParseGetAlertingPolicyRequest_FieldPathArrayItemValue

func ParseGetAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAlertingPolicyRequest_FieldPathArrayItemValue, error)

ParseGetAlertingPolicyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetAlertingPolicyRequest_FieldPathArrayOfValues

type GetAlertingPolicyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetAlertingPolicyRequest_FieldPath
}

GetAlertingPolicyRequest_FieldPathArrayOfValues allows storing slice of values for GetAlertingPolicyRequest fields according to their type

func MustParseGetAlertingPolicyRequest_FieldPathArrayOfValues

func MustParseGetAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAlertingPolicyRequest_FieldPathArrayOfValues

func ParseGetAlertingPolicyRequest_FieldPathArrayOfValues

func ParseGetAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAlertingPolicyRequest_FieldPathArrayOfValues, error)

type GetAlertingPolicyRequest_FieldPathSelector

type GetAlertingPolicyRequest_FieldPathSelector int32
const (
	GetAlertingPolicyRequest_FieldPathSelectorName      GetAlertingPolicyRequest_FieldPathSelector = 0
	GetAlertingPolicyRequest_FieldPathSelectorFieldMask GetAlertingPolicyRequest_FieldPathSelector = 1
	GetAlertingPolicyRequest_FieldPathSelectorView      GetAlertingPolicyRequest_FieldPathSelector = 2
)

func (GetAlertingPolicyRequest_FieldPathSelector) String

type GetAlertingPolicyRequest_FieldPathValue

type GetAlertingPolicyRequest_FieldPathValue interface {
	GetAlertingPolicyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetAlertingPolicyRequest)
	CompareWith(*GetAlertingPolicyRequest) (cmp int, comparable bool)
}

GetAlertingPolicyRequest_FieldPathValue allows storing values for GetAlertingPolicyRequest fields according to their type

func MustParseGetAlertingPolicyRequest_FieldPathValue

func MustParseGetAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) GetAlertingPolicyRequest_FieldPathValue

func ParseGetAlertingPolicyRequest_FieldPathValue

func ParseGetAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) (GetAlertingPolicyRequest_FieldPathValue, error)

type GetAlertingPolicyRequest_FieldTerminalPath

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) ClearValue

func (*GetAlertingPolicyRequest_FieldTerminalPath) ClearValueRaw

func (*GetAlertingPolicyRequest_FieldTerminalPath) Get

func (fp *GetAlertingPolicyRequest_FieldTerminalPath) Get(source *GetAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by specific field from source GetAlertingPolicyRequest

func (*GetAlertingPolicyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetAlertingPolicyRequest_FieldTerminalPath) GetRaw

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) GetSingle

func (fp *GetAlertingPolicyRequest_FieldTerminalPath) GetSingle(source *GetAlertingPolicyRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetAlertingPolicyRequest

func (*GetAlertingPolicyRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetAlertingPolicyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetAlertingPolicyRequest_FieldTerminalPath) Selector

func (*GetAlertingPolicyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithIValue

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetAlertingPolicyRequest_FieldTerminalPath) WithRawIValue

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

type GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue

type GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue struct {
	GetAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues

type GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues struct {
	GetAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetAlertingPolicyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetAlertingPolicyRequest_FieldTerminalPathValue

type GetAlertingPolicyRequest_FieldTerminalPathValue struct {
	GetAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) AsNameValue

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) AsViewValue

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetAlertingPolicyRequest_FieldTerminalPathValue' with the value under path in 'GetAlertingPolicyRequest'.

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetAlertingPolicyRequest

func (*GetAlertingPolicyRequest_FieldTerminalPathValue) SetToRaw

type ListAlertingPoliciesDescriptor added in v0.4.28

type ListAlertingPoliciesDescriptor struct{}

func GetListAlertingPoliciesDescriptor added in v0.4.28

func GetListAlertingPoliciesDescriptor() *ListAlertingPoliciesDescriptor

func (*ListAlertingPoliciesDescriptor) GetApiDescriptor added in v0.4.28

func (*ListAlertingPoliciesDescriptor) GetApiName added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetApiName() string

func (*ListAlertingPoliciesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListAlertingPoliciesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetFullMethodName() string

func (*ListAlertingPoliciesDescriptor) GetMethodName added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetMethodName() string

func (*ListAlertingPoliciesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetProtoPkgName() string

func (*ListAlertingPoliciesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListAlertingPoliciesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListAlertingPoliciesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetServiceDomain() string

func (*ListAlertingPoliciesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) GetServiceVersion() string

func (*ListAlertingPoliciesDescriptor) GetVerb added in v0.4.28

func (*ListAlertingPoliciesDescriptor) HasResource added in v0.4.30

func (d *ListAlertingPoliciesDescriptor) HasResource() bool

func (*ListAlertingPoliciesDescriptor) IsClientStream added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) IsClientStream() bool

func (*ListAlertingPoliciesDescriptor) IsCollection added in v0.4.30

func (d *ListAlertingPoliciesDescriptor) IsCollection() bool

func (*ListAlertingPoliciesDescriptor) IsPlural added in v0.4.30

func (d *ListAlertingPoliciesDescriptor) IsPlural() bool

func (*ListAlertingPoliciesDescriptor) IsServerStream added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) IsServerStream() bool

func (*ListAlertingPoliciesDescriptor) IsUnary added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) IsUnary() bool

func (*ListAlertingPoliciesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListAlertingPoliciesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListAlertingPoliciesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListAlertingPoliciesDescriptor) RequestHasResourceBody() bool

type ListAlertingPoliciesDescriptorClientMsgHandle added in v0.4.28

type ListAlertingPoliciesDescriptorClientMsgHandle struct{}

func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertingPoliciesDescriptorServerMsgHandle added in v0.4.28

type ListAlertingPoliciesDescriptorServerMsgHandle struct{}

func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListAlertingPoliciesRequest

type ListAlertingPoliciesRequest struct {

	// Parent name of ntt.monitoring.v3.AlertingPolicy
	Parent *alerting_policy.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingPolicies 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
	// [ListAlertingPoliciesResponse.next_page_token][ntt.monitoring.v3.ListAlertingPoliciesResponse.next_page_token]
	PageToken *alerting_policy.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_policy.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_policy.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_policy.AlertingPolicy_FieldMask `` /* 146-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 [ListAlertingPolicies][ntt.monitoring.v3.ListAlertingPolicies]

func (*ListAlertingPoliciesRequest) Clone

func (*ListAlertingPoliciesRequest) CloneRaw

func (*ListAlertingPoliciesRequest) Descriptor

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

Deprecated, Use ListAlertingPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListAlertingPoliciesRequest) GetFieldMask

func (*ListAlertingPoliciesRequest) GetFilter

func (*ListAlertingPoliciesRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListAlertingPoliciesRequest) GetIncludePagingInfo() bool

func (*ListAlertingPoliciesRequest) GetOrderBy

func (*ListAlertingPoliciesRequest) GetPageSize

func (m *ListAlertingPoliciesRequest) GetPageSize() int32

func (*ListAlertingPoliciesRequest) GetPageToken

func (*ListAlertingPoliciesRequest) GetParent

func (*ListAlertingPoliciesRequest) GetView

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

func (*ListAlertingPoliciesRequest) GotenMessage

func (*ListAlertingPoliciesRequest) GotenMessage()

func (*ListAlertingPoliciesRequest) GotenObjectExt

func (o *ListAlertingPoliciesRequest) GotenObjectExt()

func (*ListAlertingPoliciesRequest) GotenValidate

func (obj *ListAlertingPoliciesRequest) GotenValidate() error

func (*ListAlertingPoliciesRequest) MakeDiffFieldMask

func (*ListAlertingPoliciesRequest) MakeFullFieldMask

func (*ListAlertingPoliciesRequest) MakeRawDiffFieldMask

func (*ListAlertingPoliciesRequest) MakeRawFullFieldMask

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

func (*ListAlertingPoliciesRequest) Marshal

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

func (*ListAlertingPoliciesRequest) MarshalJSON

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

func (*ListAlertingPoliciesRequest) Merge

func (*ListAlertingPoliciesRequest) MergeRaw

func (*ListAlertingPoliciesRequest) ProtoMessage

func (*ListAlertingPoliciesRequest) ProtoMessage()

func (*ListAlertingPoliciesRequest) ProtoReflect

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

func (*ListAlertingPoliciesRequest) Reset

func (m *ListAlertingPoliciesRequest) Reset()

func (*ListAlertingPoliciesRequest) SetFieldMask

func (*ListAlertingPoliciesRequest) SetFilter

func (*ListAlertingPoliciesRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListAlertingPoliciesRequest) SetIncludePagingInfo(fv bool)

func (*ListAlertingPoliciesRequest) SetOrderBy

func (*ListAlertingPoliciesRequest) SetPageSize

func (m *ListAlertingPoliciesRequest) SetPageSize(fv int32)

func (*ListAlertingPoliciesRequest) SetPageToken

func (*ListAlertingPoliciesRequest) SetParent

func (*ListAlertingPoliciesRequest) SetView

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

func (*ListAlertingPoliciesRequest) String

func (m *ListAlertingPoliciesRequest) String() string

func (*ListAlertingPoliciesRequest) Unmarshal

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

func (*ListAlertingPoliciesRequest) UnmarshalJSON

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

type ListAlertingPoliciesRequestFieldPathBuilder

type ListAlertingPoliciesRequestFieldPathBuilder struct{}

func NewListAlertingPoliciesRequestFieldPathBuilder

func NewListAlertingPoliciesRequestFieldPathBuilder() ListAlertingPoliciesRequestFieldPathBuilder

func (ListAlertingPoliciesRequestFieldPathBuilder) FieldMask

func (ListAlertingPoliciesRequestFieldPathBuilder) Filter

func (ListAlertingPoliciesRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListAlertingPoliciesRequestFieldPathBuilder) OrderBy

func (ListAlertingPoliciesRequestFieldPathBuilder) PageSize

func (ListAlertingPoliciesRequestFieldPathBuilder) PageToken

func (ListAlertingPoliciesRequestFieldPathBuilder) Parent

func (ListAlertingPoliciesRequestFieldPathBuilder) View

type ListAlertingPoliciesRequestPathSelectorFieldMask

type ListAlertingPoliciesRequestPathSelectorFieldMask struct{}

func (ListAlertingPoliciesRequestPathSelectorFieldMask) FieldPath

type ListAlertingPoliciesRequestPathSelectorFilter

type ListAlertingPoliciesRequestPathSelectorFilter struct{}

func (ListAlertingPoliciesRequestPathSelectorFilter) FieldPath

func (ListAlertingPoliciesRequestPathSelectorFilter) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorFilter) WithValue

type ListAlertingPoliciesRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListAlertingPoliciesRequestPathSelectorIncludePagingInfo struct{}

func (ListAlertingPoliciesRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListAlertingPoliciesRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListAlertingPoliciesRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListAlertingPoliciesRequestPathSelectorOrderBy

type ListAlertingPoliciesRequestPathSelectorOrderBy struct{}

func (ListAlertingPoliciesRequestPathSelectorOrderBy) FieldPath

func (ListAlertingPoliciesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorOrderBy) WithValue

type ListAlertingPoliciesRequestPathSelectorPageSize

type ListAlertingPoliciesRequestPathSelectorPageSize struct{}

func (ListAlertingPoliciesRequestPathSelectorPageSize) FieldPath

func (ListAlertingPoliciesRequestPathSelectorPageSize) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorPageSize) WithValue

type ListAlertingPoliciesRequestPathSelectorPageToken

type ListAlertingPoliciesRequestPathSelectorPageToken struct{}

func (ListAlertingPoliciesRequestPathSelectorPageToken) FieldPath

func (ListAlertingPoliciesRequestPathSelectorPageToken) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorPageToken) WithValue

type ListAlertingPoliciesRequestPathSelectorParent

type ListAlertingPoliciesRequestPathSelectorParent struct{}

func (ListAlertingPoliciesRequestPathSelectorParent) FieldPath

func (ListAlertingPoliciesRequestPathSelectorParent) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorParent) WithValue

type ListAlertingPoliciesRequestPathSelectorView

type ListAlertingPoliciesRequestPathSelectorView struct{}

func (ListAlertingPoliciesRequestPathSelectorView) FieldPath

func (ListAlertingPoliciesRequestPathSelectorView) WithArrayOfValues

func (ListAlertingPoliciesRequestPathSelectorView) WithValue

type ListAlertingPoliciesRequest_FieldMask

type ListAlertingPoliciesRequest_FieldMask struct {
	Paths []ListAlertingPoliciesRequest_FieldPath
}

func FullListAlertingPoliciesRequest_FieldMask

func FullListAlertingPoliciesRequest_FieldMask() *ListAlertingPoliciesRequest_FieldMask

func (*ListAlertingPoliciesRequest_FieldMask) AppendPath

func (*ListAlertingPoliciesRequest_FieldMask) AppendRawPath

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

func (*ListAlertingPoliciesRequest_FieldMask) DecodeFirestore

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

func (*ListAlertingPoliciesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertingPoliciesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertingPoliciesRequest_FieldMask) FromProtoFieldMask

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

func (*ListAlertingPoliciesRequest_FieldMask) GetPaths

func (*ListAlertingPoliciesRequest_FieldMask) GetRawPaths

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

func (*ListAlertingPoliciesRequest_FieldMask) IsFull

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) IsFull() bool

func (ListAlertingPoliciesRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertingPoliciesRequest_FieldMask) MarshalJSON

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

func (*ListAlertingPoliciesRequest_FieldMask) PathsCount

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) PathsCount() int

func (*ListAlertingPoliciesRequest_FieldMask) Project

func (*ListAlertingPoliciesRequest_FieldMask) ProjectRaw

func (*ListAlertingPoliciesRequest_FieldMask) ProtoMessage

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) ProtoMessage()

func (*ListAlertingPoliciesRequest_FieldMask) ProtoReflect

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

func (*ListAlertingPoliciesRequest_FieldMask) Reset

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) Reset()

func (*ListAlertingPoliciesRequest_FieldMask) Set

func (*ListAlertingPoliciesRequest_FieldMask) SetFromCliFlag

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

func (*ListAlertingPoliciesRequest_FieldMask) SetRaw

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

func (*ListAlertingPoliciesRequest_FieldMask) Size

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) Size() int

func (*ListAlertingPoliciesRequest_FieldMask) String

func (fieldMask *ListAlertingPoliciesRequest_FieldMask) String() string

func (*ListAlertingPoliciesRequest_FieldMask) Subtract

func (*ListAlertingPoliciesRequest_FieldMask) SubtractRaw

func (*ListAlertingPoliciesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertingPoliciesRequest_FieldMask) Unmarshal

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

func (*ListAlertingPoliciesRequest_FieldMask) UnmarshalJSON

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

type ListAlertingPoliciesRequest_FieldPath

type ListAlertingPoliciesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertingPoliciesRequest_FieldPathSelector
	Get(source *ListAlertingPoliciesRequest) []interface{}
	GetSingle(source *ListAlertingPoliciesRequest) (interface{}, bool)
	ClearValue(item *ListAlertingPoliciesRequest)

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

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

func MustParseListAlertingPoliciesRequest_FieldPath

func MustParseListAlertingPoliciesRequest_FieldPath(rawField string) ListAlertingPoliciesRequest_FieldPath

func ParseListAlertingPoliciesRequest_FieldPath

func ParseListAlertingPoliciesRequest_FieldPath(rawField string) (ListAlertingPoliciesRequest_FieldPath, error)

type ListAlertingPoliciesRequest_FieldPathArrayItemValue

type ListAlertingPoliciesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertingPoliciesRequest_FieldPath
	ContainsValue(*ListAlertingPoliciesRequest) bool
}

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

func MustParseListAlertingPoliciesRequest_FieldPathArrayItemValue

func MustParseListAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseListAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseListAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertingPoliciesRequest_FieldPathArrayItemValue, error)

ParseListAlertingPoliciesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertingPoliciesRequest_FieldPathArrayOfValues

type ListAlertingPoliciesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertingPoliciesRequest_FieldPath
}

ListAlertingPoliciesRequest_FieldPathArrayOfValues allows storing slice of values for ListAlertingPoliciesRequest fields according to their type

func MustParseListAlertingPoliciesRequest_FieldPathArrayOfValues

func MustParseListAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseListAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseListAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertingPoliciesRequest_FieldPathArrayOfValues, error)

type ListAlertingPoliciesRequest_FieldPathSelector

type ListAlertingPoliciesRequest_FieldPathSelector int32
const (
	ListAlertingPoliciesRequest_FieldPathSelectorParent            ListAlertingPoliciesRequest_FieldPathSelector = 0
	ListAlertingPoliciesRequest_FieldPathSelectorPageSize          ListAlertingPoliciesRequest_FieldPathSelector = 1
	ListAlertingPoliciesRequest_FieldPathSelectorPageToken         ListAlertingPoliciesRequest_FieldPathSelector = 2
	ListAlertingPoliciesRequest_FieldPathSelectorOrderBy           ListAlertingPoliciesRequest_FieldPathSelector = 3
	ListAlertingPoliciesRequest_FieldPathSelectorFilter            ListAlertingPoliciesRequest_FieldPathSelector = 4
	ListAlertingPoliciesRequest_FieldPathSelectorFieldMask         ListAlertingPoliciesRequest_FieldPathSelector = 5
	ListAlertingPoliciesRequest_FieldPathSelectorView              ListAlertingPoliciesRequest_FieldPathSelector = 6
	ListAlertingPoliciesRequest_FieldPathSelectorIncludePagingInfo ListAlertingPoliciesRequest_FieldPathSelector = 7
)

func (ListAlertingPoliciesRequest_FieldPathSelector) String

type ListAlertingPoliciesRequest_FieldPathValue

type ListAlertingPoliciesRequest_FieldPathValue interface {
	ListAlertingPoliciesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertingPoliciesRequest)
	CompareWith(*ListAlertingPoliciesRequest) (cmp int, comparable bool)
}

ListAlertingPoliciesRequest_FieldPathValue allows storing values for ListAlertingPoliciesRequest fields according to their type

func MustParseListAlertingPoliciesRequest_FieldPathValue

func MustParseListAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) ListAlertingPoliciesRequest_FieldPathValue

func ParseListAlertingPoliciesRequest_FieldPathValue

func ParseListAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) (ListAlertingPoliciesRequest_FieldPathValue, error)

type ListAlertingPoliciesRequest_FieldTerminalPath

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

func (*ListAlertingPoliciesRequest_FieldTerminalPath) ClearValue

func (*ListAlertingPoliciesRequest_FieldTerminalPath) ClearValueRaw

func (*ListAlertingPoliciesRequest_FieldTerminalPath) Get

func (fp *ListAlertingPoliciesRequest_FieldTerminalPath) Get(source *ListAlertingPoliciesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListAlertingPoliciesRequest

func (*ListAlertingPoliciesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingPoliciesRequest_FieldTerminalPath) GetRaw

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

func (*ListAlertingPoliciesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAlertingPoliciesRequest

func (*ListAlertingPoliciesRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertingPoliciesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingPoliciesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingPoliciesRequest_FieldTerminalPath) Selector

func (*ListAlertingPoliciesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListAlertingPoliciesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithIValue

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertingPoliciesRequest_FieldTerminalPath) WithRawIValue

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

type ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue

type ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue struct {
	ListAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues

type ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues struct {
	ListAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertingPoliciesRequest_FieldTerminalPathValue

type ListAlertingPoliciesRequest_FieldTerminalPathValue struct {
	ListAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsParentValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) AsViewValue

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertingPoliciesRequest_FieldTerminalPathValue' with the value under path in 'ListAlertingPoliciesRequest'.

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertingPoliciesRequest

func (*ListAlertingPoliciesRequest_FieldTerminalPathValue) SetToRaw

type ListAlertingPoliciesResponse

type ListAlertingPoliciesResponse struct {

	// The list of AlertingPolicies
	AlertingPolicies []*alerting_policy.AlertingPolicy `` /* 138-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAlertingPoliciesRequest.page_token][ntt.monitoring.v3.ListAlertingPoliciesRequest.page_token]
	PrevPageToken *alerting_policy.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAlertingPoliciesRequest.page_token][ntt.monitoring.v3.ListAlertingPoliciesRequest.page_token]
	NextPageToken *alerting_policy.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 AlertingPolicies 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 [ListAlertingPolicies][ntt.monitoring.v3.ListAlertingPolicies]

func (*ListAlertingPoliciesResponse) Clone

func (*ListAlertingPoliciesResponse) CloneRaw

func (*ListAlertingPoliciesResponse) Descriptor

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

Deprecated, Use ListAlertingPoliciesResponse.ProtoReflect.Descriptor instead.

func (*ListAlertingPoliciesResponse) GetAlertingPolicies

func (m *ListAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy

func (*ListAlertingPoliciesResponse) GetCurrentOffset added in v0.10.1

func (m *ListAlertingPoliciesResponse) GetCurrentOffset() int32

func (*ListAlertingPoliciesResponse) GetNextPageToken

func (*ListAlertingPoliciesResponse) GetPrevPageToken

func (*ListAlertingPoliciesResponse) GetTotalResultsCount added in v0.10.1

func (m *ListAlertingPoliciesResponse) GetTotalResultsCount() int32

func (*ListAlertingPoliciesResponse) GotenMessage

func (*ListAlertingPoliciesResponse) GotenMessage()

func (*ListAlertingPoliciesResponse) GotenObjectExt

func (o *ListAlertingPoliciesResponse) GotenObjectExt()

func (*ListAlertingPoliciesResponse) GotenValidate

func (obj *ListAlertingPoliciesResponse) GotenValidate() error

func (*ListAlertingPoliciesResponse) MakeDiffFieldMask

func (*ListAlertingPoliciesResponse) MakeFullFieldMask

func (*ListAlertingPoliciesResponse) MakeRawDiffFieldMask

func (*ListAlertingPoliciesResponse) MakeRawFullFieldMask

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

func (*ListAlertingPoliciesResponse) Marshal

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

func (*ListAlertingPoliciesResponse) MarshalJSON

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

func (*ListAlertingPoliciesResponse) Merge

func (*ListAlertingPoliciesResponse) MergeRaw

func (*ListAlertingPoliciesResponse) ProtoMessage

func (*ListAlertingPoliciesResponse) ProtoMessage()

func (*ListAlertingPoliciesResponse) ProtoReflect

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

func (*ListAlertingPoliciesResponse) Reset

func (m *ListAlertingPoliciesResponse) Reset()

func (*ListAlertingPoliciesResponse) SetAlertingPolicies

func (m *ListAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)

func (*ListAlertingPoliciesResponse) SetCurrentOffset added in v0.10.1

func (m *ListAlertingPoliciesResponse) SetCurrentOffset(fv int32)

func (*ListAlertingPoliciesResponse) SetNextPageToken

func (m *ListAlertingPoliciesResponse) SetNextPageToken(fv *alerting_policy.PagerCursor)

func (*ListAlertingPoliciesResponse) SetPrevPageToken

func (m *ListAlertingPoliciesResponse) SetPrevPageToken(fv *alerting_policy.PagerCursor)

func (*ListAlertingPoliciesResponse) SetTotalResultsCount added in v0.10.1

func (m *ListAlertingPoliciesResponse) SetTotalResultsCount(fv int32)

func (*ListAlertingPoliciesResponse) String

func (*ListAlertingPoliciesResponse) Unmarshal

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

func (*ListAlertingPoliciesResponse) UnmarshalJSON

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

type ListAlertingPoliciesResponseFieldPathBuilder

type ListAlertingPoliciesResponseFieldPathBuilder struct{}

func NewListAlertingPoliciesResponseFieldPathBuilder

func NewListAlertingPoliciesResponseFieldPathBuilder() ListAlertingPoliciesResponseFieldPathBuilder

func (ListAlertingPoliciesResponseFieldPathBuilder) AlertingPolicies

func (ListAlertingPoliciesResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListAlertingPoliciesResponseFieldPathBuilder) NextPageToken

func (ListAlertingPoliciesResponseFieldPathBuilder) PrevPageToken

func (ListAlertingPoliciesResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations

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

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) FieldPath

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithValue

type ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels

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

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) FieldPath

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithValue

type ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards

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

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) FieldPath

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues

func (ListAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPolicies

type ListAlertingPoliciesResponsePathSelectorAlertingPolicies struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) Metadata

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) Name

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) Spec

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) State added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayItemValue

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubValue

func (ListAlertingPoliciesResponsePathSelectorAlertingPolicies) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) FieldPath

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) DeleteTime added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Lifecycle added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) State added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Region added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Version added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithItemValue

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithItemValue

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithItemValue

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesName

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesName struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesName) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner) FieldPath

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) FieldPath

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithValue

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Channels added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Enabled added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) FieldPath

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) FieldPath added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithItemValue added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithValue added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) FieldPath added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithValue added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState) ActiveAlertsCount added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState) FieldPath added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithArrayOfValues added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithValue added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount struct{}

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) FieldPath added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (ListAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithValue added in v0.10.10

type ListAlertingPoliciesResponsePathSelectorCurrentOffset added in v0.10.1

type ListAlertingPoliciesResponsePathSelectorCurrentOffset struct{}

func (ListAlertingPoliciesResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListAlertingPoliciesResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListAlertingPoliciesResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListAlertingPoliciesResponsePathSelectorNextPageToken

type ListAlertingPoliciesResponsePathSelectorNextPageToken struct{}

func (ListAlertingPoliciesResponsePathSelectorNextPageToken) FieldPath

func (ListAlertingPoliciesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorNextPageToken) WithValue

type ListAlertingPoliciesResponsePathSelectorPrevPageToken

type ListAlertingPoliciesResponsePathSelectorPrevPageToken struct{}

func (ListAlertingPoliciesResponsePathSelectorPrevPageToken) FieldPath

func (ListAlertingPoliciesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListAlertingPoliciesResponsePathSelectorPrevPageToken) WithValue

type ListAlertingPoliciesResponsePathSelectorTotalResultsCount added in v0.10.1

type ListAlertingPoliciesResponsePathSelectorTotalResultsCount struct{}

func (ListAlertingPoliciesResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListAlertingPoliciesResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListAlertingPoliciesResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListAlertingPoliciesResponse_FieldMask

type ListAlertingPoliciesResponse_FieldMask struct {
	Paths []ListAlertingPoliciesResponse_FieldPath
}

func FullListAlertingPoliciesResponse_FieldMask

func FullListAlertingPoliciesResponse_FieldMask() *ListAlertingPoliciesResponse_FieldMask

func (*ListAlertingPoliciesResponse_FieldMask) AppendPath

func (*ListAlertingPoliciesResponse_FieldMask) AppendRawPath

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

func (*ListAlertingPoliciesResponse_FieldMask) DecodeFirestore

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

func (*ListAlertingPoliciesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAlertingPoliciesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAlertingPoliciesResponse_FieldMask) FromProtoFieldMask

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

func (*ListAlertingPoliciesResponse_FieldMask) GetPaths

func (*ListAlertingPoliciesResponse_FieldMask) GetRawPaths

func (*ListAlertingPoliciesResponse_FieldMask) IsFull

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) IsFull() bool

func (ListAlertingPoliciesResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListAlertingPoliciesResponse_FieldMask) MarshalJSON

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

func (*ListAlertingPoliciesResponse_FieldMask) PathsCount

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) PathsCount() int

func (*ListAlertingPoliciesResponse_FieldMask) Project

func (*ListAlertingPoliciesResponse_FieldMask) ProjectRaw

func (*ListAlertingPoliciesResponse_FieldMask) ProtoMessage

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) ProtoMessage()

func (*ListAlertingPoliciesResponse_FieldMask) ProtoReflect

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

func (*ListAlertingPoliciesResponse_FieldMask) Reset

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) Reset()

func (*ListAlertingPoliciesResponse_FieldMask) Set

func (*ListAlertingPoliciesResponse_FieldMask) SetFromCliFlag

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

func (*ListAlertingPoliciesResponse_FieldMask) SetRaw

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

func (*ListAlertingPoliciesResponse_FieldMask) Size

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) Size() int

func (*ListAlertingPoliciesResponse_FieldMask) String

func (fieldMask *ListAlertingPoliciesResponse_FieldMask) String() string

func (*ListAlertingPoliciesResponse_FieldMask) Subtract

func (*ListAlertingPoliciesResponse_FieldMask) SubtractRaw

func (*ListAlertingPoliciesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAlertingPoliciesResponse_FieldMask) Unmarshal

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

func (*ListAlertingPoliciesResponse_FieldMask) UnmarshalJSON

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

type ListAlertingPoliciesResponse_FieldPath

type ListAlertingPoliciesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAlertingPoliciesResponse_FieldPathSelector
	Get(source *ListAlertingPoliciesResponse) []interface{}
	GetSingle(source *ListAlertingPoliciesResponse) (interface{}, bool)
	ClearValue(item *ListAlertingPoliciesResponse)

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

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

func MustParseListAlertingPoliciesResponse_FieldPath

func MustParseListAlertingPoliciesResponse_FieldPath(rawField string) ListAlertingPoliciesResponse_FieldPath

func ParseListAlertingPoliciesResponse_FieldPath

func ParseListAlertingPoliciesResponse_FieldPath(rawField string) (ListAlertingPoliciesResponse_FieldPath, error)

type ListAlertingPoliciesResponse_FieldPathArrayItemValue

type ListAlertingPoliciesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAlertingPoliciesResponse_FieldPath
	ContainsValue(*ListAlertingPoliciesResponse) bool
}

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

func MustParseListAlertingPoliciesResponse_FieldPathArrayItemValue

func MustParseListAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseListAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseListAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAlertingPoliciesResponse_FieldPathArrayItemValue, error)

ParseListAlertingPoliciesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAlertingPoliciesResponse_FieldPathArrayOfValues

type ListAlertingPoliciesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAlertingPoliciesResponse_FieldPath
}

ListAlertingPoliciesResponse_FieldPathArrayOfValues allows storing slice of values for ListAlertingPoliciesResponse fields according to their type

func MustParseListAlertingPoliciesResponse_FieldPathArrayOfValues

func MustParseListAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseListAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseListAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAlertingPoliciesResponse_FieldPathArrayOfValues, error)

type ListAlertingPoliciesResponse_FieldPathSelector

type ListAlertingPoliciesResponse_FieldPathSelector int32
const (
	ListAlertingPoliciesResponse_FieldPathSelectorAlertingPolicies  ListAlertingPoliciesResponse_FieldPathSelector = 0
	ListAlertingPoliciesResponse_FieldPathSelectorPrevPageToken     ListAlertingPoliciesResponse_FieldPathSelector = 1
	ListAlertingPoliciesResponse_FieldPathSelectorNextPageToken     ListAlertingPoliciesResponse_FieldPathSelector = 2
	ListAlertingPoliciesResponse_FieldPathSelectorCurrentOffset     ListAlertingPoliciesResponse_FieldPathSelector = 3
	ListAlertingPoliciesResponse_FieldPathSelectorTotalResultsCount ListAlertingPoliciesResponse_FieldPathSelector = 4
)

func (ListAlertingPoliciesResponse_FieldPathSelector) String

type ListAlertingPoliciesResponse_FieldPathValue

type ListAlertingPoliciesResponse_FieldPathValue interface {
	ListAlertingPoliciesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAlertingPoliciesResponse)
	CompareWith(*ListAlertingPoliciesResponse) (cmp int, comparable bool)
}

ListAlertingPoliciesResponse_FieldPathValue allows storing values for ListAlertingPoliciesResponse fields according to their type

func MustParseListAlertingPoliciesResponse_FieldPathValue

func MustParseListAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) ListAlertingPoliciesResponse_FieldPathValue

func ParseListAlertingPoliciesResponse_FieldPathValue

func ParseListAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) (ListAlertingPoliciesResponse_FieldPathValue, error)

type ListAlertingPoliciesResponse_FieldSubPath

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

func (*ListAlertingPoliciesResponse_FieldSubPath) AsAlertingPoliciesSubPath

func (*ListAlertingPoliciesResponse_FieldSubPath) ClearValue

func (*ListAlertingPoliciesResponse_FieldSubPath) ClearValueRaw

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

func (*ListAlertingPoliciesResponse_FieldSubPath) Get

func (fps *ListAlertingPoliciesResponse_FieldSubPath) Get(source *ListAlertingPoliciesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListAlertingPoliciesResponse

func (*ListAlertingPoliciesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingPoliciesResponse_FieldSubPath) GetRaw

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

func (*ListAlertingPoliciesResponse_FieldSubPath) GetSingle

func (fps *ListAlertingPoliciesResponse_FieldSubPath) GetSingle(source *ListAlertingPoliciesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListAlertingPoliciesResponse

func (*ListAlertingPoliciesResponse_FieldSubPath) GetSingleRaw

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

func (*ListAlertingPoliciesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingPoliciesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingPoliciesResponse_FieldSubPath) Selector

func (*ListAlertingPoliciesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListAlertingPoliciesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListAlertingPoliciesResponse_FieldSubPath) WithIArrayItemValue

func (*ListAlertingPoliciesResponse_FieldSubPath) WithIArrayOfValues

func (*ListAlertingPoliciesResponse_FieldSubPath) WithIValue

func (*ListAlertingPoliciesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListAlertingPoliciesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListAlertingPoliciesResponse_FieldSubPath) WithRawIValue

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

type ListAlertingPoliciesResponse_FieldSubPathArrayItemValue

type ListAlertingPoliciesResponse_FieldSubPathArrayItemValue struct {
	ListAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldSubPathArrayItemValue) AsAlertingPoliciesPathItemValue

func (*ListAlertingPoliciesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListAlertingPoliciesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListAlertingPoliciesResponse_FieldSubPathArrayOfValues

type ListAlertingPoliciesResponse_FieldSubPathArrayOfValues struct {
	ListAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldSubPathArrayOfValues) AsAlertingPoliciesPathArrayOfValues

func (*ListAlertingPoliciesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListAlertingPoliciesResponse_FieldSubPathValue

type ListAlertingPoliciesResponse_FieldSubPathValue struct {
	ListAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldSubPathValue) AsAlertingPoliciesPathValue

func (*ListAlertingPoliciesResponse_FieldSubPathValue) CompareWith

func (*ListAlertingPoliciesResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListAlertingPoliciesResponse_FieldSubPathValue) GetRawValue

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

func (*ListAlertingPoliciesResponse_FieldSubPathValue) SetTo

func (*ListAlertingPoliciesResponse_FieldSubPathValue) SetToRaw

type ListAlertingPoliciesResponse_FieldTerminalPath

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

func (*ListAlertingPoliciesResponse_FieldTerminalPath) ClearValue

func (*ListAlertingPoliciesResponse_FieldTerminalPath) ClearValueRaw

func (*ListAlertingPoliciesResponse_FieldTerminalPath) Get

func (fp *ListAlertingPoliciesResponse_FieldTerminalPath) Get(source *ListAlertingPoliciesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListAlertingPoliciesResponse

func (*ListAlertingPoliciesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAlertingPoliciesResponse_FieldTerminalPath) GetRaw

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

func (*ListAlertingPoliciesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAlertingPoliciesResponse

func (*ListAlertingPoliciesResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListAlertingPoliciesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAlertingPoliciesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAlertingPoliciesResponse_FieldTerminalPath) Selector

func (*ListAlertingPoliciesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListAlertingPoliciesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithIValue

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAlertingPoliciesResponse_FieldTerminalPath) WithRawIValue

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

type ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue

type ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue struct {
	ListAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) AsAlertingPoliciesItemValue

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues

type ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues struct {
	ListAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsAlertingPoliciesArrayOfValues

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAlertingPoliciesResponse_FieldTerminalPathValue

type ListAlertingPoliciesResponse_FieldTerminalPathValue struct {
	ListAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) AsAlertingPoliciesValue

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAlertingPoliciesResponse_FieldTerminalPathValue' with the value under path in 'ListAlertingPoliciesResponse'.

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAlertingPoliciesResponse

func (*ListAlertingPoliciesResponse_FieldTerminalPathValue) SetToRaw

type SearchAlertingPoliciesDescriptor added in v0.10.4

type SearchAlertingPoliciesDescriptor struct{}

func GetSearchAlertingPoliciesDescriptor added in v0.10.4

func GetSearchAlertingPoliciesDescriptor() *SearchAlertingPoliciesDescriptor

func (*SearchAlertingPoliciesDescriptor) GetApiDescriptor added in v0.10.4

func (*SearchAlertingPoliciesDescriptor) GetApiName added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetApiName() string

func (*SearchAlertingPoliciesDescriptor) GetClientMsgReflectHandle added in v0.10.4

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

func (*SearchAlertingPoliciesDescriptor) GetFullMethodName added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetFullMethodName() string

func (*SearchAlertingPoliciesDescriptor) GetMethodName added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetMethodName() string

func (*SearchAlertingPoliciesDescriptor) GetProtoPkgName added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetProtoPkgName() string

func (*SearchAlertingPoliciesDescriptor) GetResourceDescriptor added in v0.10.4

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

func (*SearchAlertingPoliciesDescriptor) GetServerMsgReflectHandle added in v0.10.4

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

func (*SearchAlertingPoliciesDescriptor) GetServiceDomain added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetServiceDomain() string

func (*SearchAlertingPoliciesDescriptor) GetServiceVersion added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) GetServiceVersion() string

func (*SearchAlertingPoliciesDescriptor) GetVerb added in v0.10.4

func (*SearchAlertingPoliciesDescriptor) HasResource added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) HasResource() bool

func (*SearchAlertingPoliciesDescriptor) IsClientStream added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) IsClientStream() bool

func (*SearchAlertingPoliciesDescriptor) IsCollection added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) IsCollection() bool

func (*SearchAlertingPoliciesDescriptor) IsPlural added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) IsPlural() bool

func (*SearchAlertingPoliciesDescriptor) IsServerStream added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) IsServerStream() bool

func (*SearchAlertingPoliciesDescriptor) IsUnary added in v0.10.4

func (*SearchAlertingPoliciesDescriptor) NewEmptyClientMsg added in v0.10.4

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

func (*SearchAlertingPoliciesDescriptor) NewEmptyServerMsg added in v0.10.4

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

func (*SearchAlertingPoliciesDescriptor) RequestHasResourceBody added in v0.10.4

func (d *SearchAlertingPoliciesDescriptor) RequestHasResourceBody() bool

type SearchAlertingPoliciesDescriptorClientMsgHandle added in v0.10.4

type SearchAlertingPoliciesDescriptorClientMsgHandle struct{}

func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.4

func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName added in v0.10.4

func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.4

type SearchAlertingPoliciesDescriptorServerMsgHandle added in v0.10.4

type SearchAlertingPoliciesDescriptorServerMsgHandle struct{}

func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.4

func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName added in v0.10.4

func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.4

type SearchAlertingPoliciesRequest added in v0.10.4

type SearchAlertingPoliciesRequest struct {

	// Parent name of ntt.monitoring.v3.AlertingPolicy
	Parent *alerting_policy.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingPolicies 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
	// [SearchAlertingPoliciesResponse.next_page_token][ntt.monitoring.v3.SearchAlertingPoliciesResponse.next_page_token]
	PageToken *alerting_policy.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_policy.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_policy.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_policy.AlertingPolicy_FieldMask `` /* 146-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 [SearchAlertingPolicies][ntt.monitoring.v3.SearchAlertingPolicies]

func (*SearchAlertingPoliciesRequest) Clone added in v0.10.4

func (*SearchAlertingPoliciesRequest) CloneRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest) Descriptor added in v0.10.4

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

Deprecated, Use SearchAlertingPoliciesRequest.ProtoReflect.Descriptor instead.

func (*SearchAlertingPoliciesRequest) GetFieldMask added in v0.10.4

func (*SearchAlertingPoliciesRequest) GetFilter added in v0.10.4

func (*SearchAlertingPoliciesRequest) GetOrderBy added in v0.10.4

func (*SearchAlertingPoliciesRequest) GetPageSize added in v0.10.4

func (m *SearchAlertingPoliciesRequest) GetPageSize() int32

func (*SearchAlertingPoliciesRequest) GetPageToken added in v0.10.4

func (*SearchAlertingPoliciesRequest) GetParent added in v0.10.4

func (*SearchAlertingPoliciesRequest) GetPhrase added in v0.10.4

func (m *SearchAlertingPoliciesRequest) GetPhrase() string

func (*SearchAlertingPoliciesRequest) GetView added in v0.10.4

func (*SearchAlertingPoliciesRequest) GotenMessage added in v0.10.4

func (*SearchAlertingPoliciesRequest) GotenMessage()

func (*SearchAlertingPoliciesRequest) GotenObjectExt added in v0.10.4

func (o *SearchAlertingPoliciesRequest) GotenObjectExt()

func (*SearchAlertingPoliciesRequest) GotenValidate added in v0.10.4

func (obj *SearchAlertingPoliciesRequest) GotenValidate() error

func (*SearchAlertingPoliciesRequest) MakeDiffFieldMask added in v0.10.4

func (*SearchAlertingPoliciesRequest) MakeFullFieldMask added in v0.10.4

func (*SearchAlertingPoliciesRequest) MakeRawDiffFieldMask added in v0.10.4

func (*SearchAlertingPoliciesRequest) MakeRawFullFieldMask added in v0.10.4

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

func (*SearchAlertingPoliciesRequest) Marshal added in v0.10.4

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

func (*SearchAlertingPoliciesRequest) MarshalJSON added in v0.10.4

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

func (*SearchAlertingPoliciesRequest) Merge added in v0.10.4

func (*SearchAlertingPoliciesRequest) MergeRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest) ProtoMessage added in v0.10.4

func (*SearchAlertingPoliciesRequest) ProtoMessage()

func (*SearchAlertingPoliciesRequest) ProtoReflect added in v0.10.4

func (*SearchAlertingPoliciesRequest) Reset added in v0.10.4

func (m *SearchAlertingPoliciesRequest) Reset()

func (*SearchAlertingPoliciesRequest) SetFieldMask added in v0.10.4

func (*SearchAlertingPoliciesRequest) SetFilter added in v0.10.4

func (*SearchAlertingPoliciesRequest) SetOrderBy added in v0.10.4

func (*SearchAlertingPoliciesRequest) SetPageSize added in v0.10.4

func (m *SearchAlertingPoliciesRequest) SetPageSize(fv int32)

func (*SearchAlertingPoliciesRequest) SetPageToken added in v0.10.4

func (*SearchAlertingPoliciesRequest) SetParent added in v0.10.4

func (*SearchAlertingPoliciesRequest) SetPhrase added in v0.10.4

func (m *SearchAlertingPoliciesRequest) SetPhrase(fv string)

func (*SearchAlertingPoliciesRequest) SetView added in v0.10.4

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

func (*SearchAlertingPoliciesRequest) String added in v0.10.4

func (*SearchAlertingPoliciesRequest) Unmarshal added in v0.10.4

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

func (*SearchAlertingPoliciesRequest) UnmarshalJSON added in v0.10.4

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

type SearchAlertingPoliciesRequestFieldPathBuilder added in v0.10.4

type SearchAlertingPoliciesRequestFieldPathBuilder struct{}

func NewSearchAlertingPoliciesRequestFieldPathBuilder added in v0.10.4

func NewSearchAlertingPoliciesRequestFieldPathBuilder() SearchAlertingPoliciesRequestFieldPathBuilder

func (SearchAlertingPoliciesRequestFieldPathBuilder) FieldMask added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) Filter added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) OrderBy added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) PageSize added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) PageToken added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) Parent added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) Phrase added in v0.10.4

func (SearchAlertingPoliciesRequestFieldPathBuilder) View added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorFieldMask added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorFieldMask struct{}

func (SearchAlertingPoliciesRequestPathSelectorFieldMask) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorFieldMask) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorFieldMask) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorFilter added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorFilter struct{}

func (SearchAlertingPoliciesRequestPathSelectorFilter) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorFilter) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorFilter) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorOrderBy added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorOrderBy struct{}

func (SearchAlertingPoliciesRequestPathSelectorOrderBy) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorOrderBy) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorOrderBy) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPageSize added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPageSize struct{}

func (SearchAlertingPoliciesRequestPathSelectorPageSize) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPageSize) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPageSize) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPageToken added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPageToken struct{}

func (SearchAlertingPoliciesRequestPathSelectorPageToken) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPageToken) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorParent added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorParent struct{}

func (SearchAlertingPoliciesRequestPathSelectorParent) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorParent) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorParent) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPhrase added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorPhrase struct{}

func (SearchAlertingPoliciesRequestPathSelectorPhrase) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPhrase) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorPhrase) WithValue added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorView added in v0.10.4

type SearchAlertingPoliciesRequestPathSelectorView struct{}

func (SearchAlertingPoliciesRequestPathSelectorView) FieldPath added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorView) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesRequestPathSelectorView) WithValue added in v0.10.4

type SearchAlertingPoliciesRequest_FieldMask added in v0.10.4

type SearchAlertingPoliciesRequest_FieldMask struct {
	Paths []SearchAlertingPoliciesRequest_FieldPath
}

func FullSearchAlertingPoliciesRequest_FieldMask added in v0.10.4

func FullSearchAlertingPoliciesRequest_FieldMask() *SearchAlertingPoliciesRequest_FieldMask

func (*SearchAlertingPoliciesRequest_FieldMask) AppendPath added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) AppendRawPath added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) DecodeFirestore added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) EncodeFirestore added in v0.10.4

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

firestore encoding/decoding integration

func (*SearchAlertingPoliciesRequest_FieldMask) FilterInputFields added in v0.10.4

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchAlertingPoliciesRequest_FieldMask) FromProtoFieldMask added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) GetPaths added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) GetRawPaths added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) IsFull added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) IsFull() bool

func (SearchAlertingPoliciesRequest_FieldMask) Marshal added in v0.10.4

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

implement methods required by customType

func (SearchAlertingPoliciesRequest_FieldMask) MarshalJSON added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) PathsCount added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) PathsCount() int

func (*SearchAlertingPoliciesRequest_FieldMask) Project added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) ProjectRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) ProtoMessage added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) ProtoMessage()

func (*SearchAlertingPoliciesRequest_FieldMask) ProtoReflect added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) Reset added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) Reset()

func (*SearchAlertingPoliciesRequest_FieldMask) Set added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) SetFromCliFlag added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) SetRaw added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) Size added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) Size() int

func (*SearchAlertingPoliciesRequest_FieldMask) String added in v0.10.4

func (fieldMask *SearchAlertingPoliciesRequest_FieldMask) String() string

func (*SearchAlertingPoliciesRequest_FieldMask) Subtract added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) SubtractRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldMask) ToProtoFieldMask added in v0.10.4

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

ToFieldMask is used for proto conversions

func (*SearchAlertingPoliciesRequest_FieldMask) Unmarshal added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldMask) UnmarshalJSON added in v0.10.4

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

type SearchAlertingPoliciesRequest_FieldPath added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchAlertingPoliciesRequest_FieldPathSelector
	Get(source *SearchAlertingPoliciesRequest) []interface{}
	GetSingle(source *SearchAlertingPoliciesRequest) (interface{}, bool)
	ClearValue(item *SearchAlertingPoliciesRequest)

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

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

func BuildSearchAlertingPoliciesRequest_FieldPath added in v0.10.4

func BuildSearchAlertingPoliciesRequest_FieldPath(fp gotenobject.RawFieldPath) (SearchAlertingPoliciesRequest_FieldPath, error)

func MustParseSearchAlertingPoliciesRequest_FieldPath added in v0.10.4

func MustParseSearchAlertingPoliciesRequest_FieldPath(rawField string) SearchAlertingPoliciesRequest_FieldPath

func ParseSearchAlertingPoliciesRequest_FieldPath added in v0.10.4

func ParseSearchAlertingPoliciesRequest_FieldPath(rawField string) (SearchAlertingPoliciesRequest_FieldPath, error)

type SearchAlertingPoliciesRequest_FieldPathArrayItemValue added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchAlertingPoliciesRequest_FieldPath
	ContainsValue(*SearchAlertingPoliciesRequest) bool
}

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

func MustParseSearchAlertingPoliciesRequest_FieldPathArrayItemValue added in v0.10.4

func MustParseSearchAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseSearchAlertingPoliciesRequest_FieldPathArrayItemValue added in v0.10.4

func ParseSearchAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchAlertingPoliciesRequest_FieldPathArrayItemValue, error)

ParseSearchAlertingPoliciesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchAlertingPoliciesRequest_FieldPathArrayOfValues added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchAlertingPoliciesRequest_FieldPath
}

SearchAlertingPoliciesRequest_FieldPathArrayOfValues allows storing slice of values for SearchAlertingPoliciesRequest fields according to their type

func MustParseSearchAlertingPoliciesRequest_FieldPathArrayOfValues added in v0.10.4

func MustParseSearchAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseSearchAlertingPoliciesRequest_FieldPathArrayOfValues added in v0.10.4

func ParseSearchAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchAlertingPoliciesRequest_FieldPathArrayOfValues, error)

type SearchAlertingPoliciesRequest_FieldPathSelector added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPathSelector int32
const (
	SearchAlertingPoliciesRequest_FieldPathSelectorParent    SearchAlertingPoliciesRequest_FieldPathSelector = 0
	SearchAlertingPoliciesRequest_FieldPathSelectorPageSize  SearchAlertingPoliciesRequest_FieldPathSelector = 1
	SearchAlertingPoliciesRequest_FieldPathSelectorPageToken SearchAlertingPoliciesRequest_FieldPathSelector = 2
	SearchAlertingPoliciesRequest_FieldPathSelectorOrderBy   SearchAlertingPoliciesRequest_FieldPathSelector = 3
	SearchAlertingPoliciesRequest_FieldPathSelectorFilter    SearchAlertingPoliciesRequest_FieldPathSelector = 4
	SearchAlertingPoliciesRequest_FieldPathSelectorFieldMask SearchAlertingPoliciesRequest_FieldPathSelector = 5
	SearchAlertingPoliciesRequest_FieldPathSelectorView      SearchAlertingPoliciesRequest_FieldPathSelector = 6
	SearchAlertingPoliciesRequest_FieldPathSelectorPhrase    SearchAlertingPoliciesRequest_FieldPathSelector = 7
)

func (SearchAlertingPoliciesRequest_FieldPathSelector) String added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPathValue added in v0.10.4

type SearchAlertingPoliciesRequest_FieldPathValue interface {
	SearchAlertingPoliciesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchAlertingPoliciesRequest)
	CompareWith(*SearchAlertingPoliciesRequest) (cmp int, comparable bool)
}

SearchAlertingPoliciesRequest_FieldPathValue allows storing values for SearchAlertingPoliciesRequest fields according to their type

func MustParseSearchAlertingPoliciesRequest_FieldPathValue added in v0.10.4

func MustParseSearchAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) SearchAlertingPoliciesRequest_FieldPathValue

func ParseSearchAlertingPoliciesRequest_FieldPathValue added in v0.10.4

func ParseSearchAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) (SearchAlertingPoliciesRequest_FieldPathValue, error)

type SearchAlertingPoliciesRequest_FieldTerminalPath added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) ClearValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) Get added in v0.10.4

Get returns all values pointed by specific field from source SearchAlertingPoliciesRequest

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) GetRaw added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) GetSingle added in v0.10.4

GetSingle returns value pointed by specific field of from source SearchAlertingPoliciesRequest

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) Selector added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithIValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPath) WithRawIValue added in v0.10.4

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

type SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue added in v0.10.4

type SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue struct {
	SearchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.4

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

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.4

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

type SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues added in v0.10.4

type SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues struct {
	SearchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingPoliciesRequest_FieldTerminalPathValue added in v0.10.4

type SearchAlertingPoliciesRequest_FieldTerminalPathValue struct {
	SearchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsFieldMaskValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsFilterValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsOrderByValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsPageSizeValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsPageTokenValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsParentValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsPhraseValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) AsViewValue added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) CompareWith added in v0.10.4

CompareWith compares value in the 'SearchAlertingPoliciesRequest_FieldTerminalPathValue' with the value under path in 'SearchAlertingPoliciesRequest'.

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.4

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) GetRawValue added in v0.10.4

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

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

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) SetTo added in v0.10.4

SetTo stores value for selected field for object SearchAlertingPoliciesRequest

func (*SearchAlertingPoliciesRequest_FieldTerminalPathValue) SetToRaw added in v0.10.4

type SearchAlertingPoliciesResponse added in v0.10.4

type SearchAlertingPoliciesResponse struct {

	// The list of AlertingPolicies
	AlertingPolicies []*alerting_policy.AlertingPolicy `` /* 138-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [SearchAlertingPoliciesRequest.page_token][ntt.monitoring.v3.SearchAlertingPoliciesRequest.page_token]
	PrevPageToken *alerting_policy.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [SearchAlertingPoliciesRequest.page_token][ntt.monitoring.v3.SearchAlertingPoliciesRequest.page_token]
	NextPageToken *alerting_policy.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 AlertingPolicies across all pages.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*SearchAlertingPoliciesResponse) Clone added in v0.10.4

func (*SearchAlertingPoliciesResponse) CloneRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse) Descriptor added in v0.10.4

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

Deprecated, Use SearchAlertingPoliciesResponse.ProtoReflect.Descriptor instead.

func (*SearchAlertingPoliciesResponse) GetAlertingPolicies added in v0.10.4

func (*SearchAlertingPoliciesResponse) GetCurrentOffset added in v0.10.4

func (m *SearchAlertingPoliciesResponse) GetCurrentOffset() int32

func (*SearchAlertingPoliciesResponse) GetNextPageToken added in v0.10.4

func (*SearchAlertingPoliciesResponse) GetPrevPageToken added in v0.10.4

func (*SearchAlertingPoliciesResponse) GetTotalResultsCount added in v0.10.4

func (m *SearchAlertingPoliciesResponse) GetTotalResultsCount() int32

func (*SearchAlertingPoliciesResponse) GotenMessage added in v0.10.4

func (*SearchAlertingPoliciesResponse) GotenMessage()

func (*SearchAlertingPoliciesResponse) GotenObjectExt added in v0.10.4

func (o *SearchAlertingPoliciesResponse) GotenObjectExt()

func (*SearchAlertingPoliciesResponse) GotenValidate added in v0.10.4

func (obj *SearchAlertingPoliciesResponse) GotenValidate() error

func (*SearchAlertingPoliciesResponse) MakeDiffFieldMask added in v0.10.4

func (*SearchAlertingPoliciesResponse) MakeFullFieldMask added in v0.10.4

func (*SearchAlertingPoliciesResponse) MakeRawDiffFieldMask added in v0.10.4

func (*SearchAlertingPoliciesResponse) MakeRawFullFieldMask added in v0.10.4

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

func (*SearchAlertingPoliciesResponse) Marshal added in v0.10.4

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

func (*SearchAlertingPoliciesResponse) MarshalJSON added in v0.10.4

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

func (*SearchAlertingPoliciesResponse) Merge added in v0.10.4

func (*SearchAlertingPoliciesResponse) MergeRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse) ProtoMessage added in v0.10.4

func (*SearchAlertingPoliciesResponse) ProtoMessage()

func (*SearchAlertingPoliciesResponse) ProtoReflect added in v0.10.4

func (*SearchAlertingPoliciesResponse) Reset added in v0.10.4

func (m *SearchAlertingPoliciesResponse) Reset()

func (*SearchAlertingPoliciesResponse) SetAlertingPolicies added in v0.10.4

func (m *SearchAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)

func (*SearchAlertingPoliciesResponse) SetCurrentOffset added in v0.10.4

func (m *SearchAlertingPoliciesResponse) SetCurrentOffset(fv int32)

func (*SearchAlertingPoliciesResponse) SetNextPageToken added in v0.10.4

func (*SearchAlertingPoliciesResponse) SetPrevPageToken added in v0.10.4

func (*SearchAlertingPoliciesResponse) SetTotalResultsCount added in v0.10.4

func (m *SearchAlertingPoliciesResponse) SetTotalResultsCount(fv int32)

func (*SearchAlertingPoliciesResponse) String added in v0.10.4

func (*SearchAlertingPoliciesResponse) Unmarshal added in v0.10.4

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

func (*SearchAlertingPoliciesResponse) UnmarshalJSON added in v0.10.4

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

type SearchAlertingPoliciesResponseFieldPathBuilder added in v0.10.4

type SearchAlertingPoliciesResponseFieldPathBuilder struct{}

func NewSearchAlertingPoliciesResponseFieldPathBuilder added in v0.10.4

func NewSearchAlertingPoliciesResponseFieldPathBuilder() SearchAlertingPoliciesResponseFieldPathBuilder

func (SearchAlertingPoliciesResponseFieldPathBuilder) AlertingPolicies added in v0.10.4

func (SearchAlertingPoliciesResponseFieldPathBuilder) CurrentOffset added in v0.10.4

func (SearchAlertingPoliciesResponseFieldPathBuilder) NextPageToken added in v0.10.4

func (SearchAlertingPoliciesResponseFieldPathBuilder) PrevPageToken added in v0.10.4

func (SearchAlertingPoliciesResponseFieldPathBuilder) TotalResultsCount added in v0.10.4

type SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations added in v0.10.4

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

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataAnnotations) WithValue added in v0.10.4

type SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels added in v0.10.4

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

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataLabels) WithValue added in v0.10.4

type SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards added in v0.10.4

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

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponseMapPathSelectorAlertingPoliciesMetadataShards) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPolicies added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPolicies struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) Description added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) DisplayName added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) Documentation added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) Metadata added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) Name added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) Spec added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) State added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithItemValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayItemValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithSubValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPolicies) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDescription) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDisplayName) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) Content added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) MimeType added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentation) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationContent) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesDocumentationMimeType) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Annotations added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) CreateTime added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) DeleteTime added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Generation added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Labels added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Lifecycle added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) OwnerReferences added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) ResourceVersion added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Shards added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Syncing added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Tags added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) UpdateTime added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) Uuid added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadata) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithKey added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataAnnotations) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataCreateTime) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataDeleteTime) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataGeneration) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithKey added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLabels) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) BlockDeletion added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) State added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycle) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleBlockDeletion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataLifecycleState) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Controller added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Kind added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Name added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Region added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) RequiresOwnerReference added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) Version added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithItemValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferences) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesController) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesKind) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesName) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRegion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataOwnerReferencesVersion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataResourceVersion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithKey added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataShards) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) OwningRegion added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) Regions added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncing) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingOwningRegion) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithItemValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataSyncingRegions) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithItemValue added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataTags) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUpdateTime) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesMetadataUuid) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesName added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesName struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesName) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesName) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) ConditionCombiner added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) Enabled added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) Notification added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpec) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecConditionCombiner) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecEnabled) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Channels added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) Enabled added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotification) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) FieldPath added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithItemValue added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationChannels) WithValue added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) FieldPath added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesSpecNotificationEnabled) WithValue added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState) ActiveAlertsCount added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState) FieldPath added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithArrayOfValues added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesState) WithValue added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount struct{}

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) FieldPath added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (SearchAlertingPoliciesResponsePathSelectorAlertingPoliciesStateActiveAlertsCount) WithValue added in v0.10.10

type SearchAlertingPoliciesResponsePathSelectorCurrentOffset added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorCurrentOffset struct{}

func (SearchAlertingPoliciesResponsePathSelectorCurrentOffset) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorCurrentOffset) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorNextPageToken added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorNextPageToken struct{}

func (SearchAlertingPoliciesResponsePathSelectorNextPageToken) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorNextPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorNextPageToken) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorPrevPageToken added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorPrevPageToken struct{}

func (SearchAlertingPoliciesResponsePathSelectorPrevPageToken) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorPrevPageToken) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorPrevPageToken) WithValue added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorTotalResultsCount added in v0.10.4

type SearchAlertingPoliciesResponsePathSelectorTotalResultsCount struct{}

func (SearchAlertingPoliciesResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.4

func (SearchAlertingPoliciesResponsePathSelectorTotalResultsCount) WithValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldMask added in v0.10.4

type SearchAlertingPoliciesResponse_FieldMask struct {
	Paths []SearchAlertingPoliciesResponse_FieldPath
}

func FullSearchAlertingPoliciesResponse_FieldMask added in v0.10.4

func FullSearchAlertingPoliciesResponse_FieldMask() *SearchAlertingPoliciesResponse_FieldMask

func (*SearchAlertingPoliciesResponse_FieldMask) AppendPath added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) AppendRawPath added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) DecodeFirestore added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) EncodeFirestore added in v0.10.4

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

firestore encoding/decoding integration

func (*SearchAlertingPoliciesResponse_FieldMask) FilterInputFields added in v0.10.4

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchAlertingPoliciesResponse_FieldMask) FromProtoFieldMask added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) GetPaths added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) GetRawPaths added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) IsFull added in v0.10.4

func (fieldMask *SearchAlertingPoliciesResponse_FieldMask) IsFull() bool

func (SearchAlertingPoliciesResponse_FieldMask) Marshal added in v0.10.4

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

implement methods required by customType

func (SearchAlertingPoliciesResponse_FieldMask) MarshalJSON added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) PathsCount added in v0.10.4

func (fieldMask *SearchAlertingPoliciesResponse_FieldMask) PathsCount() int

func (*SearchAlertingPoliciesResponse_FieldMask) Project added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) ProjectRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) ProtoMessage added in v0.10.4

func (fieldMask *SearchAlertingPoliciesResponse_FieldMask) ProtoMessage()

func (*SearchAlertingPoliciesResponse_FieldMask) ProtoReflect added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) Reset added in v0.10.4

func (fieldMask *SearchAlertingPoliciesResponse_FieldMask) Reset()

func (*SearchAlertingPoliciesResponse_FieldMask) Set added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) SetFromCliFlag added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) SetRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) Size added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) String added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) Subtract added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) SubtractRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldMask) ToProtoFieldMask added in v0.10.4

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

ToFieldMask is used for proto conversions

func (*SearchAlertingPoliciesResponse_FieldMask) Unmarshal added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldMask) UnmarshalJSON added in v0.10.4

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

type SearchAlertingPoliciesResponse_FieldPath added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchAlertingPoliciesResponse_FieldPathSelector
	Get(source *SearchAlertingPoliciesResponse) []interface{}
	GetSingle(source *SearchAlertingPoliciesResponse) (interface{}, bool)
	ClearValue(item *SearchAlertingPoliciesResponse)

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

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

func BuildSearchAlertingPoliciesResponse_FieldPath added in v0.10.4

func BuildSearchAlertingPoliciesResponse_FieldPath(fp gotenobject.RawFieldPath) (SearchAlertingPoliciesResponse_FieldPath, error)

func MustParseSearchAlertingPoliciesResponse_FieldPath added in v0.10.4

func MustParseSearchAlertingPoliciesResponse_FieldPath(rawField string) SearchAlertingPoliciesResponse_FieldPath

func ParseSearchAlertingPoliciesResponse_FieldPath added in v0.10.4

func ParseSearchAlertingPoliciesResponse_FieldPath(rawField string) (SearchAlertingPoliciesResponse_FieldPath, error)

type SearchAlertingPoliciesResponse_FieldPathArrayItemValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchAlertingPoliciesResponse_FieldPath
	ContainsValue(*SearchAlertingPoliciesResponse) bool
}

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

func MustParseSearchAlertingPoliciesResponse_FieldPathArrayItemValue added in v0.10.4

func MustParseSearchAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseSearchAlertingPoliciesResponse_FieldPathArrayItemValue added in v0.10.4

func ParseSearchAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchAlertingPoliciesResponse_FieldPathArrayItemValue, error)

ParseSearchAlertingPoliciesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchAlertingPoliciesResponse_FieldPathArrayOfValues added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchAlertingPoliciesResponse_FieldPath
}

SearchAlertingPoliciesResponse_FieldPathArrayOfValues allows storing slice of values for SearchAlertingPoliciesResponse fields according to their type

func MustParseSearchAlertingPoliciesResponse_FieldPathArrayOfValues added in v0.10.4

func MustParseSearchAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseSearchAlertingPoliciesResponse_FieldPathArrayOfValues added in v0.10.4

func ParseSearchAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchAlertingPoliciesResponse_FieldPathArrayOfValues, error)

type SearchAlertingPoliciesResponse_FieldPathSelector added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPathSelector int32
const (
	SearchAlertingPoliciesResponse_FieldPathSelectorAlertingPolicies  SearchAlertingPoliciesResponse_FieldPathSelector = 0
	SearchAlertingPoliciesResponse_FieldPathSelectorPrevPageToken     SearchAlertingPoliciesResponse_FieldPathSelector = 1
	SearchAlertingPoliciesResponse_FieldPathSelectorNextPageToken     SearchAlertingPoliciesResponse_FieldPathSelector = 2
	SearchAlertingPoliciesResponse_FieldPathSelectorCurrentOffset     SearchAlertingPoliciesResponse_FieldPathSelector = 3
	SearchAlertingPoliciesResponse_FieldPathSelectorTotalResultsCount SearchAlertingPoliciesResponse_FieldPathSelector = 4
)

func (SearchAlertingPoliciesResponse_FieldPathSelector) String added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPathValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldPathValue interface {
	SearchAlertingPoliciesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchAlertingPoliciesResponse)
	CompareWith(*SearchAlertingPoliciesResponse) (cmp int, comparable bool)
}

SearchAlertingPoliciesResponse_FieldPathValue allows storing values for SearchAlertingPoliciesResponse fields according to their type

func MustParseSearchAlertingPoliciesResponse_FieldPathValue added in v0.10.4

func MustParseSearchAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) SearchAlertingPoliciesResponse_FieldPathValue

func ParseSearchAlertingPoliciesResponse_FieldPathValue added in v0.10.4

func ParseSearchAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) (SearchAlertingPoliciesResponse_FieldPathValue, error)

type SearchAlertingPoliciesResponse_FieldSubPath added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) AsAlertingPoliciesSubPath added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) ClearValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) Get added in v0.10.4

func (fps *SearchAlertingPoliciesResponse_FieldSubPath) Get(source *SearchAlertingPoliciesResponse) (values []interface{})

Get returns all values pointed by selected field from source SearchAlertingPoliciesResponse

func (*SearchAlertingPoliciesResponse_FieldSubPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingPoliciesResponse_FieldSubPath) GetRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) GetSingle added in v0.10.4

GetSingle returns value of selected field from source SearchAlertingPoliciesResponse

func (*SearchAlertingPoliciesResponse_FieldSubPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingPoliciesResponse_FieldSubPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingPoliciesResponse_FieldSubPath) Selector added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithIValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPath) WithRawIValue added in v0.10.4

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

type SearchAlertingPoliciesResponse_FieldSubPathArrayItemValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldSubPathArrayItemValue struct {
	SearchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldSubPathArrayItemValue) AsAlertingPoliciesPathItemValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPathArrayItemValue) GetRawItemValue added in v0.10.4

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

GetRawValue returns stored array item value

type SearchAlertingPoliciesResponse_FieldSubPathArrayOfValues added in v0.10.4

type SearchAlertingPoliciesResponse_FieldSubPathArrayOfValues struct {
	SearchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldSubPathArrayOfValues) AsAlertingPoliciesPathArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingPoliciesResponse_FieldSubPathValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldSubPathValue struct {
	SearchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) AsAlertingPoliciesPathValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) CompareWith added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) CompareWithRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) GetRawValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) SetTo added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldSubPathValue) SetToRaw added in v0.10.4

type SearchAlertingPoliciesResponse_FieldTerminalPath added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) ClearValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) ClearValueRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) Get added in v0.10.4

Get returns all values pointed by specific field from source SearchAlertingPoliciesResponse

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) GetRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) GetSingle added in v0.10.4

GetSingle returns value pointed by specific field of from source SearchAlertingPoliciesResponse

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) GetSingleRaw added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) Selector added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) String added in v0.10.4

String returns path representation in proto convention

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithIArrayItemValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithIArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithIValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPath) WithRawIValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue struct {
	SearchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) AsAlertingPoliciesItemValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.4

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

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.4

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

type SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues added in v0.10.4

type SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues struct {
	SearchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsAlertingPoliciesArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.4

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

type SearchAlertingPoliciesResponse_FieldTerminalPathValue added in v0.10.4

type SearchAlertingPoliciesResponse_FieldTerminalPathValue struct {
	SearchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) AsAlertingPoliciesValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) AsNextPageTokenValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) AsPrevPageTokenValue added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.4

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) CompareWith added in v0.10.4

CompareWith compares value in the 'SearchAlertingPoliciesResponse_FieldTerminalPathValue' with the value under path in 'SearchAlertingPoliciesResponse'.

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) CompareWithRaw added in v0.10.4

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) GetRawValue added in v0.10.4

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

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

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) SetTo added in v0.10.4

SetTo stores value for selected field for object SearchAlertingPoliciesResponse

func (*SearchAlertingPoliciesResponse_FieldTerminalPathValue) SetToRaw added in v0.10.4

type UpdateAlertingPolicyDescriptor added in v0.4.28

type UpdateAlertingPolicyDescriptor struct{}

func GetUpdateAlertingPolicyDescriptor added in v0.4.28

func GetUpdateAlertingPolicyDescriptor() *UpdateAlertingPolicyDescriptor

func (*UpdateAlertingPolicyDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateAlertingPolicyDescriptor) GetApiName added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetApiName() string

func (*UpdateAlertingPolicyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertingPolicyDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetFullMethodName() string

func (*UpdateAlertingPolicyDescriptor) GetMethodName added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetMethodName() string

func (*UpdateAlertingPolicyDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetProtoPkgName() string

func (*UpdateAlertingPolicyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateAlertingPolicyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateAlertingPolicyDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetServiceDomain() string

func (*UpdateAlertingPolicyDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) GetServiceVersion() string

func (*UpdateAlertingPolicyDescriptor) GetVerb added in v0.4.28

func (*UpdateAlertingPolicyDescriptor) HasResource added in v0.4.30

func (d *UpdateAlertingPolicyDescriptor) HasResource() bool

func (*UpdateAlertingPolicyDescriptor) IsClientStream added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) IsClientStream() bool

func (*UpdateAlertingPolicyDescriptor) IsCollection added in v0.4.30

func (d *UpdateAlertingPolicyDescriptor) IsCollection() bool

func (*UpdateAlertingPolicyDescriptor) IsPlural added in v0.4.30

func (d *UpdateAlertingPolicyDescriptor) IsPlural() bool

func (*UpdateAlertingPolicyDescriptor) IsServerStream added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) IsServerStream() bool

func (*UpdateAlertingPolicyDescriptor) IsUnary added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) IsUnary() bool

func (*UpdateAlertingPolicyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateAlertingPolicyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateAlertingPolicyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateAlertingPolicyDescriptor) RequestHasResourceBody() bool

type UpdateAlertingPolicyDescriptorClientMsgHandle added in v0.4.28

type UpdateAlertingPolicyDescriptorClientMsgHandle struct{}

func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertingPolicyDescriptorServerMsgHandle added in v0.4.28

type UpdateAlertingPolicyDescriptorServerMsgHandle struct{}

func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateAlertingPolicyRequest

type UpdateAlertingPolicyRequest struct {

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

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

func (*UpdateAlertingPolicyRequest) Clone

func (*UpdateAlertingPolicyRequest) CloneRaw

func (*UpdateAlertingPolicyRequest) Descriptor

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

Deprecated, Use UpdateAlertingPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertingPolicyRequest) GetAlertingPolicy

func (*UpdateAlertingPolicyRequest) GetCas

func (*UpdateAlertingPolicyRequest) GetUpdateMask

func (*UpdateAlertingPolicyRequest) GotenMessage

func (*UpdateAlertingPolicyRequest) GotenMessage()

func (*UpdateAlertingPolicyRequest) GotenObjectExt

func (o *UpdateAlertingPolicyRequest) GotenObjectExt()

func (*UpdateAlertingPolicyRequest) GotenValidate

func (obj *UpdateAlertingPolicyRequest) GotenValidate() error

func (*UpdateAlertingPolicyRequest) MakeDiffFieldMask

func (*UpdateAlertingPolicyRequest) MakeFullFieldMask

func (*UpdateAlertingPolicyRequest) MakeRawDiffFieldMask

func (*UpdateAlertingPolicyRequest) MakeRawFullFieldMask

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

func (*UpdateAlertingPolicyRequest) Marshal

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

func (*UpdateAlertingPolicyRequest) MarshalJSON

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

func (*UpdateAlertingPolicyRequest) Merge

func (*UpdateAlertingPolicyRequest) MergeRaw

func (*UpdateAlertingPolicyRequest) ProtoMessage

func (*UpdateAlertingPolicyRequest) ProtoMessage()

func (*UpdateAlertingPolicyRequest) ProtoReflect

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

func (*UpdateAlertingPolicyRequest) Reset

func (m *UpdateAlertingPolicyRequest) Reset()

func (*UpdateAlertingPolicyRequest) SetAlertingPolicy

func (*UpdateAlertingPolicyRequest) SetCas

func (*UpdateAlertingPolicyRequest) SetUpdateMask

func (*UpdateAlertingPolicyRequest) String

func (m *UpdateAlertingPolicyRequest) String() string

func (*UpdateAlertingPolicyRequest) Unmarshal

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

func (*UpdateAlertingPolicyRequest) UnmarshalJSON

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

type UpdateAlertingPolicyRequestCASFieldPathBuilder

type UpdateAlertingPolicyRequestCASFieldPathBuilder struct{}

func NewUpdateAlertingPolicyRequestCASFieldPathBuilder

func NewUpdateAlertingPolicyRequestCASFieldPathBuilder() UpdateAlertingPolicyRequestCASFieldPathBuilder

func (UpdateAlertingPolicyRequestCASFieldPathBuilder) ConditionalState

func (UpdateAlertingPolicyRequestCASFieldPathBuilder) FieldMask

type UpdateAlertingPolicyRequestCAS_FieldPath

type UpdateAlertingPolicyRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertingPolicyRequestCAS_FieldPathSelector
	Get(source *UpdateAlertingPolicyRequest_CAS) []interface{}
	GetSingle(source *UpdateAlertingPolicyRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateAlertingPolicyRequest_CAS)

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

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

func MustParseUpdateAlertingPolicyRequestCAS_FieldPath

func MustParseUpdateAlertingPolicyRequestCAS_FieldPath(rawField string) UpdateAlertingPolicyRequestCAS_FieldPath

func ParseUpdateAlertingPolicyRequestCAS_FieldPath

func ParseUpdateAlertingPolicyRequestCAS_FieldPath(rawField string) (UpdateAlertingPolicyRequestCAS_FieldPath, error)

type UpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue

type UpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertingPolicyRequestCAS_FieldPath
	ContainsValue(*UpdateAlertingPolicyRequest_CAS) bool
}

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

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue

func ParseUpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateAlertingPolicyRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues

type UpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertingPolicyRequestCAS_FieldPath
}

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

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues

func ParseUpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertingPolicyRequestCAS_FieldPathArrayOfValues, error)

type UpdateAlertingPolicyRequestCAS_FieldPathSelector

type UpdateAlertingPolicyRequestCAS_FieldPathSelector int32
const (
	UpdateAlertingPolicyRequestCAS_FieldPathSelectorConditionalState UpdateAlertingPolicyRequestCAS_FieldPathSelector = 0
	UpdateAlertingPolicyRequestCAS_FieldPathSelectorFieldMask        UpdateAlertingPolicyRequestCAS_FieldPathSelector = 1
)

func (UpdateAlertingPolicyRequestCAS_FieldPathSelector) String

type UpdateAlertingPolicyRequestCAS_FieldPathValue

type UpdateAlertingPolicyRequestCAS_FieldPathValue interface {
	UpdateAlertingPolicyRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertingPolicyRequest_CAS)
	CompareWith(*UpdateAlertingPolicyRequest_CAS) (cmp int, comparable bool)
}

UpdateAlertingPolicyRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathValue

func MustParseUpdateAlertingPolicyRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAlertingPolicyRequestCAS_FieldPathValue

func ParseUpdateAlertingPolicyRequestCAS_FieldPathValue

func ParseUpdateAlertingPolicyRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAlertingPolicyRequestCAS_FieldPathValue, error)

type UpdateAlertingPolicyRequestCAS_FieldSubPath

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) ClearValue

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) Get

func (fps *UpdateAlertingPolicyRequestCAS_FieldSubPath) Get(source *UpdateAlertingPolicyRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateAlertingPolicyRequest_CAS

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateAlertingPolicyRequest_CAS

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) Selector

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithIValue

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateAlertingPolicyRequestCAS_FieldSubPathArrayItemValue

type UpdateAlertingPolicyRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateAlertingPolicyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertingPolicyRequestCAS_FieldSubPathArrayOfValues

type UpdateAlertingPolicyRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateAlertingPolicyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertingPolicyRequestCAS_FieldSubPathValue

type UpdateAlertingPolicyRequestCAS_FieldSubPathValue struct {
	UpdateAlertingPolicyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) SetTo

func (*UpdateAlertingPolicyRequestCAS_FieldSubPathValue) SetToRaw

type UpdateAlertingPolicyRequestCAS_FieldTerminalPath

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateAlertingPolicyRequest_CAS

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAlertingPolicyRequest_CAS

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) Selector

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateAlertingPolicyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayOfValues

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateAlertingPolicyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue

type UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue struct {
	UpdateAlertingPolicyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAlertingPolicyRequest_CAS'.

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateAlertingPolicyRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAlertingPolicyRequestFieldPathBuilder

type UpdateAlertingPolicyRequestFieldPathBuilder struct{}

func NewUpdateAlertingPolicyRequestFieldPathBuilder

func NewUpdateAlertingPolicyRequestFieldPathBuilder() UpdateAlertingPolicyRequestFieldPathBuilder

func (UpdateAlertingPolicyRequestFieldPathBuilder) AlertingPolicy

func (UpdateAlertingPolicyRequestFieldPathBuilder) Cas

func (UpdateAlertingPolicyRequestFieldPathBuilder) UpdateMask

type UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations

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

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels

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

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataLabels) WithValue

type UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards

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

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorAlertingPolicyMetadataShards) WithValue

type UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicy

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicy struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) Description

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) DisplayName

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) Metadata

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) Name

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) Spec

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) State added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubArrayItemValue

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithSubValue

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicy) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDescription

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDescription struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDescription) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDisplayName) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentation) FieldPath

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationContent) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyDocumentationMimeType) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Tags

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) Uuid

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadata) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataCreateTime) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataGeneration) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLabels) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferences) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesController) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesKind) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesName) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataResourceVersion) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataShards) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncing) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingOwningRegion) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataSyncingRegions) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataTags) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUpdateTime) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyMetadataUuid) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyName

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyName struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyName) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec) Enabled

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpec) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecConditionCombiner) FieldPath

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecEnabled) WithValue

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) Channels added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) Enabled added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotification) FieldPath

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithItemValue added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationChannels) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicySpecNotificationEnabled) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState) ActiveAlertsCount added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyState) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount struct{}

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorAlertingPolicyStateActiveAlertsCount) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCas

type UpdateAlertingPolicyRequestPathSelectorCas struct{}

func (UpdateAlertingPolicyRequestPathSelectorCas) ConditionalState

func (UpdateAlertingPolicyRequestPathSelectorCas) FieldMask

func (UpdateAlertingPolicyRequestPathSelectorCas) FieldPath

type UpdateAlertingPolicyRequestPathSelectorCasConditionalState

type UpdateAlertingPolicyRequestPathSelectorCasConditionalState struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) Name

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) Spec

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) State added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalState) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDescription

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDescription struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDescription) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDescription) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDescription) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDisplayName

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentation

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentation struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentation) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentation) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentation) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationContent

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationContent struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationContent) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationContent) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationContent) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationMimeType

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationMimeType struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationMimeType) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationMimeType) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateDocumentationMimeType) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataShards

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateName

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpec

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpec) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpec) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecConditionCombiner

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecConditionCombiner struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecConditionCombiner) FieldPath

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecEnabled

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecEnabled struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecEnabled) FieldPath

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecEnabled) WithArrayOfValues

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecEnabled) WithValue

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotification

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotification struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotification) Channels added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotification) Enabled added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotification) FieldPath

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels) WithItemValue added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationChannels) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationEnabled added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationEnabled struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationEnabled) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateSpecNotificationEnabled) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState) ActiveAlertsCount added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateState) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateStateActiveAlertsCount added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasConditionalStateStateActiveAlertsCount struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateStateActiveAlertsCount) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequestPathSelectorCasConditionalStateStateActiveAlertsCount) WithValue added in v0.10.10

type UpdateAlertingPolicyRequestPathSelectorCasFieldMask

type UpdateAlertingPolicyRequestPathSelectorCasFieldMask struct{}

func (UpdateAlertingPolicyRequestPathSelectorCasFieldMask) FieldPath

type UpdateAlertingPolicyRequestPathSelectorUpdateMask

type UpdateAlertingPolicyRequestPathSelectorUpdateMask struct{}

func (UpdateAlertingPolicyRequestPathSelectorUpdateMask) FieldPath

type UpdateAlertingPolicyRequest_CAS

type UpdateAlertingPolicyRequest_CAS struct {

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

func (*UpdateAlertingPolicyRequest_CAS) CloneRaw

func (*UpdateAlertingPolicyRequest_CAS) Descriptor

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

Deprecated, Use UpdateAlertingPolicyRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAlertingPolicyRequest_CAS) GetConditionalState

func (*UpdateAlertingPolicyRequest_CAS) GetFieldMask

func (*UpdateAlertingPolicyRequest_CAS) GotenMessage

func (*UpdateAlertingPolicyRequest_CAS) GotenMessage()

func (*UpdateAlertingPolicyRequest_CAS) GotenObjectExt

func (o *UpdateAlertingPolicyRequest_CAS) GotenObjectExt()

func (*UpdateAlertingPolicyRequest_CAS) GotenValidate

func (obj *UpdateAlertingPolicyRequest_CAS) GotenValidate() error

func (*UpdateAlertingPolicyRequest_CAS) MakeDiffFieldMask

func (*UpdateAlertingPolicyRequest_CAS) MakeFullFieldMask

func (*UpdateAlertingPolicyRequest_CAS) MakeRawDiffFieldMask

func (*UpdateAlertingPolicyRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateAlertingPolicyRequest_CAS) Marshal

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

func (*UpdateAlertingPolicyRequest_CAS) MarshalJSON

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

func (*UpdateAlertingPolicyRequest_CAS) Merge

func (*UpdateAlertingPolicyRequest_CAS) MergeRaw

func (*UpdateAlertingPolicyRequest_CAS) ProtoMessage

func (*UpdateAlertingPolicyRequest_CAS) ProtoMessage()

func (*UpdateAlertingPolicyRequest_CAS) ProtoReflect

func (*UpdateAlertingPolicyRequest_CAS) Reset

func (*UpdateAlertingPolicyRequest_CAS) SetConditionalState

func (*UpdateAlertingPolicyRequest_CAS) SetFieldMask

func (*UpdateAlertingPolicyRequest_CAS) String

func (*UpdateAlertingPolicyRequest_CAS) Unmarshal

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

func (*UpdateAlertingPolicyRequest_CAS) UnmarshalJSON

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

type UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalState

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalState struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) Name

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) Spec

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) State added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalState) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDescription

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDescription struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDescription) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDescription) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDescription) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDisplayName

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentation

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentation struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentation) FieldPath

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationContent

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationContent struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationContent) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationContent) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationContent) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationMimeType

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationMimeType struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationMimeType) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationMimeType) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateDocumentationMimeType) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateName

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpec

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpec) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpec) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecConditionCombiner

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecConditionCombiner struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecConditionCombiner) FieldPath

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecEnabled

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecEnabled struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecEnabled) FieldPath

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecEnabled) WithArrayOfValues

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecEnabled) WithValue

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotification

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotification struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotification) Channels added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotification) Enabled added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotification) FieldPath

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels) WithItemValue added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationChannels) WithValue added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationEnabled added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationEnabled struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationEnabled) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationEnabled) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateSpecNotificationEnabled) WithValue added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState) ActiveAlertsCount added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateState) WithValue added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateStateActiveAlertsCount added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateStateActiveAlertsCount struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateStateActiveAlertsCount) FieldPath added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateStateActiveAlertsCount) WithArrayOfValues added in v0.10.10

func (UpdateAlertingPolicyRequest_CASPathSelectorConditionalStateStateActiveAlertsCount) WithValue added in v0.10.10

type UpdateAlertingPolicyRequest_CASPathSelectorFieldMask

type UpdateAlertingPolicyRequest_CASPathSelectorFieldMask struct{}

func (UpdateAlertingPolicyRequest_CASPathSelectorFieldMask) FieldPath

type UpdateAlertingPolicyRequest_CAS_FieldMask

type UpdateAlertingPolicyRequest_CAS_FieldMask struct {
	Paths []UpdateAlertingPolicyRequestCAS_FieldPath
}

func FullUpdateAlertingPolicyRequest_CAS_FieldMask

func FullUpdateAlertingPolicyRequest_CAS_FieldMask() *UpdateAlertingPolicyRequest_CAS_FieldMask

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) AppendPath

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) GetPaths

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) GetRawPaths

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateAlertingPolicyRequest_CAS_FieldMask) IsFull() bool

func (UpdateAlertingPolicyRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertingPolicyRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateAlertingPolicyRequest_CAS_FieldMask) PathsCount() int

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Project

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) ProjectRaw

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertingPolicyRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) ProtoReflect

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateAlertingPolicyRequest_CAS_FieldMask) Reset()

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Set

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) SetRaw

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Size

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) String

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Subtract

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) SubtractRaw

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateAlertingPolicyRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateAlertingPolicyRequest_FieldMask

type UpdateAlertingPolicyRequest_FieldMask struct {
	Paths []UpdateAlertingPolicyRequest_FieldPath
}

func FullUpdateAlertingPolicyRequest_FieldMask

func FullUpdateAlertingPolicyRequest_FieldMask() *UpdateAlertingPolicyRequest_FieldMask

func (*UpdateAlertingPolicyRequest_FieldMask) AppendPath

func (*UpdateAlertingPolicyRequest_FieldMask) AppendRawPath

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

func (*UpdateAlertingPolicyRequest_FieldMask) DecodeFirestore

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

func (*UpdateAlertingPolicyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAlertingPolicyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAlertingPolicyRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateAlertingPolicyRequest_FieldMask) GetPaths

func (*UpdateAlertingPolicyRequest_FieldMask) GetRawPaths

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

func (*UpdateAlertingPolicyRequest_FieldMask) IsFull

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) IsFull() bool

func (UpdateAlertingPolicyRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAlertingPolicyRequest_FieldMask) MarshalJSON

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

func (*UpdateAlertingPolicyRequest_FieldMask) PathsCount

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) PathsCount() int

func (*UpdateAlertingPolicyRequest_FieldMask) Project

func (*UpdateAlertingPolicyRequest_FieldMask) ProjectRaw

func (*UpdateAlertingPolicyRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) ProtoMessage()

func (*UpdateAlertingPolicyRequest_FieldMask) ProtoReflect

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

func (*UpdateAlertingPolicyRequest_FieldMask) Reset

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) Reset()

func (*UpdateAlertingPolicyRequest_FieldMask) Set

func (*UpdateAlertingPolicyRequest_FieldMask) SetFromCliFlag

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

func (*UpdateAlertingPolicyRequest_FieldMask) SetRaw

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

func (*UpdateAlertingPolicyRequest_FieldMask) Size

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) Size() int

func (*UpdateAlertingPolicyRequest_FieldMask) String

func (fieldMask *UpdateAlertingPolicyRequest_FieldMask) String() string

func (*UpdateAlertingPolicyRequest_FieldMask) Subtract

func (*UpdateAlertingPolicyRequest_FieldMask) SubtractRaw

func (*UpdateAlertingPolicyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAlertingPolicyRequest_FieldMask) Unmarshal

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

func (*UpdateAlertingPolicyRequest_FieldMask) UnmarshalJSON

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

type UpdateAlertingPolicyRequest_FieldPath

type UpdateAlertingPolicyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAlertingPolicyRequest_FieldPathSelector
	Get(source *UpdateAlertingPolicyRequest) []interface{}
	GetSingle(source *UpdateAlertingPolicyRequest) (interface{}, bool)
	ClearValue(item *UpdateAlertingPolicyRequest)

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

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

func MustParseUpdateAlertingPolicyRequest_FieldPath

func MustParseUpdateAlertingPolicyRequest_FieldPath(rawField string) UpdateAlertingPolicyRequest_FieldPath

func ParseUpdateAlertingPolicyRequest_FieldPath

func ParseUpdateAlertingPolicyRequest_FieldPath(rawField string) (UpdateAlertingPolicyRequest_FieldPath, error)

type UpdateAlertingPolicyRequest_FieldPathArrayItemValue

type UpdateAlertingPolicyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAlertingPolicyRequest_FieldPath
	ContainsValue(*UpdateAlertingPolicyRequest) bool
}

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

func MustParseUpdateAlertingPolicyRequest_FieldPathArrayItemValue

func MustParseUpdateAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAlertingPolicyRequest_FieldPathArrayItemValue

func ParseUpdateAlertingPolicyRequest_FieldPathArrayItemValue

func ParseUpdateAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAlertingPolicyRequest_FieldPathArrayItemValue, error)

ParseUpdateAlertingPolicyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAlertingPolicyRequest_FieldPathArrayOfValues

type UpdateAlertingPolicyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAlertingPolicyRequest_FieldPath
}

UpdateAlertingPolicyRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAlertingPolicyRequest fields according to their type

func MustParseUpdateAlertingPolicyRequest_FieldPathArrayOfValues

func MustParseUpdateAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAlertingPolicyRequest_FieldPathArrayOfValues

func ParseUpdateAlertingPolicyRequest_FieldPathArrayOfValues

func ParseUpdateAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAlertingPolicyRequest_FieldPathArrayOfValues, error)

type UpdateAlertingPolicyRequest_FieldPathSelector

type UpdateAlertingPolicyRequest_FieldPathSelector int32
const (
	UpdateAlertingPolicyRequest_FieldPathSelectorAlertingPolicy UpdateAlertingPolicyRequest_FieldPathSelector = 0
	UpdateAlertingPolicyRequest_FieldPathSelectorUpdateMask     UpdateAlertingPolicyRequest_FieldPathSelector = 1
	UpdateAlertingPolicyRequest_FieldPathSelectorCas            UpdateAlertingPolicyRequest_FieldPathSelector = 2
)

func (UpdateAlertingPolicyRequest_FieldPathSelector) String

type UpdateAlertingPolicyRequest_FieldPathValue

type UpdateAlertingPolicyRequest_FieldPathValue interface {
	UpdateAlertingPolicyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAlertingPolicyRequest)
	CompareWith(*UpdateAlertingPolicyRequest) (cmp int, comparable bool)
}

UpdateAlertingPolicyRequest_FieldPathValue allows storing values for UpdateAlertingPolicyRequest fields according to their type

func MustParseUpdateAlertingPolicyRequest_FieldPathValue

func MustParseUpdateAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) UpdateAlertingPolicyRequest_FieldPathValue

func ParseUpdateAlertingPolicyRequest_FieldPathValue

func ParseUpdateAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) (UpdateAlertingPolicyRequest_FieldPathValue, error)

type UpdateAlertingPolicyRequest_FieldSubPath

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) AsAlertingPolicySubPath

func (*UpdateAlertingPolicyRequest_FieldSubPath) AsCasSubPath

func (*UpdateAlertingPolicyRequest_FieldSubPath) ClearValue

func (*UpdateAlertingPolicyRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) Get

func (fps *UpdateAlertingPolicyRequest_FieldSubPath) Get(source *UpdateAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateAlertingPolicyRequest

func (*UpdateAlertingPolicyRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingPolicyRequest_FieldSubPath) GetRaw

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) GetSingle

func (fps *UpdateAlertingPolicyRequest_FieldSubPath) GetSingle(source *UpdateAlertingPolicyRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateAlertingPolicyRequest

func (*UpdateAlertingPolicyRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingPolicyRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingPolicyRequest_FieldSubPath) Selector

func (*UpdateAlertingPolicyRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithIValue

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAlertingPolicyRequest_FieldSubPath) WithRawIValue

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

type UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue

type UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue struct {
	UpdateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue) AsAlertingPolicyPathItemValue

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAlertingPolicyRequest_FieldSubPathArrayOfValues

type UpdateAlertingPolicyRequest_FieldSubPathArrayOfValues struct {
	UpdateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayOfValues) AsAlertingPolicyPathArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAlertingPolicyRequest_FieldSubPathValue

type UpdateAlertingPolicyRequest_FieldSubPathValue struct {
	UpdateAlertingPolicyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) AsAlertingPolicyPathValue

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) CompareWith

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) SetTo

func (*UpdateAlertingPolicyRequest_FieldSubPathValue) SetToRaw

type UpdateAlertingPolicyRequest_FieldTerminalPath

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) ClearValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) Get

func (fp *UpdateAlertingPolicyRequest_FieldTerminalPath) Get(source *UpdateAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateAlertingPolicyRequest

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) GetRaw

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAlertingPolicyRequest

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) Selector

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithIValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPath) WithRawIValue

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

type UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue

type UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue struct {
	UpdateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues

type UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues struct {
	UpdateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsAlertingPolicyArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateAlertingPolicyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAlertingPolicyRequest_FieldTerminalPathValue

type UpdateAlertingPolicyRequest_FieldTerminalPathValue struct {
	UpdateAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) AsAlertingPolicyValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAlertingPolicyRequest_FieldTerminalPathValue' with the value under path in 'UpdateAlertingPolicyRequest'.

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateAlertingPolicyRequest

func (*UpdateAlertingPolicyRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingPoliciesClientStream

type WatchAlertingPoliciesClientStream interface {
	Recv() (*WatchAlertingPoliciesResponse, error)
	grpc.ClientStream
}

type WatchAlertingPoliciesDescriptor added in v0.4.28

type WatchAlertingPoliciesDescriptor struct{}

func GetWatchAlertingPoliciesDescriptor added in v0.4.28

func GetWatchAlertingPoliciesDescriptor() *WatchAlertingPoliciesDescriptor

func (*WatchAlertingPoliciesDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchAlertingPoliciesDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetApiName() string

func (*WatchAlertingPoliciesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingPoliciesDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetFullMethodName() string

func (*WatchAlertingPoliciesDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetMethodName() string

func (*WatchAlertingPoliciesDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetProtoPkgName() string

func (*WatchAlertingPoliciesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertingPoliciesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingPoliciesDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetServiceDomain() string

func (*WatchAlertingPoliciesDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) GetServiceVersion() string

func (*WatchAlertingPoliciesDescriptor) GetVerb added in v0.4.28

func (*WatchAlertingPoliciesDescriptor) HasResource added in v0.4.30

func (d *WatchAlertingPoliciesDescriptor) HasResource() bool

func (*WatchAlertingPoliciesDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) IsClientStream() bool

func (*WatchAlertingPoliciesDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertingPoliciesDescriptor) IsCollection() bool

func (*WatchAlertingPoliciesDescriptor) IsPlural added in v0.4.30

func (d *WatchAlertingPoliciesDescriptor) IsPlural() bool

func (*WatchAlertingPoliciesDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) IsServerStream() bool

func (*WatchAlertingPoliciesDescriptor) IsUnary added in v0.4.28

func (*WatchAlertingPoliciesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertingPoliciesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertingPoliciesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertingPoliciesDescriptor) RequestHasResourceBody() bool

type WatchAlertingPoliciesDescriptorClientMsgHandle added in v0.4.28

type WatchAlertingPoliciesDescriptorClientMsgHandle struct{}

func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingPoliciesDescriptorServerMsgHandle added in v0.4.28

type WatchAlertingPoliciesDescriptorServerMsgHandle struct{}

func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingPoliciesRequest

type WatchAlertingPoliciesRequest 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.AlertingPolicy
	Parent *alerting_policy.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingPolicies 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_policy.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_policy.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_policy.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 AlertingPolicy that don't
	// affect any of masked fields won't be sent back.
	FieldMask *alerting_policy.AlertingPolicy_FieldMask `` /* 146-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
	// AlertingPolicy 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 [WatchAlertingPolicies][ntt.monitoring.v3.WatchAlertingPolicies]

func (*WatchAlertingPoliciesRequest) Clone

func (*WatchAlertingPoliciesRequest) CloneRaw

func (*WatchAlertingPoliciesRequest) Descriptor

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

Deprecated, Use WatchAlertingPoliciesRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingPoliciesRequest) GetFieldMask

func (*WatchAlertingPoliciesRequest) GetFilter

func (*WatchAlertingPoliciesRequest) GetMaxChunkSize

func (m *WatchAlertingPoliciesRequest) GetMaxChunkSize() int32

func (*WatchAlertingPoliciesRequest) GetOrderBy

func (*WatchAlertingPoliciesRequest) GetPageSize

func (m *WatchAlertingPoliciesRequest) GetPageSize() int32

func (*WatchAlertingPoliciesRequest) GetPageToken

func (*WatchAlertingPoliciesRequest) GetParent

func (*WatchAlertingPoliciesRequest) GetResumeToken

func (m *WatchAlertingPoliciesRequest) GetResumeToken() string

func (*WatchAlertingPoliciesRequest) GetStartingTime added in v0.9.0

func (m *WatchAlertingPoliciesRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchAlertingPoliciesRequest) GetType

func (*WatchAlertingPoliciesRequest) GetView

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

func (*WatchAlertingPoliciesRequest) GotenMessage

func (*WatchAlertingPoliciesRequest) GotenMessage()

func (*WatchAlertingPoliciesRequest) GotenObjectExt

func (o *WatchAlertingPoliciesRequest) GotenObjectExt()

func (*WatchAlertingPoliciesRequest) GotenValidate

func (obj *WatchAlertingPoliciesRequest) GotenValidate() error

func (*WatchAlertingPoliciesRequest) MakeDiffFieldMask

func (*WatchAlertingPoliciesRequest) MakeFullFieldMask

func (*WatchAlertingPoliciesRequest) MakeRawDiffFieldMask

func (*WatchAlertingPoliciesRequest) MakeRawFullFieldMask

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

func (*WatchAlertingPoliciesRequest) Marshal

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

func (*WatchAlertingPoliciesRequest) MarshalJSON

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

func (*WatchAlertingPoliciesRequest) Merge

func (*WatchAlertingPoliciesRequest) MergeRaw

func (*WatchAlertingPoliciesRequest) ProtoMessage

func (*WatchAlertingPoliciesRequest) ProtoMessage()

func (*WatchAlertingPoliciesRequest) ProtoReflect

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

func (*WatchAlertingPoliciesRequest) Reset

func (m *WatchAlertingPoliciesRequest) Reset()

func (*WatchAlertingPoliciesRequest) SetFieldMask

func (*WatchAlertingPoliciesRequest) SetFilter

func (*WatchAlertingPoliciesRequest) SetMaxChunkSize

func (m *WatchAlertingPoliciesRequest) SetMaxChunkSize(fv int32)

func (*WatchAlertingPoliciesRequest) SetOrderBy

func (*WatchAlertingPoliciesRequest) SetPageSize

func (m *WatchAlertingPoliciesRequest) SetPageSize(fv int32)

func (*WatchAlertingPoliciesRequest) SetPageToken

func (*WatchAlertingPoliciesRequest) SetParent

func (*WatchAlertingPoliciesRequest) SetResumeToken

func (m *WatchAlertingPoliciesRequest) SetResumeToken(fv string)

func (*WatchAlertingPoliciesRequest) SetStartingTime added in v0.9.0

func (m *WatchAlertingPoliciesRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchAlertingPoliciesRequest) SetType

func (*WatchAlertingPoliciesRequest) SetView

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

func (*WatchAlertingPoliciesRequest) String

func (*WatchAlertingPoliciesRequest) Unmarshal

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

func (*WatchAlertingPoliciesRequest) UnmarshalJSON

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

type WatchAlertingPoliciesRequestFieldPathBuilder

type WatchAlertingPoliciesRequestFieldPathBuilder struct{}

func NewWatchAlertingPoliciesRequestFieldPathBuilder

func NewWatchAlertingPoliciesRequestFieldPathBuilder() WatchAlertingPoliciesRequestFieldPathBuilder

func (WatchAlertingPoliciesRequestFieldPathBuilder) FieldMask

func (WatchAlertingPoliciesRequestFieldPathBuilder) Filter

func (WatchAlertingPoliciesRequestFieldPathBuilder) MaxChunkSize

func (WatchAlertingPoliciesRequestFieldPathBuilder) OrderBy

func (WatchAlertingPoliciesRequestFieldPathBuilder) PageSize

func (WatchAlertingPoliciesRequestFieldPathBuilder) PageToken

func (WatchAlertingPoliciesRequestFieldPathBuilder) Parent

func (WatchAlertingPoliciesRequestFieldPathBuilder) ResumeToken

func (WatchAlertingPoliciesRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchAlertingPoliciesRequestFieldPathBuilder) Type

func (WatchAlertingPoliciesRequestFieldPathBuilder) View

type WatchAlertingPoliciesRequestPathSelectorFieldMask

type WatchAlertingPoliciesRequestPathSelectorFieldMask struct{}

func (WatchAlertingPoliciesRequestPathSelectorFieldMask) FieldPath

type WatchAlertingPoliciesRequestPathSelectorFilter

type WatchAlertingPoliciesRequestPathSelectorFilter struct{}

func (WatchAlertingPoliciesRequestPathSelectorFilter) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorFilter) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorFilter) WithValue

type WatchAlertingPoliciesRequestPathSelectorMaxChunkSize

type WatchAlertingPoliciesRequestPathSelectorMaxChunkSize struct{}

func (WatchAlertingPoliciesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorMaxChunkSize) WithValue

type WatchAlertingPoliciesRequestPathSelectorOrderBy

type WatchAlertingPoliciesRequestPathSelectorOrderBy struct{}

func (WatchAlertingPoliciesRequestPathSelectorOrderBy) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorOrderBy) WithValue

type WatchAlertingPoliciesRequestPathSelectorPageSize

type WatchAlertingPoliciesRequestPathSelectorPageSize struct{}

func (WatchAlertingPoliciesRequestPathSelectorPageSize) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorPageSize) WithValue

type WatchAlertingPoliciesRequestPathSelectorPageToken

type WatchAlertingPoliciesRequestPathSelectorPageToken struct{}

func (WatchAlertingPoliciesRequestPathSelectorPageToken) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorPageToken) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorPageToken) WithValue

type WatchAlertingPoliciesRequestPathSelectorParent

type WatchAlertingPoliciesRequestPathSelectorParent struct{}

func (WatchAlertingPoliciesRequestPathSelectorParent) FieldPath

type WatchAlertingPoliciesRequestPathSelectorResumeToken

type WatchAlertingPoliciesRequestPathSelectorResumeToken struct{}

func (WatchAlertingPoliciesRequestPathSelectorResumeToken) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorResumeToken) WithValue

type WatchAlertingPoliciesRequestPathSelectorStartingTime added in v0.9.0

type WatchAlertingPoliciesRequestPathSelectorStartingTime struct{}

func (WatchAlertingPoliciesRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchAlertingPoliciesRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchAlertingPoliciesRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchAlertingPoliciesRequestPathSelectorType

type WatchAlertingPoliciesRequestPathSelectorType struct{}

func (WatchAlertingPoliciesRequestPathSelectorType) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorType) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorType) WithValue

type WatchAlertingPoliciesRequestPathSelectorView

type WatchAlertingPoliciesRequestPathSelectorView struct{}

func (WatchAlertingPoliciesRequestPathSelectorView) FieldPath

func (WatchAlertingPoliciesRequestPathSelectorView) WithArrayOfValues

func (WatchAlertingPoliciesRequestPathSelectorView) WithValue

type WatchAlertingPoliciesRequest_FieldMask

type WatchAlertingPoliciesRequest_FieldMask struct {
	Paths []WatchAlertingPoliciesRequest_FieldPath
}

func FullWatchAlertingPoliciesRequest_FieldMask

func FullWatchAlertingPoliciesRequest_FieldMask() *WatchAlertingPoliciesRequest_FieldMask

func (*WatchAlertingPoliciesRequest_FieldMask) AppendPath

func (*WatchAlertingPoliciesRequest_FieldMask) AppendRawPath

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

func (*WatchAlertingPoliciesRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertingPoliciesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingPoliciesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingPoliciesRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingPoliciesRequest_FieldMask) GetPaths

func (*WatchAlertingPoliciesRequest_FieldMask) GetRawPaths

func (*WatchAlertingPoliciesRequest_FieldMask) IsFull

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) IsFull() bool

func (WatchAlertingPoliciesRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingPoliciesRequest_FieldMask) MarshalJSON

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

func (*WatchAlertingPoliciesRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) PathsCount() int

func (*WatchAlertingPoliciesRequest_FieldMask) Project

func (*WatchAlertingPoliciesRequest_FieldMask) ProjectRaw

func (*WatchAlertingPoliciesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) ProtoMessage()

func (*WatchAlertingPoliciesRequest_FieldMask) ProtoReflect

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

func (*WatchAlertingPoliciesRequest_FieldMask) Reset

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) Reset()

func (*WatchAlertingPoliciesRequest_FieldMask) Set

func (*WatchAlertingPoliciesRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertingPoliciesRequest_FieldMask) SetRaw

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

func (*WatchAlertingPoliciesRequest_FieldMask) Size

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) Size() int

func (*WatchAlertingPoliciesRequest_FieldMask) String

func (fieldMask *WatchAlertingPoliciesRequest_FieldMask) String() string

func (*WatchAlertingPoliciesRequest_FieldMask) Subtract

func (*WatchAlertingPoliciesRequest_FieldMask) SubtractRaw

func (*WatchAlertingPoliciesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingPoliciesRequest_FieldMask) Unmarshal

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

func (*WatchAlertingPoliciesRequest_FieldMask) UnmarshalJSON

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

type WatchAlertingPoliciesRequest_FieldPath

type WatchAlertingPoliciesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingPoliciesRequest_FieldPathSelector
	Get(source *WatchAlertingPoliciesRequest) []interface{}
	GetSingle(source *WatchAlertingPoliciesRequest) (interface{}, bool)
	ClearValue(item *WatchAlertingPoliciesRequest)

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

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

func MustParseWatchAlertingPoliciesRequest_FieldPath

func MustParseWatchAlertingPoliciesRequest_FieldPath(rawField string) WatchAlertingPoliciesRequest_FieldPath

func ParseWatchAlertingPoliciesRequest_FieldPath

func ParseWatchAlertingPoliciesRequest_FieldPath(rawField string) (WatchAlertingPoliciesRequest_FieldPath, error)

type WatchAlertingPoliciesRequest_FieldPathArrayItemValue

type WatchAlertingPoliciesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingPoliciesRequest_FieldPath
	ContainsValue(*WatchAlertingPoliciesRequest) bool
}

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

func MustParseWatchAlertingPoliciesRequest_FieldPathArrayItemValue

func MustParseWatchAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesRequest_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingPoliciesRequest_FieldPathArrayItemValue, error)

ParseWatchAlertingPoliciesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingPoliciesRequest_FieldPathArrayOfValues

type WatchAlertingPoliciesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingPoliciesRequest_FieldPath
}

WatchAlertingPoliciesRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertingPoliciesRequest fields according to their type

func MustParseWatchAlertingPoliciesRequest_FieldPathArrayOfValues

func MustParseWatchAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesRequest_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingPoliciesRequest_FieldPathArrayOfValues, error)

type WatchAlertingPoliciesRequest_FieldPathSelector

type WatchAlertingPoliciesRequest_FieldPathSelector int32
const (
	WatchAlertingPoliciesRequest_FieldPathSelectorType         WatchAlertingPoliciesRequest_FieldPathSelector = 0
	WatchAlertingPoliciesRequest_FieldPathSelectorParent       WatchAlertingPoliciesRequest_FieldPathSelector = 1
	WatchAlertingPoliciesRequest_FieldPathSelectorPageSize     WatchAlertingPoliciesRequest_FieldPathSelector = 2
	WatchAlertingPoliciesRequest_FieldPathSelectorPageToken    WatchAlertingPoliciesRequest_FieldPathSelector = 3
	WatchAlertingPoliciesRequest_FieldPathSelectorOrderBy      WatchAlertingPoliciesRequest_FieldPathSelector = 4
	WatchAlertingPoliciesRequest_FieldPathSelectorResumeToken  WatchAlertingPoliciesRequest_FieldPathSelector = 5
	WatchAlertingPoliciesRequest_FieldPathSelectorStartingTime WatchAlertingPoliciesRequest_FieldPathSelector = 6
	WatchAlertingPoliciesRequest_FieldPathSelectorFilter       WatchAlertingPoliciesRequest_FieldPathSelector = 7
	WatchAlertingPoliciesRequest_FieldPathSelectorFieldMask    WatchAlertingPoliciesRequest_FieldPathSelector = 8
	WatchAlertingPoliciesRequest_FieldPathSelectorView         WatchAlertingPoliciesRequest_FieldPathSelector = 9
	WatchAlertingPoliciesRequest_FieldPathSelectorMaxChunkSize WatchAlertingPoliciesRequest_FieldPathSelector = 10
)

func (WatchAlertingPoliciesRequest_FieldPathSelector) String

type WatchAlertingPoliciesRequest_FieldPathValue

type WatchAlertingPoliciesRequest_FieldPathValue interface {
	WatchAlertingPoliciesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingPoliciesRequest)
	CompareWith(*WatchAlertingPoliciesRequest) (cmp int, comparable bool)
}

WatchAlertingPoliciesRequest_FieldPathValue allows storing values for WatchAlertingPoliciesRequest fields according to their type

func MustParseWatchAlertingPoliciesRequest_FieldPathValue

func MustParseWatchAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) WatchAlertingPoliciesRequest_FieldPathValue

func ParseWatchAlertingPoliciesRequest_FieldPathValue

func ParseWatchAlertingPoliciesRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertingPoliciesRequest_FieldPathValue, error)

type WatchAlertingPoliciesRequest_FieldTerminalPath

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) ClearValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) Get

func (fp *WatchAlertingPoliciesRequest_FieldTerminalPath) Get(source *WatchAlertingPoliciesRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertingPoliciesRequest

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingPoliciesRequest

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) Selector

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithIValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPath) WithRawIValue

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

type WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue

type WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues

type WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

func (fpaov *WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchAlertingPoliciesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingPoliciesRequest_FieldTerminalPathValue

type WatchAlertingPoliciesRequest_FieldTerminalPathValue struct {
	WatchAlertingPoliciesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsParentValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingPoliciesRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertingPoliciesRequest'.

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingPoliciesRequest

func (*WatchAlertingPoliciesRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingPoliciesResponse

type WatchAlertingPoliciesResponse struct {

	// Changes of AlertingPolicies
	AlertingPolicyChanges []*alerting_policy.AlertingPolicyChange `` /* 160-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 AlertingPolicies 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 *WatchAlertingPoliciesResponse_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 (AlertingPolicies 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
}

WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse) Clone

func (*WatchAlertingPoliciesResponse) CloneRaw

func (*WatchAlertingPoliciesResponse) Descriptor

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

Deprecated, Use WatchAlertingPoliciesResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingPoliciesResponse) GetAlertingPolicyChanges

func (m *WatchAlertingPoliciesResponse) GetAlertingPolicyChanges() []*alerting_policy.AlertingPolicyChange

func (*WatchAlertingPoliciesResponse) GetIsCurrent

func (m *WatchAlertingPoliciesResponse) GetIsCurrent() bool

func (*WatchAlertingPoliciesResponse) GetIsHardReset

func (m *WatchAlertingPoliciesResponse) GetIsHardReset() bool

func (*WatchAlertingPoliciesResponse) GetIsSoftReset

func (m *WatchAlertingPoliciesResponse) GetIsSoftReset() bool

func (*WatchAlertingPoliciesResponse) GetPageTokenChange

func (*WatchAlertingPoliciesResponse) GetResumeToken

func (m *WatchAlertingPoliciesResponse) GetResumeToken() string

func (*WatchAlertingPoliciesResponse) GetSnapshotSize

func (m *WatchAlertingPoliciesResponse) GetSnapshotSize() int64

func (*WatchAlertingPoliciesResponse) GotenMessage

func (*WatchAlertingPoliciesResponse) GotenMessage()

func (*WatchAlertingPoliciesResponse) GotenObjectExt

func (o *WatchAlertingPoliciesResponse) GotenObjectExt()

func (*WatchAlertingPoliciesResponse) GotenValidate

func (obj *WatchAlertingPoliciesResponse) GotenValidate() error

func (*WatchAlertingPoliciesResponse) MakeDiffFieldMask

func (*WatchAlertingPoliciesResponse) MakeFullFieldMask

func (*WatchAlertingPoliciesResponse) MakeRawDiffFieldMask

func (*WatchAlertingPoliciesResponse) MakeRawFullFieldMask

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

func (*WatchAlertingPoliciesResponse) Marshal

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

func (*WatchAlertingPoliciesResponse) MarshalJSON

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

func (*WatchAlertingPoliciesResponse) Merge

func (*WatchAlertingPoliciesResponse) MergeRaw

func (*WatchAlertingPoliciesResponse) ProtoMessage

func (*WatchAlertingPoliciesResponse) ProtoMessage()

func (*WatchAlertingPoliciesResponse) ProtoReflect

func (*WatchAlertingPoliciesResponse) Reset

func (m *WatchAlertingPoliciesResponse) Reset()

func (*WatchAlertingPoliciesResponse) SetAlertingPolicyChanges

func (m *WatchAlertingPoliciesResponse) SetAlertingPolicyChanges(fv []*alerting_policy.AlertingPolicyChange)

func (*WatchAlertingPoliciesResponse) SetIsCurrent

func (m *WatchAlertingPoliciesResponse) SetIsCurrent(fv bool)

func (*WatchAlertingPoliciesResponse) SetIsHardReset

func (m *WatchAlertingPoliciesResponse) SetIsHardReset(fv bool)

func (*WatchAlertingPoliciesResponse) SetIsSoftReset

func (m *WatchAlertingPoliciesResponse) SetIsSoftReset(fv bool)

func (*WatchAlertingPoliciesResponse) SetPageTokenChange

func (*WatchAlertingPoliciesResponse) SetResumeToken

func (m *WatchAlertingPoliciesResponse) SetResumeToken(fv string)

func (*WatchAlertingPoliciesResponse) SetSnapshotSize

func (m *WatchAlertingPoliciesResponse) SetSnapshotSize(fv int64)

func (*WatchAlertingPoliciesResponse) String

func (*WatchAlertingPoliciesResponse) Unmarshal

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

func (*WatchAlertingPoliciesResponse) UnmarshalJSON

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

type WatchAlertingPoliciesResponseFieldPathBuilder

type WatchAlertingPoliciesResponseFieldPathBuilder struct{}

func NewWatchAlertingPoliciesResponseFieldPathBuilder

func NewWatchAlertingPoliciesResponseFieldPathBuilder() WatchAlertingPoliciesResponseFieldPathBuilder

func (WatchAlertingPoliciesResponseFieldPathBuilder) AlertingPolicyChanges

func (WatchAlertingPoliciesResponseFieldPathBuilder) IsCurrent

func (WatchAlertingPoliciesResponseFieldPathBuilder) IsHardReset

func (WatchAlertingPoliciesResponseFieldPathBuilder) IsSoftReset

func (WatchAlertingPoliciesResponseFieldPathBuilder) PageTokenChange

func (WatchAlertingPoliciesResponseFieldPathBuilder) ResumeToken

func (WatchAlertingPoliciesResponseFieldPathBuilder) SnapshotSize

type WatchAlertingPoliciesResponsePageTokenChangeFieldPathBuilder

type WatchAlertingPoliciesResponsePageTokenChangeFieldPathBuilder struct{}

type WatchAlertingPoliciesResponsePageTokenChange_FieldPath

type WatchAlertingPoliciesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchAlertingPoliciesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchAlertingPoliciesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchAlertingPoliciesResponse_PageTokenChange)

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

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

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPath

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPath(rawField string) WatchAlertingPoliciesResponsePageTokenChange_FieldPath

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPath

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPath(rawField string) (WatchAlertingPoliciesResponsePageTokenChange_FieldPath, error)

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingPoliciesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchAlertingPoliciesResponse_PageTokenChange) bool
}

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

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingPoliciesResponsePageTokenChange_FieldPath
}

WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingPoliciesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector = 0
	WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchAlertingPoliciesResponsePageTokenChange_FieldPathSelector) String

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathValue

type WatchAlertingPoliciesResponsePageTokenChange_FieldPathValue interface {
	WatchAlertingPoliciesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingPoliciesResponse_PageTokenChange)
	CompareWith(*WatchAlertingPoliciesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchAlertingPoliciesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathValue

func MustParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAlertingPoliciesResponsePageTokenChange_FieldPathValue

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathValue

func ParseWatchAlertingPoliciesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAlertingPoliciesResponsePageTokenChange_FieldPathValue, error)

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath

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

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingPoliciesResponse_PageTokenChange

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingPoliciesResponse_PageTokenChange

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue

type WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAlertingPoliciesResponse_PageTokenChange'.

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAlertingPoliciesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAlertingPoliciesResponsePathSelectorAlertingPolicyChanges

type WatchAlertingPoliciesResponsePathSelectorAlertingPolicyChanges struct{}

func (WatchAlertingPoliciesResponsePathSelectorAlertingPolicyChanges) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorAlertingPolicyChanges) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorAlertingPolicyChanges) WithValue

type WatchAlertingPoliciesResponsePathSelectorIsCurrent

type WatchAlertingPoliciesResponsePathSelectorIsCurrent struct{}

func (WatchAlertingPoliciesResponsePathSelectorIsCurrent) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorIsCurrent) WithValue

type WatchAlertingPoliciesResponsePathSelectorIsHardReset

type WatchAlertingPoliciesResponsePathSelectorIsHardReset struct{}

func (WatchAlertingPoliciesResponsePathSelectorIsHardReset) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorIsHardReset) WithValue

type WatchAlertingPoliciesResponsePathSelectorIsSoftReset

type WatchAlertingPoliciesResponsePathSelectorIsSoftReset struct{}

func (WatchAlertingPoliciesResponsePathSelectorIsSoftReset) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorIsSoftReset) WithValue

type WatchAlertingPoliciesResponsePathSelectorPageTokenChange

type WatchAlertingPoliciesResponsePathSelectorPageTokenChange struct{}

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChange) FieldPath

type WatchAlertingPoliciesResponsePathSelectorPageTokenChangeNextPageToken

type WatchAlertingPoliciesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAlertingPoliciesResponsePathSelectorPageTokenChangePrevPageToken

type WatchAlertingPoliciesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAlertingPoliciesResponsePathSelectorResumeToken

type WatchAlertingPoliciesResponsePathSelectorResumeToken struct{}

func (WatchAlertingPoliciesResponsePathSelectorResumeToken) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorResumeToken) WithValue

type WatchAlertingPoliciesResponsePathSelectorSnapshotSize

type WatchAlertingPoliciesResponsePathSelectorSnapshotSize struct{}

func (WatchAlertingPoliciesResponsePathSelectorSnapshotSize) FieldPath

func (WatchAlertingPoliciesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAlertingPoliciesResponsePathSelectorSnapshotSize) WithValue

type WatchAlertingPoliciesResponse_FieldMask

type WatchAlertingPoliciesResponse_FieldMask struct {
	Paths []WatchAlertingPoliciesResponse_FieldPath
}

func FullWatchAlertingPoliciesResponse_FieldMask

func FullWatchAlertingPoliciesResponse_FieldMask() *WatchAlertingPoliciesResponse_FieldMask

func (*WatchAlertingPoliciesResponse_FieldMask) AppendPath

func (*WatchAlertingPoliciesResponse_FieldMask) AppendRawPath

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

func (*WatchAlertingPoliciesResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertingPoliciesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingPoliciesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingPoliciesResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingPoliciesResponse_FieldMask) GetPaths

func (*WatchAlertingPoliciesResponse_FieldMask) GetRawPaths

func (*WatchAlertingPoliciesResponse_FieldMask) IsFull

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) IsFull() bool

func (WatchAlertingPoliciesResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingPoliciesResponse_FieldMask) MarshalJSON

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

func (*WatchAlertingPoliciesResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) PathsCount() int

func (*WatchAlertingPoliciesResponse_FieldMask) Project

func (*WatchAlertingPoliciesResponse_FieldMask) ProjectRaw

func (*WatchAlertingPoliciesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) ProtoMessage()

func (*WatchAlertingPoliciesResponse_FieldMask) ProtoReflect

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

func (*WatchAlertingPoliciesResponse_FieldMask) Reset

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) Reset()

func (*WatchAlertingPoliciesResponse_FieldMask) Set

func (*WatchAlertingPoliciesResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertingPoliciesResponse_FieldMask) SetRaw

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

func (*WatchAlertingPoliciesResponse_FieldMask) Size

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) Size() int

func (*WatchAlertingPoliciesResponse_FieldMask) String

func (fieldMask *WatchAlertingPoliciesResponse_FieldMask) String() string

func (*WatchAlertingPoliciesResponse_FieldMask) Subtract

func (*WatchAlertingPoliciesResponse_FieldMask) SubtractRaw

func (*WatchAlertingPoliciesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingPoliciesResponse_FieldMask) Unmarshal

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

func (*WatchAlertingPoliciesResponse_FieldMask) UnmarshalJSON

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

type WatchAlertingPoliciesResponse_FieldPath

type WatchAlertingPoliciesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingPoliciesResponse_FieldPathSelector
	Get(source *WatchAlertingPoliciesResponse) []interface{}
	GetSingle(source *WatchAlertingPoliciesResponse) (interface{}, bool)
	ClearValue(item *WatchAlertingPoliciesResponse)

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

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

func MustParseWatchAlertingPoliciesResponse_FieldPath

func MustParseWatchAlertingPoliciesResponse_FieldPath(rawField string) WatchAlertingPoliciesResponse_FieldPath

func ParseWatchAlertingPoliciesResponse_FieldPath

func ParseWatchAlertingPoliciesResponse_FieldPath(rawField string) (WatchAlertingPoliciesResponse_FieldPath, error)

type WatchAlertingPoliciesResponse_FieldPathArrayItemValue

type WatchAlertingPoliciesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingPoliciesResponse_FieldPath
	ContainsValue(*WatchAlertingPoliciesResponse) bool
}

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

func MustParseWatchAlertingPoliciesResponse_FieldPathArrayItemValue

func MustParseWatchAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesResponse_FieldPathArrayItemValue

func ParseWatchAlertingPoliciesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingPoliciesResponse_FieldPathArrayItemValue, error)

ParseWatchAlertingPoliciesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingPoliciesResponse_FieldPathArrayOfValues

type WatchAlertingPoliciesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingPoliciesResponse_FieldPath
}

WatchAlertingPoliciesResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertingPoliciesResponse fields according to their type

func MustParseWatchAlertingPoliciesResponse_FieldPathArrayOfValues

func MustParseWatchAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesResponse_FieldPathArrayOfValues

func ParseWatchAlertingPoliciesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingPoliciesResponse_FieldPathArrayOfValues, error)

type WatchAlertingPoliciesResponse_FieldPathSelector

type WatchAlertingPoliciesResponse_FieldPathSelector int32
const (
	WatchAlertingPoliciesResponse_FieldPathSelectorAlertingPolicyChanges WatchAlertingPoliciesResponse_FieldPathSelector = 0
	WatchAlertingPoliciesResponse_FieldPathSelectorIsCurrent             WatchAlertingPoliciesResponse_FieldPathSelector = 1
	WatchAlertingPoliciesResponse_FieldPathSelectorPageTokenChange       WatchAlertingPoliciesResponse_FieldPathSelector = 2
	WatchAlertingPoliciesResponse_FieldPathSelectorResumeToken           WatchAlertingPoliciesResponse_FieldPathSelector = 3
	WatchAlertingPoliciesResponse_FieldPathSelectorSnapshotSize          WatchAlertingPoliciesResponse_FieldPathSelector = 4
	WatchAlertingPoliciesResponse_FieldPathSelectorIsSoftReset           WatchAlertingPoliciesResponse_FieldPathSelector = 5
	WatchAlertingPoliciesResponse_FieldPathSelectorIsHardReset           WatchAlertingPoliciesResponse_FieldPathSelector = 6
)

func (WatchAlertingPoliciesResponse_FieldPathSelector) String

type WatchAlertingPoliciesResponse_FieldPathValue

type WatchAlertingPoliciesResponse_FieldPathValue interface {
	WatchAlertingPoliciesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingPoliciesResponse)
	CompareWith(*WatchAlertingPoliciesResponse) (cmp int, comparable bool)
}

WatchAlertingPoliciesResponse_FieldPathValue allows storing values for WatchAlertingPoliciesResponse fields according to their type

func MustParseWatchAlertingPoliciesResponse_FieldPathValue

func MustParseWatchAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) WatchAlertingPoliciesResponse_FieldPathValue

func ParseWatchAlertingPoliciesResponse_FieldPathValue

func ParseWatchAlertingPoliciesResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertingPoliciesResponse_FieldPathValue, error)

type WatchAlertingPoliciesResponse_FieldSubPath

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchAlertingPoliciesResponse_FieldSubPath) ClearValue

func (*WatchAlertingPoliciesResponse_FieldSubPath) ClearValueRaw

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) Get

func (fps *WatchAlertingPoliciesResponse_FieldSubPath) Get(source *WatchAlertingPoliciesResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingPoliciesResponse_FieldSubPath) GetRaw

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) GetSingle

func (fps *WatchAlertingPoliciesResponse_FieldSubPath) GetSingle(source *WatchAlertingPoliciesResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse_FieldSubPath) GetSingleRaw

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPoliciesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPoliciesResponse_FieldSubPath) Selector

func (*WatchAlertingPoliciesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithIArrayItemValue

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithIArrayOfValues

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithIValue

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchAlertingPoliciesResponse_FieldSubPath) WithRawIValue

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

type WatchAlertingPoliciesResponse_FieldSubPathArrayItemValue

type WatchAlertingPoliciesResponse_FieldSubPathArrayItemValue struct {
	WatchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchAlertingPoliciesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPoliciesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchAlertingPoliciesResponse_FieldSubPathArrayOfValues

type WatchAlertingPoliciesResponse_FieldSubPathArrayOfValues struct {
	WatchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchAlertingPoliciesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchAlertingPoliciesResponse_FieldSubPathValue

type WatchAlertingPoliciesResponse_FieldSubPathValue struct {
	WatchAlertingPoliciesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) CompareWith

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) GetRawValue

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

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) SetTo

func (*WatchAlertingPoliciesResponse_FieldSubPathValue) SetToRaw

type WatchAlertingPoliciesResponse_FieldTerminalPath

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) ClearValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) Selector

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithIValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPath) WithRawIValue

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

type WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue

type WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) AsAlertingPolicyChangesItemValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues

type WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsAlertingPolicyChangesArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsAlertingPolicyChangesArrayOfValues() ([][]*alerting_policy.AlertingPolicyChange, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingPoliciesResponse_FieldTerminalPathValue

type WatchAlertingPoliciesResponse_FieldTerminalPathValue struct {
	WatchAlertingPoliciesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsAlertingPolicyChangesValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchAlertingPoliciesResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingPoliciesResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertingPoliciesResponse'.

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingPoliciesResponse

func (*WatchAlertingPoliciesResponse_FieldTerminalPathValue) SetToRaw

type WatchAlertingPoliciesResponse_PageTokenChange

type WatchAlertingPoliciesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *alerting_policy.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *alerting_policy.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAlertingPoliciesResponse_PageTokenChange) Clone

func (*WatchAlertingPoliciesResponse_PageTokenChange) CloneRaw

func (*WatchAlertingPoliciesResponse_PageTokenChange) Descriptor

Deprecated, Use WatchAlertingPoliciesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAlertingPoliciesResponse_PageTokenChange) GetNextPageToken

func (*WatchAlertingPoliciesResponse_PageTokenChange) GetPrevPageToken

func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenMessage

func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenObjectExt

func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenValidate

func (*WatchAlertingPoliciesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchAlertingPoliciesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAlertingPoliciesResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchAlertingPoliciesResponse_PageTokenChange) Marshal

func (*WatchAlertingPoliciesResponse_PageTokenChange) MarshalJSON

func (*WatchAlertingPoliciesResponse_PageTokenChange) Merge

func (*WatchAlertingPoliciesResponse_PageTokenChange) MergeRaw

func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoMessage

func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoReflect

func (*WatchAlertingPoliciesResponse_PageTokenChange) Reset

func (*WatchAlertingPoliciesResponse_PageTokenChange) SetNextPageToken

func (*WatchAlertingPoliciesResponse_PageTokenChange) SetPrevPageToken

func (*WatchAlertingPoliciesResponse_PageTokenChange) String

func (*WatchAlertingPoliciesResponse_PageTokenChange) Unmarshal

func (*WatchAlertingPoliciesResponse_PageTokenChange) UnmarshalJSON

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

type WatchAlertingPoliciesResponse_PageTokenChangePathSelectorNextPageToken

type WatchAlertingPoliciesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAlertingPoliciesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchAlertingPoliciesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAlertingPoliciesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAlertingPoliciesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchAlertingPoliciesResponse_PageTokenChange_FieldMask

type WatchAlertingPoliciesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchAlertingPoliciesResponsePageTokenChange_FieldPath
}

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) IsFull

func (WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Project

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Reset

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Set

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Size

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) String

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchAlertingPoliciesResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

type WatchAlertingPolicyClientStream

type WatchAlertingPolicyClientStream interface {
	Recv() (*WatchAlertingPolicyResponse, error)
	grpc.ClientStream
}

type WatchAlertingPolicyDescriptor added in v0.4.28

type WatchAlertingPolicyDescriptor struct{}

func GetWatchAlertingPolicyDescriptor added in v0.4.28

func GetWatchAlertingPolicyDescriptor() *WatchAlertingPolicyDescriptor

func (*WatchAlertingPolicyDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchAlertingPolicyDescriptor) GetApiName added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetApiName() string

func (*WatchAlertingPolicyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingPolicyDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetFullMethodName() string

func (*WatchAlertingPolicyDescriptor) GetMethodName added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetMethodName() string

func (*WatchAlertingPolicyDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetProtoPkgName() string

func (*WatchAlertingPolicyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchAlertingPolicyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchAlertingPolicyDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetServiceDomain() string

func (*WatchAlertingPolicyDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) GetServiceVersion() string

func (*WatchAlertingPolicyDescriptor) GetVerb added in v0.4.28

func (*WatchAlertingPolicyDescriptor) HasResource added in v0.4.30

func (d *WatchAlertingPolicyDescriptor) HasResource() bool

func (*WatchAlertingPolicyDescriptor) IsClientStream added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) IsClientStream() bool

func (*WatchAlertingPolicyDescriptor) IsCollection added in v0.4.30

func (d *WatchAlertingPolicyDescriptor) IsCollection() bool

func (*WatchAlertingPolicyDescriptor) IsPlural added in v0.4.30

func (d *WatchAlertingPolicyDescriptor) IsPlural() bool

func (*WatchAlertingPolicyDescriptor) IsServerStream added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) IsServerStream() bool

func (*WatchAlertingPolicyDescriptor) IsUnary added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) IsUnary() bool

func (*WatchAlertingPolicyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchAlertingPolicyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchAlertingPolicyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchAlertingPolicyDescriptor) RequestHasResourceBody() bool

type WatchAlertingPolicyDescriptorClientMsgHandle added in v0.4.28

type WatchAlertingPolicyDescriptorClientMsgHandle struct{}

func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingPolicyDescriptorServerMsgHandle added in v0.4.28

type WatchAlertingPolicyDescriptorServerMsgHandle struct{}

func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchAlertingPolicyRequest

type WatchAlertingPolicyRequest struct {

	// Reference to ntt.monitoring.v3.AlertingPolicy
	Name *alerting_policy.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_policy.AlertingPolicy_FieldMask `` /* 146-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 [WatchAlertingPolicy][ntt.monitoring.v3.WatchAlertingPolicy]

func (*WatchAlertingPolicyRequest) Clone

func (*WatchAlertingPolicyRequest) CloneRaw

func (*WatchAlertingPolicyRequest) Descriptor

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

Deprecated, Use WatchAlertingPolicyRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingPolicyRequest) GetFieldMask

func (*WatchAlertingPolicyRequest) GetName

func (*WatchAlertingPolicyRequest) GetView

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

func (*WatchAlertingPolicyRequest) GotenMessage

func (*WatchAlertingPolicyRequest) GotenMessage()

func (*WatchAlertingPolicyRequest) GotenObjectExt

func (o *WatchAlertingPolicyRequest) GotenObjectExt()

func (*WatchAlertingPolicyRequest) GotenValidate

func (obj *WatchAlertingPolicyRequest) GotenValidate() error

func (*WatchAlertingPolicyRequest) MakeDiffFieldMask

func (*WatchAlertingPolicyRequest) MakeFullFieldMask

func (*WatchAlertingPolicyRequest) MakeRawDiffFieldMask

func (*WatchAlertingPolicyRequest) MakeRawFullFieldMask

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

func (*WatchAlertingPolicyRequest) Marshal

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

func (*WatchAlertingPolicyRequest) MarshalJSON

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

func (*WatchAlertingPolicyRequest) Merge

func (*WatchAlertingPolicyRequest) MergeRaw

func (*WatchAlertingPolicyRequest) ProtoMessage

func (*WatchAlertingPolicyRequest) ProtoMessage()

func (*WatchAlertingPolicyRequest) ProtoReflect

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

func (*WatchAlertingPolicyRequest) Reset

func (m *WatchAlertingPolicyRequest) Reset()

func (*WatchAlertingPolicyRequest) SetFieldMask

func (*WatchAlertingPolicyRequest) SetName

func (*WatchAlertingPolicyRequest) SetView

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

func (*WatchAlertingPolicyRequest) String

func (m *WatchAlertingPolicyRequest) String() string

func (*WatchAlertingPolicyRequest) Unmarshal

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

func (*WatchAlertingPolicyRequest) UnmarshalJSON

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

type WatchAlertingPolicyRequestFieldPathBuilder

type WatchAlertingPolicyRequestFieldPathBuilder struct{}

func NewWatchAlertingPolicyRequestFieldPathBuilder

func NewWatchAlertingPolicyRequestFieldPathBuilder() WatchAlertingPolicyRequestFieldPathBuilder

func (WatchAlertingPolicyRequestFieldPathBuilder) FieldMask

func (WatchAlertingPolicyRequestFieldPathBuilder) Name

func (WatchAlertingPolicyRequestFieldPathBuilder) View

type WatchAlertingPolicyRequestPathSelectorFieldMask

type WatchAlertingPolicyRequestPathSelectorFieldMask struct{}

func (WatchAlertingPolicyRequestPathSelectorFieldMask) FieldPath

type WatchAlertingPolicyRequestPathSelectorName

type WatchAlertingPolicyRequestPathSelectorName struct{}

func (WatchAlertingPolicyRequestPathSelectorName) FieldPath

func (WatchAlertingPolicyRequestPathSelectorName) WithArrayOfValues

func (WatchAlertingPolicyRequestPathSelectorName) WithValue

type WatchAlertingPolicyRequestPathSelectorView

type WatchAlertingPolicyRequestPathSelectorView struct{}

func (WatchAlertingPolicyRequestPathSelectorView) FieldPath

func (WatchAlertingPolicyRequestPathSelectorView) WithArrayOfValues

func (WatchAlertingPolicyRequestPathSelectorView) WithValue

type WatchAlertingPolicyRequest_FieldMask

type WatchAlertingPolicyRequest_FieldMask struct {
	Paths []WatchAlertingPolicyRequest_FieldPath
}

func FullWatchAlertingPolicyRequest_FieldMask

func FullWatchAlertingPolicyRequest_FieldMask() *WatchAlertingPolicyRequest_FieldMask

func (*WatchAlertingPolicyRequest_FieldMask) AppendPath

func (*WatchAlertingPolicyRequest_FieldMask) AppendRawPath

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

func (*WatchAlertingPolicyRequest_FieldMask) DecodeFirestore

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

func (*WatchAlertingPolicyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingPolicyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingPolicyRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingPolicyRequest_FieldMask) GetPaths

func (*WatchAlertingPolicyRequest_FieldMask) GetRawPaths

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

func (*WatchAlertingPolicyRequest_FieldMask) IsFull

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) IsFull() bool

func (WatchAlertingPolicyRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingPolicyRequest_FieldMask) MarshalJSON

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

func (*WatchAlertingPolicyRequest_FieldMask) PathsCount

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) PathsCount() int

func (*WatchAlertingPolicyRequest_FieldMask) Project

func (*WatchAlertingPolicyRequest_FieldMask) ProjectRaw

func (*WatchAlertingPolicyRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) ProtoMessage()

func (*WatchAlertingPolicyRequest_FieldMask) ProtoReflect

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

func (*WatchAlertingPolicyRequest_FieldMask) Reset

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) Reset()

func (*WatchAlertingPolicyRequest_FieldMask) Set

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) Set(target, source *WatchAlertingPolicyRequest)

func (*WatchAlertingPolicyRequest_FieldMask) SetFromCliFlag

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

func (*WatchAlertingPolicyRequest_FieldMask) SetRaw

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

func (*WatchAlertingPolicyRequest_FieldMask) Size

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) Size() int

func (*WatchAlertingPolicyRequest_FieldMask) String

func (fieldMask *WatchAlertingPolicyRequest_FieldMask) String() string

func (*WatchAlertingPolicyRequest_FieldMask) Subtract

func (*WatchAlertingPolicyRequest_FieldMask) SubtractRaw

func (*WatchAlertingPolicyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingPolicyRequest_FieldMask) Unmarshal

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

func (*WatchAlertingPolicyRequest_FieldMask) UnmarshalJSON

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

type WatchAlertingPolicyRequest_FieldPath

type WatchAlertingPolicyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingPolicyRequest_FieldPathSelector
	Get(source *WatchAlertingPolicyRequest) []interface{}
	GetSingle(source *WatchAlertingPolicyRequest) (interface{}, bool)
	ClearValue(item *WatchAlertingPolicyRequest)

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

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

func MustParseWatchAlertingPolicyRequest_FieldPath

func MustParseWatchAlertingPolicyRequest_FieldPath(rawField string) WatchAlertingPolicyRequest_FieldPath

func ParseWatchAlertingPolicyRequest_FieldPath

func ParseWatchAlertingPolicyRequest_FieldPath(rawField string) (WatchAlertingPolicyRequest_FieldPath, error)

type WatchAlertingPolicyRequest_FieldPathArrayItemValue

type WatchAlertingPolicyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingPolicyRequest_FieldPath
	ContainsValue(*WatchAlertingPolicyRequest) bool
}

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

func MustParseWatchAlertingPolicyRequest_FieldPathArrayItemValue

func MustParseWatchAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingPolicyRequest_FieldPathArrayItemValue

func ParseWatchAlertingPolicyRequest_FieldPathArrayItemValue

func ParseWatchAlertingPolicyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingPolicyRequest_FieldPathArrayItemValue, error)

ParseWatchAlertingPolicyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingPolicyRequest_FieldPathArrayOfValues

type WatchAlertingPolicyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingPolicyRequest_FieldPath
}

WatchAlertingPolicyRequest_FieldPathArrayOfValues allows storing slice of values for WatchAlertingPolicyRequest fields according to their type

func MustParseWatchAlertingPolicyRequest_FieldPathArrayOfValues

func MustParseWatchAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingPolicyRequest_FieldPathArrayOfValues

func ParseWatchAlertingPolicyRequest_FieldPathArrayOfValues

func ParseWatchAlertingPolicyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingPolicyRequest_FieldPathArrayOfValues, error)

type WatchAlertingPolicyRequest_FieldPathSelector

type WatchAlertingPolicyRequest_FieldPathSelector int32
const (
	WatchAlertingPolicyRequest_FieldPathSelectorName      WatchAlertingPolicyRequest_FieldPathSelector = 0
	WatchAlertingPolicyRequest_FieldPathSelectorFieldMask WatchAlertingPolicyRequest_FieldPathSelector = 1
	WatchAlertingPolicyRequest_FieldPathSelectorView      WatchAlertingPolicyRequest_FieldPathSelector = 2
)

func (WatchAlertingPolicyRequest_FieldPathSelector) String

type WatchAlertingPolicyRequest_FieldPathValue

type WatchAlertingPolicyRequest_FieldPathValue interface {
	WatchAlertingPolicyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingPolicyRequest)
	CompareWith(*WatchAlertingPolicyRequest) (cmp int, comparable bool)
}

WatchAlertingPolicyRequest_FieldPathValue allows storing values for WatchAlertingPolicyRequest fields according to their type

func MustParseWatchAlertingPolicyRequest_FieldPathValue

func MustParseWatchAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) WatchAlertingPolicyRequest_FieldPathValue

func ParseWatchAlertingPolicyRequest_FieldPathValue

func ParseWatchAlertingPolicyRequest_FieldPathValue(pathStr, valueStr string) (WatchAlertingPolicyRequest_FieldPathValue, error)

type WatchAlertingPolicyRequest_FieldTerminalPath

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) ClearValue

func (*WatchAlertingPolicyRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingPolicyRequest_FieldTerminalPath) Get

func (fp *WatchAlertingPolicyRequest_FieldTerminalPath) Get(source *WatchAlertingPolicyRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertingPolicyRequest

func (*WatchAlertingPolicyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingPolicyRequest_FieldTerminalPath) GetRaw

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingPolicyRequest

func (*WatchAlertingPolicyRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPolicyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPolicyRequest_FieldTerminalPath) Selector

func (*WatchAlertingPolicyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithIValue

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingPolicyRequest_FieldTerminalPath) WithRawIValue

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

type WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue

type WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue struct {
	WatchAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues

type WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues struct {
	WatchAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchAlertingPolicyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingPolicyRequest_FieldTerminalPathValue

type WatchAlertingPolicyRequest_FieldTerminalPathValue struct {
	WatchAlertingPolicyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingPolicyRequest_FieldTerminalPathValue' with the value under path in 'WatchAlertingPolicyRequest'.

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingPolicyRequest

func (*WatchAlertingPolicyRequest_FieldTerminalPathValue) SetToRaw

type WatchAlertingPolicyResponse

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

WatchAlertingPolicyResponse

func (*WatchAlertingPolicyResponse) Clone

func (*WatchAlertingPolicyResponse) CloneRaw

func (*WatchAlertingPolicyResponse) Descriptor

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

Deprecated, Use WatchAlertingPolicyResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingPolicyResponse) GetChange

func (*WatchAlertingPolicyResponse) GotenMessage

func (*WatchAlertingPolicyResponse) GotenMessage()

func (*WatchAlertingPolicyResponse) GotenObjectExt

func (o *WatchAlertingPolicyResponse) GotenObjectExt()

func (*WatchAlertingPolicyResponse) GotenValidate

func (obj *WatchAlertingPolicyResponse) GotenValidate() error

func (*WatchAlertingPolicyResponse) MakeDiffFieldMask

func (*WatchAlertingPolicyResponse) MakeFullFieldMask

func (*WatchAlertingPolicyResponse) MakeRawDiffFieldMask

func (*WatchAlertingPolicyResponse) MakeRawFullFieldMask

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

func (*WatchAlertingPolicyResponse) Marshal

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

func (*WatchAlertingPolicyResponse) MarshalJSON

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

func (*WatchAlertingPolicyResponse) Merge

func (*WatchAlertingPolicyResponse) MergeRaw

func (*WatchAlertingPolicyResponse) ProtoMessage

func (*WatchAlertingPolicyResponse) ProtoMessage()

func (*WatchAlertingPolicyResponse) ProtoReflect

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

func (*WatchAlertingPolicyResponse) Reset

func (m *WatchAlertingPolicyResponse) Reset()

func (*WatchAlertingPolicyResponse) SetChange

func (*WatchAlertingPolicyResponse) String

func (m *WatchAlertingPolicyResponse) String() string

func (*WatchAlertingPolicyResponse) Unmarshal

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

func (*WatchAlertingPolicyResponse) UnmarshalJSON

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

type WatchAlertingPolicyResponseFieldPathBuilder

type WatchAlertingPolicyResponseFieldPathBuilder struct{}

func NewWatchAlertingPolicyResponseFieldPathBuilder

func NewWatchAlertingPolicyResponseFieldPathBuilder() WatchAlertingPolicyResponseFieldPathBuilder

func (WatchAlertingPolicyResponseFieldPathBuilder) Change

type WatchAlertingPolicyResponsePathSelectorChange

type WatchAlertingPolicyResponsePathSelectorChange struct{}

func (WatchAlertingPolicyResponsePathSelectorChange) FieldPath

type WatchAlertingPolicyResponse_FieldMask

type WatchAlertingPolicyResponse_FieldMask struct {
	Paths []WatchAlertingPolicyResponse_FieldPath
}

func FullWatchAlertingPolicyResponse_FieldMask

func FullWatchAlertingPolicyResponse_FieldMask() *WatchAlertingPolicyResponse_FieldMask

func (*WatchAlertingPolicyResponse_FieldMask) AppendPath

func (*WatchAlertingPolicyResponse_FieldMask) AppendRawPath

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

func (*WatchAlertingPolicyResponse_FieldMask) DecodeFirestore

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

func (*WatchAlertingPolicyResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAlertingPolicyResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAlertingPolicyResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAlertingPolicyResponse_FieldMask) GetPaths

func (*WatchAlertingPolicyResponse_FieldMask) GetRawPaths

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

func (*WatchAlertingPolicyResponse_FieldMask) IsFull

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) IsFull() bool

func (WatchAlertingPolicyResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAlertingPolicyResponse_FieldMask) MarshalJSON

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

func (*WatchAlertingPolicyResponse_FieldMask) PathsCount

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) PathsCount() int

func (*WatchAlertingPolicyResponse_FieldMask) Project

func (*WatchAlertingPolicyResponse_FieldMask) ProjectRaw

func (*WatchAlertingPolicyResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) ProtoMessage()

func (*WatchAlertingPolicyResponse_FieldMask) ProtoReflect

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

func (*WatchAlertingPolicyResponse_FieldMask) Reset

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) Reset()

func (*WatchAlertingPolicyResponse_FieldMask) Set

func (*WatchAlertingPolicyResponse_FieldMask) SetFromCliFlag

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

func (*WatchAlertingPolicyResponse_FieldMask) SetRaw

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

func (*WatchAlertingPolicyResponse_FieldMask) Size

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) Size() int

func (*WatchAlertingPolicyResponse_FieldMask) String

func (fieldMask *WatchAlertingPolicyResponse_FieldMask) String() string

func (*WatchAlertingPolicyResponse_FieldMask) Subtract

func (*WatchAlertingPolicyResponse_FieldMask) SubtractRaw

func (*WatchAlertingPolicyResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAlertingPolicyResponse_FieldMask) Unmarshal

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

func (*WatchAlertingPolicyResponse_FieldMask) UnmarshalJSON

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

type WatchAlertingPolicyResponse_FieldPath

type WatchAlertingPolicyResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAlertingPolicyResponse_FieldPathSelector
	Get(source *WatchAlertingPolicyResponse) []interface{}
	GetSingle(source *WatchAlertingPolicyResponse) (interface{}, bool)
	ClearValue(item *WatchAlertingPolicyResponse)

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

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

func MustParseWatchAlertingPolicyResponse_FieldPath

func MustParseWatchAlertingPolicyResponse_FieldPath(rawField string) WatchAlertingPolicyResponse_FieldPath

func ParseWatchAlertingPolicyResponse_FieldPath

func ParseWatchAlertingPolicyResponse_FieldPath(rawField string) (WatchAlertingPolicyResponse_FieldPath, error)

type WatchAlertingPolicyResponse_FieldPathArrayItemValue

type WatchAlertingPolicyResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAlertingPolicyResponse_FieldPath
	ContainsValue(*WatchAlertingPolicyResponse) bool
}

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

func MustParseWatchAlertingPolicyResponse_FieldPathArrayItemValue

func MustParseWatchAlertingPolicyResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAlertingPolicyResponse_FieldPathArrayItemValue

func ParseWatchAlertingPolicyResponse_FieldPathArrayItemValue

func ParseWatchAlertingPolicyResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAlertingPolicyResponse_FieldPathArrayItemValue, error)

ParseWatchAlertingPolicyResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAlertingPolicyResponse_FieldPathArrayOfValues

type WatchAlertingPolicyResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAlertingPolicyResponse_FieldPath
}

WatchAlertingPolicyResponse_FieldPathArrayOfValues allows storing slice of values for WatchAlertingPolicyResponse fields according to their type

func MustParseWatchAlertingPolicyResponse_FieldPathArrayOfValues

func MustParseWatchAlertingPolicyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAlertingPolicyResponse_FieldPathArrayOfValues

func ParseWatchAlertingPolicyResponse_FieldPathArrayOfValues

func ParseWatchAlertingPolicyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAlertingPolicyResponse_FieldPathArrayOfValues, error)

type WatchAlertingPolicyResponse_FieldPathSelector

type WatchAlertingPolicyResponse_FieldPathSelector int32
const (
	WatchAlertingPolicyResponse_FieldPathSelectorChange WatchAlertingPolicyResponse_FieldPathSelector = 0
)

func (WatchAlertingPolicyResponse_FieldPathSelector) String

type WatchAlertingPolicyResponse_FieldPathValue

type WatchAlertingPolicyResponse_FieldPathValue interface {
	WatchAlertingPolicyResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAlertingPolicyResponse)
	CompareWith(*WatchAlertingPolicyResponse) (cmp int, comparable bool)
}

WatchAlertingPolicyResponse_FieldPathValue allows storing values for WatchAlertingPolicyResponse fields according to their type

func MustParseWatchAlertingPolicyResponse_FieldPathValue

func MustParseWatchAlertingPolicyResponse_FieldPathValue(pathStr, valueStr string) WatchAlertingPolicyResponse_FieldPathValue

func ParseWatchAlertingPolicyResponse_FieldPathValue

func ParseWatchAlertingPolicyResponse_FieldPathValue(pathStr, valueStr string) (WatchAlertingPolicyResponse_FieldPathValue, error)

type WatchAlertingPolicyResponse_FieldTerminalPath

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

func (*WatchAlertingPolicyResponse_FieldTerminalPath) ClearValue

func (*WatchAlertingPolicyResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAlertingPolicyResponse_FieldTerminalPath) Get

func (fp *WatchAlertingPolicyResponse_FieldTerminalPath) Get(source *WatchAlertingPolicyResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchAlertingPolicyResponse

func (*WatchAlertingPolicyResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAlertingPolicyResponse_FieldTerminalPath) GetRaw

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

func (*WatchAlertingPolicyResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAlertingPolicyResponse

func (*WatchAlertingPolicyResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAlertingPolicyResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAlertingPolicyResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAlertingPolicyResponse_FieldTerminalPath) Selector

func (*WatchAlertingPolicyResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchAlertingPolicyResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithIValue

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAlertingPolicyResponse_FieldTerminalPath) WithRawIValue

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

type WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue

type WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue struct {
	WatchAlertingPolicyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAlertingPolicyResponse_FieldTerminalPathArrayOfValues

type WatchAlertingPolicyResponse_FieldTerminalPathArrayOfValues struct {
	WatchAlertingPolicyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchAlertingPolicyResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAlertingPolicyResponse_FieldTerminalPathValue

type WatchAlertingPolicyResponse_FieldTerminalPathValue struct {
	WatchAlertingPolicyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAlertingPolicyResponse_FieldTerminalPathValue' with the value under path in 'WatchAlertingPolicyResponse'.

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAlertingPolicyResponse

func (*WatchAlertingPolicyResponse_FieldTerminalPathValue) SetToRaw

Jump to

Keyboard shortcuts

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