Documentation ¶
Index ¶
- type AlertingPolicyServiceClient
- type AlertingPolicyServiceDescriptor
- func (d *AlertingPolicyServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *AlertingPolicyServiceDescriptor) GetApiName() string
- func (d *AlertingPolicyServiceDescriptor) GetFullAPIName() string
- func (d *AlertingPolicyServiceDescriptor) GetProtoPkgName() string
- func (d *AlertingPolicyServiceDescriptor) GetServiceDomain() string
- func (d *AlertingPolicyServiceDescriptor) GetServiceVersion() string
- type BatchGetAlertingPoliciesDescriptor
- func (d *BatchGetAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetAlertingPoliciesDescriptor) GetApiName() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetAlertingPoliciesDescriptor) GetFullMethodName() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetMethodName() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetProtoPkgName() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetAlertingPoliciesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetAlertingPoliciesDescriptor) GetServiceDomain() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetServiceVersion() string
- func (d *BatchGetAlertingPoliciesDescriptor) GetVerb() string
- func (d *BatchGetAlertingPoliciesDescriptor) HasResource() bool
- func (d *BatchGetAlertingPoliciesDescriptor) IsClientStream() bool
- func (d *BatchGetAlertingPoliciesDescriptor) IsCollection() bool
- func (d *BatchGetAlertingPoliciesDescriptor) IsPlural() bool
- func (d *BatchGetAlertingPoliciesDescriptor) IsServerStream() bool
- func (d *BatchGetAlertingPoliciesDescriptor) IsUnary() bool
- func (d *BatchGetAlertingPoliciesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetAlertingPoliciesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetAlertingPoliciesDescriptor) RequestHasResourceBody() bool
- type BatchGetAlertingPoliciesDescriptorClientMsgHandle
- func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetAlertingPoliciesDescriptorServerMsgHandle
- func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetAlertingPoliciesRequest
- func (*BatchGetAlertingPoliciesRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *BatchGetAlertingPoliciesRequest) GetNames() []*alerting_policy.Name
- func (m *BatchGetAlertingPoliciesRequest) GetView() view.View
- func (*BatchGetAlertingPoliciesRequest) GotenMessage()
- func (obj *BatchGetAlertingPoliciesRequest) GotenValidate() error
- func (m *BatchGetAlertingPoliciesRequest) Marshal() ([]byte, error)
- func (m *BatchGetAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetAlertingPoliciesRequest) ProtoMessage()
- func (m *BatchGetAlertingPoliciesRequest) ProtoReflect() preflect.Message
- func (m *BatchGetAlertingPoliciesRequest) Reset()
- func (m *BatchGetAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *BatchGetAlertingPoliciesRequest) SetNames(fv []*alerting_policy.Name)
- func (m *BatchGetAlertingPoliciesRequest) SetView(fv view.View)
- func (m *BatchGetAlertingPoliciesRequest) String() string
- func (m *BatchGetAlertingPoliciesRequest) Unmarshal(b []byte) error
- func (m *BatchGetAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
- type BatchGetAlertingPoliciesResponse
- func (*BatchGetAlertingPoliciesResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy
- func (m *BatchGetAlertingPoliciesResponse) GetMissing() []*alerting_policy.Name
- func (*BatchGetAlertingPoliciesResponse) GotenMessage()
- func (obj *BatchGetAlertingPoliciesResponse) GotenValidate() error
- func (m *BatchGetAlertingPoliciesResponse) Marshal() ([]byte, error)
- func (m *BatchGetAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetAlertingPoliciesResponse) ProtoMessage()
- func (m *BatchGetAlertingPoliciesResponse) ProtoReflect() preflect.Message
- func (m *BatchGetAlertingPoliciesResponse) Reset()
- func (m *BatchGetAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)
- func (m *BatchGetAlertingPoliciesResponse) SetMissing(fv []*alerting_policy.Name)
- func (m *BatchGetAlertingPoliciesResponse) String() string
- func (m *BatchGetAlertingPoliciesResponse) Unmarshal(b []byte) error
- func (m *BatchGetAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
- type CreateAlertingPolicyDescriptor
- func (d *CreateAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateAlertingPolicyDescriptor) GetApiName() string
- func (d *CreateAlertingPolicyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateAlertingPolicyDescriptor) GetFullMethodName() string
- func (d *CreateAlertingPolicyDescriptor) GetMethodName() string
- func (d *CreateAlertingPolicyDescriptor) GetProtoPkgName() string
- func (d *CreateAlertingPolicyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateAlertingPolicyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateAlertingPolicyDescriptor) GetServiceDomain() string
- func (d *CreateAlertingPolicyDescriptor) GetServiceVersion() string
- func (d *CreateAlertingPolicyDescriptor) GetVerb() string
- func (d *CreateAlertingPolicyDescriptor) HasResource() bool
- func (d *CreateAlertingPolicyDescriptor) IsClientStream() bool
- func (d *CreateAlertingPolicyDescriptor) IsCollection() bool
- func (d *CreateAlertingPolicyDescriptor) IsPlural() bool
- func (d *CreateAlertingPolicyDescriptor) IsServerStream() bool
- func (d *CreateAlertingPolicyDescriptor) IsUnary() bool
- func (d *CreateAlertingPolicyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateAlertingPolicyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateAlertingPolicyDescriptor) RequestHasResourceBody() bool
- type CreateAlertingPolicyDescriptorClientMsgHandle
- func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateAlertingPolicyDescriptorServerMsgHandle
- func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateAlertingPolicyRequest
- func (*CreateAlertingPolicyRequest) Descriptor() ([]byte, []int)
- func (m *CreateAlertingPolicyRequest) GetAlertingPolicy() *alerting_policy.AlertingPolicy
- func (m *CreateAlertingPolicyRequest) GetParent() *alerting_policy.ParentName
- func (*CreateAlertingPolicyRequest) GotenMessage()
- func (obj *CreateAlertingPolicyRequest) GotenValidate() error
- func (m *CreateAlertingPolicyRequest) Marshal() ([]byte, error)
- func (m *CreateAlertingPolicyRequest) MarshalJSON() ([]byte, error)
- func (*CreateAlertingPolicyRequest) ProtoMessage()
- func (m *CreateAlertingPolicyRequest) ProtoReflect() preflect.Message
- func (m *CreateAlertingPolicyRequest) Reset()
- func (m *CreateAlertingPolicyRequest) SetAlertingPolicy(fv *alerting_policy.AlertingPolicy)
- func (m *CreateAlertingPolicyRequest) SetParent(fv *alerting_policy.ParentName)
- func (m *CreateAlertingPolicyRequest) String() string
- func (m *CreateAlertingPolicyRequest) Unmarshal(b []byte) error
- func (m *CreateAlertingPolicyRequest) UnmarshalJSON(data []byte) error
- type DeleteAlertingPolicyDescriptor
- func (d *DeleteAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteAlertingPolicyDescriptor) GetApiName() string
- func (d *DeleteAlertingPolicyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteAlertingPolicyDescriptor) GetFullMethodName() string
- func (d *DeleteAlertingPolicyDescriptor) GetMethodName() string
- func (d *DeleteAlertingPolicyDescriptor) GetProtoPkgName() string
- func (d *DeleteAlertingPolicyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteAlertingPolicyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteAlertingPolicyDescriptor) GetServiceDomain() string
- func (d *DeleteAlertingPolicyDescriptor) GetServiceVersion() string
- func (d *DeleteAlertingPolicyDescriptor) GetVerb() string
- func (d *DeleteAlertingPolicyDescriptor) HasResource() bool
- func (d *DeleteAlertingPolicyDescriptor) IsClientStream() bool
- func (d *DeleteAlertingPolicyDescriptor) IsCollection() bool
- func (d *DeleteAlertingPolicyDescriptor) IsPlural() bool
- func (d *DeleteAlertingPolicyDescriptor) IsServerStream() bool
- func (d *DeleteAlertingPolicyDescriptor) IsUnary() bool
- func (d *DeleteAlertingPolicyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteAlertingPolicyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteAlertingPolicyDescriptor) RequestHasResourceBody() bool
- type DeleteAlertingPolicyDescriptorClientMsgHandle
- func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteAlertingPolicyDescriptorServerMsgHandle
- func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteAlertingPolicyRequest
- func (*DeleteAlertingPolicyRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAlertingPolicyRequest) GetName() *alerting_policy.Name
- func (*DeleteAlertingPolicyRequest) GotenMessage()
- func (obj *DeleteAlertingPolicyRequest) GotenValidate() error
- func (m *DeleteAlertingPolicyRequest) Marshal() ([]byte, error)
- func (m *DeleteAlertingPolicyRequest) MarshalJSON() ([]byte, error)
- func (*DeleteAlertingPolicyRequest) ProtoMessage()
- func (m *DeleteAlertingPolicyRequest) ProtoReflect() preflect.Message
- func (m *DeleteAlertingPolicyRequest) Reset()
- func (m *DeleteAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
- func (m *DeleteAlertingPolicyRequest) String() string
- func (m *DeleteAlertingPolicyRequest) Unmarshal(b []byte) error
- func (m *DeleteAlertingPolicyRequest) UnmarshalJSON(data []byte) error
- type GetAlertingPolicyDescriptor
- func (d *GetAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetAlertingPolicyDescriptor) GetApiName() string
- func (d *GetAlertingPolicyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetAlertingPolicyDescriptor) GetFullMethodName() string
- func (d *GetAlertingPolicyDescriptor) GetMethodName() string
- func (d *GetAlertingPolicyDescriptor) GetProtoPkgName() string
- func (d *GetAlertingPolicyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetAlertingPolicyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetAlertingPolicyDescriptor) GetServiceDomain() string
- func (d *GetAlertingPolicyDescriptor) GetServiceVersion() string
- func (d *GetAlertingPolicyDescriptor) GetVerb() string
- func (d *GetAlertingPolicyDescriptor) HasResource() bool
- func (d *GetAlertingPolicyDescriptor) IsClientStream() bool
- func (d *GetAlertingPolicyDescriptor) IsCollection() bool
- func (d *GetAlertingPolicyDescriptor) IsPlural() bool
- func (d *GetAlertingPolicyDescriptor) IsServerStream() bool
- func (d *GetAlertingPolicyDescriptor) IsUnary() bool
- func (d *GetAlertingPolicyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetAlertingPolicyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetAlertingPolicyDescriptor) RequestHasResourceBody() bool
- type GetAlertingPolicyDescriptorClientMsgHandle
- func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetAlertingPolicyDescriptorServerMsgHandle
- func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetAlertingPolicyRequest
- func (*GetAlertingPolicyRequest) Descriptor() ([]byte, []int)
- func (m *GetAlertingPolicyRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *GetAlertingPolicyRequest) GetName() *alerting_policy.Name
- func (m *GetAlertingPolicyRequest) GetView() view.View
- func (*GetAlertingPolicyRequest) GotenMessage()
- func (obj *GetAlertingPolicyRequest) GotenValidate() error
- func (m *GetAlertingPolicyRequest) Marshal() ([]byte, error)
- func (m *GetAlertingPolicyRequest) MarshalJSON() ([]byte, error)
- func (*GetAlertingPolicyRequest) ProtoMessage()
- func (m *GetAlertingPolicyRequest) ProtoReflect() preflect.Message
- func (m *GetAlertingPolicyRequest) Reset()
- func (m *GetAlertingPolicyRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *GetAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
- func (m *GetAlertingPolicyRequest) SetView(fv view.View)
- func (m *GetAlertingPolicyRequest) String() string
- func (m *GetAlertingPolicyRequest) Unmarshal(b []byte) error
- func (m *GetAlertingPolicyRequest) UnmarshalJSON(data []byte) error
- type ListAlertingPoliciesDescriptor
- func (d *ListAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListAlertingPoliciesDescriptor) GetApiName() string
- func (d *ListAlertingPoliciesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListAlertingPoliciesDescriptor) GetFullMethodName() string
- func (d *ListAlertingPoliciesDescriptor) GetMethodName() string
- func (d *ListAlertingPoliciesDescriptor) GetProtoPkgName() string
- func (d *ListAlertingPoliciesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListAlertingPoliciesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListAlertingPoliciesDescriptor) GetServiceDomain() string
- func (d *ListAlertingPoliciesDescriptor) GetServiceVersion() string
- func (d *ListAlertingPoliciesDescriptor) GetVerb() string
- func (d *ListAlertingPoliciesDescriptor) HasResource() bool
- func (d *ListAlertingPoliciesDescriptor) IsClientStream() bool
- func (d *ListAlertingPoliciesDescriptor) IsCollection() bool
- func (d *ListAlertingPoliciesDescriptor) IsPlural() bool
- func (d *ListAlertingPoliciesDescriptor) IsServerStream() bool
- func (d *ListAlertingPoliciesDescriptor) IsUnary() bool
- func (d *ListAlertingPoliciesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListAlertingPoliciesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListAlertingPoliciesDescriptor) RequestHasResourceBody() bool
- type ListAlertingPoliciesDescriptorClientMsgHandle
- func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListAlertingPoliciesDescriptorServerMsgHandle
- func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListAlertingPoliciesRequest
- func (*ListAlertingPoliciesRequest) Descriptor() ([]byte, []int)
- func (m *ListAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *ListAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
- func (m *ListAlertingPoliciesRequest) GetIncludePagingInfo() bool
- func (m *ListAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
- func (m *ListAlertingPoliciesRequest) GetPageSize() int32
- func (m *ListAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
- func (m *ListAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
- func (m *ListAlertingPoliciesRequest) GetView() view.View
- func (*ListAlertingPoliciesRequest) GotenMessage()
- func (obj *ListAlertingPoliciesRequest) GotenValidate() error
- func (m *ListAlertingPoliciesRequest) Marshal() ([]byte, error)
- func (m *ListAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
- func (*ListAlertingPoliciesRequest) ProtoMessage()
- func (m *ListAlertingPoliciesRequest) ProtoReflect() preflect.Message
- func (m *ListAlertingPoliciesRequest) Reset()
- func (m *ListAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *ListAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
- func (m *ListAlertingPoliciesRequest) SetIncludePagingInfo(fv bool)
- func (m *ListAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
- func (m *ListAlertingPoliciesRequest) SetPageSize(fv int32)
- func (m *ListAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
- func (m *ListAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
- func (m *ListAlertingPoliciesRequest) SetView(fv view.View)
- func (m *ListAlertingPoliciesRequest) String() string
- func (m *ListAlertingPoliciesRequest) Unmarshal(b []byte) error
- func (m *ListAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
- type ListAlertingPoliciesResponse
- func (*ListAlertingPoliciesResponse) Descriptor() ([]byte, []int)
- func (m *ListAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy
- func (m *ListAlertingPoliciesResponse) GetCurrentOffset() int32
- func (m *ListAlertingPoliciesResponse) GetNextPageToken() *alerting_policy.PagerCursor
- func (m *ListAlertingPoliciesResponse) GetPrevPageToken() *alerting_policy.PagerCursor
- func (m *ListAlertingPoliciesResponse) GetTotalResultsCount() int32
- func (*ListAlertingPoliciesResponse) GotenMessage()
- func (obj *ListAlertingPoliciesResponse) GotenValidate() error
- func (m *ListAlertingPoliciesResponse) Marshal() ([]byte, error)
- func (m *ListAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
- func (*ListAlertingPoliciesResponse) ProtoMessage()
- func (m *ListAlertingPoliciesResponse) ProtoReflect() preflect.Message
- func (m *ListAlertingPoliciesResponse) Reset()
- func (m *ListAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)
- func (m *ListAlertingPoliciesResponse) SetCurrentOffset(fv int32)
- func (m *ListAlertingPoliciesResponse) SetNextPageToken(fv *alerting_policy.PagerCursor)
- func (m *ListAlertingPoliciesResponse) SetPrevPageToken(fv *alerting_policy.PagerCursor)
- func (m *ListAlertingPoliciesResponse) SetTotalResultsCount(fv int32)
- func (m *ListAlertingPoliciesResponse) String() string
- func (m *ListAlertingPoliciesResponse) Unmarshal(b []byte) error
- func (m *ListAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
- type SearchAlertingPoliciesDescriptor
- func (d *SearchAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *SearchAlertingPoliciesDescriptor) GetApiName() string
- func (d *SearchAlertingPoliciesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *SearchAlertingPoliciesDescriptor) GetFullMethodName() string
- func (d *SearchAlertingPoliciesDescriptor) GetMethodName() string
- func (d *SearchAlertingPoliciesDescriptor) GetProtoPkgName() string
- func (d *SearchAlertingPoliciesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *SearchAlertingPoliciesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *SearchAlertingPoliciesDescriptor) GetServiceDomain() string
- func (d *SearchAlertingPoliciesDescriptor) GetServiceVersion() string
- func (d *SearchAlertingPoliciesDescriptor) GetVerb() string
- func (d *SearchAlertingPoliciesDescriptor) HasResource() bool
- func (d *SearchAlertingPoliciesDescriptor) IsClientStream() bool
- func (d *SearchAlertingPoliciesDescriptor) IsCollection() bool
- func (d *SearchAlertingPoliciesDescriptor) IsPlural() bool
- func (d *SearchAlertingPoliciesDescriptor) IsServerStream() bool
- func (d *SearchAlertingPoliciesDescriptor) IsUnary() bool
- func (d *SearchAlertingPoliciesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *SearchAlertingPoliciesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *SearchAlertingPoliciesDescriptor) RequestHasResourceBody() bool
- type SearchAlertingPoliciesDescriptorClientMsgHandle
- func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type SearchAlertingPoliciesDescriptorServerMsgHandle
- func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type SearchAlertingPoliciesRequest
- func (*SearchAlertingPoliciesRequest) Descriptor() ([]byte, []int)
- func (m *SearchAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *SearchAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
- func (m *SearchAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
- func (m *SearchAlertingPoliciesRequest) GetPageSize() int32
- func (m *SearchAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
- func (m *SearchAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
- func (m *SearchAlertingPoliciesRequest) GetPhrase() string
- func (m *SearchAlertingPoliciesRequest) GetView() view.View
- func (*SearchAlertingPoliciesRequest) GotenMessage()
- func (obj *SearchAlertingPoliciesRequest) GotenValidate() error
- func (m *SearchAlertingPoliciesRequest) Marshal() ([]byte, error)
- func (m *SearchAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
- func (*SearchAlertingPoliciesRequest) ProtoMessage()
- func (m *SearchAlertingPoliciesRequest) ProtoReflect() preflect.Message
- func (m *SearchAlertingPoliciesRequest) Reset()
- func (m *SearchAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *SearchAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
- func (m *SearchAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
- func (m *SearchAlertingPoliciesRequest) SetPageSize(fv int32)
- func (m *SearchAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
- func (m *SearchAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
- func (m *SearchAlertingPoliciesRequest) SetPhrase(fv string)
- func (m *SearchAlertingPoliciesRequest) SetView(fv view.View)
- func (m *SearchAlertingPoliciesRequest) String() string
- func (m *SearchAlertingPoliciesRequest) Unmarshal(b []byte) error
- func (m *SearchAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
- type SearchAlertingPoliciesResponse
- func (*SearchAlertingPoliciesResponse) Descriptor() ([]byte, []int)
- func (m *SearchAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy
- func (m *SearchAlertingPoliciesResponse) GetCurrentOffset() int32
- func (m *SearchAlertingPoliciesResponse) GetNextPageToken() *alerting_policy.PagerCursor
- func (m *SearchAlertingPoliciesResponse) GetPrevPageToken() *alerting_policy.PagerCursor
- func (m *SearchAlertingPoliciesResponse) GetTotalResultsCount() int32
- func (*SearchAlertingPoliciesResponse) GotenMessage()
- func (obj *SearchAlertingPoliciesResponse) GotenValidate() error
- func (m *SearchAlertingPoliciesResponse) Marshal() ([]byte, error)
- func (m *SearchAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
- func (*SearchAlertingPoliciesResponse) ProtoMessage()
- func (m *SearchAlertingPoliciesResponse) ProtoReflect() preflect.Message
- func (m *SearchAlertingPoliciesResponse) Reset()
- func (m *SearchAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)
- func (m *SearchAlertingPoliciesResponse) SetCurrentOffset(fv int32)
- func (m *SearchAlertingPoliciesResponse) SetNextPageToken(fv *alerting_policy.PagerCursor)
- func (m *SearchAlertingPoliciesResponse) SetPrevPageToken(fv *alerting_policy.PagerCursor)
- func (m *SearchAlertingPoliciesResponse) SetTotalResultsCount(fv int32)
- func (m *SearchAlertingPoliciesResponse) String() string
- func (m *SearchAlertingPoliciesResponse) Unmarshal(b []byte) error
- func (m *SearchAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
- type UpdateAlertingPolicyDescriptor
- func (d *UpdateAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateAlertingPolicyDescriptor) GetApiName() string
- func (d *UpdateAlertingPolicyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateAlertingPolicyDescriptor) GetFullMethodName() string
- func (d *UpdateAlertingPolicyDescriptor) GetMethodName() string
- func (d *UpdateAlertingPolicyDescriptor) GetProtoPkgName() string
- func (d *UpdateAlertingPolicyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateAlertingPolicyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateAlertingPolicyDescriptor) GetServiceDomain() string
- func (d *UpdateAlertingPolicyDescriptor) GetServiceVersion() string
- func (d *UpdateAlertingPolicyDescriptor) GetVerb() string
- func (d *UpdateAlertingPolicyDescriptor) HasResource() bool
- func (d *UpdateAlertingPolicyDescriptor) IsClientStream() bool
- func (d *UpdateAlertingPolicyDescriptor) IsCollection() bool
- func (d *UpdateAlertingPolicyDescriptor) IsPlural() bool
- func (d *UpdateAlertingPolicyDescriptor) IsServerStream() bool
- func (d *UpdateAlertingPolicyDescriptor) IsUnary() bool
- func (d *UpdateAlertingPolicyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateAlertingPolicyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateAlertingPolicyDescriptor) RequestHasResourceBody() bool
- type UpdateAlertingPolicyDescriptorClientMsgHandle
- func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateAlertingPolicyDescriptorServerMsgHandle
- func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateAlertingPolicyRequest
- func (*UpdateAlertingPolicyRequest) Descriptor() ([]byte, []int)
- func (m *UpdateAlertingPolicyRequest) GetAlertingPolicy() *alerting_policy.AlertingPolicy
- func (m *UpdateAlertingPolicyRequest) GetAllowMissing() bool
- func (m *UpdateAlertingPolicyRequest) GetCas() *UpdateAlertingPolicyRequest_CAS
- func (m *UpdateAlertingPolicyRequest) GetUpdateMask() *alerting_policy.AlertingPolicy_FieldMask
- func (*UpdateAlertingPolicyRequest) GotenMessage()
- func (obj *UpdateAlertingPolicyRequest) GotenValidate() error
- func (m *UpdateAlertingPolicyRequest) Marshal() ([]byte, error)
- func (m *UpdateAlertingPolicyRequest) MarshalJSON() ([]byte, error)
- func (*UpdateAlertingPolicyRequest) ProtoMessage()
- func (m *UpdateAlertingPolicyRequest) ProtoReflect() preflect.Message
- func (m *UpdateAlertingPolicyRequest) Reset()
- func (m *UpdateAlertingPolicyRequest) SetAlertingPolicy(fv *alerting_policy.AlertingPolicy)
- func (m *UpdateAlertingPolicyRequest) SetAllowMissing(fv bool)
- func (m *UpdateAlertingPolicyRequest) SetCas(fv *UpdateAlertingPolicyRequest_CAS)
- func (m *UpdateAlertingPolicyRequest) SetUpdateMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *UpdateAlertingPolicyRequest) String() string
- func (m *UpdateAlertingPolicyRequest) Unmarshal(b []byte) error
- func (m *UpdateAlertingPolicyRequest) UnmarshalJSON(data []byte) error
- type UpdateAlertingPolicyRequest_CAS
- func (*UpdateAlertingPolicyRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateAlertingPolicyRequest_CAS) GetConditionalState() *alerting_policy.AlertingPolicy
- func (m *UpdateAlertingPolicyRequest_CAS) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (*UpdateAlertingPolicyRequest_CAS) GotenMessage()
- func (obj *UpdateAlertingPolicyRequest_CAS) GotenValidate() error
- func (m *UpdateAlertingPolicyRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateAlertingPolicyRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateAlertingPolicyRequest_CAS) ProtoMessage()
- func (m *UpdateAlertingPolicyRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateAlertingPolicyRequest_CAS) Reset()
- func (m *UpdateAlertingPolicyRequest_CAS) SetConditionalState(fv *alerting_policy.AlertingPolicy)
- func (m *UpdateAlertingPolicyRequest_CAS) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *UpdateAlertingPolicyRequest_CAS) String() string
- func (m *UpdateAlertingPolicyRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateAlertingPolicyRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchAlertingPoliciesClientStream
- type WatchAlertingPoliciesDescriptor
- func (d *WatchAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchAlertingPoliciesDescriptor) GetApiName() string
- func (d *WatchAlertingPoliciesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAlertingPoliciesDescriptor) GetFullMethodName() string
- func (d *WatchAlertingPoliciesDescriptor) GetMethodName() string
- func (d *WatchAlertingPoliciesDescriptor) GetProtoPkgName() string
- func (d *WatchAlertingPoliciesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchAlertingPoliciesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAlertingPoliciesDescriptor) GetServiceDomain() string
- func (d *WatchAlertingPoliciesDescriptor) GetServiceVersion() string
- func (d *WatchAlertingPoliciesDescriptor) GetVerb() string
- func (d *WatchAlertingPoliciesDescriptor) HasResource() bool
- func (d *WatchAlertingPoliciesDescriptor) IsClientStream() bool
- func (d *WatchAlertingPoliciesDescriptor) IsCollection() bool
- func (d *WatchAlertingPoliciesDescriptor) IsPlural() bool
- func (d *WatchAlertingPoliciesDescriptor) IsServerStream() bool
- func (d *WatchAlertingPoliciesDescriptor) IsUnary() bool
- func (d *WatchAlertingPoliciesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchAlertingPoliciesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchAlertingPoliciesDescriptor) RequestHasResourceBody() bool
- type WatchAlertingPoliciesDescriptorClientMsgHandle
- func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAlertingPoliciesDescriptorServerMsgHandle
- func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAlertingPoliciesRequest
- func (*WatchAlertingPoliciesRequest) Descriptor() ([]byte, []int)
- func (m *WatchAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *WatchAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
- func (m *WatchAlertingPoliciesRequest) GetMaxChunkSize() int32
- func (m *WatchAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
- func (m *WatchAlertingPoliciesRequest) GetPageSize() int32
- func (m *WatchAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
- func (m *WatchAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
- func (m *WatchAlertingPoliciesRequest) GetResumeToken() string
- func (m *WatchAlertingPoliciesRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchAlertingPoliciesRequest) GetType() watch_type.WatchType
- func (m *WatchAlertingPoliciesRequest) GetView() view.View
- func (*WatchAlertingPoliciesRequest) GotenMessage()
- func (obj *WatchAlertingPoliciesRequest) GotenValidate() error
- func (m *WatchAlertingPoliciesRequest) Marshal() ([]byte, error)
- func (m *WatchAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
- func (*WatchAlertingPoliciesRequest) ProtoMessage()
- func (m *WatchAlertingPoliciesRequest) ProtoReflect() preflect.Message
- func (m *WatchAlertingPoliciesRequest) Reset()
- func (m *WatchAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *WatchAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
- func (m *WatchAlertingPoliciesRequest) SetMaxChunkSize(fv int32)
- func (m *WatchAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
- func (m *WatchAlertingPoliciesRequest) SetPageSize(fv int32)
- func (m *WatchAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
- func (m *WatchAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
- func (m *WatchAlertingPoliciesRequest) SetResumeToken(fv string)
- func (m *WatchAlertingPoliciesRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchAlertingPoliciesRequest) SetType(fv watch_type.WatchType)
- func (m *WatchAlertingPoliciesRequest) SetView(fv view.View)
- func (m *WatchAlertingPoliciesRequest) String() string
- func (m *WatchAlertingPoliciesRequest) Unmarshal(b []byte) error
- func (m *WatchAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
- type WatchAlertingPoliciesResponse
- func (*WatchAlertingPoliciesResponse) Descriptor() ([]byte, []int)
- func (m *WatchAlertingPoliciesResponse) GetAlertingPolicyChanges() []*alerting_policy.AlertingPolicyChange
- func (m *WatchAlertingPoliciesResponse) GetIsCurrent() bool
- func (m *WatchAlertingPoliciesResponse) GetIsHardReset() bool
- func (m *WatchAlertingPoliciesResponse) GetIsSoftReset() bool
- func (m *WatchAlertingPoliciesResponse) GetPageTokenChange() *WatchAlertingPoliciesResponse_PageTokenChange
- func (m *WatchAlertingPoliciesResponse) GetResumeToken() string
- func (m *WatchAlertingPoliciesResponse) GetSnapshotSize() int64
- func (*WatchAlertingPoliciesResponse) GotenMessage()
- func (obj *WatchAlertingPoliciesResponse) GotenValidate() error
- func (m *WatchAlertingPoliciesResponse) Marshal() ([]byte, error)
- func (m *WatchAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
- func (*WatchAlertingPoliciesResponse) ProtoMessage()
- func (m *WatchAlertingPoliciesResponse) ProtoReflect() preflect.Message
- func (m *WatchAlertingPoliciesResponse) Reset()
- func (m *WatchAlertingPoliciesResponse) SetAlertingPolicyChanges(fv []*alerting_policy.AlertingPolicyChange)
- func (m *WatchAlertingPoliciesResponse) SetIsCurrent(fv bool)
- func (m *WatchAlertingPoliciesResponse) SetIsHardReset(fv bool)
- func (m *WatchAlertingPoliciesResponse) SetIsSoftReset(fv bool)
- func (m *WatchAlertingPoliciesResponse) SetPageTokenChange(fv *WatchAlertingPoliciesResponse_PageTokenChange)
- func (m *WatchAlertingPoliciesResponse) SetResumeToken(fv string)
- func (m *WatchAlertingPoliciesResponse) SetSnapshotSize(fv int64)
- func (m *WatchAlertingPoliciesResponse) String() string
- func (m *WatchAlertingPoliciesResponse) Unmarshal(b []byte) error
- func (m *WatchAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
- type WatchAlertingPoliciesResponse_PageTokenChange
- func (*WatchAlertingPoliciesResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) GetNextPageToken() *alerting_policy.PagerCursor
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) GetPrevPageToken() *alerting_policy.PagerCursor
- func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenMessage()
- func (obj *WatchAlertingPoliciesResponse_PageTokenChange) GotenValidate() error
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoMessage()
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) Reset()
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) SetNextPageToken(fv *alerting_policy.PagerCursor)
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) SetPrevPageToken(fv *alerting_policy.PagerCursor)
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) String() string
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchAlertingPoliciesResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchAlertingPolicyClientStream
- type WatchAlertingPolicyDescriptor
- func (d *WatchAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchAlertingPolicyDescriptor) GetApiName() string
- func (d *WatchAlertingPolicyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAlertingPolicyDescriptor) GetFullMethodName() string
- func (d *WatchAlertingPolicyDescriptor) GetMethodName() string
- func (d *WatchAlertingPolicyDescriptor) GetProtoPkgName() string
- func (d *WatchAlertingPolicyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchAlertingPolicyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAlertingPolicyDescriptor) GetServiceDomain() string
- func (d *WatchAlertingPolicyDescriptor) GetServiceVersion() string
- func (d *WatchAlertingPolicyDescriptor) GetVerb() string
- func (d *WatchAlertingPolicyDescriptor) HasResource() bool
- func (d *WatchAlertingPolicyDescriptor) IsClientStream() bool
- func (d *WatchAlertingPolicyDescriptor) IsCollection() bool
- func (d *WatchAlertingPolicyDescriptor) IsPlural() bool
- func (d *WatchAlertingPolicyDescriptor) IsServerStream() bool
- func (d *WatchAlertingPolicyDescriptor) IsUnary() bool
- func (d *WatchAlertingPolicyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchAlertingPolicyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchAlertingPolicyDescriptor) RequestHasResourceBody() bool
- type WatchAlertingPolicyDescriptorClientMsgHandle
- func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAlertingPolicyDescriptorServerMsgHandle
- func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAlertingPolicyRequest
- func (*WatchAlertingPolicyRequest) Descriptor() ([]byte, []int)
- func (m *WatchAlertingPolicyRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
- func (m *WatchAlertingPolicyRequest) GetName() *alerting_policy.Name
- func (m *WatchAlertingPolicyRequest) GetView() view.View
- func (*WatchAlertingPolicyRequest) GotenMessage()
- func (obj *WatchAlertingPolicyRequest) GotenValidate() error
- func (m *WatchAlertingPolicyRequest) Marshal() ([]byte, error)
- func (m *WatchAlertingPolicyRequest) MarshalJSON() ([]byte, error)
- func (*WatchAlertingPolicyRequest) ProtoMessage()
- func (m *WatchAlertingPolicyRequest) ProtoReflect() preflect.Message
- func (m *WatchAlertingPolicyRequest) Reset()
- func (m *WatchAlertingPolicyRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
- func (m *WatchAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
- func (m *WatchAlertingPolicyRequest) SetView(fv view.View)
- func (m *WatchAlertingPolicyRequest) String() string
- func (m *WatchAlertingPolicyRequest) Unmarshal(b []byte) error
- func (m *WatchAlertingPolicyRequest) UnmarshalJSON(data []byte) error
- type WatchAlertingPolicyResponse
- func (*WatchAlertingPolicyResponse) Descriptor() ([]byte, []int)
- func (m *WatchAlertingPolicyResponse) GetChange() *alerting_policy.AlertingPolicyChange
- func (*WatchAlertingPolicyResponse) GotenMessage()
- func (obj *WatchAlertingPolicyResponse) GotenValidate() error
- func (m *WatchAlertingPolicyResponse) Marshal() ([]byte, error)
- func (m *WatchAlertingPolicyResponse) MarshalJSON() ([]byte, error)
- func (*WatchAlertingPolicyResponse) ProtoMessage()
- func (m *WatchAlertingPolicyResponse) ProtoReflect() preflect.Message
- func (m *WatchAlertingPolicyResponse) Reset()
- func (m *WatchAlertingPolicyResponse) SetChange(fv *alerting_policy.AlertingPolicyChange)
- func (m *WatchAlertingPolicyResponse) String() string
- func (m *WatchAlertingPolicyResponse) Unmarshal(b []byte) error
- func (m *WatchAlertingPolicyResponse) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertingPolicyServiceClient ¶
type AlertingPolicyServiceClient interface { GetAlertingPolicy(ctx context.Context, in *GetAlertingPolicyRequest, opts ...grpc.CallOption) (*alerting_policy.AlertingPolicy, error) BatchGetAlertingPolicies(ctx context.Context, in *BatchGetAlertingPoliciesRequest, opts ...grpc.CallOption) (*BatchGetAlertingPoliciesResponse, error) ListAlertingPolicies(ctx context.Context, in *ListAlertingPoliciesRequest, opts ...grpc.CallOption) (*ListAlertingPoliciesResponse, error) WatchAlertingPolicy(ctx context.Context, in *WatchAlertingPolicyRequest, opts ...grpc.CallOption) (WatchAlertingPolicyClientStream, error) WatchAlertingPolicies(ctx context.Context, in *WatchAlertingPoliciesRequest, opts ...grpc.CallOption) (WatchAlertingPoliciesClientStream, error) CreateAlertingPolicy(ctx context.Context, in *CreateAlertingPolicyRequest, opts ...grpc.CallOption) (*alerting_policy.AlertingPolicy, error) UpdateAlertingPolicy(ctx context.Context, in *UpdateAlertingPolicyRequest, opts ...grpc.CallOption) (*alerting_policy.AlertingPolicy, error) DeleteAlertingPolicy(ctx context.Context, in *DeleteAlertingPolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) SearchAlertingPolicies(ctx context.Context, in *SearchAlertingPoliciesRequest, opts ...grpc.CallOption) (*SearchAlertingPoliciesResponse, error) }
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.
func NewAlertingPolicyServiceClient ¶
func NewAlertingPolicyServiceClient(cc grpc.ClientConnInterface) AlertingPolicyServiceClient
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 (d *BatchGetAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetAlertingPoliciesDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetAlertingPoliciesDescriptor) GetApiName() string
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 (d *BatchGetAlertingPoliciesDescriptor) GetVerb() string
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 (d *BatchGetAlertingPoliciesDescriptor) IsPlural() bool
func (*BatchGetAlertingPoliciesDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetAlertingPoliciesDescriptor) IsServerStream() bool
func (*BatchGetAlertingPoliciesDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetAlertingPoliciesDescriptor) IsUnary() bool
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 (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetAlertingPoliciesDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetAlertingPoliciesDescriptorServerMsgHandle struct{}
func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetAlertingPoliciesRequest ¶
type BatchGetAlertingPoliciesRequest struct { // Names of AlertingPolicies Names []*alerting_policy.Name `protobuf:"bytes,2,rep,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetAlertingPolicies][ntt.monitoring.v3.BatchGetAlertingPolicies]
func (*BatchGetAlertingPoliciesRequest) Descriptor ¶
func (*BatchGetAlertingPoliciesRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAlertingPoliciesRequest.ProtoReflect.Descriptor instead.
func (*BatchGetAlertingPoliciesRequest) GetFieldMask ¶
func (m *BatchGetAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*BatchGetAlertingPoliciesRequest) GetNames ¶
func (m *BatchGetAlertingPoliciesRequest) GetNames() []*alerting_policy.Name
func (*BatchGetAlertingPoliciesRequest) GetView ¶
func (m *BatchGetAlertingPoliciesRequest) GetView() view.View
func (*BatchGetAlertingPoliciesRequest) GotenMessage ¶
func (*BatchGetAlertingPoliciesRequest) GotenMessage()
func (*BatchGetAlertingPoliciesRequest) GotenValidate ¶
func (obj *BatchGetAlertingPoliciesRequest) GotenValidate() error
func (*BatchGetAlertingPoliciesRequest) Marshal ¶
func (m *BatchGetAlertingPoliciesRequest) Marshal() ([]byte, error)
func (*BatchGetAlertingPoliciesRequest) MarshalJSON ¶
func (m *BatchGetAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
func (*BatchGetAlertingPoliciesRequest) ProtoMessage ¶
func (*BatchGetAlertingPoliciesRequest) ProtoMessage()
func (*BatchGetAlertingPoliciesRequest) ProtoReflect ¶
func (m *BatchGetAlertingPoliciesRequest) ProtoReflect() preflect.Message
func (*BatchGetAlertingPoliciesRequest) Reset ¶
func (m *BatchGetAlertingPoliciesRequest) Reset()
func (*BatchGetAlertingPoliciesRequest) SetFieldMask ¶
func (m *BatchGetAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*BatchGetAlertingPoliciesRequest) SetNames ¶
func (m *BatchGetAlertingPoliciesRequest) SetNames(fv []*alerting_policy.Name)
func (*BatchGetAlertingPoliciesRequest) SetView ¶
func (m *BatchGetAlertingPoliciesRequest) SetView(fv view.View)
func (*BatchGetAlertingPoliciesRequest) String ¶
func (m *BatchGetAlertingPoliciesRequest) String() string
func (*BatchGetAlertingPoliciesRequest) Unmarshal ¶
func (m *BatchGetAlertingPoliciesRequest) Unmarshal(b []byte) error
func (*BatchGetAlertingPoliciesRequest) UnmarshalJSON ¶
func (m *BatchGetAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
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.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetAlertingPoliciesResponse
func (*BatchGetAlertingPoliciesResponse) Descriptor ¶
func (*BatchGetAlertingPoliciesResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAlertingPoliciesResponse.ProtoReflect.Descriptor instead.
func (*BatchGetAlertingPoliciesResponse) GetAlertingPolicies ¶
func (m *BatchGetAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy
func (*BatchGetAlertingPoliciesResponse) GetMissing ¶
func (m *BatchGetAlertingPoliciesResponse) GetMissing() []*alerting_policy.Name
func (*BatchGetAlertingPoliciesResponse) GotenMessage ¶
func (*BatchGetAlertingPoliciesResponse) GotenMessage()
func (*BatchGetAlertingPoliciesResponse) GotenValidate ¶
func (obj *BatchGetAlertingPoliciesResponse) GotenValidate() error
func (*BatchGetAlertingPoliciesResponse) Marshal ¶
func (m *BatchGetAlertingPoliciesResponse) Marshal() ([]byte, error)
func (*BatchGetAlertingPoliciesResponse) MarshalJSON ¶
func (m *BatchGetAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
func (*BatchGetAlertingPoliciesResponse) ProtoMessage ¶
func (*BatchGetAlertingPoliciesResponse) ProtoMessage()
func (*BatchGetAlertingPoliciesResponse) ProtoReflect ¶
func (m *BatchGetAlertingPoliciesResponse) ProtoReflect() preflect.Message
func (*BatchGetAlertingPoliciesResponse) Reset ¶
func (m *BatchGetAlertingPoliciesResponse) Reset()
func (*BatchGetAlertingPoliciesResponse) SetAlertingPolicies ¶
func (m *BatchGetAlertingPoliciesResponse) SetAlertingPolicies(fv []*alerting_policy.AlertingPolicy)
func (*BatchGetAlertingPoliciesResponse) SetMissing ¶
func (m *BatchGetAlertingPoliciesResponse) SetMissing(fv []*alerting_policy.Name)
func (*BatchGetAlertingPoliciesResponse) String ¶
func (m *BatchGetAlertingPoliciesResponse) String() string
func (*BatchGetAlertingPoliciesResponse) Unmarshal ¶
func (m *BatchGetAlertingPoliciesResponse) Unmarshal(b []byte) error
func (*BatchGetAlertingPoliciesResponse) UnmarshalJSON ¶
func (m *BatchGetAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
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 (d *CreateAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *CreateAlertingPolicyDescriptor) GetVerb() string
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 (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateAlertingPolicyDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateAlertingPolicyDescriptorServerMsgHandle struct{}
func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateAlertingPolicyRequest ¶
type CreateAlertingPolicyRequest 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"` // 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) Descriptor ¶
func (*CreateAlertingPolicyRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateAlertingPolicyRequest.ProtoReflect.Descriptor instead.
func (*CreateAlertingPolicyRequest) GetAlertingPolicy ¶
func (m *CreateAlertingPolicyRequest) GetAlertingPolicy() *alerting_policy.AlertingPolicy
func (*CreateAlertingPolicyRequest) GetParent ¶
func (m *CreateAlertingPolicyRequest) GetParent() *alerting_policy.ParentName
func (*CreateAlertingPolicyRequest) GotenMessage ¶
func (*CreateAlertingPolicyRequest) GotenMessage()
func (*CreateAlertingPolicyRequest) GotenValidate ¶
func (obj *CreateAlertingPolicyRequest) GotenValidate() error
func (*CreateAlertingPolicyRequest) Marshal ¶
func (m *CreateAlertingPolicyRequest) Marshal() ([]byte, error)
func (*CreateAlertingPolicyRequest) MarshalJSON ¶
func (m *CreateAlertingPolicyRequest) MarshalJSON() ([]byte, error)
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 (m *CreateAlertingPolicyRequest) SetAlertingPolicy(fv *alerting_policy.AlertingPolicy)
func (*CreateAlertingPolicyRequest) SetParent ¶
func (m *CreateAlertingPolicyRequest) SetParent(fv *alerting_policy.ParentName)
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 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 (d *DeleteAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *DeleteAlertingPolicyDescriptor) GetVerb() string
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 (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteAlertingPolicyDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteAlertingPolicyDescriptorServerMsgHandle struct{}
func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteAlertingPolicyRequest ¶
type DeleteAlertingPolicyRequest struct { // Name of ntt.monitoring.v3.AlertingPolicy Name *alerting_policy.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteAlertingPolicy][ntt.monitoring.v3.DeleteAlertingPolicy]
func (*DeleteAlertingPolicyRequest) Descriptor ¶
func (*DeleteAlertingPolicyRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteAlertingPolicyRequest.ProtoReflect.Descriptor instead.
func (*DeleteAlertingPolicyRequest) GetName ¶
func (m *DeleteAlertingPolicyRequest) GetName() *alerting_policy.Name
func (*DeleteAlertingPolicyRequest) GotenMessage ¶
func (*DeleteAlertingPolicyRequest) GotenMessage()
func (*DeleteAlertingPolicyRequest) GotenValidate ¶
func (obj *DeleteAlertingPolicyRequest) GotenValidate() error
func (*DeleteAlertingPolicyRequest) Marshal ¶
func (m *DeleteAlertingPolicyRequest) Marshal() ([]byte, error)
func (*DeleteAlertingPolicyRequest) MarshalJSON ¶
func (m *DeleteAlertingPolicyRequest) MarshalJSON() ([]byte, error)
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 (m *DeleteAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
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 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 (d *GetAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetAlertingPolicyDescriptorServerMsgHandle ¶ added in v0.4.28
type GetAlertingPolicyDescriptorServerMsgHandle struct{}
func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetAlertingPolicyRequest ¶
type GetAlertingPolicyRequest struct { // Name of ntt.monitoring.v3.AlertingPolicy Name *alerting_policy.Name `protobuf:"bytes,1,opt,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetAlertingPolicy][ntt.monitoring.v3.GetAlertingPolicy]
func (*GetAlertingPolicyRequest) Descriptor ¶
func (*GetAlertingPolicyRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetAlertingPolicyRequest.ProtoReflect.Descriptor instead.
func (*GetAlertingPolicyRequest) GetFieldMask ¶
func (m *GetAlertingPolicyRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*GetAlertingPolicyRequest) GetName ¶
func (m *GetAlertingPolicyRequest) GetName() *alerting_policy.Name
func (*GetAlertingPolicyRequest) GetView ¶
func (m *GetAlertingPolicyRequest) GetView() view.View
func (*GetAlertingPolicyRequest) GotenMessage ¶
func (*GetAlertingPolicyRequest) GotenMessage()
func (*GetAlertingPolicyRequest) GotenValidate ¶
func (obj *GetAlertingPolicyRequest) GotenValidate() error
func (*GetAlertingPolicyRequest) Marshal ¶
func (m *GetAlertingPolicyRequest) Marshal() ([]byte, error)
func (*GetAlertingPolicyRequest) MarshalJSON ¶
func (m *GetAlertingPolicyRequest) MarshalJSON() ([]byte, error)
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 (m *GetAlertingPolicyRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*GetAlertingPolicyRequest) SetName ¶
func (m *GetAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
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 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 (d *ListAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *ListAlertingPoliciesDescriptor) GetVerb() string
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 (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListAlertingPoliciesDescriptorServerMsgHandle ¶ added in v0.4.28
type ListAlertingPoliciesDescriptorServerMsgHandle struct{}
func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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.types.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) Descriptor ¶
func (*ListAlertingPoliciesRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListAlertingPoliciesRequest.ProtoReflect.Descriptor instead.
func (*ListAlertingPoliciesRequest) GetFieldMask ¶
func (m *ListAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*ListAlertingPoliciesRequest) GetFilter ¶
func (m *ListAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
func (*ListAlertingPoliciesRequest) GetIncludePagingInfo ¶ added in v0.10.1
func (m *ListAlertingPoliciesRequest) GetIncludePagingInfo() bool
func (*ListAlertingPoliciesRequest) GetOrderBy ¶
func (m *ListAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
func (*ListAlertingPoliciesRequest) GetPageSize ¶
func (m *ListAlertingPoliciesRequest) GetPageSize() int32
func (*ListAlertingPoliciesRequest) GetPageToken ¶
func (m *ListAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
func (*ListAlertingPoliciesRequest) GetParent ¶
func (m *ListAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
func (*ListAlertingPoliciesRequest) GetView ¶
func (m *ListAlertingPoliciesRequest) GetView() view.View
func (*ListAlertingPoliciesRequest) GotenMessage ¶
func (*ListAlertingPoliciesRequest) GotenMessage()
func (*ListAlertingPoliciesRequest) GotenValidate ¶
func (obj *ListAlertingPoliciesRequest) GotenValidate() error
func (*ListAlertingPoliciesRequest) Marshal ¶
func (m *ListAlertingPoliciesRequest) Marshal() ([]byte, error)
func (*ListAlertingPoliciesRequest) MarshalJSON ¶
func (m *ListAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
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 (m *ListAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*ListAlertingPoliciesRequest) SetFilter ¶
func (m *ListAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
func (*ListAlertingPoliciesRequest) SetIncludePagingInfo ¶ added in v0.10.1
func (m *ListAlertingPoliciesRequest) SetIncludePagingInfo(fv bool)
func (*ListAlertingPoliciesRequest) SetOrderBy ¶
func (m *ListAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
func (*ListAlertingPoliciesRequest) SetPageSize ¶
func (m *ListAlertingPoliciesRequest) SetPageSize(fv int32)
func (*ListAlertingPoliciesRequest) SetPageToken ¶
func (m *ListAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
func (*ListAlertingPoliciesRequest) SetParent ¶
func (m *ListAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
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 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) 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 (m *ListAlertingPoliciesResponse) GetNextPageToken() *alerting_policy.PagerCursor
func (*ListAlertingPoliciesResponse) GetPrevPageToken ¶
func (m *ListAlertingPoliciesResponse) GetPrevPageToken() *alerting_policy.PagerCursor
func (*ListAlertingPoliciesResponse) GetTotalResultsCount ¶ added in v0.10.1
func (m *ListAlertingPoliciesResponse) GetTotalResultsCount() int32
func (*ListAlertingPoliciesResponse) GotenMessage ¶
func (*ListAlertingPoliciesResponse) GotenMessage()
func (*ListAlertingPoliciesResponse) GotenValidate ¶
func (obj *ListAlertingPoliciesResponse) GotenValidate() error
func (*ListAlertingPoliciesResponse) Marshal ¶
func (m *ListAlertingPoliciesResponse) Marshal() ([]byte, error)
func (*ListAlertingPoliciesResponse) MarshalJSON ¶
func (m *ListAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
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 (m *ListAlertingPoliciesResponse) String() string
func (*ListAlertingPoliciesResponse) Unmarshal ¶
func (m *ListAlertingPoliciesResponse) Unmarshal(b []byte) error
func (*ListAlertingPoliciesResponse) UnmarshalJSON ¶
func (m *ListAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
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 (d *SearchAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *SearchAlertingPoliciesDescriptor) GetVerb() string
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 (d *SearchAlertingPoliciesDescriptor) IsUnary() bool
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 (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.10.4
func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.10.4
func (h *SearchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type SearchAlertingPoliciesDescriptorServerMsgHandle ¶ added in v0.10.4
type SearchAlertingPoliciesDescriptorServerMsgHandle struct{}
func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.10.4
func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.10.4
func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.10.4
func (h *SearchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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.types.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) 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 (m *SearchAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*SearchAlertingPoliciesRequest) GetFilter ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
func (*SearchAlertingPoliciesRequest) GetOrderBy ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
func (*SearchAlertingPoliciesRequest) GetPageSize ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetPageSize() int32
func (*SearchAlertingPoliciesRequest) GetPageToken ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
func (*SearchAlertingPoliciesRequest) GetParent ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
func (*SearchAlertingPoliciesRequest) GetPhrase ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetPhrase() string
func (*SearchAlertingPoliciesRequest) GetView ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) GetView() view.View
func (*SearchAlertingPoliciesRequest) GotenMessage ¶ added in v0.10.4
func (*SearchAlertingPoliciesRequest) GotenMessage()
func (*SearchAlertingPoliciesRequest) GotenValidate ¶ added in v0.10.4
func (obj *SearchAlertingPoliciesRequest) GotenValidate() error
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) ProtoMessage ¶ added in v0.10.4
func (*SearchAlertingPoliciesRequest) ProtoMessage()
func (*SearchAlertingPoliciesRequest) ProtoReflect ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) ProtoReflect() preflect.Message
func (*SearchAlertingPoliciesRequest) Reset ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) Reset()
func (*SearchAlertingPoliciesRequest) SetFieldMask ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*SearchAlertingPoliciesRequest) SetFilter ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
func (*SearchAlertingPoliciesRequest) SetOrderBy ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
func (*SearchAlertingPoliciesRequest) SetPageSize ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetPageSize(fv int32)
func (*SearchAlertingPoliciesRequest) SetPageToken ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
func (*SearchAlertingPoliciesRequest) SetParent ¶ added in v0.10.4
func (m *SearchAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
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 (m *SearchAlertingPoliciesRequest) String() string
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 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) 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 (m *SearchAlertingPoliciesResponse) GetAlertingPolicies() []*alerting_policy.AlertingPolicy
func (*SearchAlertingPoliciesResponse) GetCurrentOffset ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) GetCurrentOffset() int32
func (*SearchAlertingPoliciesResponse) GetNextPageToken ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) GetNextPageToken() *alerting_policy.PagerCursor
func (*SearchAlertingPoliciesResponse) GetPrevPageToken ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) GetPrevPageToken() *alerting_policy.PagerCursor
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) GotenValidate ¶ added in v0.10.4
func (obj *SearchAlertingPoliciesResponse) GotenValidate() error
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) ProtoMessage ¶ added in v0.10.4
func (*SearchAlertingPoliciesResponse) ProtoMessage()
func (*SearchAlertingPoliciesResponse) ProtoReflect ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) ProtoReflect() preflect.Message
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 (m *SearchAlertingPoliciesResponse) SetNextPageToken(fv *alerting_policy.PagerCursor)
func (*SearchAlertingPoliciesResponse) SetPrevPageToken ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) SetPrevPageToken(fv *alerting_policy.PagerCursor)
func (*SearchAlertingPoliciesResponse) SetTotalResultsCount ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) SetTotalResultsCount(fv int32)
func (*SearchAlertingPoliciesResponse) String ¶ added in v0.10.4
func (m *SearchAlertingPoliciesResponse) String() string
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 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 (d *UpdateAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *UpdateAlertingPolicyDescriptor) GetVerb() string
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 (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateAlertingPolicyDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateAlertingPolicyDescriptorServerMsgHandle struct{}
func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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"` // If set to true, and the resource is not found, // a new resource will be created. In this situation, // 'field_mask' is ignored. // // https://google.aip.dev/134#create-or-update AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"` // contains filtered or unexported fields }
Request message for method [UpdateAlertingPolicy][ntt.monitoring.v3.UpdateAlertingPolicy]
func (*UpdateAlertingPolicyRequest) Descriptor ¶
func (*UpdateAlertingPolicyRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAlertingPolicyRequest.ProtoReflect.Descriptor instead.
func (*UpdateAlertingPolicyRequest) GetAlertingPolicy ¶
func (m *UpdateAlertingPolicyRequest) GetAlertingPolicy() *alerting_policy.AlertingPolicy
func (*UpdateAlertingPolicyRequest) GetAllowMissing ¶ added in v0.12.33
func (m *UpdateAlertingPolicyRequest) GetAllowMissing() bool
func (*UpdateAlertingPolicyRequest) GetCas ¶
func (m *UpdateAlertingPolicyRequest) GetCas() *UpdateAlertingPolicyRequest_CAS
func (*UpdateAlertingPolicyRequest) GetUpdateMask ¶
func (m *UpdateAlertingPolicyRequest) GetUpdateMask() *alerting_policy.AlertingPolicy_FieldMask
func (*UpdateAlertingPolicyRequest) GotenMessage ¶
func (*UpdateAlertingPolicyRequest) GotenMessage()
func (*UpdateAlertingPolicyRequest) GotenValidate ¶
func (obj *UpdateAlertingPolicyRequest) GotenValidate() error
func (*UpdateAlertingPolicyRequest) Marshal ¶
func (m *UpdateAlertingPolicyRequest) Marshal() ([]byte, error)
func (*UpdateAlertingPolicyRequest) MarshalJSON ¶
func (m *UpdateAlertingPolicyRequest) MarshalJSON() ([]byte, error)
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 (m *UpdateAlertingPolicyRequest) SetAlertingPolicy(fv *alerting_policy.AlertingPolicy)
func (*UpdateAlertingPolicyRequest) SetAllowMissing ¶ added in v0.12.33
func (m *UpdateAlertingPolicyRequest) SetAllowMissing(fv bool)
func (*UpdateAlertingPolicyRequest) SetCas ¶
func (m *UpdateAlertingPolicyRequest) SetCas(fv *UpdateAlertingPolicyRequest_CAS)
func (*UpdateAlertingPolicyRequest) SetUpdateMask ¶
func (m *UpdateAlertingPolicyRequest) SetUpdateMask(fv *alerting_policy.AlertingPolicy_FieldMask)
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 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) Descriptor ¶
func (*UpdateAlertingPolicyRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAlertingPolicyRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateAlertingPolicyRequest_CAS) GetConditionalState ¶
func (m *UpdateAlertingPolicyRequest_CAS) GetConditionalState() *alerting_policy.AlertingPolicy
func (*UpdateAlertingPolicyRequest_CAS) GetFieldMask ¶
func (m *UpdateAlertingPolicyRequest_CAS) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*UpdateAlertingPolicyRequest_CAS) GotenMessage ¶
func (*UpdateAlertingPolicyRequest_CAS) GotenMessage()
func (*UpdateAlertingPolicyRequest_CAS) GotenValidate ¶
func (obj *UpdateAlertingPolicyRequest_CAS) GotenValidate() error
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) ProtoMessage ¶
func (*UpdateAlertingPolicyRequest_CAS) ProtoMessage()
func (*UpdateAlertingPolicyRequest_CAS) ProtoReflect ¶
func (m *UpdateAlertingPolicyRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateAlertingPolicyRequest_CAS) Reset ¶
func (m *UpdateAlertingPolicyRequest_CAS) Reset()
func (*UpdateAlertingPolicyRequest_CAS) SetConditionalState ¶
func (m *UpdateAlertingPolicyRequest_CAS) SetConditionalState(fv *alerting_policy.AlertingPolicy)
func (*UpdateAlertingPolicyRequest_CAS) SetFieldMask ¶
func (m *UpdateAlertingPolicyRequest_CAS) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*UpdateAlertingPolicyRequest_CAS) String ¶
func (m *UpdateAlertingPolicyRequest_CAS) String() 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 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 (d *WatchAlertingPoliciesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *WatchAlertingPoliciesDescriptor) GetVerb() string
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 (d *WatchAlertingPoliciesDescriptor) IsUnary() bool
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 (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchAlertingPoliciesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAlertingPoliciesDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchAlertingPoliciesDescriptorServerMsgHandle struct{}
func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchAlertingPoliciesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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.types.WatchType" json:"type,omitempty" firestore:"type"` // 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. 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 *timestamppb.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.types.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) Descriptor ¶
func (*WatchAlertingPoliciesRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAlertingPoliciesRequest.ProtoReflect.Descriptor instead.
func (*WatchAlertingPoliciesRequest) GetFieldMask ¶
func (m *WatchAlertingPoliciesRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*WatchAlertingPoliciesRequest) GetFilter ¶
func (m *WatchAlertingPoliciesRequest) GetFilter() *alerting_policy.Filter
func (*WatchAlertingPoliciesRequest) GetMaxChunkSize ¶
func (m *WatchAlertingPoliciesRequest) GetMaxChunkSize() int32
func (*WatchAlertingPoliciesRequest) GetOrderBy ¶
func (m *WatchAlertingPoliciesRequest) GetOrderBy() *alerting_policy.OrderBy
func (*WatchAlertingPoliciesRequest) GetPageSize ¶
func (m *WatchAlertingPoliciesRequest) GetPageSize() int32
func (*WatchAlertingPoliciesRequest) GetPageToken ¶
func (m *WatchAlertingPoliciesRequest) GetPageToken() *alerting_policy.PagerCursor
func (*WatchAlertingPoliciesRequest) GetParent ¶
func (m *WatchAlertingPoliciesRequest) GetParent() *alerting_policy.ParentName
func (*WatchAlertingPoliciesRequest) GetResumeToken ¶
func (m *WatchAlertingPoliciesRequest) GetResumeToken() string
func (*WatchAlertingPoliciesRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchAlertingPoliciesRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchAlertingPoliciesRequest) GetType ¶
func (m *WatchAlertingPoliciesRequest) GetType() watch_type.WatchType
func (*WatchAlertingPoliciesRequest) GetView ¶
func (m *WatchAlertingPoliciesRequest) GetView() view.View
func (*WatchAlertingPoliciesRequest) GotenMessage ¶
func (*WatchAlertingPoliciesRequest) GotenMessage()
func (*WatchAlertingPoliciesRequest) GotenValidate ¶
func (obj *WatchAlertingPoliciesRequest) GotenValidate() error
func (*WatchAlertingPoliciesRequest) Marshal ¶
func (m *WatchAlertingPoliciesRequest) Marshal() ([]byte, error)
func (*WatchAlertingPoliciesRequest) MarshalJSON ¶
func (m *WatchAlertingPoliciesRequest) MarshalJSON() ([]byte, error)
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 (m *WatchAlertingPoliciesRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*WatchAlertingPoliciesRequest) SetFilter ¶
func (m *WatchAlertingPoliciesRequest) SetFilter(fv *alerting_policy.Filter)
func (*WatchAlertingPoliciesRequest) SetMaxChunkSize ¶
func (m *WatchAlertingPoliciesRequest) SetMaxChunkSize(fv int32)
func (*WatchAlertingPoliciesRequest) SetOrderBy ¶
func (m *WatchAlertingPoliciesRequest) SetOrderBy(fv *alerting_policy.OrderBy)
func (*WatchAlertingPoliciesRequest) SetPageSize ¶
func (m *WatchAlertingPoliciesRequest) SetPageSize(fv int32)
func (*WatchAlertingPoliciesRequest) SetPageToken ¶
func (m *WatchAlertingPoliciesRequest) SetPageToken(fv *alerting_policy.PagerCursor)
func (*WatchAlertingPoliciesRequest) SetParent ¶
func (m *WatchAlertingPoliciesRequest) SetParent(fv *alerting_policy.ParentName)
func (*WatchAlertingPoliciesRequest) SetResumeToken ¶
func (m *WatchAlertingPoliciesRequest) SetResumeToken(fv string)
func (*WatchAlertingPoliciesRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchAlertingPoliciesRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchAlertingPoliciesRequest) SetType ¶
func (m *WatchAlertingPoliciesRequest) SetType(fv watch_type.WatchType)
func (*WatchAlertingPoliciesRequest) SetView ¶
func (m *WatchAlertingPoliciesRequest) SetView(fv view.View)
func (*WatchAlertingPoliciesRequest) String ¶
func (m *WatchAlertingPoliciesRequest) String() string
func (*WatchAlertingPoliciesRequest) Unmarshal ¶
func (m *WatchAlertingPoliciesRequest) Unmarshal(b []byte) error
func (*WatchAlertingPoliciesRequest) UnmarshalJSON ¶
func (m *WatchAlertingPoliciesRequest) UnmarshalJSON(data []byte) error
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) 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 (m *WatchAlertingPoliciesResponse) GetPageTokenChange() *WatchAlertingPoliciesResponse_PageTokenChange
func (*WatchAlertingPoliciesResponse) GetResumeToken ¶
func (m *WatchAlertingPoliciesResponse) GetResumeToken() string
func (*WatchAlertingPoliciesResponse) GetSnapshotSize ¶
func (m *WatchAlertingPoliciesResponse) GetSnapshotSize() int64
func (*WatchAlertingPoliciesResponse) GotenMessage ¶
func (*WatchAlertingPoliciesResponse) GotenMessage()
func (*WatchAlertingPoliciesResponse) GotenValidate ¶
func (obj *WatchAlertingPoliciesResponse) GotenValidate() error
func (*WatchAlertingPoliciesResponse) Marshal ¶
func (m *WatchAlertingPoliciesResponse) Marshal() ([]byte, error)
func (*WatchAlertingPoliciesResponse) MarshalJSON ¶
func (m *WatchAlertingPoliciesResponse) MarshalJSON() ([]byte, error)
func (*WatchAlertingPoliciesResponse) ProtoMessage ¶
func (*WatchAlertingPoliciesResponse) ProtoMessage()
func (*WatchAlertingPoliciesResponse) ProtoReflect ¶
func (m *WatchAlertingPoliciesResponse) ProtoReflect() preflect.Message
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 (m *WatchAlertingPoliciesResponse) SetPageTokenChange(fv *WatchAlertingPoliciesResponse_PageTokenChange)
func (*WatchAlertingPoliciesResponse) SetResumeToken ¶
func (m *WatchAlertingPoliciesResponse) SetResumeToken(fv string)
func (*WatchAlertingPoliciesResponse) SetSnapshotSize ¶
func (m *WatchAlertingPoliciesResponse) SetSnapshotSize(fv int64)
func (*WatchAlertingPoliciesResponse) String ¶
func (m *WatchAlertingPoliciesResponse) String() string
func (*WatchAlertingPoliciesResponse) Unmarshal ¶
func (m *WatchAlertingPoliciesResponse) Unmarshal(b []byte) error
func (*WatchAlertingPoliciesResponse) UnmarshalJSON ¶
func (m *WatchAlertingPoliciesResponse) UnmarshalJSON(data []byte) error
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) Descriptor ¶
func (*WatchAlertingPoliciesResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchAlertingPoliciesResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchAlertingPoliciesResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) GetNextPageToken() *alerting_policy.PagerCursor
func (*WatchAlertingPoliciesResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) GetPrevPageToken() *alerting_policy.PagerCursor
func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenMessage ¶
func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenMessage()
func (*WatchAlertingPoliciesResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchAlertingPoliciesResponse_PageTokenChange) GotenValidate() error
func (*WatchAlertingPoliciesResponse_PageTokenChange) Marshal ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchAlertingPoliciesResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoMessage ¶
func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoMessage()
func (*WatchAlertingPoliciesResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchAlertingPoliciesResponse_PageTokenChange) Reset ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) Reset()
func (*WatchAlertingPoliciesResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) SetNextPageToken(fv *alerting_policy.PagerCursor)
func (*WatchAlertingPoliciesResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) SetPrevPageToken(fv *alerting_policy.PagerCursor)
func (*WatchAlertingPoliciesResponse_PageTokenChange) String ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) String() string
func (*WatchAlertingPoliciesResponse_PageTokenChange) Unmarshal ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchAlertingPoliciesResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchAlertingPoliciesResponse_PageTokenChange) 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 (d *WatchAlertingPolicyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (d *WatchAlertingPolicyDescriptor) GetVerb() string
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 (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchAlertingPolicyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAlertingPolicyDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchAlertingPolicyDescriptorServerMsgHandle struct{}
func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchAlertingPolicyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAlertingPolicyRequest ¶
type WatchAlertingPolicyRequest struct { // Name of ntt.monitoring.v3.AlertingPolicy Name *alerting_policy.Name `protobuf:"bytes,1,opt,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchAlertingPolicy][ntt.monitoring.v3.WatchAlertingPolicy]
func (*WatchAlertingPolicyRequest) Descriptor ¶
func (*WatchAlertingPolicyRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAlertingPolicyRequest.ProtoReflect.Descriptor instead.
func (*WatchAlertingPolicyRequest) GetFieldMask ¶
func (m *WatchAlertingPolicyRequest) GetFieldMask() *alerting_policy.AlertingPolicy_FieldMask
func (*WatchAlertingPolicyRequest) GetName ¶
func (m *WatchAlertingPolicyRequest) GetName() *alerting_policy.Name
func (*WatchAlertingPolicyRequest) GetView ¶
func (m *WatchAlertingPolicyRequest) GetView() view.View
func (*WatchAlertingPolicyRequest) GotenMessage ¶
func (*WatchAlertingPolicyRequest) GotenMessage()
func (*WatchAlertingPolicyRequest) GotenValidate ¶
func (obj *WatchAlertingPolicyRequest) GotenValidate() error
func (*WatchAlertingPolicyRequest) Marshal ¶
func (m *WatchAlertingPolicyRequest) Marshal() ([]byte, error)
func (*WatchAlertingPolicyRequest) MarshalJSON ¶
func (m *WatchAlertingPolicyRequest) MarshalJSON() ([]byte, error)
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 (m *WatchAlertingPolicyRequest) SetFieldMask(fv *alerting_policy.AlertingPolicy_FieldMask)
func (*WatchAlertingPolicyRequest) SetName ¶
func (m *WatchAlertingPolicyRequest) SetName(fv *alerting_policy.Name)
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 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) Descriptor ¶
func (*WatchAlertingPolicyResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchAlertingPolicyResponse.ProtoReflect.Descriptor instead.
func (*WatchAlertingPolicyResponse) GetChange ¶
func (m *WatchAlertingPolicyResponse) GetChange() *alerting_policy.AlertingPolicyChange
func (*WatchAlertingPolicyResponse) GotenMessage ¶
func (*WatchAlertingPolicyResponse) GotenMessage()
func (*WatchAlertingPolicyResponse) GotenValidate ¶
func (obj *WatchAlertingPolicyResponse) GotenValidate() error
func (*WatchAlertingPolicyResponse) Marshal ¶
func (m *WatchAlertingPolicyResponse) Marshal() ([]byte, error)
func (*WatchAlertingPolicyResponse) MarshalJSON ¶
func (m *WatchAlertingPolicyResponse) MarshalJSON() ([]byte, error)
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 (m *WatchAlertingPolicyResponse) SetChange(fv *alerting_policy.AlertingPolicyChange)
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