sirenv1beta1

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Overview

Package sirenv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_gotocompany_siren_v1beta1_siren_proto protoreflect.FileDescriptor
View Source
var SirenService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gotocompany.siren.v1beta1.SirenService",
	HandlerType: (*SirenServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListProviders",
			Handler:    _SirenService_ListProviders_Handler,
		},
		{
			MethodName: "CreateProvider",
			Handler:    _SirenService_CreateProvider_Handler,
		},
		{
			MethodName: "GetProvider",
			Handler:    _SirenService_GetProvider_Handler,
		},
		{
			MethodName: "UpdateProvider",
			Handler:    _SirenService_UpdateProvider_Handler,
		},
		{
			MethodName: "DeleteProvider",
			Handler:    _SirenService_DeleteProvider_Handler,
		},
		{
			MethodName: "NotifyReceiver",
			Handler:    _SirenService_NotifyReceiver_Handler,
		},
		{
			MethodName: "ListNamespaces",
			Handler:    _SirenService_ListNamespaces_Handler,
		},
		{
			MethodName: "CreateNamespace",
			Handler:    _SirenService_CreateNamespace_Handler,
		},
		{
			MethodName: "GetNamespace",
			Handler:    _SirenService_GetNamespace_Handler,
		},
		{
			MethodName: "UpdateNamespace",
			Handler:    _SirenService_UpdateNamespace_Handler,
		},
		{
			MethodName: "DeleteNamespace",
			Handler:    _SirenService_DeleteNamespace_Handler,
		},
		{
			MethodName: "ListSubscriptions",
			Handler:    _SirenService_ListSubscriptions_Handler,
		},
		{
			MethodName: "CreateSubscription",
			Handler:    _SirenService_CreateSubscription_Handler,
		},
		{
			MethodName: "GetSubscription",
			Handler:    _SirenService_GetSubscription_Handler,
		},
		{
			MethodName: "UpdateSubscription",
			Handler:    _SirenService_UpdateSubscription_Handler,
		},
		{
			MethodName: "DeleteSubscription",
			Handler:    _SirenService_DeleteSubscription_Handler,
		},
		{
			MethodName: "ListReceivers",
			Handler:    _SirenService_ListReceivers_Handler,
		},
		{
			MethodName: "CreateReceiver",
			Handler:    _SirenService_CreateReceiver_Handler,
		},
		{
			MethodName: "GetReceiver",
			Handler:    _SirenService_GetReceiver_Handler,
		},
		{
			MethodName: "UpdateReceiver",
			Handler:    _SirenService_UpdateReceiver_Handler,
		},
		{
			MethodName: "DeleteReceiver",
			Handler:    _SirenService_DeleteReceiver_Handler,
		},
		{
			MethodName: "ListAlerts",
			Handler:    _SirenService_ListAlerts_Handler,
		},
		{
			MethodName: "CreateAlerts",
			Handler:    _SirenService_CreateAlerts_Handler,
		},
		{
			MethodName: "CreateAlertsWithNamespace",
			Handler:    _SirenService_CreateAlertsWithNamespace_Handler,
		},
		{
			MethodName: "ListRules",
			Handler:    _SirenService_ListRules_Handler,
		},
		{
			MethodName: "UpdateRule",
			Handler:    _SirenService_UpdateRule_Handler,
		},
		{
			MethodName: "ListTemplates",
			Handler:    _SirenService_ListTemplates_Handler,
		},
		{
			MethodName: "GetTemplate",
			Handler:    _SirenService_GetTemplate_Handler,
		},
		{
			MethodName: "UpsertTemplate",
			Handler:    _SirenService_UpsertTemplate_Handler,
		},
		{
			MethodName: "DeleteTemplate",
			Handler:    _SirenService_DeleteTemplate_Handler,
		},
		{
			MethodName: "RenderTemplate",
			Handler:    _SirenService_RenderTemplate_Handler,
		},
		{
			MethodName: "CreateSilence",
			Handler:    _SirenService_CreateSilence_Handler,
		},
		{
			MethodName: "ListSilences",
			Handler:    _SirenService_ListSilences_Handler,
		},
		{
			MethodName: "GetSilence",
			Handler:    _SirenService_GetSilence_Handler,
		},
		{
			MethodName: "ExpireSilence",
			Handler:    _SirenService_ExpireSilence_Handler,
		},
		{
			MethodName: "PostNotification",
			Handler:    _SirenService_PostNotification_Handler,
		},
		{
			MethodName: "ListNotificationMessages",
			Handler:    _SirenService_ListNotificationMessages_Handler,
		},
		{
			MethodName: "ListNotifications",
			Handler:    _SirenService_ListNotifications_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gotocompany/siren/v1beta1/siren.proto",
}

SirenService_ServiceDesc is the grpc.ServiceDesc for SirenService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSirenServiceHandler

func RegisterSirenServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSirenServiceHandler registers the http handlers for service SirenService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSirenServiceHandlerClient

func RegisterSirenServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SirenServiceClient) error

RegisterSirenServiceHandlerClient registers the http handlers for service SirenService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SirenServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SirenServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SirenServiceClient" to call the correct interceptors.

func RegisterSirenServiceHandlerFromEndpoint

func RegisterSirenServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSirenServiceHandlerFromEndpoint is same as RegisterSirenServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSirenServiceHandlerServer

func RegisterSirenServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SirenServiceServer) error

RegisterSirenServiceHandlerServer registers the http handlers for service SirenService to "mux". UnaryRPC :call SirenServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSirenServiceHandlerFromEndpoint instead.

func RegisterSirenServiceServer

func RegisterSirenServiceServer(s grpc.ServiceRegistrar, srv SirenServiceServer)

Types

type Alert

type Alert struct {
	Id            uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ProviderId    uint64                 `protobuf:"varint,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	ResourceName  string                 `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	MetricName    string                 `protobuf:"bytes,4,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	MetricValue   string                 `protobuf:"bytes,5,opt,name=metric_value,json=metricValue,proto3" json:"metric_value,omitempty"`
	Severity      string                 `protobuf:"bytes,6,opt,name=severity,proto3" json:"severity,omitempty"`
	Rule          string                 `protobuf:"bytes,7,opt,name=rule,proto3" json:"rule,omitempty"`
	TriggeredAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=triggered_at,json=triggeredAt,proto3" json:"triggered_at,omitempty"`
	NamespaceId   uint64                 `protobuf:"varint,9,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	SilenceStatus string                 `protobuf:"bytes,10,opt,name=silence_status,json=silenceStatus,proto3" json:"silence_status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	GroupKey      string                 `protobuf:"bytes,13,opt,name=group_key,json=groupKey,proto3" json:"group_key,omitempty"`
	Status        string                 `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"`
	Annotations   map[string]string      `` /* 164-byte string literal not displayed */
	Labels        map[string]string      `` /* 154-byte string literal not displayed */
	GeneratorUrl  string                 `protobuf:"bytes,17,opt,name=generator_url,json=generatorUrl,proto3" json:"generator_url,omitempty"`
	Fingerprint   string                 `protobuf:"bytes,18,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetAnnotations added in v0.6.7

func (x *Alert) GetAnnotations() map[string]string

func (*Alert) GetCreatedAt added in v0.6.7

func (x *Alert) GetCreatedAt() *timestamppb.Timestamp

func (*Alert) GetFingerprint added in v0.6.7

func (x *Alert) GetFingerprint() string

func (*Alert) GetGeneratorUrl added in v0.6.7

func (x *Alert) GetGeneratorUrl() string

func (*Alert) GetGroupKey added in v0.6.7

func (x *Alert) GetGroupKey() string

func (*Alert) GetId

func (x *Alert) GetId() uint64

func (*Alert) GetLabels added in v0.6.7

func (x *Alert) GetLabels() map[string]string

func (*Alert) GetMetricName

func (x *Alert) GetMetricName() string

func (*Alert) GetMetricValue

func (x *Alert) GetMetricValue() string

func (*Alert) GetNamespaceId

func (x *Alert) GetNamespaceId() uint64

func (*Alert) GetProviderId

func (x *Alert) GetProviderId() uint64

func (*Alert) GetResourceName

func (x *Alert) GetResourceName() string

func (*Alert) GetRule

func (x *Alert) GetRule() string

func (*Alert) GetSeverity

func (x *Alert) GetSeverity() string

func (*Alert) GetSilenceStatus

func (x *Alert) GetSilenceStatus() string

func (*Alert) GetStatus added in v0.6.7

func (x *Alert) GetStatus() string

func (*Alert) GetTriggeredAt

func (x *Alert) GetTriggeredAt() *timestamppb.Timestamp

func (*Alert) GetUpdatedAt added in v0.6.7

func (x *Alert) GetUpdatedAt() *timestamppb.Timestamp

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

func (x *Alert) ProtoReflect() protoreflect.Message

func (*Alert) Reset

func (x *Alert) Reset()

func (*Alert) String

func (x *Alert) String() string

func (*Alert) Validate

func (m *Alert) Validate() error

Validate checks the field values on Alert with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Alert) ValidateAll

func (m *Alert) ValidateAll() error

ValidateAll checks the field values on Alert with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlertMultiError, or nil if none found.

type AlertMultiError

type AlertMultiError []error

AlertMultiError is an error wrapping multiple validation errors returned by Alert.ValidateAll() if the designated constraints aren't met.

func (AlertMultiError) AllErrors

func (m AlertMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertMultiError) Error

func (m AlertMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AlertValidationError

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

AlertValidationError is the validation error returned by Alert.Validate if the designated constraints aren't met.

func (AlertValidationError) Cause

func (e AlertValidationError) Cause() error

Cause function returns cause value.

func (AlertValidationError) Error

func (e AlertValidationError) Error() string

Error satisfies the builtin error interface

func (AlertValidationError) ErrorName

func (e AlertValidationError) ErrorName() string

ErrorName returns error name.

func (AlertValidationError) Field

func (e AlertValidationError) Field() string

Field function returns field value.

func (AlertValidationError) Key

func (e AlertValidationError) Key() bool

Key function returns key value.

func (AlertValidationError) Reason

func (e AlertValidationError) Reason() string

Reason function returns reason value.

type Annotations

type Annotations struct {
	MetricName  string `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	MetricValue string `protobuf:"bytes,2,opt,name=metric_value,json=metricValue,proto3" json:"metric_value,omitempty"`
	Resource    string `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	Template    string `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*Annotations) Descriptor deprecated

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

Deprecated: Use Annotations.ProtoReflect.Descriptor instead.

func (*Annotations) GetMetricName

func (x *Annotations) GetMetricName() string

func (*Annotations) GetMetricValue

func (x *Annotations) GetMetricValue() string

func (*Annotations) GetResource

func (x *Annotations) GetResource() string

func (*Annotations) GetTemplate

func (x *Annotations) GetTemplate() string

func (*Annotations) ProtoMessage

func (*Annotations) ProtoMessage()

func (*Annotations) ProtoReflect

func (x *Annotations) ProtoReflect() protoreflect.Message

func (*Annotations) Reset

func (x *Annotations) Reset()

func (*Annotations) String

func (x *Annotations) String() string

func (*Annotations) Validate

func (m *Annotations) Validate() error

Validate checks the field values on Annotations with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Annotations) ValidateAll

func (m *Annotations) ValidateAll() error

ValidateAll checks the field values on Annotations with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnnotationsMultiError, or nil if none found.

type AnnotationsMultiError

type AnnotationsMultiError []error

AnnotationsMultiError is an error wrapping multiple validation errors returned by Annotations.ValidateAll() if the designated constraints aren't met.

func (AnnotationsMultiError) AllErrors

func (m AnnotationsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnnotationsMultiError) Error

func (m AnnotationsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AnnotationsValidationError

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

AnnotationsValidationError is the validation error returned by Annotations.Validate if the designated constraints aren't met.

func (AnnotationsValidationError) Cause

Cause function returns cause value.

func (AnnotationsValidationError) Error

Error satisfies the builtin error interface

func (AnnotationsValidationError) ErrorName

func (e AnnotationsValidationError) ErrorName() string

ErrorName returns error name.

func (AnnotationsValidationError) Field

Field function returns field value.

func (AnnotationsValidationError) Key

Key function returns key value.

func (AnnotationsValidationError) Reason

Reason function returns reason value.

type CreateAlertsRequest

type CreateAlertsRequest struct {
	ProviderType string           `protobuf:"bytes,1,opt,name=provider_type,json=providerType,proto3" json:"provider_type,omitempty"`
	ProviderId   uint64           `protobuf:"varint,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Body         *structpb.Struct `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertsRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertsRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertsRequest) GetBody

func (x *CreateAlertsRequest) GetBody() *structpb.Struct

func (*CreateAlertsRequest) GetProviderId

func (x *CreateAlertsRequest) GetProviderId() uint64

func (*CreateAlertsRequest) GetProviderType

func (x *CreateAlertsRequest) GetProviderType() string

func (*CreateAlertsRequest) ProtoMessage

func (*CreateAlertsRequest) ProtoMessage()

func (*CreateAlertsRequest) ProtoReflect

func (x *CreateAlertsRequest) ProtoReflect() protoreflect.Message

func (*CreateAlertsRequest) Reset

func (x *CreateAlertsRequest) Reset()

func (*CreateAlertsRequest) String

func (x *CreateAlertsRequest) String() string

func (*CreateAlertsRequest) Validate

func (m *CreateAlertsRequest) Validate() error

Validate checks the field values on CreateAlertsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAlertsRequest) ValidateAll

func (m *CreateAlertsRequest) ValidateAll() error

ValidateAll checks the field values on CreateAlertsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAlertsRequestMultiError, or nil if none found.

type CreateAlertsRequestMultiError

type CreateAlertsRequestMultiError []error

CreateAlertsRequestMultiError is an error wrapping multiple validation errors returned by CreateAlertsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateAlertsRequestMultiError) AllErrors

func (m CreateAlertsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAlertsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAlertsRequestValidationError

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

CreateAlertsRequestValidationError is the validation error returned by CreateAlertsRequest.Validate if the designated constraints aren't met.

func (CreateAlertsRequestValidationError) Cause

Cause function returns cause value.

func (CreateAlertsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAlertsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAlertsRequestValidationError) Field

Field function returns field value.

func (CreateAlertsRequestValidationError) Key

Key function returns key value.

func (CreateAlertsRequestValidationError) Reason

Reason function returns reason value.

type CreateAlertsResponse

type CreateAlertsResponse struct {
	Alerts []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertsResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertsResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertsResponse) GetAlerts

func (x *CreateAlertsResponse) GetAlerts() []*Alert

func (*CreateAlertsResponse) ProtoMessage

func (*CreateAlertsResponse) ProtoMessage()

func (*CreateAlertsResponse) ProtoReflect

func (x *CreateAlertsResponse) ProtoReflect() protoreflect.Message

func (*CreateAlertsResponse) Reset

func (x *CreateAlertsResponse) Reset()

func (*CreateAlertsResponse) String

func (x *CreateAlertsResponse) String() string

func (*CreateAlertsResponse) Validate

func (m *CreateAlertsResponse) Validate() error

Validate checks the field values on CreateAlertsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAlertsResponse) ValidateAll

func (m *CreateAlertsResponse) ValidateAll() error

ValidateAll checks the field values on CreateAlertsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAlertsResponseMultiError, or nil if none found.

type CreateAlertsResponseMultiError

type CreateAlertsResponseMultiError []error

CreateAlertsResponseMultiError is an error wrapping multiple validation errors returned by CreateAlertsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateAlertsResponseMultiError) AllErrors

func (m CreateAlertsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAlertsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAlertsResponseValidationError

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

CreateAlertsResponseValidationError is the validation error returned by CreateAlertsResponse.Validate if the designated constraints aren't met.

func (CreateAlertsResponseValidationError) Cause

Cause function returns cause value.

func (CreateAlertsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateAlertsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateAlertsResponseValidationError) Field

Field function returns field value.

func (CreateAlertsResponseValidationError) Key

Key function returns key value.

func (CreateAlertsResponseValidationError) Reason

Reason function returns reason value.

type CreateAlertsWithNamespaceRequest

type CreateAlertsWithNamespaceRequest struct {
	ProviderType string           `protobuf:"bytes,1,opt,name=provider_type,json=providerType,proto3" json:"provider_type,omitempty"`
	ProviderId   uint64           `protobuf:"varint,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Body         *structpb.Struct `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	NamespaceId  uint64           `protobuf:"varint,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertsWithNamespaceRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertsWithNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertsWithNamespaceRequest) GetBody

func (*CreateAlertsWithNamespaceRequest) GetNamespaceId

func (x *CreateAlertsWithNamespaceRequest) GetNamespaceId() uint64

func (*CreateAlertsWithNamespaceRequest) GetProviderId

func (x *CreateAlertsWithNamespaceRequest) GetProviderId() uint64

func (*CreateAlertsWithNamespaceRequest) GetProviderType

func (x *CreateAlertsWithNamespaceRequest) GetProviderType() string

func (*CreateAlertsWithNamespaceRequest) ProtoMessage

func (*CreateAlertsWithNamespaceRequest) ProtoMessage()

func (*CreateAlertsWithNamespaceRequest) ProtoReflect

func (*CreateAlertsWithNamespaceRequest) Reset

func (*CreateAlertsWithNamespaceRequest) String

func (*CreateAlertsWithNamespaceRequest) Validate

Validate checks the field values on CreateAlertsWithNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAlertsWithNamespaceRequest) ValidateAll

func (m *CreateAlertsWithNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on CreateAlertsWithNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAlertsWithNamespaceRequestMultiError, or nil if none found.

type CreateAlertsWithNamespaceRequestMultiError

type CreateAlertsWithNamespaceRequestMultiError []error

CreateAlertsWithNamespaceRequestMultiError is an error wrapping multiple validation errors returned by CreateAlertsWithNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateAlertsWithNamespaceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateAlertsWithNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAlertsWithNamespaceRequestValidationError

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

CreateAlertsWithNamespaceRequestValidationError is the validation error returned by CreateAlertsWithNamespaceRequest.Validate if the designated constraints aren't met.

func (CreateAlertsWithNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (CreateAlertsWithNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAlertsWithNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAlertsWithNamespaceRequestValidationError) Field

Field function returns field value.

func (CreateAlertsWithNamespaceRequestValidationError) Key

Key function returns key value.

func (CreateAlertsWithNamespaceRequestValidationError) Reason

Reason function returns reason value.

type CreateAlertsWithNamespaceResponse

type CreateAlertsWithNamespaceResponse struct {
	Alerts []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertsWithNamespaceResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertsWithNamespaceResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertsWithNamespaceResponse) GetAlerts

func (x *CreateAlertsWithNamespaceResponse) GetAlerts() []*Alert

func (*CreateAlertsWithNamespaceResponse) ProtoMessage

func (*CreateAlertsWithNamespaceResponse) ProtoMessage()

func (*CreateAlertsWithNamespaceResponse) ProtoReflect

func (*CreateAlertsWithNamespaceResponse) Reset

func (*CreateAlertsWithNamespaceResponse) String

func (*CreateAlertsWithNamespaceResponse) Validate

Validate checks the field values on CreateAlertsWithNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAlertsWithNamespaceResponse) ValidateAll

func (m *CreateAlertsWithNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on CreateAlertsWithNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAlertsWithNamespaceResponseMultiError, or nil if none found.

type CreateAlertsWithNamespaceResponseMultiError

type CreateAlertsWithNamespaceResponseMultiError []error

CreateAlertsWithNamespaceResponseMultiError is an error wrapping multiple validation errors returned by CreateAlertsWithNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateAlertsWithNamespaceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateAlertsWithNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAlertsWithNamespaceResponseValidationError

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

CreateAlertsWithNamespaceResponseValidationError is the validation error returned by CreateAlertsWithNamespaceResponse.Validate if the designated constraints aren't met.

func (CreateAlertsWithNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (CreateAlertsWithNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateAlertsWithNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateAlertsWithNamespaceResponseValidationError) Field

Field function returns field value.

func (CreateAlertsWithNamespaceResponseValidationError) Key

Key function returns key value.

func (CreateAlertsWithNamespaceResponseValidationError) Reason

Reason function returns reason value.

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	Name        string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Urn         string                 `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Provider    uint64                 `protobuf:"varint,3,opt,name=provider,proto3" json:"provider,omitempty"`
	Credentials *structpb.Struct       `protobuf:"bytes,4,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceRequest) Descriptor deprecated

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

Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequest) GetCreatedAt

func (x *CreateNamespaceRequest) GetCreatedAt() *timestamppb.Timestamp

func (*CreateNamespaceRequest) GetCredentials

func (x *CreateNamespaceRequest) GetCredentials() *structpb.Struct

func (*CreateNamespaceRequest) GetLabels

func (x *CreateNamespaceRequest) GetLabels() map[string]string

func (*CreateNamespaceRequest) GetName

func (x *CreateNamespaceRequest) GetName() string

func (*CreateNamespaceRequest) GetProvider

func (x *CreateNamespaceRequest) GetProvider() uint64

func (*CreateNamespaceRequest) GetUpdatedAt

func (x *CreateNamespaceRequest) GetUpdatedAt() *timestamppb.Timestamp

func (*CreateNamespaceRequest) GetUrn

func (x *CreateNamespaceRequest) GetUrn() string

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) ProtoReflect

func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message

func (*CreateNamespaceRequest) Reset

func (x *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) String

func (x *CreateNamespaceRequest) String() string

func (*CreateNamespaceRequest) Validate

func (m *CreateNamespaceRequest) Validate() error

Validate checks the field values on CreateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateNamespaceRequest) ValidateAll

func (m *CreateNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on CreateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNamespaceRequestMultiError, or nil if none found.

type CreateNamespaceRequestMultiError

type CreateNamespaceRequestMultiError []error

CreateNamespaceRequestMultiError is an error wrapping multiple validation errors returned by CreateNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateNamespaceRequestMultiError) AllErrors

func (m CreateNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateNamespaceRequestValidationError

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

CreateNamespaceRequestValidationError is the validation error returned by CreateNamespaceRequest.Validate if the designated constraints aren't met.

func (CreateNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (CreateNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateNamespaceRequestValidationError) Field

Field function returns field value.

func (CreateNamespaceRequestValidationError) Key

Key function returns key value.

func (CreateNamespaceRequestValidationError) Reason

Reason function returns reason value.

type CreateNamespaceResponse

type CreateNamespaceResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceResponse) Descriptor deprecated

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

Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.

func (*CreateNamespaceResponse) GetId

func (x *CreateNamespaceResponse) GetId() uint64

func (*CreateNamespaceResponse) ProtoMessage

func (*CreateNamespaceResponse) ProtoMessage()

func (*CreateNamespaceResponse) ProtoReflect

func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message

func (*CreateNamespaceResponse) Reset

func (x *CreateNamespaceResponse) Reset()

func (*CreateNamespaceResponse) String

func (x *CreateNamespaceResponse) String() string

func (*CreateNamespaceResponse) Validate

func (m *CreateNamespaceResponse) Validate() error

Validate checks the field values on CreateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateNamespaceResponse) ValidateAll

func (m *CreateNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on CreateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNamespaceResponseMultiError, or nil if none found.

type CreateNamespaceResponseMultiError

type CreateNamespaceResponseMultiError []error

CreateNamespaceResponseMultiError is an error wrapping multiple validation errors returned by CreateNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateNamespaceResponseMultiError) AllErrors

func (m CreateNamespaceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateNamespaceResponseValidationError

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

CreateNamespaceResponseValidationError is the validation error returned by CreateNamespaceResponse.Validate if the designated constraints aren't met.

func (CreateNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (CreateNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateNamespaceResponseValidationError) Field

Field function returns field value.

func (CreateNamespaceResponseValidationError) Key

Key function returns key value.

func (CreateNamespaceResponseValidationError) Reason

Reason function returns reason value.

type CreateProviderRequest

type CreateProviderRequest struct {
	Host        string            `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Urn         string            `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type        string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Credentials *structpb.Struct  `protobuf:"bytes,5,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateProviderRequest) Descriptor deprecated

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

Deprecated: Use CreateProviderRequest.ProtoReflect.Descriptor instead.

func (*CreateProviderRequest) GetCredentials

func (x *CreateProviderRequest) GetCredentials() *structpb.Struct

func (*CreateProviderRequest) GetHost

func (x *CreateProviderRequest) GetHost() string

func (*CreateProviderRequest) GetLabels

func (x *CreateProviderRequest) GetLabels() map[string]string

func (*CreateProviderRequest) GetName

func (x *CreateProviderRequest) GetName() string

func (*CreateProviderRequest) GetType

func (x *CreateProviderRequest) GetType() string

func (*CreateProviderRequest) GetUrn

func (x *CreateProviderRequest) GetUrn() string

func (*CreateProviderRequest) ProtoMessage

func (*CreateProviderRequest) ProtoMessage()

func (*CreateProviderRequest) ProtoReflect

func (x *CreateProviderRequest) ProtoReflect() protoreflect.Message

func (*CreateProviderRequest) Reset

func (x *CreateProviderRequest) Reset()

func (*CreateProviderRequest) String

func (x *CreateProviderRequest) String() string

func (*CreateProviderRequest) Validate

func (m *CreateProviderRequest) Validate() error

Validate checks the field values on CreateProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProviderRequest) ValidateAll

func (m *CreateProviderRequest) ValidateAll() error

ValidateAll checks the field values on CreateProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProviderRequestMultiError, or nil if none found.

type CreateProviderRequestMultiError

type CreateProviderRequestMultiError []error

CreateProviderRequestMultiError is an error wrapping multiple validation errors returned by CreateProviderRequest.ValidateAll() if the designated constraints aren't met.

func (CreateProviderRequestMultiError) AllErrors

func (m CreateProviderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProviderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProviderRequestValidationError

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

CreateProviderRequestValidationError is the validation error returned by CreateProviderRequest.Validate if the designated constraints aren't met.

func (CreateProviderRequestValidationError) Cause

Cause function returns cause value.

func (CreateProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateProviderRequestValidationError) Field

Field function returns field value.

func (CreateProviderRequestValidationError) Key

Key function returns key value.

func (CreateProviderRequestValidationError) Reason

Reason function returns reason value.

type CreateProviderResponse

type CreateProviderResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProviderResponse) Descriptor deprecated

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

Deprecated: Use CreateProviderResponse.ProtoReflect.Descriptor instead.

func (*CreateProviderResponse) GetId

func (x *CreateProviderResponse) GetId() uint64

func (*CreateProviderResponse) ProtoMessage

func (*CreateProviderResponse) ProtoMessage()

func (*CreateProviderResponse) ProtoReflect

func (x *CreateProviderResponse) ProtoReflect() protoreflect.Message

func (*CreateProviderResponse) Reset

func (x *CreateProviderResponse) Reset()

func (*CreateProviderResponse) String

func (x *CreateProviderResponse) String() string

func (*CreateProviderResponse) Validate

func (m *CreateProviderResponse) Validate() error

Validate checks the field values on CreateProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProviderResponse) ValidateAll

func (m *CreateProviderResponse) ValidateAll() error

ValidateAll checks the field values on CreateProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProviderResponseMultiError, or nil if none found.

type CreateProviderResponseMultiError

type CreateProviderResponseMultiError []error

CreateProviderResponseMultiError is an error wrapping multiple validation errors returned by CreateProviderResponse.ValidateAll() if the designated constraints aren't met.

func (CreateProviderResponseMultiError) AllErrors

func (m CreateProviderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProviderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProviderResponseValidationError

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

CreateProviderResponseValidationError is the validation error returned by CreateProviderResponse.Validate if the designated constraints aren't met.

func (CreateProviderResponseValidationError) Cause

Cause function returns cause value.

func (CreateProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateProviderResponseValidationError) Field

Field function returns field value.

func (CreateProviderResponseValidationError) Key

Key function returns key value.

func (CreateProviderResponseValidationError) Reason

Reason function returns reason value.

type CreateReceiverRequest

type CreateReceiverRequest struct {
	Name           string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type           string            `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Labels         map[string]string `` /* 153-byte string literal not displayed */
	Configurations *structpb.Struct  `protobuf:"bytes,4,opt,name=configurations,proto3" json:"configurations,omitempty"`
	ParentId       uint64            `protobuf:"varint,5,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReceiverRequest) Descriptor deprecated

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

Deprecated: Use CreateReceiverRequest.ProtoReflect.Descriptor instead.

func (*CreateReceiverRequest) GetConfigurations

func (x *CreateReceiverRequest) GetConfigurations() *structpb.Struct

func (*CreateReceiverRequest) GetLabels

func (x *CreateReceiverRequest) GetLabels() map[string]string

func (*CreateReceiverRequest) GetName

func (x *CreateReceiverRequest) GetName() string

func (*CreateReceiverRequest) GetParentId added in v0.6.5

func (x *CreateReceiverRequest) GetParentId() uint64

func (*CreateReceiverRequest) GetType

func (x *CreateReceiverRequest) GetType() string

func (*CreateReceiverRequest) ProtoMessage

func (*CreateReceiverRequest) ProtoMessage()

func (*CreateReceiverRequest) ProtoReflect

func (x *CreateReceiverRequest) ProtoReflect() protoreflect.Message

func (*CreateReceiverRequest) Reset

func (x *CreateReceiverRequest) Reset()

func (*CreateReceiverRequest) String

func (x *CreateReceiverRequest) String() string

func (*CreateReceiverRequest) Validate

func (m *CreateReceiverRequest) Validate() error

Validate checks the field values on CreateReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReceiverRequest) ValidateAll

func (m *CreateReceiverRequest) ValidateAll() error

ValidateAll checks the field values on CreateReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReceiverRequestMultiError, or nil if none found.

type CreateReceiverRequestMultiError

type CreateReceiverRequestMultiError []error

CreateReceiverRequestMultiError is an error wrapping multiple validation errors returned by CreateReceiverRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReceiverRequestMultiError) AllErrors

func (m CreateReceiverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReceiverRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReceiverRequestValidationError

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

CreateReceiverRequestValidationError is the validation error returned by CreateReceiverRequest.Validate if the designated constraints aren't met.

func (CreateReceiverRequestValidationError) Cause

Cause function returns cause value.

func (CreateReceiverRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateReceiverRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateReceiverRequestValidationError) Field

Field function returns field value.

func (CreateReceiverRequestValidationError) Key

Key function returns key value.

func (CreateReceiverRequestValidationError) Reason

Reason function returns reason value.

type CreateReceiverResponse

type CreateReceiverResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReceiverResponse) Descriptor deprecated

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

Deprecated: Use CreateReceiverResponse.ProtoReflect.Descriptor instead.

func (*CreateReceiverResponse) GetId

func (x *CreateReceiverResponse) GetId() uint64

func (*CreateReceiverResponse) ProtoMessage

func (*CreateReceiverResponse) ProtoMessage()

func (*CreateReceiverResponse) ProtoReflect

func (x *CreateReceiverResponse) ProtoReflect() protoreflect.Message

func (*CreateReceiverResponse) Reset

func (x *CreateReceiverResponse) Reset()

func (*CreateReceiverResponse) String

func (x *CreateReceiverResponse) String() string

func (*CreateReceiverResponse) Validate

func (m *CreateReceiverResponse) Validate() error

Validate checks the field values on CreateReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReceiverResponse) ValidateAll

func (m *CreateReceiverResponse) ValidateAll() error

ValidateAll checks the field values on CreateReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReceiverResponseMultiError, or nil if none found.

type CreateReceiverResponseMultiError

type CreateReceiverResponseMultiError []error

CreateReceiverResponseMultiError is an error wrapping multiple validation errors returned by CreateReceiverResponse.ValidateAll() if the designated constraints aren't met.

func (CreateReceiverResponseMultiError) AllErrors

func (m CreateReceiverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReceiverResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReceiverResponseValidationError

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

CreateReceiverResponseValidationError is the validation error returned by CreateReceiverResponse.Validate if the designated constraints aren't met.

func (CreateReceiverResponseValidationError) Cause

Cause function returns cause value.

func (CreateReceiverResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateReceiverResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateReceiverResponseValidationError) Field

Field function returns field value.

func (CreateReceiverResponseValidationError) Key

Key function returns key value.

func (CreateReceiverResponseValidationError) Reason

Reason function returns reason value.

type CreateSilenceRequest

type CreateSilenceRequest struct {
	NamespaceId      uint64           `protobuf:"varint,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	Type             string           `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	TargetId         uint64           `protobuf:"varint,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	TargetExpression *structpb.Struct `protobuf:"bytes,4,opt,name=target_expression,json=targetExpression,proto3" json:"target_expression,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSilenceRequest) Descriptor deprecated

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

Deprecated: Use CreateSilenceRequest.ProtoReflect.Descriptor instead.

func (*CreateSilenceRequest) GetNamespaceId

func (x *CreateSilenceRequest) GetNamespaceId() uint64

func (*CreateSilenceRequest) GetTargetExpression

func (x *CreateSilenceRequest) GetTargetExpression() *structpb.Struct

func (*CreateSilenceRequest) GetTargetId

func (x *CreateSilenceRequest) GetTargetId() uint64

func (*CreateSilenceRequest) GetType

func (x *CreateSilenceRequest) GetType() string

func (*CreateSilenceRequest) ProtoMessage

func (*CreateSilenceRequest) ProtoMessage()

func (*CreateSilenceRequest) ProtoReflect

func (x *CreateSilenceRequest) ProtoReflect() protoreflect.Message

func (*CreateSilenceRequest) Reset

func (x *CreateSilenceRequest) Reset()

func (*CreateSilenceRequest) String

func (x *CreateSilenceRequest) String() string

func (*CreateSilenceRequest) Validate

func (m *CreateSilenceRequest) Validate() error

Validate checks the field values on CreateSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSilenceRequest) ValidateAll

func (m *CreateSilenceRequest) ValidateAll() error

ValidateAll checks the field values on CreateSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSilenceRequestMultiError, or nil if none found.

type CreateSilenceRequestMultiError

type CreateSilenceRequestMultiError []error

CreateSilenceRequestMultiError is an error wrapping multiple validation errors returned by CreateSilenceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateSilenceRequestMultiError) AllErrors

func (m CreateSilenceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSilenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSilenceRequestValidationError

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

CreateSilenceRequestValidationError is the validation error returned by CreateSilenceRequest.Validate if the designated constraints aren't met.

func (CreateSilenceRequestValidationError) Cause

Cause function returns cause value.

func (CreateSilenceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateSilenceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateSilenceRequestValidationError) Field

Field function returns field value.

func (CreateSilenceRequestValidationError) Key

Key function returns key value.

func (CreateSilenceRequestValidationError) Reason

Reason function returns reason value.

type CreateSilenceResponse

type CreateSilenceResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSilenceResponse) Descriptor deprecated

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

Deprecated: Use CreateSilenceResponse.ProtoReflect.Descriptor instead.

func (*CreateSilenceResponse) GetId

func (x *CreateSilenceResponse) GetId() string

func (*CreateSilenceResponse) ProtoMessage

func (*CreateSilenceResponse) ProtoMessage()

func (*CreateSilenceResponse) ProtoReflect

func (x *CreateSilenceResponse) ProtoReflect() protoreflect.Message

func (*CreateSilenceResponse) Reset

func (x *CreateSilenceResponse) Reset()

func (*CreateSilenceResponse) String

func (x *CreateSilenceResponse) String() string

func (*CreateSilenceResponse) Validate

func (m *CreateSilenceResponse) Validate() error

Validate checks the field values on CreateSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSilenceResponse) ValidateAll

func (m *CreateSilenceResponse) ValidateAll() error

ValidateAll checks the field values on CreateSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSilenceResponseMultiError, or nil if none found.

type CreateSilenceResponseMultiError

type CreateSilenceResponseMultiError []error

CreateSilenceResponseMultiError is an error wrapping multiple validation errors returned by CreateSilenceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateSilenceResponseMultiError) AllErrors

func (m CreateSilenceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSilenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSilenceResponseValidationError

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

CreateSilenceResponseValidationError is the validation error returned by CreateSilenceResponse.Validate if the designated constraints aren't met.

func (CreateSilenceResponseValidationError) Cause

Cause function returns cause value.

func (CreateSilenceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateSilenceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateSilenceResponseValidationError) Field

Field function returns field value.

func (CreateSilenceResponseValidationError) Key

Key function returns key value.

func (CreateSilenceResponseValidationError) Reason

Reason function returns reason value.

type CreateSubscriptionRequest

type CreateSubscriptionRequest struct {
	Urn       string              `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Namespace uint64              `protobuf:"varint,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Receivers []*ReceiverMetadata `protobuf:"bytes,3,rep,name=receivers,proto3" json:"receivers,omitempty"`
	Match     map[string]string   `` /* 151-byte string literal not displayed */
	Metadata  *structpb.Struct    `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedBy string              `protobuf:"bytes,6,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use CreateSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*CreateSubscriptionRequest) GetCreatedBy added in v0.6.4

func (x *CreateSubscriptionRequest) GetCreatedBy() string

func (*CreateSubscriptionRequest) GetMatch

func (x *CreateSubscriptionRequest) GetMatch() map[string]string

func (*CreateSubscriptionRequest) GetMetadata added in v0.6.4

func (x *CreateSubscriptionRequest) GetMetadata() *structpb.Struct

func (*CreateSubscriptionRequest) GetNamespace

func (x *CreateSubscriptionRequest) GetNamespace() uint64

func (*CreateSubscriptionRequest) GetReceivers

func (x *CreateSubscriptionRequest) GetReceivers() []*ReceiverMetadata

func (*CreateSubscriptionRequest) GetUrn

func (x *CreateSubscriptionRequest) GetUrn() string

func (*CreateSubscriptionRequest) ProtoMessage

func (*CreateSubscriptionRequest) ProtoMessage()

func (*CreateSubscriptionRequest) ProtoReflect

func (*CreateSubscriptionRequest) Reset

func (x *CreateSubscriptionRequest) Reset()

func (*CreateSubscriptionRequest) String

func (x *CreateSubscriptionRequest) String() string

func (*CreateSubscriptionRequest) Validate

func (m *CreateSubscriptionRequest) Validate() error

Validate checks the field values on CreateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSubscriptionRequest) ValidateAll

func (m *CreateSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on CreateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSubscriptionRequestMultiError, or nil if none found.

type CreateSubscriptionRequestMultiError

type CreateSubscriptionRequestMultiError []error

CreateSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by CreateSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (CreateSubscriptionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSubscriptionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSubscriptionRequestValidationError

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

CreateSubscriptionRequestValidationError is the validation error returned by CreateSubscriptionRequest.Validate if the designated constraints aren't met.

func (CreateSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (CreateSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateSubscriptionRequestValidationError) Field

Field function returns field value.

func (CreateSubscriptionRequestValidationError) Key

Key function returns key value.

func (CreateSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type CreateSubscriptionResponse

type CreateSubscriptionResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use CreateSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*CreateSubscriptionResponse) GetId

func (*CreateSubscriptionResponse) ProtoMessage

func (*CreateSubscriptionResponse) ProtoMessage()

func (*CreateSubscriptionResponse) ProtoReflect

func (*CreateSubscriptionResponse) Reset

func (x *CreateSubscriptionResponse) Reset()

func (*CreateSubscriptionResponse) String

func (x *CreateSubscriptionResponse) String() string

func (*CreateSubscriptionResponse) Validate

func (m *CreateSubscriptionResponse) Validate() error

Validate checks the field values on CreateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSubscriptionResponse) ValidateAll

func (m *CreateSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on CreateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSubscriptionResponseMultiError, or nil if none found.

type CreateSubscriptionResponseMultiError

type CreateSubscriptionResponseMultiError []error

CreateSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by CreateSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (CreateSubscriptionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSubscriptionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSubscriptionResponseValidationError

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

CreateSubscriptionResponseValidationError is the validation error returned by CreateSubscriptionResponse.Validate if the designated constraints aren't met.

func (CreateSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (CreateSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateSubscriptionResponseValidationError) Field

Field function returns field value.

func (CreateSubscriptionResponseValidationError) Key

Key function returns key value.

func (CreateSubscriptionResponseValidationError) Reason

Reason function returns reason value.

type DeleteNamespaceRequest

type DeleteNamespaceRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNamespaceRequest) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceRequest) GetId

func (x *DeleteNamespaceRequest) GetId() uint64

func (*DeleteNamespaceRequest) ProtoMessage

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) ProtoReflect

func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message

func (*DeleteNamespaceRequest) Reset

func (x *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) String

func (x *DeleteNamespaceRequest) String() string

func (*DeleteNamespaceRequest) Validate

func (m *DeleteNamespaceRequest) Validate() error

Validate checks the field values on DeleteNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteNamespaceRequest) ValidateAll

func (m *DeleteNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on DeleteNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNamespaceRequestMultiError, or nil if none found.

type DeleteNamespaceRequestMultiError

type DeleteNamespaceRequestMultiError []error

DeleteNamespaceRequestMultiError is an error wrapping multiple validation errors returned by DeleteNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteNamespaceRequestMultiError) AllErrors

func (m DeleteNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteNamespaceRequestValidationError

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

DeleteNamespaceRequestValidationError is the validation error returned by DeleteNamespaceRequest.Validate if the designated constraints aren't met.

func (DeleteNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (DeleteNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteNamespaceRequestValidationError) Field

Field function returns field value.

func (DeleteNamespaceRequestValidationError) Key

Key function returns key value.

func (DeleteNamespaceRequestValidationError) Reason

Reason function returns reason value.

type DeleteNamespaceResponse

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

func (*DeleteNamespaceResponse) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceResponse.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceResponse) ProtoMessage

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) ProtoReflect

func (x *DeleteNamespaceResponse) ProtoReflect() protoreflect.Message

func (*DeleteNamespaceResponse) Reset

func (x *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) String

func (x *DeleteNamespaceResponse) String() string

func (*DeleteNamespaceResponse) Validate

func (m *DeleteNamespaceResponse) Validate() error

Validate checks the field values on DeleteNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteNamespaceResponse) ValidateAll

func (m *DeleteNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on DeleteNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNamespaceResponseMultiError, or nil if none found.

type DeleteNamespaceResponseMultiError

type DeleteNamespaceResponseMultiError []error

DeleteNamespaceResponseMultiError is an error wrapping multiple validation errors returned by DeleteNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteNamespaceResponseMultiError) AllErrors

func (m DeleteNamespaceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteNamespaceResponseValidationError

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

DeleteNamespaceResponseValidationError is the validation error returned by DeleteNamespaceResponse.Validate if the designated constraints aren't met.

func (DeleteNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (DeleteNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteNamespaceResponseValidationError) Field

Field function returns field value.

func (DeleteNamespaceResponseValidationError) Key

Key function returns key value.

func (DeleteNamespaceResponseValidationError) Reason

Reason function returns reason value.

type DeleteProviderRequest

type DeleteProviderRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProviderRequest) Descriptor deprecated

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

Deprecated: Use DeleteProviderRequest.ProtoReflect.Descriptor instead.

func (*DeleteProviderRequest) GetId

func (x *DeleteProviderRequest) GetId() uint64

func (*DeleteProviderRequest) ProtoMessage

func (*DeleteProviderRequest) ProtoMessage()

func (*DeleteProviderRequest) ProtoReflect

func (x *DeleteProviderRequest) ProtoReflect() protoreflect.Message

func (*DeleteProviderRequest) Reset

func (x *DeleteProviderRequest) Reset()

func (*DeleteProviderRequest) String

func (x *DeleteProviderRequest) String() string

func (*DeleteProviderRequest) Validate

func (m *DeleteProviderRequest) Validate() error

Validate checks the field values on DeleteProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProviderRequest) ValidateAll

func (m *DeleteProviderRequest) ValidateAll() error

ValidateAll checks the field values on DeleteProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProviderRequestMultiError, or nil if none found.

type DeleteProviderRequestMultiError

type DeleteProviderRequestMultiError []error

DeleteProviderRequestMultiError is an error wrapping multiple validation errors returned by DeleteProviderRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteProviderRequestMultiError) AllErrors

func (m DeleteProviderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteProviderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProviderRequestValidationError

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

DeleteProviderRequestValidationError is the validation error returned by DeleteProviderRequest.Validate if the designated constraints aren't met.

func (DeleteProviderRequestValidationError) Cause

Cause function returns cause value.

func (DeleteProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteProviderRequestValidationError) Field

Field function returns field value.

func (DeleteProviderRequestValidationError) Key

Key function returns key value.

func (DeleteProviderRequestValidationError) Reason

Reason function returns reason value.

type DeleteProviderResponse

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

func (*DeleteProviderResponse) Descriptor deprecated

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

Deprecated: Use DeleteProviderResponse.ProtoReflect.Descriptor instead.

func (*DeleteProviderResponse) ProtoMessage

func (*DeleteProviderResponse) ProtoMessage()

func (*DeleteProviderResponse) ProtoReflect

func (x *DeleteProviderResponse) ProtoReflect() protoreflect.Message

func (*DeleteProviderResponse) Reset

func (x *DeleteProviderResponse) Reset()

func (*DeleteProviderResponse) String

func (x *DeleteProviderResponse) String() string

func (*DeleteProviderResponse) Validate

func (m *DeleteProviderResponse) Validate() error

Validate checks the field values on DeleteProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProviderResponse) ValidateAll

func (m *DeleteProviderResponse) ValidateAll() error

ValidateAll checks the field values on DeleteProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProviderResponseMultiError, or nil if none found.

type DeleteProviderResponseMultiError

type DeleteProviderResponseMultiError []error

DeleteProviderResponseMultiError is an error wrapping multiple validation errors returned by DeleteProviderResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteProviderResponseMultiError) AllErrors

func (m DeleteProviderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteProviderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProviderResponseValidationError

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

DeleteProviderResponseValidationError is the validation error returned by DeleteProviderResponse.Validate if the designated constraints aren't met.

func (DeleteProviderResponseValidationError) Cause

Cause function returns cause value.

func (DeleteProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteProviderResponseValidationError) Field

Field function returns field value.

func (DeleteProviderResponseValidationError) Key

Key function returns key value.

func (DeleteProviderResponseValidationError) Reason

Reason function returns reason value.

type DeleteReceiverRequest

type DeleteReceiverRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteReceiverRequest) Descriptor deprecated

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

Deprecated: Use DeleteReceiverRequest.ProtoReflect.Descriptor instead.

func (*DeleteReceiverRequest) GetId

func (x *DeleteReceiverRequest) GetId() uint64

func (*DeleteReceiverRequest) ProtoMessage

func (*DeleteReceiverRequest) ProtoMessage()

func (*DeleteReceiverRequest) ProtoReflect

func (x *DeleteReceiverRequest) ProtoReflect() protoreflect.Message

func (*DeleteReceiverRequest) Reset

func (x *DeleteReceiverRequest) Reset()

func (*DeleteReceiverRequest) String

func (x *DeleteReceiverRequest) String() string

func (*DeleteReceiverRequest) Validate

func (m *DeleteReceiverRequest) Validate() error

Validate checks the field values on DeleteReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteReceiverRequest) ValidateAll

func (m *DeleteReceiverRequest) ValidateAll() error

ValidateAll checks the field values on DeleteReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteReceiverRequestMultiError, or nil if none found.

type DeleteReceiverRequestMultiError

type DeleteReceiverRequestMultiError []error

DeleteReceiverRequestMultiError is an error wrapping multiple validation errors returned by DeleteReceiverRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteReceiverRequestMultiError) AllErrors

func (m DeleteReceiverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReceiverRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteReceiverRequestValidationError

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

DeleteReceiverRequestValidationError is the validation error returned by DeleteReceiverRequest.Validate if the designated constraints aren't met.

func (DeleteReceiverRequestValidationError) Cause

Cause function returns cause value.

func (DeleteReceiverRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteReceiverRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteReceiverRequestValidationError) Field

Field function returns field value.

func (DeleteReceiverRequestValidationError) Key

Key function returns key value.

func (DeleteReceiverRequestValidationError) Reason

Reason function returns reason value.

type DeleteReceiverResponse

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

func (*DeleteReceiverResponse) Descriptor deprecated

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

Deprecated: Use DeleteReceiverResponse.ProtoReflect.Descriptor instead.

func (*DeleteReceiverResponse) ProtoMessage

func (*DeleteReceiverResponse) ProtoMessage()

func (*DeleteReceiverResponse) ProtoReflect

func (x *DeleteReceiverResponse) ProtoReflect() protoreflect.Message

func (*DeleteReceiverResponse) Reset

func (x *DeleteReceiverResponse) Reset()

func (*DeleteReceiverResponse) String

func (x *DeleteReceiverResponse) String() string

func (*DeleteReceiverResponse) Validate

func (m *DeleteReceiverResponse) Validate() error

Validate checks the field values on DeleteReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteReceiverResponse) ValidateAll

func (m *DeleteReceiverResponse) ValidateAll() error

ValidateAll checks the field values on DeleteReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteReceiverResponseMultiError, or nil if none found.

type DeleteReceiverResponseMultiError

type DeleteReceiverResponseMultiError []error

DeleteReceiverResponseMultiError is an error wrapping multiple validation errors returned by DeleteReceiverResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteReceiverResponseMultiError) AllErrors

func (m DeleteReceiverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReceiverResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteReceiverResponseValidationError

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

DeleteReceiverResponseValidationError is the validation error returned by DeleteReceiverResponse.Validate if the designated constraints aren't met.

func (DeleteReceiverResponseValidationError) Cause

Cause function returns cause value.

func (DeleteReceiverResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteReceiverResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteReceiverResponseValidationError) Field

Field function returns field value.

func (DeleteReceiverResponseValidationError) Key

Key function returns key value.

func (DeleteReceiverResponseValidationError) Reason

Reason function returns reason value.

type DeleteSubscriptionRequest

type DeleteSubscriptionRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use DeleteSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*DeleteSubscriptionRequest) GetId

func (x *DeleteSubscriptionRequest) GetId() uint64

func (*DeleteSubscriptionRequest) ProtoMessage

func (*DeleteSubscriptionRequest) ProtoMessage()

func (*DeleteSubscriptionRequest) ProtoReflect

func (*DeleteSubscriptionRequest) Reset

func (x *DeleteSubscriptionRequest) Reset()

func (*DeleteSubscriptionRequest) String

func (x *DeleteSubscriptionRequest) String() string

func (*DeleteSubscriptionRequest) Validate

func (m *DeleteSubscriptionRequest) Validate() error

Validate checks the field values on DeleteSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteSubscriptionRequest) ValidateAll

func (m *DeleteSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on DeleteSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteSubscriptionRequestMultiError, or nil if none found.

type DeleteSubscriptionRequestMultiError

type DeleteSubscriptionRequestMultiError []error

DeleteSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by DeleteSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteSubscriptionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteSubscriptionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteSubscriptionRequestValidationError

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

DeleteSubscriptionRequestValidationError is the validation error returned by DeleteSubscriptionRequest.Validate if the designated constraints aren't met.

func (DeleteSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteSubscriptionRequestValidationError) Field

Field function returns field value.

func (DeleteSubscriptionRequestValidationError) Key

Key function returns key value.

func (DeleteSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type DeleteSubscriptionResponse

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

func (*DeleteSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use DeleteSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*DeleteSubscriptionResponse) ProtoMessage

func (*DeleteSubscriptionResponse) ProtoMessage()

func (*DeleteSubscriptionResponse) ProtoReflect

func (*DeleteSubscriptionResponse) Reset

func (x *DeleteSubscriptionResponse) Reset()

func (*DeleteSubscriptionResponse) String

func (x *DeleteSubscriptionResponse) String() string

func (*DeleteSubscriptionResponse) Validate

func (m *DeleteSubscriptionResponse) Validate() error

Validate checks the field values on DeleteSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteSubscriptionResponse) ValidateAll

func (m *DeleteSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on DeleteSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteSubscriptionResponseMultiError, or nil if none found.

type DeleteSubscriptionResponseMultiError

type DeleteSubscriptionResponseMultiError []error

DeleteSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by DeleteSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteSubscriptionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteSubscriptionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteSubscriptionResponseValidationError

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

DeleteSubscriptionResponseValidationError is the validation error returned by DeleteSubscriptionResponse.Validate if the designated constraints aren't met.

func (DeleteSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteSubscriptionResponseValidationError) Field

Field function returns field value.

func (DeleteSubscriptionResponseValidationError) Key

Key function returns key value.

func (DeleteSubscriptionResponseValidationError) Reason

Reason function returns reason value.

type DeleteTemplateRequest

type DeleteTemplateRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTemplateRequest) Descriptor deprecated

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

Deprecated: Use DeleteTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteTemplateRequest) GetName

func (x *DeleteTemplateRequest) GetName() string

func (*DeleteTemplateRequest) ProtoMessage

func (*DeleteTemplateRequest) ProtoMessage()

func (*DeleteTemplateRequest) ProtoReflect

func (x *DeleteTemplateRequest) ProtoReflect() protoreflect.Message

func (*DeleteTemplateRequest) Reset

func (x *DeleteTemplateRequest) Reset()

func (*DeleteTemplateRequest) String

func (x *DeleteTemplateRequest) String() string

func (*DeleteTemplateRequest) Validate

func (m *DeleteTemplateRequest) Validate() error

Validate checks the field values on DeleteTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteTemplateRequest) ValidateAll

func (m *DeleteTemplateRequest) ValidateAll() error

ValidateAll checks the field values on DeleteTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTemplateRequestMultiError, or nil if none found.

type DeleteTemplateRequestMultiError

type DeleteTemplateRequestMultiError []error

DeleteTemplateRequestMultiError is an error wrapping multiple validation errors returned by DeleteTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteTemplateRequestMultiError) AllErrors

func (m DeleteTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteTemplateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteTemplateRequestValidationError

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

DeleteTemplateRequestValidationError is the validation error returned by DeleteTemplateRequest.Validate if the designated constraints aren't met.

func (DeleteTemplateRequestValidationError) Cause

Cause function returns cause value.

func (DeleteTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteTemplateRequestValidationError) Field

Field function returns field value.

func (DeleteTemplateRequestValidationError) Key

Key function returns key value.

func (DeleteTemplateRequestValidationError) Reason

Reason function returns reason value.

type DeleteTemplateResponse

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

func (*DeleteTemplateResponse) Descriptor deprecated

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

Deprecated: Use DeleteTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteTemplateResponse) ProtoMessage

func (*DeleteTemplateResponse) ProtoMessage()

func (*DeleteTemplateResponse) ProtoReflect

func (x *DeleteTemplateResponse) ProtoReflect() protoreflect.Message

func (*DeleteTemplateResponse) Reset

func (x *DeleteTemplateResponse) Reset()

func (*DeleteTemplateResponse) String

func (x *DeleteTemplateResponse) String() string

func (*DeleteTemplateResponse) Validate

func (m *DeleteTemplateResponse) Validate() error

Validate checks the field values on DeleteTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteTemplateResponse) ValidateAll

func (m *DeleteTemplateResponse) ValidateAll() error

ValidateAll checks the field values on DeleteTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTemplateResponseMultiError, or nil if none found.

type DeleteTemplateResponseMultiError

type DeleteTemplateResponseMultiError []error

DeleteTemplateResponseMultiError is an error wrapping multiple validation errors returned by DeleteTemplateResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteTemplateResponseMultiError) AllErrors

func (m DeleteTemplateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteTemplateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteTemplateResponseValidationError

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

DeleteTemplateResponseValidationError is the validation error returned by DeleteTemplateResponse.Validate if the designated constraints aren't met.

func (DeleteTemplateResponseValidationError) Cause

Cause function returns cause value.

func (DeleteTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteTemplateResponseValidationError) Field

Field function returns field value.

func (DeleteTemplateResponseValidationError) Key

Key function returns key value.

func (DeleteTemplateResponseValidationError) Reason

Reason function returns reason value.

type ExpireSilenceRequest

type ExpireSilenceRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpireSilenceRequest) Descriptor deprecated

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

Deprecated: Use ExpireSilenceRequest.ProtoReflect.Descriptor instead.

func (*ExpireSilenceRequest) GetId

func (x *ExpireSilenceRequest) GetId() string

func (*ExpireSilenceRequest) ProtoMessage

func (*ExpireSilenceRequest) ProtoMessage()

func (*ExpireSilenceRequest) ProtoReflect

func (x *ExpireSilenceRequest) ProtoReflect() protoreflect.Message

func (*ExpireSilenceRequest) Reset

func (x *ExpireSilenceRequest) Reset()

func (*ExpireSilenceRequest) String

func (x *ExpireSilenceRequest) String() string

func (*ExpireSilenceRequest) Validate

func (m *ExpireSilenceRequest) Validate() error

Validate checks the field values on ExpireSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExpireSilenceRequest) ValidateAll

func (m *ExpireSilenceRequest) ValidateAll() error

ValidateAll checks the field values on ExpireSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpireSilenceRequestMultiError, or nil if none found.

type ExpireSilenceRequestMultiError

type ExpireSilenceRequestMultiError []error

ExpireSilenceRequestMultiError is an error wrapping multiple validation errors returned by ExpireSilenceRequest.ValidateAll() if the designated constraints aren't met.

func (ExpireSilenceRequestMultiError) AllErrors

func (m ExpireSilenceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExpireSilenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExpireSilenceRequestValidationError

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

ExpireSilenceRequestValidationError is the validation error returned by ExpireSilenceRequest.Validate if the designated constraints aren't met.

func (ExpireSilenceRequestValidationError) Cause

Cause function returns cause value.

func (ExpireSilenceRequestValidationError) Error

Error satisfies the builtin error interface

func (ExpireSilenceRequestValidationError) ErrorName

ErrorName returns error name.

func (ExpireSilenceRequestValidationError) Field

Field function returns field value.

func (ExpireSilenceRequestValidationError) Key

Key function returns key value.

func (ExpireSilenceRequestValidationError) Reason

Reason function returns reason value.

type ExpireSilenceResponse

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

func (*ExpireSilenceResponse) Descriptor deprecated

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

Deprecated: Use ExpireSilenceResponse.ProtoReflect.Descriptor instead.

func (*ExpireSilenceResponse) ProtoMessage

func (*ExpireSilenceResponse) ProtoMessage()

func (*ExpireSilenceResponse) ProtoReflect

func (x *ExpireSilenceResponse) ProtoReflect() protoreflect.Message

func (*ExpireSilenceResponse) Reset

func (x *ExpireSilenceResponse) Reset()

func (*ExpireSilenceResponse) String

func (x *ExpireSilenceResponse) String() string

func (*ExpireSilenceResponse) Validate

func (m *ExpireSilenceResponse) Validate() error

Validate checks the field values on ExpireSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExpireSilenceResponse) ValidateAll

func (m *ExpireSilenceResponse) ValidateAll() error

ValidateAll checks the field values on ExpireSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpireSilenceResponseMultiError, or nil if none found.

type ExpireSilenceResponseMultiError

type ExpireSilenceResponseMultiError []error

ExpireSilenceResponseMultiError is an error wrapping multiple validation errors returned by ExpireSilenceResponse.ValidateAll() if the designated constraints aren't met.

func (ExpireSilenceResponseMultiError) AllErrors

func (m ExpireSilenceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExpireSilenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExpireSilenceResponseValidationError

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

ExpireSilenceResponseValidationError is the validation error returned by ExpireSilenceResponse.Validate if the designated constraints aren't met.

func (ExpireSilenceResponseValidationError) Cause

Cause function returns cause value.

func (ExpireSilenceResponseValidationError) Error

Error satisfies the builtin error interface

func (ExpireSilenceResponseValidationError) ErrorName

ErrorName returns error name.

func (ExpireSilenceResponseValidationError) Field

Field function returns field value.

func (ExpireSilenceResponseValidationError) Key

Key function returns key value.

func (ExpireSilenceResponseValidationError) Reason

Reason function returns reason value.

type GetNamespaceRequest

type GetNamespaceRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceRequest) Descriptor deprecated

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

Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceRequest) GetId

func (x *GetNamespaceRequest) GetId() uint64

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) ProtoReflect

func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message

func (*GetNamespaceRequest) Reset

func (x *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) String

func (x *GetNamespaceRequest) String() string

func (*GetNamespaceRequest) Validate

func (m *GetNamespaceRequest) Validate() error

Validate checks the field values on GetNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNamespaceRequest) ValidateAll

func (m *GetNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on GetNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNamespaceRequestMultiError, or nil if none found.

type GetNamespaceRequestMultiError

type GetNamespaceRequestMultiError []error

GetNamespaceRequestMultiError is an error wrapping multiple validation errors returned by GetNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (GetNamespaceRequestMultiError) AllErrors

func (m GetNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNamespaceRequestValidationError

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

GetNamespaceRequestValidationError is the validation error returned by GetNamespaceRequest.Validate if the designated constraints aren't met.

func (GetNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (GetNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetNamespaceRequestValidationError) Field

Field function returns field value.

func (GetNamespaceRequestValidationError) Key

Key function returns key value.

func (GetNamespaceRequestValidationError) Reason

Reason function returns reason value.

type GetNamespaceResponse

type GetNamespaceResponse struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceResponse) Descriptor deprecated

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

Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceResponse) GetNamespace

func (x *GetNamespaceResponse) GetNamespace() *Namespace

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) ProtoReflect

func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message

func (*GetNamespaceResponse) Reset

func (x *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) String

func (x *GetNamespaceResponse) String() string

func (*GetNamespaceResponse) Validate

func (m *GetNamespaceResponse) Validate() error

Validate checks the field values on GetNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNamespaceResponse) ValidateAll

func (m *GetNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on GetNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNamespaceResponseMultiError, or nil if none found.

type GetNamespaceResponseMultiError

type GetNamespaceResponseMultiError []error

GetNamespaceResponseMultiError is an error wrapping multiple validation errors returned by GetNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (GetNamespaceResponseMultiError) AllErrors

func (m GetNamespaceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNamespaceResponseValidationError

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

GetNamespaceResponseValidationError is the validation error returned by GetNamespaceResponse.Validate if the designated constraints aren't met.

func (GetNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (GetNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetNamespaceResponseValidationError) Field

Field function returns field value.

func (GetNamespaceResponseValidationError) Key

Key function returns key value.

func (GetNamespaceResponseValidationError) Reason

Reason function returns reason value.

type GetProviderRequest

type GetProviderRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProviderRequest) Descriptor deprecated

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

Deprecated: Use GetProviderRequest.ProtoReflect.Descriptor instead.

func (*GetProviderRequest) GetId

func (x *GetProviderRequest) GetId() uint64

func (*GetProviderRequest) ProtoMessage

func (*GetProviderRequest) ProtoMessage()

func (*GetProviderRequest) ProtoReflect

func (x *GetProviderRequest) ProtoReflect() protoreflect.Message

func (*GetProviderRequest) Reset

func (x *GetProviderRequest) Reset()

func (*GetProviderRequest) String

func (x *GetProviderRequest) String() string

func (*GetProviderRequest) Validate

func (m *GetProviderRequest) Validate() error

Validate checks the field values on GetProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProviderRequest) ValidateAll

func (m *GetProviderRequest) ValidateAll() error

ValidateAll checks the field values on GetProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProviderRequestMultiError, or nil if none found.

type GetProviderRequestMultiError

type GetProviderRequestMultiError []error

GetProviderRequestMultiError is an error wrapping multiple validation errors returned by GetProviderRequest.ValidateAll() if the designated constraints aren't met.

func (GetProviderRequestMultiError) AllErrors

func (m GetProviderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProviderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProviderRequestValidationError

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

GetProviderRequestValidationError is the validation error returned by GetProviderRequest.Validate if the designated constraints aren't met.

func (GetProviderRequestValidationError) Cause

Cause function returns cause value.

func (GetProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (GetProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (GetProviderRequestValidationError) Field

Field function returns field value.

func (GetProviderRequestValidationError) Key

Key function returns key value.

func (GetProviderRequestValidationError) Reason

Reason function returns reason value.

type GetProviderResponse

type GetProviderResponse struct {
	Provider *Provider `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProviderResponse) Descriptor deprecated

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

Deprecated: Use GetProviderResponse.ProtoReflect.Descriptor instead.

func (*GetProviderResponse) GetProvider

func (x *GetProviderResponse) GetProvider() *Provider

func (*GetProviderResponse) ProtoMessage

func (*GetProviderResponse) ProtoMessage()

func (*GetProviderResponse) ProtoReflect

func (x *GetProviderResponse) ProtoReflect() protoreflect.Message

func (*GetProviderResponse) Reset

func (x *GetProviderResponse) Reset()

func (*GetProviderResponse) String

func (x *GetProviderResponse) String() string

func (*GetProviderResponse) Validate

func (m *GetProviderResponse) Validate() error

Validate checks the field values on GetProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProviderResponse) ValidateAll

func (m *GetProviderResponse) ValidateAll() error

ValidateAll checks the field values on GetProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProviderResponseMultiError, or nil if none found.

type GetProviderResponseMultiError

type GetProviderResponseMultiError []error

GetProviderResponseMultiError is an error wrapping multiple validation errors returned by GetProviderResponse.ValidateAll() if the designated constraints aren't met.

func (GetProviderResponseMultiError) AllErrors

func (m GetProviderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProviderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProviderResponseValidationError

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

GetProviderResponseValidationError is the validation error returned by GetProviderResponse.Validate if the designated constraints aren't met.

func (GetProviderResponseValidationError) Cause

Cause function returns cause value.

func (GetProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (GetProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (GetProviderResponseValidationError) Field

Field function returns field value.

func (GetProviderResponseValidationError) Key

Key function returns key value.

func (GetProviderResponseValidationError) Reason

Reason function returns reason value.

type GetReceiverRequest

type GetReceiverRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReceiverRequest) Descriptor deprecated

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

Deprecated: Use GetReceiverRequest.ProtoReflect.Descriptor instead.

func (*GetReceiverRequest) GetId

func (x *GetReceiverRequest) GetId() uint64

func (*GetReceiverRequest) ProtoMessage

func (*GetReceiverRequest) ProtoMessage()

func (*GetReceiverRequest) ProtoReflect

func (x *GetReceiverRequest) ProtoReflect() protoreflect.Message

func (*GetReceiverRequest) Reset

func (x *GetReceiverRequest) Reset()

func (*GetReceiverRequest) String

func (x *GetReceiverRequest) String() string

func (*GetReceiverRequest) Validate

func (m *GetReceiverRequest) Validate() error

Validate checks the field values on GetReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetReceiverRequest) ValidateAll

func (m *GetReceiverRequest) ValidateAll() error

ValidateAll checks the field values on GetReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetReceiverRequestMultiError, or nil if none found.

type GetReceiverRequestMultiError

type GetReceiverRequestMultiError []error

GetReceiverRequestMultiError is an error wrapping multiple validation errors returned by GetReceiverRequest.ValidateAll() if the designated constraints aren't met.

func (GetReceiverRequestMultiError) AllErrors

func (m GetReceiverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetReceiverRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetReceiverRequestValidationError

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

GetReceiverRequestValidationError is the validation error returned by GetReceiverRequest.Validate if the designated constraints aren't met.

func (GetReceiverRequestValidationError) Cause

Cause function returns cause value.

func (GetReceiverRequestValidationError) Error

Error satisfies the builtin error interface

func (GetReceiverRequestValidationError) ErrorName

ErrorName returns error name.

func (GetReceiverRequestValidationError) Field

Field function returns field value.

func (GetReceiverRequestValidationError) Key

Key function returns key value.

func (GetReceiverRequestValidationError) Reason

Reason function returns reason value.

type GetReceiverResponse

type GetReceiverResponse struct {
	Receiver *Receiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReceiverResponse) Descriptor deprecated

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

Deprecated: Use GetReceiverResponse.ProtoReflect.Descriptor instead.

func (*GetReceiverResponse) GetReceiver

func (x *GetReceiverResponse) GetReceiver() *Receiver

func (*GetReceiverResponse) ProtoMessage

func (*GetReceiverResponse) ProtoMessage()

func (*GetReceiverResponse) ProtoReflect

func (x *GetReceiverResponse) ProtoReflect() protoreflect.Message

func (*GetReceiverResponse) Reset

func (x *GetReceiverResponse) Reset()

func (*GetReceiverResponse) String

func (x *GetReceiverResponse) String() string

func (*GetReceiverResponse) Validate

func (m *GetReceiverResponse) Validate() error

Validate checks the field values on GetReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetReceiverResponse) ValidateAll

func (m *GetReceiverResponse) ValidateAll() error

ValidateAll checks the field values on GetReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetReceiverResponseMultiError, or nil if none found.

type GetReceiverResponseMultiError

type GetReceiverResponseMultiError []error

GetReceiverResponseMultiError is an error wrapping multiple validation errors returned by GetReceiverResponse.ValidateAll() if the designated constraints aren't met.

func (GetReceiverResponseMultiError) AllErrors

func (m GetReceiverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetReceiverResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetReceiverResponseValidationError

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

GetReceiverResponseValidationError is the validation error returned by GetReceiverResponse.Validate if the designated constraints aren't met.

func (GetReceiverResponseValidationError) Cause

Cause function returns cause value.

func (GetReceiverResponseValidationError) Error

Error satisfies the builtin error interface

func (GetReceiverResponseValidationError) ErrorName

ErrorName returns error name.

func (GetReceiverResponseValidationError) Field

Field function returns field value.

func (GetReceiverResponseValidationError) Key

Key function returns key value.

func (GetReceiverResponseValidationError) Reason

Reason function returns reason value.

type GetSilenceRequest

type GetSilenceRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSilenceRequest) Descriptor deprecated

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

Deprecated: Use GetSilenceRequest.ProtoReflect.Descriptor instead.

func (*GetSilenceRequest) GetId

func (x *GetSilenceRequest) GetId() string

func (*GetSilenceRequest) ProtoMessage

func (*GetSilenceRequest) ProtoMessage()

func (*GetSilenceRequest) ProtoReflect

func (x *GetSilenceRequest) ProtoReflect() protoreflect.Message

func (*GetSilenceRequest) Reset

func (x *GetSilenceRequest) Reset()

func (*GetSilenceRequest) String

func (x *GetSilenceRequest) String() string

func (*GetSilenceRequest) Validate

func (m *GetSilenceRequest) Validate() error

Validate checks the field values on GetSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSilenceRequest) ValidateAll

func (m *GetSilenceRequest) ValidateAll() error

ValidateAll checks the field values on GetSilenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSilenceRequestMultiError, or nil if none found.

type GetSilenceRequestMultiError

type GetSilenceRequestMultiError []error

GetSilenceRequestMultiError is an error wrapping multiple validation errors returned by GetSilenceRequest.ValidateAll() if the designated constraints aren't met.

func (GetSilenceRequestMultiError) AllErrors

func (m GetSilenceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSilenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSilenceRequestValidationError

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

GetSilenceRequestValidationError is the validation error returned by GetSilenceRequest.Validate if the designated constraints aren't met.

func (GetSilenceRequestValidationError) Cause

Cause function returns cause value.

func (GetSilenceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSilenceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetSilenceRequestValidationError) Field

Field function returns field value.

func (GetSilenceRequestValidationError) Key

Key function returns key value.

func (GetSilenceRequestValidationError) Reason

Reason function returns reason value.

type GetSilenceResponse

type GetSilenceResponse struct {
	Silence *Silence `protobuf:"bytes,1,opt,name=silence,proto3" json:"silence,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSilenceResponse) Descriptor deprecated

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

Deprecated: Use GetSilenceResponse.ProtoReflect.Descriptor instead.

func (*GetSilenceResponse) GetSilence

func (x *GetSilenceResponse) GetSilence() *Silence

func (*GetSilenceResponse) ProtoMessage

func (*GetSilenceResponse) ProtoMessage()

func (*GetSilenceResponse) ProtoReflect

func (x *GetSilenceResponse) ProtoReflect() protoreflect.Message

func (*GetSilenceResponse) Reset

func (x *GetSilenceResponse) Reset()

func (*GetSilenceResponse) String

func (x *GetSilenceResponse) String() string

func (*GetSilenceResponse) Validate

func (m *GetSilenceResponse) Validate() error

Validate checks the field values on GetSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSilenceResponse) ValidateAll

func (m *GetSilenceResponse) ValidateAll() error

ValidateAll checks the field values on GetSilenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSilenceResponseMultiError, or nil if none found.

type GetSilenceResponseMultiError

type GetSilenceResponseMultiError []error

GetSilenceResponseMultiError is an error wrapping multiple validation errors returned by GetSilenceResponse.ValidateAll() if the designated constraints aren't met.

func (GetSilenceResponseMultiError) AllErrors

func (m GetSilenceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSilenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSilenceResponseValidationError

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

GetSilenceResponseValidationError is the validation error returned by GetSilenceResponse.Validate if the designated constraints aren't met.

func (GetSilenceResponseValidationError) Cause

Cause function returns cause value.

func (GetSilenceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSilenceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSilenceResponseValidationError) Field

Field function returns field value.

func (GetSilenceResponseValidationError) Key

Key function returns key value.

func (GetSilenceResponseValidationError) Reason

Reason function returns reason value.

type GetSubscriptionRequest

type GetSubscriptionRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use GetSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*GetSubscriptionRequest) GetId

func (x *GetSubscriptionRequest) GetId() uint64

func (*GetSubscriptionRequest) ProtoMessage

func (*GetSubscriptionRequest) ProtoMessage()

func (*GetSubscriptionRequest) ProtoReflect

func (x *GetSubscriptionRequest) ProtoReflect() protoreflect.Message

func (*GetSubscriptionRequest) Reset

func (x *GetSubscriptionRequest) Reset()

func (*GetSubscriptionRequest) String

func (x *GetSubscriptionRequest) String() string

func (*GetSubscriptionRequest) Validate

func (m *GetSubscriptionRequest) Validate() error

Validate checks the field values on GetSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscriptionRequest) ValidateAll

func (m *GetSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on GetSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscriptionRequestMultiError, or nil if none found.

type GetSubscriptionRequestMultiError

type GetSubscriptionRequestMultiError []error

GetSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by GetSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (GetSubscriptionRequestMultiError) AllErrors

func (m GetSubscriptionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscriptionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscriptionRequestValidationError

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

GetSubscriptionRequestValidationError is the validation error returned by GetSubscriptionRequest.Validate if the designated constraints aren't met.

func (GetSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (GetSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (GetSubscriptionRequestValidationError) Field

Field function returns field value.

func (GetSubscriptionRequestValidationError) Key

Key function returns key value.

func (GetSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type GetSubscriptionResponse

type GetSubscriptionResponse struct {
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use GetSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*GetSubscriptionResponse) GetSubscription

func (x *GetSubscriptionResponse) GetSubscription() *Subscription

func (*GetSubscriptionResponse) ProtoMessage

func (*GetSubscriptionResponse) ProtoMessage()

func (*GetSubscriptionResponse) ProtoReflect

func (x *GetSubscriptionResponse) ProtoReflect() protoreflect.Message

func (*GetSubscriptionResponse) Reset

func (x *GetSubscriptionResponse) Reset()

func (*GetSubscriptionResponse) String

func (x *GetSubscriptionResponse) String() string

func (*GetSubscriptionResponse) Validate

func (m *GetSubscriptionResponse) Validate() error

Validate checks the field values on GetSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscriptionResponse) ValidateAll

func (m *GetSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on GetSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscriptionResponseMultiError, or nil if none found.

type GetSubscriptionResponseMultiError

type GetSubscriptionResponseMultiError []error

GetSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by GetSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (GetSubscriptionResponseMultiError) AllErrors

func (m GetSubscriptionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscriptionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscriptionResponseValidationError

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

GetSubscriptionResponseValidationError is the validation error returned by GetSubscriptionResponse.Validate if the designated constraints aren't met.

func (GetSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (GetSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSubscriptionResponseValidationError) Field

Field function returns field value.

func (GetSubscriptionResponseValidationError) Key

Key function returns key value.

func (GetSubscriptionResponseValidationError) Reason

Reason function returns reason value.

type GetTemplateRequest

type GetTemplateRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateRequest) Descriptor deprecated

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

Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateRequest) GetName

func (x *GetTemplateRequest) GetName() string

func (*GetTemplateRequest) ProtoMessage

func (*GetTemplateRequest) ProtoMessage()

func (*GetTemplateRequest) ProtoReflect

func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message

func (*GetTemplateRequest) Reset

func (x *GetTemplateRequest) Reset()

func (*GetTemplateRequest) String

func (x *GetTemplateRequest) String() string

func (*GetTemplateRequest) Validate

func (m *GetTemplateRequest) Validate() error

Validate checks the field values on GetTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTemplateRequest) ValidateAll

func (m *GetTemplateRequest) ValidateAll() error

ValidateAll checks the field values on GetTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTemplateRequestMultiError, or nil if none found.

type GetTemplateRequestMultiError

type GetTemplateRequestMultiError []error

GetTemplateRequestMultiError is an error wrapping multiple validation errors returned by GetTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (GetTemplateRequestMultiError) AllErrors

func (m GetTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTemplateRequestValidationError

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

GetTemplateRequestValidationError is the validation error returned by GetTemplateRequest.Validate if the designated constraints aren't met.

func (GetTemplateRequestValidationError) Cause

Cause function returns cause value.

func (GetTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTemplateRequestValidationError) Field

Field function returns field value.

func (GetTemplateRequestValidationError) Key

Key function returns key value.

func (GetTemplateRequestValidationError) Reason

Reason function returns reason value.

type GetTemplateResponse

type GetTemplateResponse struct {
	Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateResponse) Descriptor deprecated

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

Deprecated: Use GetTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetTemplateResponse) GetTemplate

func (x *GetTemplateResponse) GetTemplate() *Template

func (*GetTemplateResponse) ProtoMessage

func (*GetTemplateResponse) ProtoMessage()

func (*GetTemplateResponse) ProtoReflect

func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message

func (*GetTemplateResponse) Reset

func (x *GetTemplateResponse) Reset()

func (*GetTemplateResponse) String

func (x *GetTemplateResponse) String() string

func (*GetTemplateResponse) Validate

func (m *GetTemplateResponse) Validate() error

Validate checks the field values on GetTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTemplateResponse) ValidateAll

func (m *GetTemplateResponse) ValidateAll() error

ValidateAll checks the field values on GetTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTemplateResponseMultiError, or nil if none found.

type GetTemplateResponseMultiError

type GetTemplateResponseMultiError []error

GetTemplateResponseMultiError is an error wrapping multiple validation errors returned by GetTemplateResponse.ValidateAll() if the designated constraints aren't met.

func (GetTemplateResponseMultiError) AllErrors

func (m GetTemplateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTemplateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTemplateResponseValidationError

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

GetTemplateResponseValidationError is the validation error returned by GetTemplateResponse.Validate if the designated constraints aren't met.

func (GetTemplateResponseValidationError) Cause

Cause function returns cause value.

func (GetTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTemplateResponseValidationError) Field

Field function returns field value.

func (GetTemplateResponseValidationError) Key

Key function returns key value.

func (GetTemplateResponseValidationError) Reason

Reason function returns reason value.

type Labels

type Labels struct {
	Severity string `protobuf:"bytes,1,opt,name=severity,proto3" json:"severity,omitempty"`
	// contains filtered or unexported fields
}

func (*Labels) Descriptor deprecated

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

Deprecated: Use Labels.ProtoReflect.Descriptor instead.

func (*Labels) GetSeverity

func (x *Labels) GetSeverity() string

func (*Labels) ProtoMessage

func (*Labels) ProtoMessage()

func (*Labels) ProtoReflect

func (x *Labels) ProtoReflect() protoreflect.Message

func (*Labels) Reset

func (x *Labels) Reset()

func (*Labels) String

func (x *Labels) String() string

func (*Labels) Validate

func (m *Labels) Validate() error

Validate checks the field values on Labels with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Labels) ValidateAll

func (m *Labels) ValidateAll() error

ValidateAll checks the field values on Labels with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LabelsMultiError, or nil if none found.

type LabelsMultiError

type LabelsMultiError []error

LabelsMultiError is an error wrapping multiple validation errors returned by Labels.ValidateAll() if the designated constraints aren't met.

func (LabelsMultiError) AllErrors

func (m LabelsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LabelsMultiError) Error

func (m LabelsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LabelsValidationError

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

LabelsValidationError is the validation error returned by Labels.Validate if the designated constraints aren't met.

func (LabelsValidationError) Cause

func (e LabelsValidationError) Cause() error

Cause function returns cause value.

func (LabelsValidationError) Error

func (e LabelsValidationError) Error() string

Error satisfies the builtin error interface

func (LabelsValidationError) ErrorName

func (e LabelsValidationError) ErrorName() string

ErrorName returns error name.

func (LabelsValidationError) Field

func (e LabelsValidationError) Field() string

Field function returns field value.

func (LabelsValidationError) Key

func (e LabelsValidationError) Key() bool

Key function returns key value.

func (LabelsValidationError) Reason

func (e LabelsValidationError) Reason() string

Reason function returns reason value.

type ListAlertsRequest

type ListAlertsRequest struct {
	ProviderType string `protobuf:"bytes,1,opt,name=provider_type,json=providerType,proto3" json:"provider_type,omitempty"`
	ProviderId   uint64 `protobuf:"varint,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	ResourceName string `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	StartTime    uint64 `protobuf:"varint,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime      uint64 `protobuf:"varint,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	NamespaceId  uint64 `protobuf:"varint,6,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	SilenceId    string `protobuf:"bytes,7,opt,name=silence_id,json=silenceId,proto3" json:"silence_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertsRequest) Descriptor deprecated

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

Deprecated: Use ListAlertsRequest.ProtoReflect.Descriptor instead.

func (*ListAlertsRequest) GetEndTime

func (x *ListAlertsRequest) GetEndTime() uint64

func (*ListAlertsRequest) GetNamespaceId

func (x *ListAlertsRequest) GetNamespaceId() uint64

func (*ListAlertsRequest) GetProviderId

func (x *ListAlertsRequest) GetProviderId() uint64

func (*ListAlertsRequest) GetProviderType

func (x *ListAlertsRequest) GetProviderType() string

func (*ListAlertsRequest) GetResourceName

func (x *ListAlertsRequest) GetResourceName() string

func (*ListAlertsRequest) GetSilenceId

func (x *ListAlertsRequest) GetSilenceId() string

func (*ListAlertsRequest) GetStartTime

func (x *ListAlertsRequest) GetStartTime() uint64

func (*ListAlertsRequest) ProtoMessage

func (*ListAlertsRequest) ProtoMessage()

func (*ListAlertsRequest) ProtoReflect

func (x *ListAlertsRequest) ProtoReflect() protoreflect.Message

func (*ListAlertsRequest) Reset

func (x *ListAlertsRequest) Reset()

func (*ListAlertsRequest) String

func (x *ListAlertsRequest) String() string

func (*ListAlertsRequest) Validate

func (m *ListAlertsRequest) Validate() error

Validate checks the field values on ListAlertsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAlertsRequest) ValidateAll

func (m *ListAlertsRequest) ValidateAll() error

ValidateAll checks the field values on ListAlertsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAlertsRequestMultiError, or nil if none found.

type ListAlertsRequestMultiError

type ListAlertsRequestMultiError []error

ListAlertsRequestMultiError is an error wrapping multiple validation errors returned by ListAlertsRequest.ValidateAll() if the designated constraints aren't met.

func (ListAlertsRequestMultiError) AllErrors

func (m ListAlertsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAlertsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAlertsRequestValidationError

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

ListAlertsRequestValidationError is the validation error returned by ListAlertsRequest.Validate if the designated constraints aren't met.

func (ListAlertsRequestValidationError) Cause

Cause function returns cause value.

func (ListAlertsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAlertsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAlertsRequestValidationError) Field

Field function returns field value.

func (ListAlertsRequestValidationError) Key

Key function returns key value.

func (ListAlertsRequestValidationError) Reason

Reason function returns reason value.

type ListAlertsResponse

type ListAlertsResponse struct {
	Alerts []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertsResponse) Descriptor deprecated

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

Deprecated: Use ListAlertsResponse.ProtoReflect.Descriptor instead.

func (*ListAlertsResponse) GetAlerts

func (x *ListAlertsResponse) GetAlerts() []*Alert

func (*ListAlertsResponse) ProtoMessage

func (*ListAlertsResponse) ProtoMessage()

func (*ListAlertsResponse) ProtoReflect

func (x *ListAlertsResponse) ProtoReflect() protoreflect.Message

func (*ListAlertsResponse) Reset

func (x *ListAlertsResponse) Reset()

func (*ListAlertsResponse) String

func (x *ListAlertsResponse) String() string

func (*ListAlertsResponse) Validate

func (m *ListAlertsResponse) Validate() error

Validate checks the field values on ListAlertsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAlertsResponse) ValidateAll

func (m *ListAlertsResponse) ValidateAll() error

ValidateAll checks the field values on ListAlertsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAlertsResponseMultiError, or nil if none found.

type ListAlertsResponseMultiError

type ListAlertsResponseMultiError []error

ListAlertsResponseMultiError is an error wrapping multiple validation errors returned by ListAlertsResponse.ValidateAll() if the designated constraints aren't met.

func (ListAlertsResponseMultiError) AllErrors

func (m ListAlertsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAlertsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAlertsResponseValidationError

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

ListAlertsResponseValidationError is the validation error returned by ListAlertsResponse.Validate if the designated constraints aren't met.

func (ListAlertsResponseValidationError) Cause

Cause function returns cause value.

func (ListAlertsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAlertsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAlertsResponseValidationError) Field

Field function returns field value.

func (ListAlertsResponseValidationError) Key

Key function returns key value.

func (ListAlertsResponseValidationError) Reason

Reason function returns reason value.

type ListNamespacesRequest

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

func (*ListNamespacesRequest) Descriptor deprecated

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

Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) ProtoReflect

func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message

func (*ListNamespacesRequest) Reset

func (x *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (x *ListNamespacesRequest) String() string

func (*ListNamespacesRequest) Validate

func (m *ListNamespacesRequest) Validate() error

Validate checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespacesRequest) ValidateAll

func (m *ListNamespacesRequest) ValidateAll() error

ValidateAll checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesRequestMultiError, or nil if none found.

type ListNamespacesRequestMultiError

type ListNamespacesRequestMultiError []error

ListNamespacesRequestMultiError is an error wrapping multiple validation errors returned by ListNamespacesRequest.ValidateAll() if the designated constraints aren't met.

func (ListNamespacesRequestMultiError) AllErrors

func (m ListNamespacesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNamespacesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespacesRequestValidationError

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

ListNamespacesRequestValidationError is the validation error returned by ListNamespacesRequest.Validate if the designated constraints aren't met.

func (ListNamespacesRequestValidationError) Cause

Cause function returns cause value.

func (ListNamespacesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListNamespacesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListNamespacesRequestValidationError) Field

Field function returns field value.

func (ListNamespacesRequestValidationError) Key

Key function returns key value.

func (ListNamespacesRequestValidationError) Reason

Reason function returns reason value.

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Namespaces []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponse) Descriptor deprecated

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

Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponse) GetNamespaces

func (x *ListNamespacesResponse) GetNamespaces() []*Namespace

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) ProtoReflect

func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message

func (*ListNamespacesResponse) Reset

func (x *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (x *ListNamespacesResponse) String() string

func (*ListNamespacesResponse) Validate

func (m *ListNamespacesResponse) Validate() error

Validate checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespacesResponse) ValidateAll

func (m *ListNamespacesResponse) ValidateAll() error

ValidateAll checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesResponseMultiError, or nil if none found.

type ListNamespacesResponseMultiError

type ListNamespacesResponseMultiError []error

ListNamespacesResponseMultiError is an error wrapping multiple validation errors returned by ListNamespacesResponse.ValidateAll() if the designated constraints aren't met.

func (ListNamespacesResponseMultiError) AllErrors

func (m ListNamespacesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNamespacesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespacesResponseValidationError

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

ListNamespacesResponseValidationError is the validation error returned by ListNamespacesResponse.Validate if the designated constraints aren't met.

func (ListNamespacesResponseValidationError) Cause

Cause function returns cause value.

func (ListNamespacesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListNamespacesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListNamespacesResponseValidationError) Field

Field function returns field value.

func (ListNamespacesResponseValidationError) Key

Key function returns key value.

func (ListNamespacesResponseValidationError) Reason

Reason function returns reason value.

type ListNotificationMessagesRequest added in v0.7.3

type ListNotificationMessagesRequest struct {
	NotificationId string `protobuf:"bytes,1,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationMessagesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListNotificationMessagesRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationMessagesRequest) GetNotificationId added in v0.7.3

func (x *ListNotificationMessagesRequest) GetNotificationId() string

func (*ListNotificationMessagesRequest) ProtoMessage added in v0.7.3

func (*ListNotificationMessagesRequest) ProtoMessage()

func (*ListNotificationMessagesRequest) ProtoReflect added in v0.7.3

func (*ListNotificationMessagesRequest) Reset added in v0.7.3

func (*ListNotificationMessagesRequest) String added in v0.7.3

func (*ListNotificationMessagesRequest) Validate added in v0.7.3

func (m *ListNotificationMessagesRequest) Validate() error

Validate checks the field values on ListNotificationMessagesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotificationMessagesRequest) ValidateAll added in v0.7.3

func (m *ListNotificationMessagesRequest) ValidateAll() error

ValidateAll checks the field values on ListNotificationMessagesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotificationMessagesRequestMultiError, or nil if none found.

type ListNotificationMessagesRequestMultiError added in v0.7.3

type ListNotificationMessagesRequestMultiError []error

ListNotificationMessagesRequestMultiError is an error wrapping multiple validation errors returned by ListNotificationMessagesRequest.ValidateAll() if the designated constraints aren't met.

func (ListNotificationMessagesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListNotificationMessagesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListNotificationMessagesRequestValidationError added in v0.7.3

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

ListNotificationMessagesRequestValidationError is the validation error returned by ListNotificationMessagesRequest.Validate if the designated constraints aren't met.

func (ListNotificationMessagesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListNotificationMessagesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListNotificationMessagesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListNotificationMessagesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListNotificationMessagesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListNotificationMessagesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListNotificationMessagesResponse added in v0.7.3

type ListNotificationMessagesResponse struct {
	Messages []*NotificationMessage `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationMessagesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListNotificationMessagesResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationMessagesResponse) GetMessages added in v0.7.3

func (*ListNotificationMessagesResponse) ProtoMessage added in v0.7.3

func (*ListNotificationMessagesResponse) ProtoMessage()

func (*ListNotificationMessagesResponse) ProtoReflect added in v0.7.3

func (*ListNotificationMessagesResponse) Reset added in v0.7.3

func (*ListNotificationMessagesResponse) String added in v0.7.3

func (*ListNotificationMessagesResponse) Validate added in v0.7.3

Validate checks the field values on ListNotificationMessagesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotificationMessagesResponse) ValidateAll added in v0.7.3

func (m *ListNotificationMessagesResponse) ValidateAll() error

ValidateAll checks the field values on ListNotificationMessagesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotificationMessagesResponseMultiError, or nil if none found.

type ListNotificationMessagesResponseMultiError added in v0.7.3

type ListNotificationMessagesResponseMultiError []error

ListNotificationMessagesResponseMultiError is an error wrapping multiple validation errors returned by ListNotificationMessagesResponse.ValidateAll() if the designated constraints aren't met.

func (ListNotificationMessagesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListNotificationMessagesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListNotificationMessagesResponseValidationError added in v0.7.3

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

ListNotificationMessagesResponseValidationError is the validation error returned by ListNotificationMessagesResponse.Validate if the designated constraints aren't met.

func (ListNotificationMessagesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListNotificationMessagesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListNotificationMessagesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListNotificationMessagesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListNotificationMessagesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListNotificationMessagesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListNotificationsRequest added in v0.7.4

type ListNotificationsRequest struct {
	Type              string            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Template          string            `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"`
	Labels            map[string]string `` /* 153-byte string literal not displayed */
	ReceiverSelectors map[string]string `` /* 200-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListNotificationsRequest) Descriptor deprecated added in v0.7.4

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

Deprecated: Use ListNotificationsRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationsRequest) GetLabels added in v0.7.4

func (x *ListNotificationsRequest) GetLabels() map[string]string

func (*ListNotificationsRequest) GetReceiverSelectors added in v0.7.4

func (x *ListNotificationsRequest) GetReceiverSelectors() map[string]string

func (*ListNotificationsRequest) GetTemplate added in v0.7.4

func (x *ListNotificationsRequest) GetTemplate() string

func (*ListNotificationsRequest) GetType added in v0.7.4

func (x *ListNotificationsRequest) GetType() string

func (*ListNotificationsRequest) ProtoMessage added in v0.7.4

func (*ListNotificationsRequest) ProtoMessage()

func (*ListNotificationsRequest) ProtoReflect added in v0.7.4

func (x *ListNotificationsRequest) ProtoReflect() protoreflect.Message

func (*ListNotificationsRequest) Reset added in v0.7.4

func (x *ListNotificationsRequest) Reset()

func (*ListNotificationsRequest) String added in v0.7.4

func (x *ListNotificationsRequest) String() string

func (*ListNotificationsRequest) Validate added in v0.7.4

func (m *ListNotificationsRequest) Validate() error

Validate checks the field values on ListNotificationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotificationsRequest) ValidateAll added in v0.7.4

func (m *ListNotificationsRequest) ValidateAll() error

ValidateAll checks the field values on ListNotificationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotificationsRequestMultiError, or nil if none found.

type ListNotificationsRequestMultiError added in v0.7.4

type ListNotificationsRequestMultiError []error

ListNotificationsRequestMultiError is an error wrapping multiple validation errors returned by ListNotificationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListNotificationsRequestMultiError) AllErrors added in v0.7.4

func (m ListNotificationsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNotificationsRequestMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ListNotificationsRequestValidationError added in v0.7.4

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

ListNotificationsRequestValidationError is the validation error returned by ListNotificationsRequest.Validate if the designated constraints aren't met.

func (ListNotificationsRequestValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ListNotificationsRequestValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ListNotificationsRequestValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ListNotificationsRequestValidationError) Field added in v0.7.4

Field function returns field value.

func (ListNotificationsRequestValidationError) Key added in v0.7.4

Key function returns key value.

func (ListNotificationsRequestValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ListNotificationsResponse added in v0.7.4

type ListNotificationsResponse struct {
	Notifications []*Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse) Descriptor deprecated added in v0.7.4

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

Deprecated: Use ListNotificationsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationsResponse) GetNotifications added in v0.7.4

func (x *ListNotificationsResponse) GetNotifications() []*Notification

func (*ListNotificationsResponse) ProtoMessage added in v0.7.4

func (*ListNotificationsResponse) ProtoMessage()

func (*ListNotificationsResponse) ProtoReflect added in v0.7.4

func (*ListNotificationsResponse) Reset added in v0.7.4

func (x *ListNotificationsResponse) Reset()

func (*ListNotificationsResponse) String added in v0.7.4

func (x *ListNotificationsResponse) String() string

func (*ListNotificationsResponse) Validate added in v0.7.4

func (m *ListNotificationsResponse) Validate() error

Validate checks the field values on ListNotificationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotificationsResponse) ValidateAll added in v0.7.4

func (m *ListNotificationsResponse) ValidateAll() error

ValidateAll checks the field values on ListNotificationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotificationsResponseMultiError, or nil if none found.

type ListNotificationsResponseMultiError added in v0.7.4

type ListNotificationsResponseMultiError []error

ListNotificationsResponseMultiError is an error wrapping multiple validation errors returned by ListNotificationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListNotificationsResponseMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ListNotificationsResponseMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ListNotificationsResponseValidationError added in v0.7.4

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

ListNotificationsResponseValidationError is the validation error returned by ListNotificationsResponse.Validate if the designated constraints aren't met.

func (ListNotificationsResponseValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ListNotificationsResponseValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ListNotificationsResponseValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ListNotificationsResponseValidationError) Field added in v0.7.4

Field function returns field value.

func (ListNotificationsResponseValidationError) Key added in v0.7.4

Key function returns key value.

func (ListNotificationsResponseValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ListProvidersRequest

type ListProvidersRequest struct {
	Urn  string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProvidersRequest) Descriptor deprecated

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

Deprecated: Use ListProvidersRequest.ProtoReflect.Descriptor instead.

func (*ListProvidersRequest) GetType

func (x *ListProvidersRequest) GetType() string

func (*ListProvidersRequest) GetUrn

func (x *ListProvidersRequest) GetUrn() string

func (*ListProvidersRequest) ProtoMessage

func (*ListProvidersRequest) ProtoMessage()

func (*ListProvidersRequest) ProtoReflect

func (x *ListProvidersRequest) ProtoReflect() protoreflect.Message

func (*ListProvidersRequest) Reset

func (x *ListProvidersRequest) Reset()

func (*ListProvidersRequest) String

func (x *ListProvidersRequest) String() string

func (*ListProvidersRequest) Validate

func (m *ListProvidersRequest) Validate() error

Validate checks the field values on ListProvidersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProvidersRequest) ValidateAll

func (m *ListProvidersRequest) ValidateAll() error

ValidateAll checks the field values on ListProvidersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProvidersRequestMultiError, or nil if none found.

type ListProvidersRequestMultiError

type ListProvidersRequestMultiError []error

ListProvidersRequestMultiError is an error wrapping multiple validation errors returned by ListProvidersRequest.ValidateAll() if the designated constraints aren't met.

func (ListProvidersRequestMultiError) AllErrors

func (m ListProvidersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProvidersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProvidersRequestValidationError

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

ListProvidersRequestValidationError is the validation error returned by ListProvidersRequest.Validate if the designated constraints aren't met.

func (ListProvidersRequestValidationError) Cause

Cause function returns cause value.

func (ListProvidersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListProvidersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListProvidersRequestValidationError) Field

Field function returns field value.

func (ListProvidersRequestValidationError) Key

Key function returns key value.

func (ListProvidersRequestValidationError) Reason

Reason function returns reason value.

type ListProvidersResponse

type ListProvidersResponse struct {
	Providers []*Provider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProvidersResponse) Descriptor deprecated

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

Deprecated: Use ListProvidersResponse.ProtoReflect.Descriptor instead.

func (*ListProvidersResponse) GetProviders

func (x *ListProvidersResponse) GetProviders() []*Provider

func (*ListProvidersResponse) ProtoMessage

func (*ListProvidersResponse) ProtoMessage()

func (*ListProvidersResponse) ProtoReflect

func (x *ListProvidersResponse) ProtoReflect() protoreflect.Message

func (*ListProvidersResponse) Reset

func (x *ListProvidersResponse) Reset()

func (*ListProvidersResponse) String

func (x *ListProvidersResponse) String() string

func (*ListProvidersResponse) Validate

func (m *ListProvidersResponse) Validate() error

Validate checks the field values on ListProvidersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProvidersResponse) ValidateAll

func (m *ListProvidersResponse) ValidateAll() error

ValidateAll checks the field values on ListProvidersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProvidersResponseMultiError, or nil if none found.

type ListProvidersResponseMultiError

type ListProvidersResponseMultiError []error

ListProvidersResponseMultiError is an error wrapping multiple validation errors returned by ListProvidersResponse.ValidateAll() if the designated constraints aren't met.

func (ListProvidersResponseMultiError) AllErrors

func (m ListProvidersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProvidersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProvidersResponseValidationError

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

ListProvidersResponseValidationError is the validation error returned by ListProvidersResponse.Validate if the designated constraints aren't met.

func (ListProvidersResponseValidationError) Cause

Cause function returns cause value.

func (ListProvidersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListProvidersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListProvidersResponseValidationError) Field

Field function returns field value.

func (ListProvidersResponseValidationError) Key

Key function returns key value.

func (ListProvidersResponseValidationError) Reason

Reason function returns reason value.

type ListReceiversRequest

type ListReceiversRequest struct {
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListReceiversRequest) Descriptor deprecated

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

Deprecated: Use ListReceiversRequest.ProtoReflect.Descriptor instead.

func (*ListReceiversRequest) GetLabels added in v0.6.5

func (x *ListReceiversRequest) GetLabels() map[string]string

func (*ListReceiversRequest) ProtoMessage

func (*ListReceiversRequest) ProtoMessage()

func (*ListReceiversRequest) ProtoReflect

func (x *ListReceiversRequest) ProtoReflect() protoreflect.Message

func (*ListReceiversRequest) Reset

func (x *ListReceiversRequest) Reset()

func (*ListReceiversRequest) String

func (x *ListReceiversRequest) String() string

func (*ListReceiversRequest) Validate

func (m *ListReceiversRequest) Validate() error

Validate checks the field values on ListReceiversRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListReceiversRequest) ValidateAll

func (m *ListReceiversRequest) ValidateAll() error

ValidateAll checks the field values on ListReceiversRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListReceiversRequestMultiError, or nil if none found.

type ListReceiversRequestMultiError

type ListReceiversRequestMultiError []error

ListReceiversRequestMultiError is an error wrapping multiple validation errors returned by ListReceiversRequest.ValidateAll() if the designated constraints aren't met.

func (ListReceiversRequestMultiError) AllErrors

func (m ListReceiversRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListReceiversRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListReceiversRequestValidationError

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

ListReceiversRequestValidationError is the validation error returned by ListReceiversRequest.Validate if the designated constraints aren't met.

func (ListReceiversRequestValidationError) Cause

Cause function returns cause value.

func (ListReceiversRequestValidationError) Error

Error satisfies the builtin error interface

func (ListReceiversRequestValidationError) ErrorName

ErrorName returns error name.

func (ListReceiversRequestValidationError) Field

Field function returns field value.

func (ListReceiversRequestValidationError) Key

Key function returns key value.

func (ListReceiversRequestValidationError) Reason

Reason function returns reason value.

type ListReceiversResponse

type ListReceiversResponse struct {
	Receivers []*Receiver `protobuf:"bytes,1,rep,name=receivers,proto3" json:"receivers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListReceiversResponse) Descriptor deprecated

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

Deprecated: Use ListReceiversResponse.ProtoReflect.Descriptor instead.

func (*ListReceiversResponse) GetReceivers

func (x *ListReceiversResponse) GetReceivers() []*Receiver

func (*ListReceiversResponse) ProtoMessage

func (*ListReceiversResponse) ProtoMessage()

func (*ListReceiversResponse) ProtoReflect

func (x *ListReceiversResponse) ProtoReflect() protoreflect.Message

func (*ListReceiversResponse) Reset

func (x *ListReceiversResponse) Reset()

func (*ListReceiversResponse) String

func (x *ListReceiversResponse) String() string

func (*ListReceiversResponse) Validate

func (m *ListReceiversResponse) Validate() error

Validate checks the field values on ListReceiversResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListReceiversResponse) ValidateAll

func (m *ListReceiversResponse) ValidateAll() error

ValidateAll checks the field values on ListReceiversResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListReceiversResponseMultiError, or nil if none found.

type ListReceiversResponseMultiError

type ListReceiversResponseMultiError []error

ListReceiversResponseMultiError is an error wrapping multiple validation errors returned by ListReceiversResponse.ValidateAll() if the designated constraints aren't met.

func (ListReceiversResponseMultiError) AllErrors

func (m ListReceiversResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListReceiversResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListReceiversResponseValidationError

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

ListReceiversResponseValidationError is the validation error returned by ListReceiversResponse.Validate if the designated constraints aren't met.

func (ListReceiversResponseValidationError) Cause

Cause function returns cause value.

func (ListReceiversResponseValidationError) Error

Error satisfies the builtin error interface

func (ListReceiversResponseValidationError) ErrorName

ErrorName returns error name.

func (ListReceiversResponseValidationError) Field

Field function returns field value.

func (ListReceiversResponseValidationError) Key

Key function returns key value.

func (ListReceiversResponseValidationError) Reason

Reason function returns reason value.

type ListRulesRequest

type ListRulesRequest struct {
	Name              string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace         string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	GroupName         string `protobuf:"bytes,3,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Template          string `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"`
	ProviderNamespace uint64 `protobuf:"varint,5,opt,name=provider_namespace,json=providerNamespace,proto3" json:"provider_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRulesRequest) Descriptor deprecated

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

Deprecated: Use ListRulesRequest.ProtoReflect.Descriptor instead.

func (*ListRulesRequest) GetGroupName

func (x *ListRulesRequest) GetGroupName() string

func (*ListRulesRequest) GetName

func (x *ListRulesRequest) GetName() string

func (*ListRulesRequest) GetNamespace

func (x *ListRulesRequest) GetNamespace() string

func (*ListRulesRequest) GetProviderNamespace

func (x *ListRulesRequest) GetProviderNamespace() uint64

func (*ListRulesRequest) GetTemplate

func (x *ListRulesRequest) GetTemplate() string

func (*ListRulesRequest) ProtoMessage

func (*ListRulesRequest) ProtoMessage()

func (*ListRulesRequest) ProtoReflect

func (x *ListRulesRequest) ProtoReflect() protoreflect.Message

func (*ListRulesRequest) Reset

func (x *ListRulesRequest) Reset()

func (*ListRulesRequest) String

func (x *ListRulesRequest) String() string

func (*ListRulesRequest) Validate

func (m *ListRulesRequest) Validate() error

Validate checks the field values on ListRulesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRulesRequest) ValidateAll

func (m *ListRulesRequest) ValidateAll() error

ValidateAll checks the field values on ListRulesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRulesRequestMultiError, or nil if none found.

type ListRulesRequestMultiError

type ListRulesRequestMultiError []error

ListRulesRequestMultiError is an error wrapping multiple validation errors returned by ListRulesRequest.ValidateAll() if the designated constraints aren't met.

func (ListRulesRequestMultiError) AllErrors

func (m ListRulesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRulesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRulesRequestValidationError

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

ListRulesRequestValidationError is the validation error returned by ListRulesRequest.Validate if the designated constraints aren't met.

func (ListRulesRequestValidationError) Cause

Cause function returns cause value.

func (ListRulesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRulesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRulesRequestValidationError) Field

Field function returns field value.

func (ListRulesRequestValidationError) Key

Key function returns key value.

func (ListRulesRequestValidationError) Reason

Reason function returns reason value.

type ListRulesResponse

type ListRulesResponse struct {
	Rules []*Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRulesResponse) Descriptor deprecated

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

Deprecated: Use ListRulesResponse.ProtoReflect.Descriptor instead.

func (*ListRulesResponse) GetRules

func (x *ListRulesResponse) GetRules() []*Rule

func (*ListRulesResponse) ProtoMessage

func (*ListRulesResponse) ProtoMessage()

func (*ListRulesResponse) ProtoReflect

func (x *ListRulesResponse) ProtoReflect() protoreflect.Message

func (*ListRulesResponse) Reset

func (x *ListRulesResponse) Reset()

func (*ListRulesResponse) String

func (x *ListRulesResponse) String() string

func (*ListRulesResponse) Validate

func (m *ListRulesResponse) Validate() error

Validate checks the field values on ListRulesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRulesResponse) ValidateAll

func (m *ListRulesResponse) ValidateAll() error

ValidateAll checks the field values on ListRulesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRulesResponseMultiError, or nil if none found.

type ListRulesResponseMultiError

type ListRulesResponseMultiError []error

ListRulesResponseMultiError is an error wrapping multiple validation errors returned by ListRulesResponse.ValidateAll() if the designated constraints aren't met.

func (ListRulesResponseMultiError) AllErrors

func (m ListRulesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRulesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRulesResponseValidationError

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

ListRulesResponseValidationError is the validation error returned by ListRulesResponse.Validate if the designated constraints aren't met.

func (ListRulesResponseValidationError) Cause

Cause function returns cause value.

func (ListRulesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRulesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRulesResponseValidationError) Field

Field function returns field value.

func (ListRulesResponseValidationError) Key

Key function returns key value.

func (ListRulesResponseValidationError) Reason

Reason function returns reason value.

type ListSilencesRequest

type ListSilencesRequest struct {
	SubscriptionId    uint64            `protobuf:"varint,1,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	NamespaceId       uint64            `protobuf:"varint,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	Match             map[string]string `` /* 151-byte string literal not displayed */
	SubscriptionMatch map[string]string `` /* 200-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListSilencesRequest) Descriptor deprecated

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

Deprecated: Use ListSilencesRequest.ProtoReflect.Descriptor instead.

func (*ListSilencesRequest) GetMatch

func (x *ListSilencesRequest) GetMatch() map[string]string

func (*ListSilencesRequest) GetNamespaceId

func (x *ListSilencesRequest) GetNamespaceId() uint64

func (*ListSilencesRequest) GetSubscriptionId

func (x *ListSilencesRequest) GetSubscriptionId() uint64

func (*ListSilencesRequest) GetSubscriptionMatch

func (x *ListSilencesRequest) GetSubscriptionMatch() map[string]string

func (*ListSilencesRequest) ProtoMessage

func (*ListSilencesRequest) ProtoMessage()

func (*ListSilencesRequest) ProtoReflect

func (x *ListSilencesRequest) ProtoReflect() protoreflect.Message

func (*ListSilencesRequest) Reset

func (x *ListSilencesRequest) Reset()

func (*ListSilencesRequest) String

func (x *ListSilencesRequest) String() string

func (*ListSilencesRequest) Validate

func (m *ListSilencesRequest) Validate() error

Validate checks the field values on ListSilencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSilencesRequest) ValidateAll

func (m *ListSilencesRequest) ValidateAll() error

ValidateAll checks the field values on ListSilencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSilencesRequestMultiError, or nil if none found.

type ListSilencesRequestMultiError

type ListSilencesRequestMultiError []error

ListSilencesRequestMultiError is an error wrapping multiple validation errors returned by ListSilencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListSilencesRequestMultiError) AllErrors

func (m ListSilencesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSilencesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListSilencesRequestValidationError

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

ListSilencesRequestValidationError is the validation error returned by ListSilencesRequest.Validate if the designated constraints aren't met.

func (ListSilencesRequestValidationError) Cause

Cause function returns cause value.

func (ListSilencesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListSilencesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListSilencesRequestValidationError) Field

Field function returns field value.

func (ListSilencesRequestValidationError) Key

Key function returns key value.

func (ListSilencesRequestValidationError) Reason

Reason function returns reason value.

type ListSilencesResponse

type ListSilencesResponse struct {
	Silences []*Silence `protobuf:"bytes,1,rep,name=silences,proto3" json:"silences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSilencesResponse) Descriptor deprecated

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

Deprecated: Use ListSilencesResponse.ProtoReflect.Descriptor instead.

func (*ListSilencesResponse) GetSilences

func (x *ListSilencesResponse) GetSilences() []*Silence

func (*ListSilencesResponse) ProtoMessage

func (*ListSilencesResponse) ProtoMessage()

func (*ListSilencesResponse) ProtoReflect

func (x *ListSilencesResponse) ProtoReflect() protoreflect.Message

func (*ListSilencesResponse) Reset

func (x *ListSilencesResponse) Reset()

func (*ListSilencesResponse) String

func (x *ListSilencesResponse) String() string

func (*ListSilencesResponse) Validate

func (m *ListSilencesResponse) Validate() error

Validate checks the field values on ListSilencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSilencesResponse) ValidateAll

func (m *ListSilencesResponse) ValidateAll() error

ValidateAll checks the field values on ListSilencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSilencesResponseMultiError, or nil if none found.

type ListSilencesResponseMultiError

type ListSilencesResponseMultiError []error

ListSilencesResponseMultiError is an error wrapping multiple validation errors returned by ListSilencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListSilencesResponseMultiError) AllErrors

func (m ListSilencesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSilencesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListSilencesResponseValidationError

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

ListSilencesResponseValidationError is the validation error returned by ListSilencesResponse.Validate if the designated constraints aren't met.

func (ListSilencesResponseValidationError) Cause

Cause function returns cause value.

func (ListSilencesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListSilencesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListSilencesResponseValidationError) Field

Field function returns field value.

func (ListSilencesResponseValidationError) Key

Key function returns key value.

func (ListSilencesResponseValidationError) Reason

Reason function returns reason value.

type ListSubscriptionsRequest

type ListSubscriptionsRequest struct {
	NamespaceId       uint64            `protobuf:"varint,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	Match             map[string]string `` /* 151-byte string literal not displayed */
	NotificationMatch map[string]string `` /* 200-byte string literal not displayed */
	SilenceId         string            `protobuf:"bytes,4,opt,name=silence_id,json=silenceId,proto3" json:"silence_id,omitempty"`
	Metadata          map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListSubscriptionsRequest) Descriptor deprecated

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

Deprecated: Use ListSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsRequest) GetMatch

func (x *ListSubscriptionsRequest) GetMatch() map[string]string

func (*ListSubscriptionsRequest) GetMetadata added in v0.6.4

func (x *ListSubscriptionsRequest) GetMetadata() map[string]string

func (*ListSubscriptionsRequest) GetNamespaceId

func (x *ListSubscriptionsRequest) GetNamespaceId() uint64

func (*ListSubscriptionsRequest) GetNotificationMatch

func (x *ListSubscriptionsRequest) GetNotificationMatch() map[string]string

func (*ListSubscriptionsRequest) GetSilenceId

func (x *ListSubscriptionsRequest) GetSilenceId() string

func (*ListSubscriptionsRequest) ProtoMessage

func (*ListSubscriptionsRequest) ProtoMessage()

func (*ListSubscriptionsRequest) ProtoReflect

func (x *ListSubscriptionsRequest) ProtoReflect() protoreflect.Message

func (*ListSubscriptionsRequest) Reset

func (x *ListSubscriptionsRequest) Reset()

func (*ListSubscriptionsRequest) String

func (x *ListSubscriptionsRequest) String() string

func (*ListSubscriptionsRequest) Validate

func (m *ListSubscriptionsRequest) Validate() error

Validate checks the field values on ListSubscriptionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSubscriptionsRequest) ValidateAll

func (m *ListSubscriptionsRequest) ValidateAll() error

ValidateAll checks the field values on ListSubscriptionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSubscriptionsRequestMultiError, or nil if none found.

type ListSubscriptionsRequestMultiError

type ListSubscriptionsRequestMultiError []error

ListSubscriptionsRequestMultiError is an error wrapping multiple validation errors returned by ListSubscriptionsRequest.ValidateAll() if the designated constraints aren't met.

func (ListSubscriptionsRequestMultiError) AllErrors

func (m ListSubscriptionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListSubscriptionsRequestValidationError

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

ListSubscriptionsRequestValidationError is the validation error returned by ListSubscriptionsRequest.Validate if the designated constraints aren't met.

func (ListSubscriptionsRequestValidationError) Cause

Cause function returns cause value.

func (ListSubscriptionsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListSubscriptionsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListSubscriptionsRequestValidationError) Field

Field function returns field value.

func (ListSubscriptionsRequestValidationError) Key

Key function returns key value.

func (ListSubscriptionsRequestValidationError) Reason

Reason function returns reason value.

type ListSubscriptionsResponse

type ListSubscriptionsResponse struct {
	Subscriptions []*Subscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsResponse) Descriptor deprecated

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

Deprecated: Use ListSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsResponse) GetSubscriptions

func (x *ListSubscriptionsResponse) GetSubscriptions() []*Subscription

func (*ListSubscriptionsResponse) ProtoMessage

func (*ListSubscriptionsResponse) ProtoMessage()

func (*ListSubscriptionsResponse) ProtoReflect

func (*ListSubscriptionsResponse) Reset

func (x *ListSubscriptionsResponse) Reset()

func (*ListSubscriptionsResponse) String

func (x *ListSubscriptionsResponse) String() string

func (*ListSubscriptionsResponse) Validate

func (m *ListSubscriptionsResponse) Validate() error

Validate checks the field values on ListSubscriptionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSubscriptionsResponse) ValidateAll

func (m *ListSubscriptionsResponse) ValidateAll() error

ValidateAll checks the field values on ListSubscriptionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSubscriptionsResponseMultiError, or nil if none found.

type ListSubscriptionsResponseMultiError

type ListSubscriptionsResponseMultiError []error

ListSubscriptionsResponseMultiError is an error wrapping multiple validation errors returned by ListSubscriptionsResponse.ValidateAll() if the designated constraints aren't met.

func (ListSubscriptionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListSubscriptionsResponseValidationError

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

ListSubscriptionsResponseValidationError is the validation error returned by ListSubscriptionsResponse.Validate if the designated constraints aren't met.

func (ListSubscriptionsResponseValidationError) Cause

Cause function returns cause value.

func (ListSubscriptionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListSubscriptionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListSubscriptionsResponseValidationError) Field

Field function returns field value.

func (ListSubscriptionsResponseValidationError) Key

Key function returns key value.

func (ListSubscriptionsResponseValidationError) Reason

Reason function returns reason value.

type ListTemplatesRequest

type ListTemplatesRequest struct {
	Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListTemplatesRequest) GetTag

func (x *ListTemplatesRequest) GetTag() string

func (*ListTemplatesRequest) ProtoMessage

func (*ListTemplatesRequest) ProtoMessage()

func (*ListTemplatesRequest) ProtoReflect

func (x *ListTemplatesRequest) ProtoReflect() protoreflect.Message

func (*ListTemplatesRequest) Reset

func (x *ListTemplatesRequest) Reset()

func (*ListTemplatesRequest) String

func (x *ListTemplatesRequest) String() string

func (*ListTemplatesRequest) Validate

func (m *ListTemplatesRequest) Validate() error

Validate checks the field values on ListTemplatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListTemplatesRequest) ValidateAll

func (m *ListTemplatesRequest) ValidateAll() error

ValidateAll checks the field values on ListTemplatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListTemplatesRequestMultiError, or nil if none found.

type ListTemplatesRequestMultiError

type ListTemplatesRequestMultiError []error

ListTemplatesRequestMultiError is an error wrapping multiple validation errors returned by ListTemplatesRequest.ValidateAll() if the designated constraints aren't met.

func (ListTemplatesRequestMultiError) AllErrors

func (m ListTemplatesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListTemplatesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListTemplatesRequestValidationError

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

ListTemplatesRequestValidationError is the validation error returned by ListTemplatesRequest.Validate if the designated constraints aren't met.

func (ListTemplatesRequestValidationError) Cause

Cause function returns cause value.

func (ListTemplatesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListTemplatesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListTemplatesRequestValidationError) Field

Field function returns field value.

func (ListTemplatesRequestValidationError) Key

Key function returns key value.

func (ListTemplatesRequestValidationError) Reason

Reason function returns reason value.

type ListTemplatesResponse

type ListTemplatesResponse struct {
	Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListTemplatesResponse) GetTemplates

func (x *ListTemplatesResponse) GetTemplates() []*Template

func (*ListTemplatesResponse) ProtoMessage

func (*ListTemplatesResponse) ProtoMessage()

func (*ListTemplatesResponse) ProtoReflect

func (x *ListTemplatesResponse) ProtoReflect() protoreflect.Message

func (*ListTemplatesResponse) Reset

func (x *ListTemplatesResponse) Reset()

func (*ListTemplatesResponse) String

func (x *ListTemplatesResponse) String() string

func (*ListTemplatesResponse) Validate

func (m *ListTemplatesResponse) Validate() error

Validate checks the field values on ListTemplatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListTemplatesResponse) ValidateAll

func (m *ListTemplatesResponse) ValidateAll() error

ValidateAll checks the field values on ListTemplatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListTemplatesResponseMultiError, or nil if none found.

type ListTemplatesResponseMultiError

type ListTemplatesResponseMultiError []error

ListTemplatesResponseMultiError is an error wrapping multiple validation errors returned by ListTemplatesResponse.ValidateAll() if the designated constraints aren't met.

func (ListTemplatesResponseMultiError) AllErrors

func (m ListTemplatesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListTemplatesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListTemplatesResponseValidationError

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

ListTemplatesResponseValidationError is the validation error returned by ListTemplatesResponse.Validate if the designated constraints aren't met.

func (ListTemplatesResponseValidationError) Cause

Cause function returns cause value.

func (ListTemplatesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListTemplatesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListTemplatesResponseValidationError) Field

Field function returns field value.

func (ListTemplatesResponseValidationError) Key

Key function returns key value.

func (ListTemplatesResponseValidationError) Reason

Reason function returns reason value.

type Namespace

type Namespace struct {
	Id          uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Urn         string                 `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Name        string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Provider    uint64                 `protobuf:"varint,4,opt,name=provider,proto3" json:"provider,omitempty"`
	Credentials *structpb.Struct       `protobuf:"bytes,5,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

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

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetCreatedAt

func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp

func (*Namespace) GetCredentials

func (x *Namespace) GetCredentials() *structpb.Struct

func (*Namespace) GetId

func (x *Namespace) GetId() uint64

func (*Namespace) GetLabels

func (x *Namespace) GetLabels() map[string]string

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetProvider

func (x *Namespace) GetProvider() uint64

func (*Namespace) GetUpdatedAt

func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp

func (*Namespace) GetUrn

func (x *Namespace) GetUrn() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

func (*Namespace) Validate

func (m *Namespace) Validate() error

Validate checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Namespace) ValidateAll

func (m *Namespace) ValidateAll() error

ValidateAll checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamespaceMultiError, or nil if none found.

type NamespaceMultiError

type NamespaceMultiError []error

NamespaceMultiError is an error wrapping multiple validation errors returned by Namespace.ValidateAll() if the designated constraints aren't met.

func (NamespaceMultiError) AllErrors

func (m NamespaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamespaceMultiError) Error

func (m NamespaceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamespaceValidationError

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

NamespaceValidationError is the validation error returned by Namespace.Validate if the designated constraints aren't met.

func (NamespaceValidationError) Cause

func (e NamespaceValidationError) Cause() error

Cause function returns cause value.

func (NamespaceValidationError) Error

func (e NamespaceValidationError) Error() string

Error satisfies the builtin error interface

func (NamespaceValidationError) ErrorName

func (e NamespaceValidationError) ErrorName() string

ErrorName returns error name.

func (NamespaceValidationError) Field

func (e NamespaceValidationError) Field() string

Field function returns field value.

func (NamespaceValidationError) Key

Key function returns key value.

func (NamespaceValidationError) Reason

func (e NamespaceValidationError) Reason() string

Reason function returns reason value.

type Notification added in v0.7.4

type Notification struct {
	Id                string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NamespaceId       uint64                 `protobuf:"varint,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	Type              string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Data              *structpb.Struct       `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	Labels            map[string]string      `` /* 153-byte string literal not displayed */
	ValidDuration     *durationpb.Duration   `protobuf:"bytes,6,opt,name=valid_duration,json=validDuration,proto3" json:"valid_duration,omitempty"`
	Template          string                 `protobuf:"bytes,7,opt,name=template,proto3" json:"template,omitempty"`
	CreateAt          *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	UniqueKey         string                 `protobuf:"bytes,9,opt,name=unique_key,json=uniqueKey,proto3" json:"unique_key,omitempty"`
	ReceiverSelectors []*ReceiverSelector    `protobuf:"bytes,10,rep,name=receiver_selectors,json=receiverSelectors,proto3" json:"receiver_selectors,omitempty"`
	// contains filtered or unexported fields
}

func (*Notification) Descriptor deprecated added in v0.7.4

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

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) GetCreateAt added in v0.7.4

func (x *Notification) GetCreateAt() *timestamppb.Timestamp

func (*Notification) GetData added in v0.7.4

func (x *Notification) GetData() *structpb.Struct

func (*Notification) GetId added in v0.7.4

func (x *Notification) GetId() string

func (*Notification) GetLabels added in v0.7.4

func (x *Notification) GetLabels() map[string]string

func (*Notification) GetNamespaceId added in v0.7.4

func (x *Notification) GetNamespaceId() uint64

func (*Notification) GetReceiverSelectors added in v0.7.4

func (x *Notification) GetReceiverSelectors() []*ReceiverSelector

func (*Notification) GetTemplate added in v0.7.4

func (x *Notification) GetTemplate() string

func (*Notification) GetType added in v0.7.4

func (x *Notification) GetType() string

func (*Notification) GetUniqueKey added in v0.7.4

func (x *Notification) GetUniqueKey() string

func (*Notification) GetValidDuration added in v0.7.4

func (x *Notification) GetValidDuration() *durationpb.Duration

func (*Notification) ProtoMessage added in v0.7.4

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect added in v0.7.4

func (x *Notification) ProtoReflect() protoreflect.Message

func (*Notification) Reset added in v0.7.4

func (x *Notification) Reset()

func (*Notification) String added in v0.7.4

func (x *Notification) String() string

func (*Notification) Validate added in v0.7.4

func (m *Notification) Validate() error

Validate checks the field values on Notification with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Notification) ValidateAll added in v0.7.4

func (m *Notification) ValidateAll() error

ValidateAll checks the field values on Notification with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotificationMultiError, or nil if none found.

type NotificationMessage added in v0.7.3

type NotificationMessage struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NotificationId string                 `protobuf:"bytes,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	Status         string                 `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	ReceiverType   string                 `protobuf:"bytes,4,opt,name=receiver_type,json=receiverType,proto3" json:"receiver_type,omitempty"`
	Details        *structpb.Struct       `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"`
	LastError      string                 `protobuf:"bytes,6,opt,name=last_error,json=lastError,proto3" json:"last_error,omitempty"`
	MaxTries       uint64                 `protobuf:"varint,7,opt,name=max_tries,json=maxTries,proto3" json:"max_tries,omitempty"`
	TryCount       uint64                 `protobuf:"varint,8,opt,name=try_count,json=tryCount,proto3" json:"try_count,omitempty"`
	Retryable      bool                   `protobuf:"varint,9,opt,name=retryable,proto3" json:"retryable,omitempty"`
	ExpiredAt      *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Configs        *structpb.Struct       `protobuf:"bytes,13,opt,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationMessage) Descriptor deprecated added in v0.7.3

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

Deprecated: Use NotificationMessage.ProtoReflect.Descriptor instead.

func (*NotificationMessage) GetConfigs added in v0.7.4

func (x *NotificationMessage) GetConfigs() *structpb.Struct

func (*NotificationMessage) GetCreatedAt added in v0.7.3

func (x *NotificationMessage) GetCreatedAt() *timestamppb.Timestamp

func (*NotificationMessage) GetDetails added in v0.7.3

func (x *NotificationMessage) GetDetails() *structpb.Struct

func (*NotificationMessage) GetExpiredAt added in v0.7.3

func (x *NotificationMessage) GetExpiredAt() *timestamppb.Timestamp

func (*NotificationMessage) GetId added in v0.7.3

func (x *NotificationMessage) GetId() string

func (*NotificationMessage) GetLastError added in v0.7.3

func (x *NotificationMessage) GetLastError() string

func (*NotificationMessage) GetMaxTries added in v0.7.3

func (x *NotificationMessage) GetMaxTries() uint64

func (*NotificationMessage) GetNotificationId added in v0.7.3

func (x *NotificationMessage) GetNotificationId() string

func (*NotificationMessage) GetReceiverType added in v0.7.3

func (x *NotificationMessage) GetReceiverType() string

func (*NotificationMessage) GetRetryable added in v0.7.3

func (x *NotificationMessage) GetRetryable() bool

func (*NotificationMessage) GetStatus added in v0.7.3

func (x *NotificationMessage) GetStatus() string

func (*NotificationMessage) GetTryCount added in v0.7.3

func (x *NotificationMessage) GetTryCount() uint64

func (*NotificationMessage) GetUpdatedAt added in v0.7.3

func (x *NotificationMessage) GetUpdatedAt() *timestamppb.Timestamp

func (*NotificationMessage) ProtoMessage added in v0.7.3

func (*NotificationMessage) ProtoMessage()

func (*NotificationMessage) ProtoReflect added in v0.7.3

func (x *NotificationMessage) ProtoReflect() protoreflect.Message

func (*NotificationMessage) Reset added in v0.7.3

func (x *NotificationMessage) Reset()

func (*NotificationMessage) String added in v0.7.3

func (x *NotificationMessage) String() string

func (*NotificationMessage) Validate added in v0.7.3

func (m *NotificationMessage) Validate() error

Validate checks the field values on NotificationMessage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NotificationMessage) ValidateAll added in v0.7.3

func (m *NotificationMessage) ValidateAll() error

ValidateAll checks the field values on NotificationMessage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotificationMessageMultiError, or nil if none found.

type NotificationMessageMultiError added in v0.7.3

type NotificationMessageMultiError []error

NotificationMessageMultiError is an error wrapping multiple validation errors returned by NotificationMessage.ValidateAll() if the designated constraints aren't met.

func (NotificationMessageMultiError) AllErrors added in v0.7.3

func (m NotificationMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotificationMessageMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type NotificationMessageValidationError added in v0.7.3

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

NotificationMessageValidationError is the validation error returned by NotificationMessage.Validate if the designated constraints aren't met.

func (NotificationMessageValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (NotificationMessageValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (NotificationMessageValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (NotificationMessageValidationError) Field added in v0.7.3

Field function returns field value.

func (NotificationMessageValidationError) Key added in v0.7.3

Key function returns key value.

func (NotificationMessageValidationError) Reason added in v0.7.3

Reason function returns reason value.

type NotificationMultiError added in v0.7.4

type NotificationMultiError []error

NotificationMultiError is an error wrapping multiple validation errors returned by Notification.ValidateAll() if the designated constraints aren't met.

func (NotificationMultiError) AllErrors added in v0.7.4

func (m NotificationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotificationMultiError) Error added in v0.7.4

func (m NotificationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NotificationValidationError added in v0.7.4

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

NotificationValidationError is the validation error returned by Notification.Validate if the designated constraints aren't met.

func (NotificationValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (NotificationValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (NotificationValidationError) ErrorName added in v0.7.4

func (e NotificationValidationError) ErrorName() string

ErrorName returns error name.

func (NotificationValidationError) Field added in v0.7.4

Field function returns field value.

func (NotificationValidationError) Key added in v0.7.4

Key function returns key value.

func (NotificationValidationError) Reason added in v0.7.4

Reason function returns reason value.

type NotifyReceiverRequest deprecated

type NotifyReceiverRequest struct {
	Id      uint64           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Payload *structpb.Struct `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Do not use.

func (*NotifyReceiverRequest) Descriptor deprecated

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

Deprecated: Use NotifyReceiverRequest.ProtoReflect.Descriptor instead.

func (*NotifyReceiverRequest) GetId

func (x *NotifyReceiverRequest) GetId() uint64

func (*NotifyReceiverRequest) GetPayload

func (x *NotifyReceiverRequest) GetPayload() *structpb.Struct

func (*NotifyReceiverRequest) ProtoMessage

func (*NotifyReceiverRequest) ProtoMessage()

func (*NotifyReceiverRequest) ProtoReflect

func (x *NotifyReceiverRequest) ProtoReflect() protoreflect.Message

func (*NotifyReceiverRequest) Reset

func (x *NotifyReceiverRequest) Reset()

func (*NotifyReceiverRequest) String

func (x *NotifyReceiverRequest) String() string

func (*NotifyReceiverRequest) Validate

func (m *NotifyReceiverRequest) Validate() error

Validate checks the field values on NotifyReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NotifyReceiverRequest) ValidateAll

func (m *NotifyReceiverRequest) ValidateAll() error

ValidateAll checks the field values on NotifyReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotifyReceiverRequestMultiError, or nil if none found.

type NotifyReceiverRequestMultiError

type NotifyReceiverRequestMultiError []error

NotifyReceiverRequestMultiError is an error wrapping multiple validation errors returned by NotifyReceiverRequest.ValidateAll() if the designated constraints aren't met.

func (NotifyReceiverRequestMultiError) AllErrors

func (m NotifyReceiverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotifyReceiverRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NotifyReceiverRequestValidationError

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

NotifyReceiverRequestValidationError is the validation error returned by NotifyReceiverRequest.Validate if the designated constraints aren't met.

func (NotifyReceiverRequestValidationError) Cause

Cause function returns cause value.

func (NotifyReceiverRequestValidationError) Error

Error satisfies the builtin error interface

func (NotifyReceiverRequestValidationError) ErrorName

ErrorName returns error name.

func (NotifyReceiverRequestValidationError) Field

Field function returns field value.

func (NotifyReceiverRequestValidationError) Key

Key function returns key value.

func (NotifyReceiverRequestValidationError) Reason

Reason function returns reason value.

type NotifyReceiverResponse deprecated

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

Deprecated: Do not use.

func (*NotifyReceiverResponse) Descriptor deprecated

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

Deprecated: Use NotifyReceiverResponse.ProtoReflect.Descriptor instead.

func (*NotifyReceiverResponse) ProtoMessage

func (*NotifyReceiverResponse) ProtoMessage()

func (*NotifyReceiverResponse) ProtoReflect

func (x *NotifyReceiverResponse) ProtoReflect() protoreflect.Message

func (*NotifyReceiverResponse) Reset

func (x *NotifyReceiverResponse) Reset()

func (*NotifyReceiverResponse) String

func (x *NotifyReceiverResponse) String() string

func (*NotifyReceiverResponse) Validate

func (m *NotifyReceiverResponse) Validate() error

Validate checks the field values on NotifyReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NotifyReceiverResponse) ValidateAll

func (m *NotifyReceiverResponse) ValidateAll() error

ValidateAll checks the field values on NotifyReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotifyReceiverResponseMultiError, or nil if none found.

type NotifyReceiverResponseMultiError

type NotifyReceiverResponseMultiError []error

NotifyReceiverResponseMultiError is an error wrapping multiple validation errors returned by NotifyReceiverResponse.ValidateAll() if the designated constraints aren't met.

func (NotifyReceiverResponseMultiError) AllErrors

func (m NotifyReceiverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotifyReceiverResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NotifyReceiverResponseValidationError

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

NotifyReceiverResponseValidationError is the validation error returned by NotifyReceiverResponse.Validate if the designated constraints aren't met.

func (NotifyReceiverResponseValidationError) Cause

Cause function returns cause value.

func (NotifyReceiverResponseValidationError) Error

Error satisfies the builtin error interface

func (NotifyReceiverResponseValidationError) ErrorName

ErrorName returns error name.

func (NotifyReceiverResponseValidationError) Field

Field function returns field value.

func (NotifyReceiverResponseValidationError) Key

Key function returns key value.

func (NotifyReceiverResponseValidationError) Reason

Reason function returns reason value.

type PostNotificationRequest added in v0.7.0

type PostNotificationRequest struct {
	Receivers []*structpb.Struct `protobuf:"bytes,1,rep,name=receivers,proto3" json:"receivers,omitempty"`
	Data      *structpb.Struct   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Labels    map[string]string  `` /* 153-byte string literal not displayed */
	Template  string             `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*PostNotificationRequest) Descriptor deprecated added in v0.7.0

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

Deprecated: Use PostNotificationRequest.ProtoReflect.Descriptor instead.

func (*PostNotificationRequest) GetData added in v0.7.0

func (x *PostNotificationRequest) GetData() *structpb.Struct

func (*PostNotificationRequest) GetLabels added in v0.7.0

func (x *PostNotificationRequest) GetLabels() map[string]string

func (*PostNotificationRequest) GetReceivers added in v0.7.0

func (x *PostNotificationRequest) GetReceivers() []*structpb.Struct

func (*PostNotificationRequest) GetTemplate added in v0.7.1

func (x *PostNotificationRequest) GetTemplate() string

func (*PostNotificationRequest) ProtoMessage added in v0.7.0

func (*PostNotificationRequest) ProtoMessage()

func (*PostNotificationRequest) ProtoReflect added in v0.7.0

func (x *PostNotificationRequest) ProtoReflect() protoreflect.Message

func (*PostNotificationRequest) Reset added in v0.7.0

func (x *PostNotificationRequest) Reset()

func (*PostNotificationRequest) String added in v0.7.0

func (x *PostNotificationRequest) String() string

func (*PostNotificationRequest) Validate added in v0.7.0

func (m *PostNotificationRequest) Validate() error

Validate checks the field values on PostNotificationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PostNotificationRequest) ValidateAll added in v0.7.0

func (m *PostNotificationRequest) ValidateAll() error

ValidateAll checks the field values on PostNotificationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostNotificationRequestMultiError, or nil if none found.

type PostNotificationRequestMultiError added in v0.7.0

type PostNotificationRequestMultiError []error

PostNotificationRequestMultiError is an error wrapping multiple validation errors returned by PostNotificationRequest.ValidateAll() if the designated constraints aren't met.

func (PostNotificationRequestMultiError) AllErrors added in v0.7.0

func (m PostNotificationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostNotificationRequestMultiError) Error added in v0.7.0

Error returns a concatenation of all the error messages it wraps.

type PostNotificationRequestValidationError added in v0.7.0

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

PostNotificationRequestValidationError is the validation error returned by PostNotificationRequest.Validate if the designated constraints aren't met.

func (PostNotificationRequestValidationError) Cause added in v0.7.0

Cause function returns cause value.

func (PostNotificationRequestValidationError) Error added in v0.7.0

Error satisfies the builtin error interface

func (PostNotificationRequestValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (PostNotificationRequestValidationError) Field added in v0.7.0

Field function returns field value.

func (PostNotificationRequestValidationError) Key added in v0.7.0

Key function returns key value.

func (PostNotificationRequestValidationError) Reason added in v0.7.0

Reason function returns reason value.

type PostNotificationResponse added in v0.7.0

type PostNotificationResponse struct {
	NotificationId string `protobuf:"bytes,1,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PostNotificationResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use PostNotificationResponse.ProtoReflect.Descriptor instead.

func (*PostNotificationResponse) GetNotificationId added in v0.7.0

func (x *PostNotificationResponse) GetNotificationId() string

func (*PostNotificationResponse) ProtoMessage added in v0.7.0

func (*PostNotificationResponse) ProtoMessage()

func (*PostNotificationResponse) ProtoReflect added in v0.7.0

func (x *PostNotificationResponse) ProtoReflect() protoreflect.Message

func (*PostNotificationResponse) Reset added in v0.7.0

func (x *PostNotificationResponse) Reset()

func (*PostNotificationResponse) String added in v0.7.0

func (x *PostNotificationResponse) String() string

func (*PostNotificationResponse) Validate added in v0.7.0

func (m *PostNotificationResponse) Validate() error

Validate checks the field values on PostNotificationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PostNotificationResponse) ValidateAll added in v0.7.0

func (m *PostNotificationResponse) ValidateAll() error

ValidateAll checks the field values on PostNotificationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostNotificationResponseMultiError, or nil if none found.

type PostNotificationResponseMultiError added in v0.7.0

type PostNotificationResponseMultiError []error

PostNotificationResponseMultiError is an error wrapping multiple validation errors returned by PostNotificationResponse.ValidateAll() if the designated constraints aren't met.

func (PostNotificationResponseMultiError) AllErrors added in v0.7.0

func (m PostNotificationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostNotificationResponseMultiError) Error added in v0.7.0

Error returns a concatenation of all the error messages it wraps.

type PostNotificationResponseValidationError added in v0.7.0

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

PostNotificationResponseValidationError is the validation error returned by PostNotificationResponse.Validate if the designated constraints aren't met.

func (PostNotificationResponseValidationError) Cause added in v0.7.0

Cause function returns cause value.

func (PostNotificationResponseValidationError) Error added in v0.7.0

Error satisfies the builtin error interface

func (PostNotificationResponseValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (PostNotificationResponseValidationError) Field added in v0.7.0

Field function returns field value.

func (PostNotificationResponseValidationError) Key added in v0.7.0

Key function returns key value.

func (PostNotificationResponseValidationError) Reason added in v0.7.0

Reason function returns reason value.

type Provider

type Provider struct {
	Id          uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Host        string                 `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Urn         string                 `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	Name        string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Type        string                 `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Credentials *structpb.Struct       `protobuf:"bytes,6,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Provider) Descriptor deprecated

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

Deprecated: Use Provider.ProtoReflect.Descriptor instead.

func (*Provider) GetCreatedAt

func (x *Provider) GetCreatedAt() *timestamppb.Timestamp

func (*Provider) GetCredentials

func (x *Provider) GetCredentials() *structpb.Struct

func (*Provider) GetHost

func (x *Provider) GetHost() string

func (*Provider) GetId

func (x *Provider) GetId() uint64

func (*Provider) GetLabels

func (x *Provider) GetLabels() map[string]string

func (*Provider) GetName

func (x *Provider) GetName() string

func (*Provider) GetType

func (x *Provider) GetType() string

func (*Provider) GetUpdatedAt

func (x *Provider) GetUpdatedAt() *timestamppb.Timestamp

func (*Provider) GetUrn

func (x *Provider) GetUrn() string

func (*Provider) ProtoMessage

func (*Provider) ProtoMessage()

func (*Provider) ProtoReflect

func (x *Provider) ProtoReflect() protoreflect.Message

func (*Provider) Reset

func (x *Provider) Reset()

func (*Provider) String

func (x *Provider) String() string

func (*Provider) Validate

func (m *Provider) Validate() error

Validate checks the field values on Provider with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Provider) ValidateAll

func (m *Provider) ValidateAll() error

ValidateAll checks the field values on Provider with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProviderMultiError, or nil if none found.

type ProviderMultiError

type ProviderMultiError []error

ProviderMultiError is an error wrapping multiple validation errors returned by Provider.ValidateAll() if the designated constraints aren't met.

func (ProviderMultiError) AllErrors

func (m ProviderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProviderMultiError) Error

func (m ProviderMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProviderValidationError

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

ProviderValidationError is the validation error returned by Provider.Validate if the designated constraints aren't met.

func (ProviderValidationError) Cause

func (e ProviderValidationError) Cause() error

Cause function returns cause value.

func (ProviderValidationError) Error

func (e ProviderValidationError) Error() string

Error satisfies the builtin error interface

func (ProviderValidationError) ErrorName

func (e ProviderValidationError) ErrorName() string

ErrorName returns error name.

func (ProviderValidationError) Field

func (e ProviderValidationError) Field() string

Field function returns field value.

func (ProviderValidationError) Key

func (e ProviderValidationError) Key() bool

Key function returns key value.

func (ProviderValidationError) Reason

func (e ProviderValidationError) Reason() string

Reason function returns reason value.

type Receiver

type Receiver struct {
	Id             uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type           string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Labels         map[string]string      `` /* 153-byte string literal not displayed */
	Configurations *structpb.Struct       `protobuf:"bytes,5,opt,name=configurations,proto3" json:"configurations,omitempty"`
	Data           *structpb.Struct       `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ParentId       uint64                 `protobuf:"varint,9,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Receiver) Descriptor deprecated

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

Deprecated: Use Receiver.ProtoReflect.Descriptor instead.

func (*Receiver) GetConfigurations

func (x *Receiver) GetConfigurations() *structpb.Struct

func (*Receiver) GetCreatedAt

func (x *Receiver) GetCreatedAt() *timestamppb.Timestamp

func (*Receiver) GetData

func (x *Receiver) GetData() *structpb.Struct

func (*Receiver) GetId

func (x *Receiver) GetId() uint64

func (*Receiver) GetLabels

func (x *Receiver) GetLabels() map[string]string

func (*Receiver) GetName

func (x *Receiver) GetName() string

func (*Receiver) GetParentId added in v0.6.5

func (x *Receiver) GetParentId() uint64

func (*Receiver) GetType

func (x *Receiver) GetType() string

func (*Receiver) GetUpdatedAt

func (x *Receiver) GetUpdatedAt() *timestamppb.Timestamp

func (*Receiver) ProtoMessage

func (*Receiver) ProtoMessage()

func (*Receiver) ProtoReflect

func (x *Receiver) ProtoReflect() protoreflect.Message

func (*Receiver) Reset

func (x *Receiver) Reset()

func (*Receiver) String

func (x *Receiver) String() string

func (*Receiver) Validate

func (m *Receiver) Validate() error

Validate checks the field values on Receiver with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Receiver) ValidateAll

func (m *Receiver) ValidateAll() error

ValidateAll checks the field values on Receiver with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReceiverMultiError, or nil if none found.

type ReceiverMetadata

type ReceiverMetadata struct {
	Id            uint64           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Configuration *structpb.Struct `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiverMetadata) Descriptor deprecated

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

Deprecated: Use ReceiverMetadata.ProtoReflect.Descriptor instead.

func (*ReceiverMetadata) GetConfiguration

func (x *ReceiverMetadata) GetConfiguration() *structpb.Struct

func (*ReceiverMetadata) GetId

func (x *ReceiverMetadata) GetId() uint64

func (*ReceiverMetadata) ProtoMessage

func (*ReceiverMetadata) ProtoMessage()

func (*ReceiverMetadata) ProtoReflect

func (x *ReceiverMetadata) ProtoReflect() protoreflect.Message

func (*ReceiverMetadata) Reset

func (x *ReceiverMetadata) Reset()

func (*ReceiverMetadata) String

func (x *ReceiverMetadata) String() string

func (*ReceiverMetadata) Validate

func (m *ReceiverMetadata) Validate() error

Validate checks the field values on ReceiverMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReceiverMetadata) ValidateAll

func (m *ReceiverMetadata) ValidateAll() error

ValidateAll checks the field values on ReceiverMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReceiverMetadataMultiError, or nil if none found.

type ReceiverMetadataMultiError

type ReceiverMetadataMultiError []error

ReceiverMetadataMultiError is an error wrapping multiple validation errors returned by ReceiverMetadata.ValidateAll() if the designated constraints aren't met.

func (ReceiverMetadataMultiError) AllErrors

func (m ReceiverMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReceiverMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReceiverMetadataValidationError

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

ReceiverMetadataValidationError is the validation error returned by ReceiverMetadata.Validate if the designated constraints aren't met.

func (ReceiverMetadataValidationError) Cause

Cause function returns cause value.

func (ReceiverMetadataValidationError) Error

Error satisfies the builtin error interface

func (ReceiverMetadataValidationError) ErrorName

ErrorName returns error name.

func (ReceiverMetadataValidationError) Field

Field function returns field value.

func (ReceiverMetadataValidationError) Key

Key function returns key value.

func (ReceiverMetadataValidationError) Reason

Reason function returns reason value.

type ReceiverMultiError

type ReceiverMultiError []error

ReceiverMultiError is an error wrapping multiple validation errors returned by Receiver.ValidateAll() if the designated constraints aren't met.

func (ReceiverMultiError) AllErrors

func (m ReceiverMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReceiverMultiError) Error

func (m ReceiverMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReceiverSelector added in v0.7.4

type ReceiverSelector struct {
	ReceiverSelector map[string]string `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ReceiverSelector) Descriptor deprecated added in v0.7.4

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

Deprecated: Use ReceiverSelector.ProtoReflect.Descriptor instead.

func (*ReceiverSelector) GetReceiverSelector added in v0.7.4

func (x *ReceiverSelector) GetReceiverSelector() map[string]string

func (*ReceiverSelector) ProtoMessage added in v0.7.4

func (*ReceiverSelector) ProtoMessage()

func (*ReceiverSelector) ProtoReflect added in v0.7.4

func (x *ReceiverSelector) ProtoReflect() protoreflect.Message

func (*ReceiverSelector) Reset added in v0.7.4

func (x *ReceiverSelector) Reset()

func (*ReceiverSelector) String added in v0.7.4

func (x *ReceiverSelector) String() string

func (*ReceiverSelector) Validate added in v0.7.4

func (m *ReceiverSelector) Validate() error

Validate checks the field values on ReceiverSelector with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReceiverSelector) ValidateAll added in v0.7.4

func (m *ReceiverSelector) ValidateAll() error

ValidateAll checks the field values on ReceiverSelector with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReceiverSelectorMultiError, or nil if none found.

type ReceiverSelectorMultiError added in v0.7.4

type ReceiverSelectorMultiError []error

ReceiverSelectorMultiError is an error wrapping multiple validation errors returned by ReceiverSelector.ValidateAll() if the designated constraints aren't met.

func (ReceiverSelectorMultiError) AllErrors added in v0.7.4

func (m ReceiverSelectorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReceiverSelectorMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ReceiverSelectorValidationError added in v0.7.4

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

ReceiverSelectorValidationError is the validation error returned by ReceiverSelector.Validate if the designated constraints aren't met.

func (ReceiverSelectorValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ReceiverSelectorValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ReceiverSelectorValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ReceiverSelectorValidationError) Field added in v0.7.4

Field function returns field value.

func (ReceiverSelectorValidationError) Key added in v0.7.4

Key function returns key value.

func (ReceiverSelectorValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ReceiverValidationError

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

ReceiverValidationError is the validation error returned by Receiver.Validate if the designated constraints aren't met.

func (ReceiverValidationError) Cause

func (e ReceiverValidationError) Cause() error

Cause function returns cause value.

func (ReceiverValidationError) Error

func (e ReceiverValidationError) Error() string

Error satisfies the builtin error interface

func (ReceiverValidationError) ErrorName

func (e ReceiverValidationError) ErrorName() string

ErrorName returns error name.

func (ReceiverValidationError) Field

func (e ReceiverValidationError) Field() string

Field function returns field value.

func (ReceiverValidationError) Key

func (e ReceiverValidationError) Key() bool

Key function returns key value.

func (ReceiverValidationError) Reason

func (e ReceiverValidationError) Reason() string

Reason function returns reason value.

type RenderTemplateRequest

type RenderTemplateRequest struct {
	Name      string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Variables map[string]string `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RenderTemplateRequest) Descriptor deprecated

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

Deprecated: Use RenderTemplateRequest.ProtoReflect.Descriptor instead.

func (*RenderTemplateRequest) GetName

func (x *RenderTemplateRequest) GetName() string

func (*RenderTemplateRequest) GetVariables

func (x *RenderTemplateRequest) GetVariables() map[string]string

func (*RenderTemplateRequest) ProtoMessage

func (*RenderTemplateRequest) ProtoMessage()

func (*RenderTemplateRequest) ProtoReflect

func (x *RenderTemplateRequest) ProtoReflect() protoreflect.Message

func (*RenderTemplateRequest) Reset

func (x *RenderTemplateRequest) Reset()

func (*RenderTemplateRequest) String

func (x *RenderTemplateRequest) String() string

func (*RenderTemplateRequest) Validate

func (m *RenderTemplateRequest) Validate() error

Validate checks the field values on RenderTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenderTemplateRequest) ValidateAll

func (m *RenderTemplateRequest) ValidateAll() error

ValidateAll checks the field values on RenderTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenderTemplateRequestMultiError, or nil if none found.

type RenderTemplateRequestMultiError

type RenderTemplateRequestMultiError []error

RenderTemplateRequestMultiError is an error wrapping multiple validation errors returned by RenderTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (RenderTemplateRequestMultiError) AllErrors

func (m RenderTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RenderTemplateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RenderTemplateRequestValidationError

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

RenderTemplateRequestValidationError is the validation error returned by RenderTemplateRequest.Validate if the designated constraints aren't met.

func (RenderTemplateRequestValidationError) Cause

Cause function returns cause value.

func (RenderTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (RenderTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (RenderTemplateRequestValidationError) Field

Field function returns field value.

func (RenderTemplateRequestValidationError) Key

Key function returns key value.

func (RenderTemplateRequestValidationError) Reason

Reason function returns reason value.

type RenderTemplateResponse

type RenderTemplateResponse struct {
	Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*RenderTemplateResponse) Descriptor deprecated

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

Deprecated: Use RenderTemplateResponse.ProtoReflect.Descriptor instead.

func (*RenderTemplateResponse) GetBody

func (x *RenderTemplateResponse) GetBody() string

func (*RenderTemplateResponse) ProtoMessage

func (*RenderTemplateResponse) ProtoMessage()

func (*RenderTemplateResponse) ProtoReflect

func (x *RenderTemplateResponse) ProtoReflect() protoreflect.Message

func (*RenderTemplateResponse) Reset

func (x *RenderTemplateResponse) Reset()

func (*RenderTemplateResponse) String

func (x *RenderTemplateResponse) String() string

func (*RenderTemplateResponse) Validate

func (m *RenderTemplateResponse) Validate() error

Validate checks the field values on RenderTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenderTemplateResponse) ValidateAll

func (m *RenderTemplateResponse) ValidateAll() error

ValidateAll checks the field values on RenderTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenderTemplateResponseMultiError, or nil if none found.

type RenderTemplateResponseMultiError

type RenderTemplateResponseMultiError []error

RenderTemplateResponseMultiError is an error wrapping multiple validation errors returned by RenderTemplateResponse.ValidateAll() if the designated constraints aren't met.

func (RenderTemplateResponseMultiError) AllErrors

func (m RenderTemplateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RenderTemplateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RenderTemplateResponseValidationError

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

RenderTemplateResponseValidationError is the validation error returned by RenderTemplateResponse.Validate if the designated constraints aren't met.

func (RenderTemplateResponseValidationError) Cause

Cause function returns cause value.

func (RenderTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (RenderTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (RenderTemplateResponseValidationError) Field

Field function returns field value.

func (RenderTemplateResponseValidationError) Key

Key function returns key value.

func (RenderTemplateResponseValidationError) Reason

Reason function returns reason value.

type Rule

type Rule struct {
	Id                uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Enabled           bool                   `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	GroupName         string                 `protobuf:"bytes,4,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Namespace         string                 `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Template          string                 `protobuf:"bytes,6,opt,name=template,proto3" json:"template,omitempty"`
	Variables         []*Variables           `protobuf:"bytes,7,rep,name=variables,proto3" json:"variables,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ProviderNamespace uint64                 `protobuf:"varint,10,opt,name=provider_namespace,json=providerNamespace,proto3" json:"provider_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

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

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetCreatedAt

func (x *Rule) GetCreatedAt() *timestamppb.Timestamp

func (*Rule) GetEnabled

func (x *Rule) GetEnabled() bool

func (*Rule) GetGroupName

func (x *Rule) GetGroupName() string

func (*Rule) GetId

func (x *Rule) GetId() uint64

func (*Rule) GetName

func (x *Rule) GetName() string

func (*Rule) GetNamespace

func (x *Rule) GetNamespace() string

func (*Rule) GetProviderNamespace

func (x *Rule) GetProviderNamespace() uint64

func (*Rule) GetTemplate

func (x *Rule) GetTemplate() string

func (*Rule) GetUpdatedAt

func (x *Rule) GetUpdatedAt() *timestamppb.Timestamp

func (*Rule) GetVariables

func (x *Rule) GetVariables() []*Variables

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

func (x *Rule) ProtoReflect() protoreflect.Message

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

func (*Rule) Validate

func (m *Rule) Validate() error

Validate checks the field values on Rule with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Rule) ValidateAll

func (m *Rule) ValidateAll() error

ValidateAll checks the field values on Rule with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RuleMultiError, or nil if none found.

type RuleMultiError

type RuleMultiError []error

RuleMultiError is an error wrapping multiple validation errors returned by Rule.ValidateAll() if the designated constraints aren't met.

func (RuleMultiError) AllErrors

func (m RuleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RuleMultiError) Error

func (m RuleMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RuleValidationError

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

RuleValidationError is the validation error returned by Rule.Validate if the designated constraints aren't met.

func (RuleValidationError) Cause

func (e RuleValidationError) Cause() error

Cause function returns cause value.

func (RuleValidationError) Error

func (e RuleValidationError) Error() string

Error satisfies the builtin error interface

func (RuleValidationError) ErrorName

func (e RuleValidationError) ErrorName() string

ErrorName returns error name.

func (RuleValidationError) Field

func (e RuleValidationError) Field() string

Field function returns field value.

func (RuleValidationError) Key

func (e RuleValidationError) Key() bool

Key function returns key value.

func (RuleValidationError) Reason

func (e RuleValidationError) Reason() string

Reason function returns reason value.

type Silence

type Silence struct {
	Id               string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NamespaceId      uint64                 `protobuf:"varint,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	Type             string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	TargetId         uint64                 `protobuf:"varint,4,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	TargetExpression *structpb.Struct       `protobuf:"bytes,5,opt,name=target_expression,json=targetExpression,proto3" json:"target_expression,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	DeletedAt        *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Silence) Descriptor deprecated

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

Deprecated: Use Silence.ProtoReflect.Descriptor instead.

func (*Silence) GetCreatedAt

func (x *Silence) GetCreatedAt() *timestamppb.Timestamp

func (*Silence) GetDeletedAt

func (x *Silence) GetDeletedAt() *timestamppb.Timestamp

func (*Silence) GetId

func (x *Silence) GetId() string

func (*Silence) GetNamespaceId

func (x *Silence) GetNamespaceId() uint64

func (*Silence) GetTargetExpression

func (x *Silence) GetTargetExpression() *structpb.Struct

func (*Silence) GetTargetId

func (x *Silence) GetTargetId() uint64

func (*Silence) GetType

func (x *Silence) GetType() string

func (*Silence) GetUpdatedAt

func (x *Silence) GetUpdatedAt() *timestamppb.Timestamp

func (*Silence) ProtoMessage

func (*Silence) ProtoMessage()

func (*Silence) ProtoReflect

func (x *Silence) ProtoReflect() protoreflect.Message

func (*Silence) Reset

func (x *Silence) Reset()

func (*Silence) String

func (x *Silence) String() string

func (*Silence) Validate

func (m *Silence) Validate() error

Validate checks the field values on Silence with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Silence) ValidateAll

func (m *Silence) ValidateAll() error

ValidateAll checks the field values on Silence with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SilenceMultiError, or nil if none found.

type SilenceMultiError

type SilenceMultiError []error

SilenceMultiError is an error wrapping multiple validation errors returned by Silence.ValidateAll() if the designated constraints aren't met.

func (SilenceMultiError) AllErrors

func (m SilenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SilenceMultiError) Error

func (m SilenceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SilenceValidationError

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

SilenceValidationError is the validation error returned by Silence.Validate if the designated constraints aren't met.

func (SilenceValidationError) Cause

func (e SilenceValidationError) Cause() error

Cause function returns cause value.

func (SilenceValidationError) Error

func (e SilenceValidationError) Error() string

Error satisfies the builtin error interface

func (SilenceValidationError) ErrorName

func (e SilenceValidationError) ErrorName() string

ErrorName returns error name.

func (SilenceValidationError) Field

func (e SilenceValidationError) Field() string

Field function returns field value.

func (SilenceValidationError) Key

func (e SilenceValidationError) Key() bool

Key function returns key value.

func (SilenceValidationError) Reason

func (e SilenceValidationError) Reason() string

Reason function returns reason value.

type SirenServiceClient

type SirenServiceClient interface {
	ListProviders(ctx context.Context, in *ListProvidersRequest, opts ...grpc.CallOption) (*ListProvidersResponse, error)
	CreateProvider(ctx context.Context, in *CreateProviderRequest, opts ...grpc.CallOption) (*CreateProviderResponse, error)
	GetProvider(ctx context.Context, in *GetProviderRequest, opts ...grpc.CallOption) (*GetProviderResponse, error)
	UpdateProvider(ctx context.Context, in *UpdateProviderRequest, opts ...grpc.CallOption) (*UpdateProviderResponse, error)
	DeleteProvider(ctx context.Context, in *DeleteProviderRequest, opts ...grpc.CallOption) (*DeleteProviderResponse, error)
	// Deprecated: Do not use.
	NotifyReceiver(ctx context.Context, in *NotifyReceiverRequest, opts ...grpc.CallOption) (*NotifyReceiverResponse, error)
	ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
	GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error)
	UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*UpdateNamespaceResponse, error)
	DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*DeleteNamespaceResponse, error)
	ListSubscriptions(ctx context.Context, in *ListSubscriptionsRequest, opts ...grpc.CallOption) (*ListSubscriptionsResponse, error)
	CreateSubscription(ctx context.Context, in *CreateSubscriptionRequest, opts ...grpc.CallOption) (*CreateSubscriptionResponse, error)
	GetSubscription(ctx context.Context, in *GetSubscriptionRequest, opts ...grpc.CallOption) (*GetSubscriptionResponse, error)
	UpdateSubscription(ctx context.Context, in *UpdateSubscriptionRequest, opts ...grpc.CallOption) (*UpdateSubscriptionResponse, error)
	DeleteSubscription(ctx context.Context, in *DeleteSubscriptionRequest, opts ...grpc.CallOption) (*DeleteSubscriptionResponse, error)
	ListReceivers(ctx context.Context, in *ListReceiversRequest, opts ...grpc.CallOption) (*ListReceiversResponse, error)
	CreateReceiver(ctx context.Context, in *CreateReceiverRequest, opts ...grpc.CallOption) (*CreateReceiverResponse, error)
	GetReceiver(ctx context.Context, in *GetReceiverRequest, opts ...grpc.CallOption) (*GetReceiverResponse, error)
	UpdateReceiver(ctx context.Context, in *UpdateReceiverRequest, opts ...grpc.CallOption) (*UpdateReceiverResponse, error)
	DeleteReceiver(ctx context.Context, in *DeleteReceiverRequest, opts ...grpc.CallOption) (*DeleteReceiverResponse, error)
	ListAlerts(ctx context.Context, in *ListAlertsRequest, opts ...grpc.CallOption) (*ListAlertsResponse, error)
	CreateAlerts(ctx context.Context, in *CreateAlertsRequest, opts ...grpc.CallOption) (*CreateAlertsResponse, error)
	CreateAlertsWithNamespace(ctx context.Context, in *CreateAlertsWithNamespaceRequest, opts ...grpc.CallOption) (*CreateAlertsWithNamespaceResponse, error)
	ListRules(ctx context.Context, in *ListRulesRequest, opts ...grpc.CallOption) (*ListRulesResponse, error)
	UpdateRule(ctx context.Context, in *UpdateRuleRequest, opts ...grpc.CallOption) (*UpdateRuleResponse, error)
	ListTemplates(ctx context.Context, in *ListTemplatesRequest, opts ...grpc.CallOption) (*ListTemplatesResponse, error)
	GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...grpc.CallOption) (*GetTemplateResponse, error)
	UpsertTemplate(ctx context.Context, in *UpsertTemplateRequest, opts ...grpc.CallOption) (*UpsertTemplateResponse, error)
	DeleteTemplate(ctx context.Context, in *DeleteTemplateRequest, opts ...grpc.CallOption) (*DeleteTemplateResponse, error)
	RenderTemplate(ctx context.Context, in *RenderTemplateRequest, opts ...grpc.CallOption) (*RenderTemplateResponse, error)
	CreateSilence(ctx context.Context, in *CreateSilenceRequest, opts ...grpc.CallOption) (*CreateSilenceResponse, error)
	ListSilences(ctx context.Context, in *ListSilencesRequest, opts ...grpc.CallOption) (*ListSilencesResponse, error)
	GetSilence(ctx context.Context, in *GetSilenceRequest, opts ...grpc.CallOption) (*GetSilenceResponse, error)
	ExpireSilence(ctx context.Context, in *ExpireSilenceRequest, opts ...grpc.CallOption) (*ExpireSilenceResponse, error)
	PostNotification(ctx context.Context, in *PostNotificationRequest, opts ...grpc.CallOption) (*PostNotificationResponse, error)
	ListNotificationMessages(ctx context.Context, in *ListNotificationMessagesRequest, opts ...grpc.CallOption) (*ListNotificationMessagesResponse, error)
	ListNotifications(ctx context.Context, in *ListNotificationsRequest, opts ...grpc.CallOption) (*ListNotificationsResponse, error)
}

SirenServiceClient is the client API for SirenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SirenServiceServer

type SirenServiceServer interface {
	ListProviders(context.Context, *ListProvidersRequest) (*ListProvidersResponse, error)
	CreateProvider(context.Context, *CreateProviderRequest) (*CreateProviderResponse, error)
	GetProvider(context.Context, *GetProviderRequest) (*GetProviderResponse, error)
	UpdateProvider(context.Context, *UpdateProviderRequest) (*UpdateProviderResponse, error)
	DeleteProvider(context.Context, *DeleteProviderRequest) (*DeleteProviderResponse, error)
	// Deprecated: Do not use.
	NotifyReceiver(context.Context, *NotifyReceiverRequest) (*NotifyReceiverResponse, error)
	ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
	GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error)
	UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*UpdateNamespaceResponse, error)
	DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*DeleteNamespaceResponse, error)
	ListSubscriptions(context.Context, *ListSubscriptionsRequest) (*ListSubscriptionsResponse, error)
	CreateSubscription(context.Context, *CreateSubscriptionRequest) (*CreateSubscriptionResponse, error)
	GetSubscription(context.Context, *GetSubscriptionRequest) (*GetSubscriptionResponse, error)
	UpdateSubscription(context.Context, *UpdateSubscriptionRequest) (*UpdateSubscriptionResponse, error)
	DeleteSubscription(context.Context, *DeleteSubscriptionRequest) (*DeleteSubscriptionResponse, error)
	ListReceivers(context.Context, *ListReceiversRequest) (*ListReceiversResponse, error)
	CreateReceiver(context.Context, *CreateReceiverRequest) (*CreateReceiverResponse, error)
	GetReceiver(context.Context, *GetReceiverRequest) (*GetReceiverResponse, error)
	UpdateReceiver(context.Context, *UpdateReceiverRequest) (*UpdateReceiverResponse, error)
	DeleteReceiver(context.Context, *DeleteReceiverRequest) (*DeleteReceiverResponse, error)
	ListAlerts(context.Context, *ListAlertsRequest) (*ListAlertsResponse, error)
	CreateAlerts(context.Context, *CreateAlertsRequest) (*CreateAlertsResponse, error)
	CreateAlertsWithNamespace(context.Context, *CreateAlertsWithNamespaceRequest) (*CreateAlertsWithNamespaceResponse, error)
	ListRules(context.Context, *ListRulesRequest) (*ListRulesResponse, error)
	UpdateRule(context.Context, *UpdateRuleRequest) (*UpdateRuleResponse, error)
	ListTemplates(context.Context, *ListTemplatesRequest) (*ListTemplatesResponse, error)
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error)
	UpsertTemplate(context.Context, *UpsertTemplateRequest) (*UpsertTemplateResponse, error)
	DeleteTemplate(context.Context, *DeleteTemplateRequest) (*DeleteTemplateResponse, error)
	RenderTemplate(context.Context, *RenderTemplateRequest) (*RenderTemplateResponse, error)
	CreateSilence(context.Context, *CreateSilenceRequest) (*CreateSilenceResponse, error)
	ListSilences(context.Context, *ListSilencesRequest) (*ListSilencesResponse, error)
	GetSilence(context.Context, *GetSilenceRequest) (*GetSilenceResponse, error)
	ExpireSilence(context.Context, *ExpireSilenceRequest) (*ExpireSilenceResponse, error)
	PostNotification(context.Context, *PostNotificationRequest) (*PostNotificationResponse, error)
	ListNotificationMessages(context.Context, *ListNotificationMessagesRequest) (*ListNotificationMessagesResponse, error)
	ListNotifications(context.Context, *ListNotificationsRequest) (*ListNotificationsResponse, error)
	// contains filtered or unexported methods
}

SirenServiceServer is the server API for SirenService service. All implementations must embed UnimplementedSirenServiceServer for forward compatibility

type Subscription

type Subscription struct {
	Id        uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Urn       string                 `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Namespace uint64                 `protobuf:"varint,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Receivers []*ReceiverMetadata    `protobuf:"bytes,4,rep,name=receivers,proto3" json:"receivers,omitempty"`
	Match     map[string]string      `` /* 151-byte string literal not displayed */
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedBy string                 `protobuf:"bytes,9,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	UpdatedBy string                 `protobuf:"bytes,10,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated

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

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetCreatedAt

func (x *Subscription) GetCreatedAt() *timestamppb.Timestamp

func (*Subscription) GetCreatedBy added in v0.6.4

func (x *Subscription) GetCreatedBy() string

func (*Subscription) GetId

func (x *Subscription) GetId() uint64

func (*Subscription) GetMatch

func (x *Subscription) GetMatch() map[string]string

func (*Subscription) GetMetadata added in v0.6.4

func (x *Subscription) GetMetadata() *structpb.Struct

func (*Subscription) GetNamespace

func (x *Subscription) GetNamespace() uint64

func (*Subscription) GetReceivers

func (x *Subscription) GetReceivers() []*ReceiverMetadata

func (*Subscription) GetUpdatedAt

func (x *Subscription) GetUpdatedAt() *timestamppb.Timestamp

func (*Subscription) GetUpdatedBy added in v0.6.4

func (x *Subscription) GetUpdatedBy() string

func (*Subscription) GetUrn

func (x *Subscription) GetUrn() string

func (*Subscription) ProtoMessage

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect

func (x *Subscription) ProtoReflect() protoreflect.Message

func (*Subscription) Reset

func (x *Subscription) Reset()

func (*Subscription) String

func (x *Subscription) String() string

func (*Subscription) Validate

func (m *Subscription) Validate() error

Validate checks the field values on Subscription with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Subscription) ValidateAll

func (m *Subscription) ValidateAll() error

ValidateAll checks the field values on Subscription with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscriptionMultiError, or nil if none found.

type SubscriptionMultiError

type SubscriptionMultiError []error

SubscriptionMultiError is an error wrapping multiple validation errors returned by Subscription.ValidateAll() if the designated constraints aren't met.

func (SubscriptionMultiError) AllErrors

func (m SubscriptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscriptionMultiError) Error

func (m SubscriptionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SubscriptionValidationError

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

SubscriptionValidationError is the validation error returned by Subscription.Validate if the designated constraints aren't met.

func (SubscriptionValidationError) Cause

Cause function returns cause value.

func (SubscriptionValidationError) Error

Error satisfies the builtin error interface

func (SubscriptionValidationError) ErrorName

func (e SubscriptionValidationError) ErrorName() string

ErrorName returns error name.

func (SubscriptionValidationError) Field

Field function returns field value.

func (SubscriptionValidationError) Key

Key function returns key value.

func (SubscriptionValidationError) Reason

Reason function returns reason value.

type Template

type Template struct {
	Id        uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Body      string                 `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	Tags      []string               `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Variables []*TemplateVariables   `protobuf:"bytes,7,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*Template) Descriptor deprecated

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

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetBody

func (x *Template) GetBody() string

func (*Template) GetCreatedAt

func (x *Template) GetCreatedAt() *timestamppb.Timestamp

func (*Template) GetId

func (x *Template) GetId() uint64

func (*Template) GetName

func (x *Template) GetName() string

func (*Template) GetTags

func (x *Template) GetTags() []string

func (*Template) GetUpdatedAt

func (x *Template) GetUpdatedAt() *timestamppb.Timestamp

func (*Template) GetVariables

func (x *Template) GetVariables() []*TemplateVariables

func (*Template) ProtoMessage

func (*Template) ProtoMessage()

func (*Template) ProtoReflect

func (x *Template) ProtoReflect() protoreflect.Message

func (*Template) Reset

func (x *Template) Reset()

func (*Template) String

func (x *Template) String() string

func (*Template) Validate

func (m *Template) Validate() error

Validate checks the field values on Template with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Template) ValidateAll

func (m *Template) ValidateAll() error

ValidateAll checks the field values on Template with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TemplateMultiError, or nil if none found.

type TemplateMultiError

type TemplateMultiError []error

TemplateMultiError is an error wrapping multiple validation errors returned by Template.ValidateAll() if the designated constraints aren't met.

func (TemplateMultiError) AllErrors

func (m TemplateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TemplateMultiError) Error

func (m TemplateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TemplateValidationError

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

TemplateValidationError is the validation error returned by Template.Validate if the designated constraints aren't met.

func (TemplateValidationError) Cause

func (e TemplateValidationError) Cause() error

Cause function returns cause value.

func (TemplateValidationError) Error

func (e TemplateValidationError) Error() string

Error satisfies the builtin error interface

func (TemplateValidationError) ErrorName

func (e TemplateValidationError) ErrorName() string

ErrorName returns error name.

func (TemplateValidationError) Field

func (e TemplateValidationError) Field() string

Field function returns field value.

func (TemplateValidationError) Key

func (e TemplateValidationError) Key() bool

Key function returns key value.

func (TemplateValidationError) Reason

func (e TemplateValidationError) Reason() string

Reason function returns reason value.

type TemplateVariables

type TemplateVariables struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type        string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Default     string `protobuf:"bytes,3,opt,name=default,proto3" json:"default,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateVariables) Descriptor deprecated

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

Deprecated: Use TemplateVariables.ProtoReflect.Descriptor instead.

func (*TemplateVariables) GetDefault

func (x *TemplateVariables) GetDefault() string

func (*TemplateVariables) GetDescription

func (x *TemplateVariables) GetDescription() string

func (*TemplateVariables) GetName

func (x *TemplateVariables) GetName() string

func (*TemplateVariables) GetType

func (x *TemplateVariables) GetType() string

func (*TemplateVariables) ProtoMessage

func (*TemplateVariables) ProtoMessage()

func (*TemplateVariables) ProtoReflect

func (x *TemplateVariables) ProtoReflect() protoreflect.Message

func (*TemplateVariables) Reset

func (x *TemplateVariables) Reset()

func (*TemplateVariables) String

func (x *TemplateVariables) String() string

func (*TemplateVariables) Validate

func (m *TemplateVariables) Validate() error

Validate checks the field values on TemplateVariables with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TemplateVariables) ValidateAll

func (m *TemplateVariables) ValidateAll() error

ValidateAll checks the field values on TemplateVariables with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TemplateVariablesMultiError, or nil if none found.

type TemplateVariablesMultiError

type TemplateVariablesMultiError []error

TemplateVariablesMultiError is an error wrapping multiple validation errors returned by TemplateVariables.ValidateAll() if the designated constraints aren't met.

func (TemplateVariablesMultiError) AllErrors

func (m TemplateVariablesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TemplateVariablesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TemplateVariablesValidationError

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

TemplateVariablesValidationError is the validation error returned by TemplateVariables.Validate if the designated constraints aren't met.

func (TemplateVariablesValidationError) Cause

Cause function returns cause value.

func (TemplateVariablesValidationError) Error

Error satisfies the builtin error interface

func (TemplateVariablesValidationError) ErrorName

ErrorName returns error name.

func (TemplateVariablesValidationError) Field

Field function returns field value.

func (TemplateVariablesValidationError) Key

Key function returns key value.

func (TemplateVariablesValidationError) Reason

Reason function returns reason value.

type UnimplementedSirenServiceServer

type UnimplementedSirenServiceServer struct {
}

UnimplementedSirenServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedSirenServiceServer) CreateAlerts

func (UnimplementedSirenServiceServer) CreateNamespace

func (UnimplementedSirenServiceServer) CreateProvider

func (UnimplementedSirenServiceServer) CreateReceiver

func (UnimplementedSirenServiceServer) CreateSilence

func (UnimplementedSirenServiceServer) CreateSubscription

func (UnimplementedSirenServiceServer) DeleteNamespace

func (UnimplementedSirenServiceServer) DeleteProvider

func (UnimplementedSirenServiceServer) DeleteReceiver

func (UnimplementedSirenServiceServer) DeleteSubscription

func (UnimplementedSirenServiceServer) DeleteTemplate

func (UnimplementedSirenServiceServer) ExpireSilence

func (UnimplementedSirenServiceServer) GetNamespace

func (UnimplementedSirenServiceServer) GetProvider

func (UnimplementedSirenServiceServer) GetReceiver

func (UnimplementedSirenServiceServer) GetSilence

func (UnimplementedSirenServiceServer) GetSubscription

func (UnimplementedSirenServiceServer) GetTemplate

func (UnimplementedSirenServiceServer) ListAlerts

func (UnimplementedSirenServiceServer) ListNamespaces

func (UnimplementedSirenServiceServer) ListNotificationMessages added in v0.7.3

func (UnimplementedSirenServiceServer) ListNotifications added in v0.7.4

func (UnimplementedSirenServiceServer) ListProviders

func (UnimplementedSirenServiceServer) ListReceivers

func (UnimplementedSirenServiceServer) ListRules

func (UnimplementedSirenServiceServer) ListSilences

func (UnimplementedSirenServiceServer) ListSubscriptions

func (UnimplementedSirenServiceServer) ListTemplates

func (UnimplementedSirenServiceServer) NotifyReceiver

func (UnimplementedSirenServiceServer) PostNotification added in v0.7.0

func (UnimplementedSirenServiceServer) RenderTemplate

func (UnimplementedSirenServiceServer) UpdateNamespace

func (UnimplementedSirenServiceServer) UpdateProvider

func (UnimplementedSirenServiceServer) UpdateReceiver

func (UnimplementedSirenServiceServer) UpdateRule

func (UnimplementedSirenServiceServer) UpdateSubscription

func (UnimplementedSirenServiceServer) UpsertTemplate

type UnsafeSirenServiceServer

type UnsafeSirenServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSirenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SirenServiceServer will result in compilation errors.

type UpdateNamespaceRequest

type UpdateNamespaceRequest struct {
	Id          uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Provider    uint64            `protobuf:"varint,3,opt,name=provider,proto3" json:"provider,omitempty"`
	Credentials *structpb.Struct  `protobuf:"bytes,4,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateNamespaceRequest) Descriptor deprecated

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

Deprecated: Use UpdateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceRequest) GetCredentials

func (x *UpdateNamespaceRequest) GetCredentials() *structpb.Struct

func (*UpdateNamespaceRequest) GetId

func (x *UpdateNamespaceRequest) GetId() uint64

func (*UpdateNamespaceRequest) GetLabels

func (x *UpdateNamespaceRequest) GetLabels() map[string]string

func (*UpdateNamespaceRequest) GetName

func (x *UpdateNamespaceRequest) GetName() string

func (*UpdateNamespaceRequest) GetProvider

func (x *UpdateNamespaceRequest) GetProvider() uint64

func (*UpdateNamespaceRequest) ProtoMessage

func (*UpdateNamespaceRequest) ProtoMessage()

func (*UpdateNamespaceRequest) ProtoReflect

func (x *UpdateNamespaceRequest) ProtoReflect() protoreflect.Message

func (*UpdateNamespaceRequest) Reset

func (x *UpdateNamespaceRequest) Reset()

func (*UpdateNamespaceRequest) String

func (x *UpdateNamespaceRequest) String() string

func (*UpdateNamespaceRequest) Validate

func (m *UpdateNamespaceRequest) Validate() error

Validate checks the field values on UpdateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNamespaceRequest) ValidateAll

func (m *UpdateNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on UpdateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNamespaceRequestMultiError, or nil if none found.

type UpdateNamespaceRequestMultiError

type UpdateNamespaceRequestMultiError []error

UpdateNamespaceRequestMultiError is an error wrapping multiple validation errors returned by UpdateNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateNamespaceRequestMultiError) AllErrors

func (m UpdateNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNamespaceRequestValidationError

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

UpdateNamespaceRequestValidationError is the validation error returned by UpdateNamespaceRequest.Validate if the designated constraints aren't met.

func (UpdateNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateNamespaceRequestValidationError) Field

Field function returns field value.

func (UpdateNamespaceRequestValidationError) Key

Key function returns key value.

func (UpdateNamespaceRequestValidationError) Reason

Reason function returns reason value.

type UpdateNamespaceResponse

type UpdateNamespaceResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNamespaceResponse) Descriptor deprecated

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

Deprecated: Use UpdateNamespaceResponse.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceResponse) GetId

func (x *UpdateNamespaceResponse) GetId() uint64

func (*UpdateNamespaceResponse) ProtoMessage

func (*UpdateNamespaceResponse) ProtoMessage()

func (*UpdateNamespaceResponse) ProtoReflect

func (x *UpdateNamespaceResponse) ProtoReflect() protoreflect.Message

func (*UpdateNamespaceResponse) Reset

func (x *UpdateNamespaceResponse) Reset()

func (*UpdateNamespaceResponse) String

func (x *UpdateNamespaceResponse) String() string

func (*UpdateNamespaceResponse) Validate

func (m *UpdateNamespaceResponse) Validate() error

Validate checks the field values on UpdateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNamespaceResponse) ValidateAll

func (m *UpdateNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on UpdateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNamespaceResponseMultiError, or nil if none found.

type UpdateNamespaceResponseMultiError

type UpdateNamespaceResponseMultiError []error

UpdateNamespaceResponseMultiError is an error wrapping multiple validation errors returned by UpdateNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateNamespaceResponseMultiError) AllErrors

func (m UpdateNamespaceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNamespaceResponseValidationError

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

UpdateNamespaceResponseValidationError is the validation error returned by UpdateNamespaceResponse.Validate if the designated constraints aren't met.

func (UpdateNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateNamespaceResponseValidationError) Field

Field function returns field value.

func (UpdateNamespaceResponseValidationError) Key

Key function returns key value.

func (UpdateNamespaceResponseValidationError) Reason

Reason function returns reason value.

type UpdateProviderRequest

type UpdateProviderRequest struct {
	Id          uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Host        string            `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type        string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Credentials *structpb.Struct  `protobuf:"bytes,5,opt,name=credentials,proto3" json:"credentials,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateProviderRequest) Descriptor deprecated

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

Deprecated: Use UpdateProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateProviderRequest) GetCredentials

func (x *UpdateProviderRequest) GetCredentials() *structpb.Struct

func (*UpdateProviderRequest) GetHost

func (x *UpdateProviderRequest) GetHost() string

func (*UpdateProviderRequest) GetId

func (x *UpdateProviderRequest) GetId() uint64

func (*UpdateProviderRequest) GetLabels

func (x *UpdateProviderRequest) GetLabels() map[string]string

func (*UpdateProviderRequest) GetName

func (x *UpdateProviderRequest) GetName() string

func (*UpdateProviderRequest) GetType

func (x *UpdateProviderRequest) GetType() string

func (*UpdateProviderRequest) ProtoMessage

func (*UpdateProviderRequest) ProtoMessage()

func (*UpdateProviderRequest) ProtoReflect

func (x *UpdateProviderRequest) ProtoReflect() protoreflect.Message

func (*UpdateProviderRequest) Reset

func (x *UpdateProviderRequest) Reset()

func (*UpdateProviderRequest) String

func (x *UpdateProviderRequest) String() string

func (*UpdateProviderRequest) Validate

func (m *UpdateProviderRequest) Validate() error

Validate checks the field values on UpdateProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProviderRequest) ValidateAll

func (m *UpdateProviderRequest) ValidateAll() error

ValidateAll checks the field values on UpdateProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProviderRequestMultiError, or nil if none found.

type UpdateProviderRequestMultiError

type UpdateProviderRequestMultiError []error

UpdateProviderRequestMultiError is an error wrapping multiple validation errors returned by UpdateProviderRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateProviderRequestMultiError) AllErrors

func (m UpdateProviderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProviderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProviderRequestValidationError

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

UpdateProviderRequestValidationError is the validation error returned by UpdateProviderRequest.Validate if the designated constraints aren't met.

func (UpdateProviderRequestValidationError) Cause

Cause function returns cause value.

func (UpdateProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateProviderRequestValidationError) Field

Field function returns field value.

func (UpdateProviderRequestValidationError) Key

Key function returns key value.

func (UpdateProviderRequestValidationError) Reason

Reason function returns reason value.

type UpdateProviderResponse

type UpdateProviderResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProviderResponse) Descriptor deprecated

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

Deprecated: Use UpdateProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateProviderResponse) GetId

func (x *UpdateProviderResponse) GetId() uint64

func (*UpdateProviderResponse) ProtoMessage

func (*UpdateProviderResponse) ProtoMessage()

func (*UpdateProviderResponse) ProtoReflect

func (x *UpdateProviderResponse) ProtoReflect() protoreflect.Message

func (*UpdateProviderResponse) Reset

func (x *UpdateProviderResponse) Reset()

func (*UpdateProviderResponse) String

func (x *UpdateProviderResponse) String() string

func (*UpdateProviderResponse) Validate

func (m *UpdateProviderResponse) Validate() error

Validate checks the field values on UpdateProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProviderResponse) ValidateAll

func (m *UpdateProviderResponse) ValidateAll() error

ValidateAll checks the field values on UpdateProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProviderResponseMultiError, or nil if none found.

type UpdateProviderResponseMultiError

type UpdateProviderResponseMultiError []error

UpdateProviderResponseMultiError is an error wrapping multiple validation errors returned by UpdateProviderResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateProviderResponseMultiError) AllErrors

func (m UpdateProviderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProviderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProviderResponseValidationError

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

UpdateProviderResponseValidationError is the validation error returned by UpdateProviderResponse.Validate if the designated constraints aren't met.

func (UpdateProviderResponseValidationError) Cause

Cause function returns cause value.

func (UpdateProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateProviderResponseValidationError) Field

Field function returns field value.

func (UpdateProviderResponseValidationError) Key

Key function returns key value.

func (UpdateProviderResponseValidationError) Reason

Reason function returns reason value.

type UpdateReceiverRequest

type UpdateReceiverRequest struct {
	Id             uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Labels         map[string]string `` /* 153-byte string literal not displayed */
	Configurations *structpb.Struct  `protobuf:"bytes,4,opt,name=configurations,proto3" json:"configurations,omitempty"`
	ParentId       uint64            `protobuf:"varint,5,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateReceiverRequest) Descriptor deprecated

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

Deprecated: Use UpdateReceiverRequest.ProtoReflect.Descriptor instead.

func (*UpdateReceiverRequest) GetConfigurations

func (x *UpdateReceiverRequest) GetConfigurations() *structpb.Struct

func (*UpdateReceiverRequest) GetId

func (x *UpdateReceiverRequest) GetId() uint64

func (*UpdateReceiverRequest) GetLabels

func (x *UpdateReceiverRequest) GetLabels() map[string]string

func (*UpdateReceiverRequest) GetName

func (x *UpdateReceiverRequest) GetName() string

func (*UpdateReceiverRequest) GetParentId added in v0.6.5

func (x *UpdateReceiverRequest) GetParentId() uint64

func (*UpdateReceiverRequest) ProtoMessage

func (*UpdateReceiverRequest) ProtoMessage()

func (*UpdateReceiverRequest) ProtoReflect

func (x *UpdateReceiverRequest) ProtoReflect() protoreflect.Message

func (*UpdateReceiverRequest) Reset

func (x *UpdateReceiverRequest) Reset()

func (*UpdateReceiverRequest) String

func (x *UpdateReceiverRequest) String() string

func (*UpdateReceiverRequest) Validate

func (m *UpdateReceiverRequest) Validate() error

Validate checks the field values on UpdateReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateReceiverRequest) ValidateAll

func (m *UpdateReceiverRequest) ValidateAll() error

ValidateAll checks the field values on UpdateReceiverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateReceiverRequestMultiError, or nil if none found.

type UpdateReceiverRequestMultiError

type UpdateReceiverRequestMultiError []error

UpdateReceiverRequestMultiError is an error wrapping multiple validation errors returned by UpdateReceiverRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateReceiverRequestMultiError) AllErrors

func (m UpdateReceiverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateReceiverRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateReceiverRequestValidationError

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

UpdateReceiverRequestValidationError is the validation error returned by UpdateReceiverRequest.Validate if the designated constraints aren't met.

func (UpdateReceiverRequestValidationError) Cause

Cause function returns cause value.

func (UpdateReceiverRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateReceiverRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateReceiverRequestValidationError) Field

Field function returns field value.

func (UpdateReceiverRequestValidationError) Key

Key function returns key value.

func (UpdateReceiverRequestValidationError) Reason

Reason function returns reason value.

type UpdateReceiverResponse

type UpdateReceiverResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateReceiverResponse) Descriptor deprecated

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

Deprecated: Use UpdateReceiverResponse.ProtoReflect.Descriptor instead.

func (*UpdateReceiverResponse) GetId

func (x *UpdateReceiverResponse) GetId() uint64

func (*UpdateReceiverResponse) ProtoMessage

func (*UpdateReceiverResponse) ProtoMessage()

func (*UpdateReceiverResponse) ProtoReflect

func (x *UpdateReceiverResponse) ProtoReflect() protoreflect.Message

func (*UpdateReceiverResponse) Reset

func (x *UpdateReceiverResponse) Reset()

func (*UpdateReceiverResponse) String

func (x *UpdateReceiverResponse) String() string

func (*UpdateReceiverResponse) Validate

func (m *UpdateReceiverResponse) Validate() error

Validate checks the field values on UpdateReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateReceiverResponse) ValidateAll

func (m *UpdateReceiverResponse) ValidateAll() error

ValidateAll checks the field values on UpdateReceiverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateReceiverResponseMultiError, or nil if none found.

type UpdateReceiverResponseMultiError

type UpdateReceiverResponseMultiError []error

UpdateReceiverResponseMultiError is an error wrapping multiple validation errors returned by UpdateReceiverResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateReceiverResponseMultiError) AllErrors

func (m UpdateReceiverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateReceiverResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateReceiverResponseValidationError

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

UpdateReceiverResponseValidationError is the validation error returned by UpdateReceiverResponse.Validate if the designated constraints aren't met.

func (UpdateReceiverResponseValidationError) Cause

Cause function returns cause value.

func (UpdateReceiverResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateReceiverResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateReceiverResponseValidationError) Field

Field function returns field value.

func (UpdateReceiverResponseValidationError) Key

Key function returns key value.

func (UpdateReceiverResponseValidationError) Reason

Reason function returns reason value.

type UpdateRuleRequest

type UpdateRuleRequest struct {
	Enabled           bool         `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	GroupName         string       `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Namespace         string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Template          string       `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"`
	Variables         []*Variables `protobuf:"bytes,5,rep,name=variables,proto3" json:"variables,omitempty"`
	ProviderNamespace uint64       `protobuf:"varint,6,opt,name=provider_namespace,json=providerNamespace,proto3" json:"provider_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRuleRequest) Descriptor deprecated

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

Deprecated: Use UpdateRuleRequest.ProtoReflect.Descriptor instead.

func (*UpdateRuleRequest) GetEnabled

func (x *UpdateRuleRequest) GetEnabled() bool

func (*UpdateRuleRequest) GetGroupName

func (x *UpdateRuleRequest) GetGroupName() string

func (*UpdateRuleRequest) GetNamespace

func (x *UpdateRuleRequest) GetNamespace() string

func (*UpdateRuleRequest) GetProviderNamespace

func (x *UpdateRuleRequest) GetProviderNamespace() uint64

func (*UpdateRuleRequest) GetTemplate

func (x *UpdateRuleRequest) GetTemplate() string

func (*UpdateRuleRequest) GetVariables

func (x *UpdateRuleRequest) GetVariables() []*Variables

func (*UpdateRuleRequest) ProtoMessage

func (*UpdateRuleRequest) ProtoMessage()

func (*UpdateRuleRequest) ProtoReflect

func (x *UpdateRuleRequest) ProtoReflect() protoreflect.Message

func (*UpdateRuleRequest) Reset

func (x *UpdateRuleRequest) Reset()

func (*UpdateRuleRequest) String

func (x *UpdateRuleRequest) String() string

func (*UpdateRuleRequest) Validate

func (m *UpdateRuleRequest) Validate() error

Validate checks the field values on UpdateRuleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRuleRequest) ValidateAll

func (m *UpdateRuleRequest) ValidateAll() error

ValidateAll checks the field values on UpdateRuleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRuleRequestMultiError, or nil if none found.

type UpdateRuleRequestMultiError

type UpdateRuleRequestMultiError []error

UpdateRuleRequestMultiError is an error wrapping multiple validation errors returned by UpdateRuleRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateRuleRequestMultiError) AllErrors

func (m UpdateRuleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRuleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateRuleRequestValidationError

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

UpdateRuleRequestValidationError is the validation error returned by UpdateRuleRequest.Validate if the designated constraints aren't met.

func (UpdateRuleRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRuleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRuleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRuleRequestValidationError) Field

Field function returns field value.

func (UpdateRuleRequestValidationError) Key

Key function returns key value.

func (UpdateRuleRequestValidationError) Reason

Reason function returns reason value.

type UpdateRuleResponse

type UpdateRuleResponse struct {
	Rule *Rule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRuleResponse) Descriptor deprecated

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

Deprecated: Use UpdateRuleResponse.ProtoReflect.Descriptor instead.

func (*UpdateRuleResponse) GetRule

func (x *UpdateRuleResponse) GetRule() *Rule

func (*UpdateRuleResponse) ProtoMessage

func (*UpdateRuleResponse) ProtoMessage()

func (*UpdateRuleResponse) ProtoReflect

func (x *UpdateRuleResponse) ProtoReflect() protoreflect.Message

func (*UpdateRuleResponse) Reset

func (x *UpdateRuleResponse) Reset()

func (*UpdateRuleResponse) String

func (x *UpdateRuleResponse) String() string

func (*UpdateRuleResponse) Validate

func (m *UpdateRuleResponse) Validate() error

Validate checks the field values on UpdateRuleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRuleResponse) ValidateAll

func (m *UpdateRuleResponse) ValidateAll() error

ValidateAll checks the field values on UpdateRuleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRuleResponseMultiError, or nil if none found.

type UpdateRuleResponseMultiError

type UpdateRuleResponseMultiError []error

UpdateRuleResponseMultiError is an error wrapping multiple validation errors returned by UpdateRuleResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateRuleResponseMultiError) AllErrors

func (m UpdateRuleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRuleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateRuleResponseValidationError

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

UpdateRuleResponseValidationError is the validation error returned by UpdateRuleResponse.Validate if the designated constraints aren't met.

func (UpdateRuleResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRuleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRuleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRuleResponseValidationError) Field

Field function returns field value.

func (UpdateRuleResponseValidationError) Key

Key function returns key value.

func (UpdateRuleResponseValidationError) Reason

Reason function returns reason value.

type UpdateSubscriptionRequest

type UpdateSubscriptionRequest struct {
	Id        uint64              `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Urn       string              `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Namespace uint64              `protobuf:"varint,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Receivers []*ReceiverMetadata `protobuf:"bytes,4,rep,name=receivers,proto3" json:"receivers,omitempty"`
	Match     map[string]string   `` /* 151-byte string literal not displayed */
	Metadata  *structpb.Struct    `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	UpdatedBy string              `protobuf:"bytes,7,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use UpdateSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionRequest) GetId

func (x *UpdateSubscriptionRequest) GetId() uint64

func (*UpdateSubscriptionRequest) GetMatch

func (x *UpdateSubscriptionRequest) GetMatch() map[string]string

func (*UpdateSubscriptionRequest) GetMetadata added in v0.6.4

func (x *UpdateSubscriptionRequest) GetMetadata() *structpb.Struct

func (*UpdateSubscriptionRequest) GetNamespace

func (x *UpdateSubscriptionRequest) GetNamespace() uint64

func (*UpdateSubscriptionRequest) GetReceivers

func (x *UpdateSubscriptionRequest) GetReceivers() []*ReceiverMetadata

func (*UpdateSubscriptionRequest) GetUpdatedBy added in v0.6.4

func (x *UpdateSubscriptionRequest) GetUpdatedBy() string

func (*UpdateSubscriptionRequest) GetUrn

func (x *UpdateSubscriptionRequest) GetUrn() string

func (*UpdateSubscriptionRequest) ProtoMessage

func (*UpdateSubscriptionRequest) ProtoMessage()

func (*UpdateSubscriptionRequest) ProtoReflect

func (*UpdateSubscriptionRequest) Reset

func (x *UpdateSubscriptionRequest) Reset()

func (*UpdateSubscriptionRequest) String

func (x *UpdateSubscriptionRequest) String() string

func (*UpdateSubscriptionRequest) Validate

func (m *UpdateSubscriptionRequest) Validate() error

Validate checks the field values on UpdateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateSubscriptionRequest) ValidateAll

func (m *UpdateSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on UpdateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSubscriptionRequestMultiError, or nil if none found.

type UpdateSubscriptionRequestMultiError

type UpdateSubscriptionRequestMultiError []error

UpdateSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by UpdateSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateSubscriptionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateSubscriptionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateSubscriptionRequestValidationError

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

UpdateSubscriptionRequestValidationError is the validation error returned by UpdateSubscriptionRequest.Validate if the designated constraints aren't met.

func (UpdateSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateSubscriptionRequestValidationError) Field

Field function returns field value.

func (UpdateSubscriptionRequestValidationError) Key

Key function returns key value.

func (UpdateSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type UpdateSubscriptionResponse

type UpdateSubscriptionResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use UpdateSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionResponse) GetId

func (*UpdateSubscriptionResponse) ProtoMessage

func (*UpdateSubscriptionResponse) ProtoMessage()

func (*UpdateSubscriptionResponse) ProtoReflect

func (*UpdateSubscriptionResponse) Reset

func (x *UpdateSubscriptionResponse) Reset()

func (*UpdateSubscriptionResponse) String

func (x *UpdateSubscriptionResponse) String() string

func (*UpdateSubscriptionResponse) Validate

func (m *UpdateSubscriptionResponse) Validate() error

Validate checks the field values on UpdateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateSubscriptionResponse) ValidateAll

func (m *UpdateSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on UpdateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSubscriptionResponseMultiError, or nil if none found.

type UpdateSubscriptionResponseMultiError

type UpdateSubscriptionResponseMultiError []error

UpdateSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by UpdateSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateSubscriptionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateSubscriptionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateSubscriptionResponseValidationError

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

UpdateSubscriptionResponseValidationError is the validation error returned by UpdateSubscriptionResponse.Validate if the designated constraints aren't met.

func (UpdateSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateSubscriptionResponseValidationError) Field

Field function returns field value.

func (UpdateSubscriptionResponseValidationError) Key

Key function returns key value.

func (UpdateSubscriptionResponseValidationError) Reason

Reason function returns reason value.

type UpsertTemplateRequest

type UpsertTemplateRequest struct {
	Id        uint64               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Body      string               `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	Tags      []string             `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	Variables []*TemplateVariables `protobuf:"bytes,5,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertTemplateRequest) Descriptor deprecated

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

Deprecated: Use UpsertTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpsertTemplateRequest) GetBody

func (x *UpsertTemplateRequest) GetBody() string

func (*UpsertTemplateRequest) GetId

func (x *UpsertTemplateRequest) GetId() uint64

func (*UpsertTemplateRequest) GetName

func (x *UpsertTemplateRequest) GetName() string

func (*UpsertTemplateRequest) GetTags

func (x *UpsertTemplateRequest) GetTags() []string

func (*UpsertTemplateRequest) GetVariables

func (x *UpsertTemplateRequest) GetVariables() []*TemplateVariables

func (*UpsertTemplateRequest) ProtoMessage

func (*UpsertTemplateRequest) ProtoMessage()

func (*UpsertTemplateRequest) ProtoReflect

func (x *UpsertTemplateRequest) ProtoReflect() protoreflect.Message

func (*UpsertTemplateRequest) Reset

func (x *UpsertTemplateRequest) Reset()

func (*UpsertTemplateRequest) String

func (x *UpsertTemplateRequest) String() string

func (*UpsertTemplateRequest) Validate

func (m *UpsertTemplateRequest) Validate() error

Validate checks the field values on UpsertTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpsertTemplateRequest) ValidateAll

func (m *UpsertTemplateRequest) ValidateAll() error

ValidateAll checks the field values on UpsertTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertTemplateRequestMultiError, or nil if none found.

type UpsertTemplateRequestMultiError

type UpsertTemplateRequestMultiError []error

UpsertTemplateRequestMultiError is an error wrapping multiple validation errors returned by UpsertTemplateRequest.ValidateAll() if the designated constraints aren't met.

func (UpsertTemplateRequestMultiError) AllErrors

func (m UpsertTemplateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpsertTemplateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpsertTemplateRequestValidationError

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

UpsertTemplateRequestValidationError is the validation error returned by UpsertTemplateRequest.Validate if the designated constraints aren't met.

func (UpsertTemplateRequestValidationError) Cause

Cause function returns cause value.

func (UpsertTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (UpsertTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (UpsertTemplateRequestValidationError) Field

Field function returns field value.

func (UpsertTemplateRequestValidationError) Key

Key function returns key value.

func (UpsertTemplateRequestValidationError) Reason

Reason function returns reason value.

type UpsertTemplateResponse

type UpsertTemplateResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertTemplateResponse) Descriptor deprecated

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

Deprecated: Use UpsertTemplateResponse.ProtoReflect.Descriptor instead.

func (*UpsertTemplateResponse) GetId

func (x *UpsertTemplateResponse) GetId() uint64

func (*UpsertTemplateResponse) ProtoMessage

func (*UpsertTemplateResponse) ProtoMessage()

func (*UpsertTemplateResponse) ProtoReflect

func (x *UpsertTemplateResponse) ProtoReflect() protoreflect.Message

func (*UpsertTemplateResponse) Reset

func (x *UpsertTemplateResponse) Reset()

func (*UpsertTemplateResponse) String

func (x *UpsertTemplateResponse) String() string

func (*UpsertTemplateResponse) Validate

func (m *UpsertTemplateResponse) Validate() error

Validate checks the field values on UpsertTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpsertTemplateResponse) ValidateAll

func (m *UpsertTemplateResponse) ValidateAll() error

ValidateAll checks the field values on UpsertTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertTemplateResponseMultiError, or nil if none found.

type UpsertTemplateResponseMultiError

type UpsertTemplateResponseMultiError []error

UpsertTemplateResponseMultiError is an error wrapping multiple validation errors returned by UpsertTemplateResponse.ValidateAll() if the designated constraints aren't met.

func (UpsertTemplateResponseMultiError) AllErrors

func (m UpsertTemplateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpsertTemplateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpsertTemplateResponseValidationError

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

UpsertTemplateResponseValidationError is the validation error returned by UpsertTemplateResponse.Validate if the designated constraints aren't met.

func (UpsertTemplateResponseValidationError) Cause

Cause function returns cause value.

func (UpsertTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (UpsertTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (UpsertTemplateResponseValidationError) Field

Field function returns field value.

func (UpsertTemplateResponseValidationError) Key

Key function returns key value.

func (UpsertTemplateResponseValidationError) Reason

Reason function returns reason value.

type Variables

type Variables struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Type        string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Variables) Descriptor deprecated

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

Deprecated: Use Variables.ProtoReflect.Descriptor instead.

func (*Variables) GetDescription

func (x *Variables) GetDescription() string

func (*Variables) GetName

func (x *Variables) GetName() string

func (*Variables) GetType

func (x *Variables) GetType() string

func (*Variables) GetValue

func (x *Variables) GetValue() string

func (*Variables) ProtoMessage

func (*Variables) ProtoMessage()

func (*Variables) ProtoReflect

func (x *Variables) ProtoReflect() protoreflect.Message

func (*Variables) Reset

func (x *Variables) Reset()

func (*Variables) String

func (x *Variables) String() string

func (*Variables) Validate

func (m *Variables) Validate() error

Validate checks the field values on Variables with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Variables) ValidateAll

func (m *Variables) ValidateAll() error

ValidateAll checks the field values on Variables with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VariablesMultiError, or nil if none found.

type VariablesMultiError

type VariablesMultiError []error

VariablesMultiError is an error wrapping multiple validation errors returned by Variables.ValidateAll() if the designated constraints aren't met.

func (VariablesMultiError) AllErrors

func (m VariablesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VariablesMultiError) Error

func (m VariablesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VariablesValidationError

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

VariablesValidationError is the validation error returned by Variables.Validate if the designated constraints aren't met.

func (VariablesValidationError) Cause

func (e VariablesValidationError) Cause() error

Cause function returns cause value.

func (VariablesValidationError) Error

func (e VariablesValidationError) Error() string

Error satisfies the builtin error interface

func (VariablesValidationError) ErrorName

func (e VariablesValidationError) ErrorName() string

ErrorName returns error name.

func (VariablesValidationError) Field

func (e VariablesValidationError) Field() string

Field function returns field value.

func (VariablesValidationError) Key

Key function returns key value.

func (VariablesValidationError) Reason

func (e VariablesValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL