organization

package
v0.3.46 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 40 Imported by: 1

Documentation

Overview

Package organization is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	OrganizationManager_GetOrganization_FullMethodName                   = "/prodvana.organization.OrganizationManager/GetOrganization"
	OrganizationManager_GetOrganizationMetrics_FullMethodName            = "/prodvana.organization.OrganizationManager/GetOrganizationMetrics"
	OrganizationManager_GetOrganizationInsights_FullMethodName           = "/prodvana.organization.OrganizationManager/GetOrganizationInsights"
	OrganizationManager_SnoozeOrganizationInsight_FullMethodName         = "/prodvana.organization.OrganizationManager/SnoozeOrganizationInsight"
	OrganizationManager_GetOrganizationMetadata_FullMethodName           = "/prodvana.organization.OrganizationManager/GetOrganizationMetadata"
	OrganizationManager_SetOrganizationMetadata_FullMethodName           = "/prodvana.organization.OrganizationManager/SetOrganizationMetadata"
	OrganizationManager_GetUser_FullMethodName                           = "/prodvana.organization.OrganizationManager/GetUser"
	OrganizationManager_GetOrganizationSubscriptionStatus_FullMethodName = "/prodvana.organization.OrganizationManager/GetOrganizationSubscriptionStatus"
	OrganizationManager_GetOrganizationSettings_FullMethodName           = "/prodvana.organization.OrganizationManager/GetOrganizationSettings"
	OrganizationManager_SetOrganizationSettings_FullMethodName           = "/prodvana.organization.OrganizationManager/SetOrganizationSettings"
)

Variables

View Source
var File_prodvana_organization_organization_manager_proto protoreflect.FileDescriptor
View Source
var File_prodvana_organization_user_metadata_proto protoreflect.FileDescriptor
View Source
var OrganizationManager_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "prodvana.organization.OrganizationManager",
	HandlerType: (*OrganizationManagerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetOrganization",
			Handler:    _OrganizationManager_GetOrganization_Handler,
		},
		{
			MethodName: "GetOrganizationMetrics",
			Handler:    _OrganizationManager_GetOrganizationMetrics_Handler,
		},
		{
			MethodName: "GetOrganizationInsights",
			Handler:    _OrganizationManager_GetOrganizationInsights_Handler,
		},
		{
			MethodName: "SnoozeOrganizationInsight",
			Handler:    _OrganizationManager_SnoozeOrganizationInsight_Handler,
		},
		{
			MethodName: "GetOrganizationMetadata",
			Handler:    _OrganizationManager_GetOrganizationMetadata_Handler,
		},
		{
			MethodName: "SetOrganizationMetadata",
			Handler:    _OrganizationManager_SetOrganizationMetadata_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _OrganizationManager_GetUser_Handler,
		},
		{
			MethodName: "GetOrganizationSubscriptionStatus",
			Handler:    _OrganizationManager_GetOrganizationSubscriptionStatus_Handler,
		},
		{
			MethodName: "GetOrganizationSettings",
			Handler:    _OrganizationManager_GetOrganizationSettings_Handler,
		},
		{
			MethodName: "SetOrganizationSettings",
			Handler:    _OrganizationManager_SetOrganizationSettings_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "prodvana/organization/organization_manager.proto",
}

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

Functions

func RegisterOrganizationManagerHandler

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

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

func RegisterOrganizationManagerHandlerClient

func RegisterOrganizationManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrganizationManagerClient) error

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

func RegisterOrganizationManagerHandlerFromEndpoint

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

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

func RegisterOrganizationManagerHandlerServer

func RegisterOrganizationManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OrganizationManagerServer) error

RegisterOrganizationManagerHandlerServer registers the http handlers for service OrganizationManager to "mux". UnaryRPC :call OrganizationManagerServer 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 RegisterOrganizationManagerHandlerFromEndpoint instead.

func RegisterOrganizationManagerServer

func RegisterOrganizationManagerServer(s grpc.ServiceRegistrar, srv OrganizationManagerServer)

Types

type GetOrganizationInsightsReq

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

func (*GetOrganizationInsightsReq) CloneMessageVT added in v0.3.34

func (m *GetOrganizationInsightsReq) CloneMessageVT() proto.Message

func (*GetOrganizationInsightsReq) CloneVT added in v0.3.34

func (*GetOrganizationInsightsReq) Descriptor deprecated

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

Deprecated: Use GetOrganizationInsightsReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationInsightsReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationInsightsReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationInsightsReq) EqualVT added in v0.3.34

func (*GetOrganizationInsightsReq) ProtoMessage

func (*GetOrganizationInsightsReq) ProtoMessage()

func (*GetOrganizationInsightsReq) ProtoReflect

func (*GetOrganizationInsightsReq) Reset

func (x *GetOrganizationInsightsReq) Reset()

func (*GetOrganizationInsightsReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationInsightsReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationInsightsReq) StableEqualVT added in v0.3.34

func (this *GetOrganizationInsightsReq) StableEqualVT(that *GetOrganizationInsightsReq) bool

func (*GetOrganizationInsightsReq) String

func (x *GetOrganizationInsightsReq) String() string

func (*GetOrganizationInsightsReq) Validate

func (m *GetOrganizationInsightsReq) Validate() error

Validate checks the field values on GetOrganizationInsightsReq 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 (*GetOrganizationInsightsReq) ValidateAll

func (m *GetOrganizationInsightsReq) ValidateAll() error

ValidateAll checks the field values on GetOrganizationInsightsReq 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 GetOrganizationInsightsReqMultiError, or nil if none found.

type GetOrganizationInsightsReqMultiError

type GetOrganizationInsightsReqMultiError []error

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

func (GetOrganizationInsightsReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationInsightsReqMultiError) Error

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

type GetOrganizationInsightsReqValidationError

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

GetOrganizationInsightsReqValidationError is the validation error returned by GetOrganizationInsightsReq.Validate if the designated constraints aren't met.

func (GetOrganizationInsightsReqValidationError) Cause

Cause function returns cause value.

func (GetOrganizationInsightsReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationInsightsReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationInsightsReqValidationError) Field

Field function returns field value.

func (GetOrganizationInsightsReqValidationError) Key

Key function returns key value.

func (GetOrganizationInsightsReqValidationError) Reason

Reason function returns reason value.

type GetOrganizationInsightsResp

type GetOrganizationInsightsResp struct {
	Insights []*insights.Insight `protobuf:"bytes,1,rep,name=insights,proto3" json:"insights,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationInsightsResp) CloneMessageVT added in v0.3.34

func (m *GetOrganizationInsightsResp) CloneMessageVT() proto.Message

func (*GetOrganizationInsightsResp) CloneVT added in v0.3.34

func (*GetOrganizationInsightsResp) Descriptor deprecated

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

Deprecated: Use GetOrganizationInsightsResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationInsightsResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationInsightsResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationInsightsResp) EqualVT added in v0.3.34

func (*GetOrganizationInsightsResp) GetInsights

func (x *GetOrganizationInsightsResp) GetInsights() []*insights.Insight

func (*GetOrganizationInsightsResp) ProtoMessage

func (*GetOrganizationInsightsResp) ProtoMessage()

func (*GetOrganizationInsightsResp) ProtoReflect

func (*GetOrganizationInsightsResp) Reset

func (x *GetOrganizationInsightsResp) Reset()

func (*GetOrganizationInsightsResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationInsightsResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationInsightsResp) StableEqualVT added in v0.3.34

func (*GetOrganizationInsightsResp) String

func (x *GetOrganizationInsightsResp) String() string

func (*GetOrganizationInsightsResp) Validate

func (m *GetOrganizationInsightsResp) Validate() error

Validate checks the field values on GetOrganizationInsightsResp 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 (*GetOrganizationInsightsResp) ValidateAll

func (m *GetOrganizationInsightsResp) ValidateAll() error

ValidateAll checks the field values on GetOrganizationInsightsResp 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 GetOrganizationInsightsRespMultiError, or nil if none found.

type GetOrganizationInsightsRespMultiError

type GetOrganizationInsightsRespMultiError []error

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

func (GetOrganizationInsightsRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationInsightsRespMultiError) Error

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

type GetOrganizationInsightsRespValidationError

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

GetOrganizationInsightsRespValidationError is the validation error returned by GetOrganizationInsightsResp.Validate if the designated constraints aren't met.

func (GetOrganizationInsightsRespValidationError) Cause

Cause function returns cause value.

func (GetOrganizationInsightsRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationInsightsRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationInsightsRespValidationError) Field

Field function returns field value.

func (GetOrganizationInsightsRespValidationError) Key

Key function returns key value.

func (GetOrganizationInsightsRespValidationError) Reason

Reason function returns reason value.

type GetOrganizationMetadataReq

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

func (*GetOrganizationMetadataReq) CloneMessageVT added in v0.3.34

func (m *GetOrganizationMetadataReq) CloneMessageVT() proto.Message

func (*GetOrganizationMetadataReq) CloneVT added in v0.3.34

func (*GetOrganizationMetadataReq) Descriptor deprecated

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

Deprecated: Use GetOrganizationMetadataReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationMetadataReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationMetadataReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetadataReq) EqualVT added in v0.3.34

func (*GetOrganizationMetadataReq) ProtoMessage

func (*GetOrganizationMetadataReq) ProtoMessage()

func (*GetOrganizationMetadataReq) ProtoReflect

func (*GetOrganizationMetadataReq) Reset

func (x *GetOrganizationMetadataReq) Reset()

func (*GetOrganizationMetadataReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationMetadataReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetadataReq) StableEqualVT added in v0.3.34

func (this *GetOrganizationMetadataReq) StableEqualVT(that *GetOrganizationMetadataReq) bool

func (*GetOrganizationMetadataReq) String

func (x *GetOrganizationMetadataReq) String() string

func (*GetOrganizationMetadataReq) Validate

func (m *GetOrganizationMetadataReq) Validate() error

Validate checks the field values on GetOrganizationMetadataReq 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 (*GetOrganizationMetadataReq) ValidateAll

func (m *GetOrganizationMetadataReq) ValidateAll() error

ValidateAll checks the field values on GetOrganizationMetadataReq 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 GetOrganizationMetadataReqMultiError, or nil if none found.

type GetOrganizationMetadataReqMultiError

type GetOrganizationMetadataReqMultiError []error

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

func (GetOrganizationMetadataReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationMetadataReqMultiError) Error

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

type GetOrganizationMetadataReqValidationError

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

GetOrganizationMetadataReqValidationError is the validation error returned by GetOrganizationMetadataReq.Validate if the designated constraints aren't met.

func (GetOrganizationMetadataReqValidationError) Cause

Cause function returns cause value.

func (GetOrganizationMetadataReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationMetadataReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationMetadataReqValidationError) Field

Field function returns field value.

func (GetOrganizationMetadataReqValidationError) Key

Key function returns key value.

func (GetOrganizationMetadataReqValidationError) Reason

Reason function returns reason value.

type GetOrganizationMetadataResp

type GetOrganizationMetadataResp struct {

	// metadata with no variables substitution, no modifications from parents
	Metadata *OrganizationUserMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationMetadataResp) CloneMessageVT added in v0.3.34

func (m *GetOrganizationMetadataResp) CloneMessageVT() proto.Message

func (*GetOrganizationMetadataResp) CloneVT added in v0.3.34

func (*GetOrganizationMetadataResp) Descriptor deprecated

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

Deprecated: Use GetOrganizationMetadataResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationMetadataResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationMetadataResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetadataResp) EqualVT added in v0.3.34

func (*GetOrganizationMetadataResp) GetMetadata

func (*GetOrganizationMetadataResp) ProtoMessage

func (*GetOrganizationMetadataResp) ProtoMessage()

func (*GetOrganizationMetadataResp) ProtoReflect

func (*GetOrganizationMetadataResp) Reset

func (x *GetOrganizationMetadataResp) Reset()

func (*GetOrganizationMetadataResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationMetadataResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetadataResp) StableEqualVT added in v0.3.34

func (*GetOrganizationMetadataResp) String

func (x *GetOrganizationMetadataResp) String() string

func (*GetOrganizationMetadataResp) Validate

func (m *GetOrganizationMetadataResp) Validate() error

Validate checks the field values on GetOrganizationMetadataResp 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 (*GetOrganizationMetadataResp) ValidateAll

func (m *GetOrganizationMetadataResp) ValidateAll() error

ValidateAll checks the field values on GetOrganizationMetadataResp 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 GetOrganizationMetadataRespMultiError, or nil if none found.

type GetOrganizationMetadataRespMultiError

type GetOrganizationMetadataRespMultiError []error

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

func (GetOrganizationMetadataRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationMetadataRespMultiError) Error

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

type GetOrganizationMetadataRespValidationError

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

GetOrganizationMetadataRespValidationError is the validation error returned by GetOrganizationMetadataResp.Validate if the designated constraints aren't met.

func (GetOrganizationMetadataRespValidationError) Cause

Cause function returns cause value.

func (GetOrganizationMetadataRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationMetadataRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationMetadataRespValidationError) Field

Field function returns field value.

func (GetOrganizationMetadataRespValidationError) Key

Key function returns key value.

func (GetOrganizationMetadataRespValidationError) Reason

Reason function returns reason value.

type GetOrganizationMetricsReq

type GetOrganizationMetricsReq struct {
	StartTimestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
	EndTimestamp   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationMetricsReq) CloneMessageVT added in v0.3.34

func (m *GetOrganizationMetricsReq) CloneMessageVT() proto.Message

func (*GetOrganizationMetricsReq) CloneVT added in v0.3.34

func (*GetOrganizationMetricsReq) Descriptor deprecated

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

Deprecated: Use GetOrganizationMetricsReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationMetricsReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationMetricsReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetricsReq) EqualVT added in v0.3.34

func (*GetOrganizationMetricsReq) GetEndTimestamp

func (x *GetOrganizationMetricsReq) GetEndTimestamp() *timestamppb.Timestamp

func (*GetOrganizationMetricsReq) GetStartTimestamp

func (x *GetOrganizationMetricsReq) GetStartTimestamp() *timestamppb.Timestamp

func (*GetOrganizationMetricsReq) ProtoMessage

func (*GetOrganizationMetricsReq) ProtoMessage()

func (*GetOrganizationMetricsReq) ProtoReflect

func (*GetOrganizationMetricsReq) Reset

func (x *GetOrganizationMetricsReq) Reset()

func (*GetOrganizationMetricsReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationMetricsReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetricsReq) StableEqualVT added in v0.3.34

func (this *GetOrganizationMetricsReq) StableEqualVT(that *GetOrganizationMetricsReq) bool

func (*GetOrganizationMetricsReq) String

func (x *GetOrganizationMetricsReq) String() string

func (*GetOrganizationMetricsReq) Validate

func (m *GetOrganizationMetricsReq) Validate() error

Validate checks the field values on GetOrganizationMetricsReq 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 (*GetOrganizationMetricsReq) ValidateAll

func (m *GetOrganizationMetricsReq) ValidateAll() error

ValidateAll checks the field values on GetOrganizationMetricsReq 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 GetOrganizationMetricsReqMultiError, or nil if none found.

type GetOrganizationMetricsReqMultiError

type GetOrganizationMetricsReqMultiError []error

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

func (GetOrganizationMetricsReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationMetricsReqMultiError) Error

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

type GetOrganizationMetricsReqValidationError

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

GetOrganizationMetricsReqValidationError is the validation error returned by GetOrganizationMetricsReq.Validate if the designated constraints aren't met.

func (GetOrganizationMetricsReqValidationError) Cause

Cause function returns cause value.

func (GetOrganizationMetricsReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationMetricsReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationMetricsReqValidationError) Field

Field function returns field value.

func (GetOrganizationMetricsReqValidationError) Key

Key function returns key value.

func (GetOrganizationMetricsReqValidationError) Reason

Reason function returns reason value.

type GetOrganizationMetricsResp

type GetOrganizationMetricsResp struct {
	DeploymentMetrics *metrics.DeploymentMetrics `protobuf:"bytes,1,opt,name=deployment_metrics,json=deploymentMetrics,proto3" json:"deployment_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationMetricsResp) CloneMessageVT added in v0.3.34

func (m *GetOrganizationMetricsResp) CloneMessageVT() proto.Message

func (*GetOrganizationMetricsResp) CloneVT added in v0.3.34

func (*GetOrganizationMetricsResp) Descriptor deprecated

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

Deprecated: Use GetOrganizationMetricsResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationMetricsResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationMetricsResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetricsResp) EqualVT added in v0.3.34

func (*GetOrganizationMetricsResp) GetDeploymentMetrics

func (x *GetOrganizationMetricsResp) GetDeploymentMetrics() *metrics.DeploymentMetrics

func (*GetOrganizationMetricsResp) ProtoMessage

func (*GetOrganizationMetricsResp) ProtoMessage()

func (*GetOrganizationMetricsResp) ProtoReflect

func (*GetOrganizationMetricsResp) Reset

func (x *GetOrganizationMetricsResp) Reset()

func (*GetOrganizationMetricsResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationMetricsResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationMetricsResp) StableEqualVT added in v0.3.34

func (this *GetOrganizationMetricsResp) StableEqualVT(that *GetOrganizationMetricsResp) bool

func (*GetOrganizationMetricsResp) String

func (x *GetOrganizationMetricsResp) String() string

func (*GetOrganizationMetricsResp) Validate

func (m *GetOrganizationMetricsResp) Validate() error

Validate checks the field values on GetOrganizationMetricsResp 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 (*GetOrganizationMetricsResp) ValidateAll

func (m *GetOrganizationMetricsResp) ValidateAll() error

ValidateAll checks the field values on GetOrganizationMetricsResp 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 GetOrganizationMetricsRespMultiError, or nil if none found.

type GetOrganizationMetricsRespMultiError

type GetOrganizationMetricsRespMultiError []error

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

func (GetOrganizationMetricsRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationMetricsRespMultiError) Error

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

type GetOrganizationMetricsRespValidationError

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

GetOrganizationMetricsRespValidationError is the validation error returned by GetOrganizationMetricsResp.Validate if the designated constraints aren't met.

func (GetOrganizationMetricsRespValidationError) Cause

Cause function returns cause value.

func (GetOrganizationMetricsRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationMetricsRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationMetricsRespValidationError) Field

Field function returns field value.

func (GetOrganizationMetricsRespValidationError) Key

Key function returns key value.

func (GetOrganizationMetricsRespValidationError) Reason

Reason function returns reason value.

type GetOrganizationReq

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

func (*GetOrganizationReq) CloneMessageVT added in v0.3.34

func (m *GetOrganizationReq) CloneMessageVT() proto.Message

func (*GetOrganizationReq) CloneVT added in v0.3.34

func (m *GetOrganizationReq) CloneVT() *GetOrganizationReq

func (*GetOrganizationReq) Descriptor deprecated

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

Deprecated: Use GetOrganizationReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationReq) EqualVT added in v0.3.34

func (this *GetOrganizationReq) EqualVT(that *GetOrganizationReq) bool

func (*GetOrganizationReq) ProtoMessage

func (*GetOrganizationReq) ProtoMessage()

func (*GetOrganizationReq) ProtoReflect

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

func (*GetOrganizationReq) Reset

func (x *GetOrganizationReq) Reset()

func (*GetOrganizationReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationReq) StableEqualVT added in v0.3.34

func (this *GetOrganizationReq) StableEqualVT(that *GetOrganizationReq) bool

func (*GetOrganizationReq) String

func (x *GetOrganizationReq) String() string

func (*GetOrganizationReq) Validate

func (m *GetOrganizationReq) Validate() error

Validate checks the field values on GetOrganizationReq 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 (*GetOrganizationReq) ValidateAll

func (m *GetOrganizationReq) ValidateAll() error

ValidateAll checks the field values on GetOrganizationReq 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 GetOrganizationReqMultiError, or nil if none found.

type GetOrganizationReqMultiError

type GetOrganizationReqMultiError []error

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

func (GetOrganizationReqMultiError) AllErrors

func (m GetOrganizationReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrganizationReqMultiError) Error

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

type GetOrganizationReqValidationError

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

GetOrganizationReqValidationError is the validation error returned by GetOrganizationReq.Validate if the designated constraints aren't met.

func (GetOrganizationReqValidationError) Cause

Cause function returns cause value.

func (GetOrganizationReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationReqValidationError) Field

Field function returns field value.

func (GetOrganizationReqValidationError) Key

Key function returns key value.

func (GetOrganizationReqValidationError) Reason

Reason function returns reason value.

type GetOrganizationResp

type GetOrganizationResp struct {
	Organization *OrganizationInfo `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationResp) CloneMessageVT added in v0.3.34

func (m *GetOrganizationResp) CloneMessageVT() proto.Message

func (*GetOrganizationResp) CloneVT added in v0.3.34

func (*GetOrganizationResp) Descriptor deprecated

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

Deprecated: Use GetOrganizationResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationResp) EqualVT added in v0.3.34

func (this *GetOrganizationResp) EqualVT(that *GetOrganizationResp) bool

func (*GetOrganizationResp) GetOrganization

func (x *GetOrganizationResp) GetOrganization() *OrganizationInfo

func (*GetOrganizationResp) ProtoMessage

func (*GetOrganizationResp) ProtoMessage()

func (*GetOrganizationResp) ProtoReflect

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

func (*GetOrganizationResp) Reset

func (x *GetOrganizationResp) Reset()

func (*GetOrganizationResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationResp) StableEqualVT added in v0.3.34

func (this *GetOrganizationResp) StableEqualVT(that *GetOrganizationResp) bool

func (*GetOrganizationResp) String

func (x *GetOrganizationResp) String() string

func (*GetOrganizationResp) Validate

func (m *GetOrganizationResp) Validate() error

Validate checks the field values on GetOrganizationResp 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 (*GetOrganizationResp) ValidateAll

func (m *GetOrganizationResp) ValidateAll() error

ValidateAll checks the field values on GetOrganizationResp 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 GetOrganizationRespMultiError, or nil if none found.

type GetOrganizationRespMultiError

type GetOrganizationRespMultiError []error

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

func (GetOrganizationRespMultiError) AllErrors

func (m GetOrganizationRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrganizationRespMultiError) Error

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

type GetOrganizationRespValidationError

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

GetOrganizationRespValidationError is the validation error returned by GetOrganizationResp.Validate if the designated constraints aren't met.

func (GetOrganizationRespValidationError) Cause

Cause function returns cause value.

func (GetOrganizationRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationRespValidationError) Field

Field function returns field value.

func (GetOrganizationRespValidationError) Key

Key function returns key value.

func (GetOrganizationRespValidationError) Reason

Reason function returns reason value.

type GetOrganizationSettingsReq added in v0.3.29

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

func (*GetOrganizationSettingsReq) CloneMessageVT added in v0.3.34

func (m *GetOrganizationSettingsReq) CloneMessageVT() proto.Message

func (*GetOrganizationSettingsReq) CloneVT added in v0.3.34

func (*GetOrganizationSettingsReq) Descriptor deprecated added in v0.3.29

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

Deprecated: Use GetOrganizationSettingsReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationSettingsReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationSettingsReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSettingsReq) EqualVT added in v0.3.34

func (*GetOrganizationSettingsReq) ProtoMessage added in v0.3.29

func (*GetOrganizationSettingsReq) ProtoMessage()

func (*GetOrganizationSettingsReq) ProtoReflect added in v0.3.29

func (*GetOrganizationSettingsReq) Reset added in v0.3.29

func (x *GetOrganizationSettingsReq) Reset()

func (*GetOrganizationSettingsReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationSettingsReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSettingsReq) StableEqualVT added in v0.3.34

func (this *GetOrganizationSettingsReq) StableEqualVT(that *GetOrganizationSettingsReq) bool

func (*GetOrganizationSettingsReq) String added in v0.3.29

func (x *GetOrganizationSettingsReq) String() string

func (*GetOrganizationSettingsReq) Validate added in v0.3.29

func (m *GetOrganizationSettingsReq) Validate() error

Validate checks the field values on GetOrganizationSettingsReq 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 (*GetOrganizationSettingsReq) ValidateAll added in v0.3.29

func (m *GetOrganizationSettingsReq) ValidateAll() error

ValidateAll checks the field values on GetOrganizationSettingsReq 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 GetOrganizationSettingsReqMultiError, or nil if none found.

type GetOrganizationSettingsReqMultiError added in v0.3.29

type GetOrganizationSettingsReqMultiError []error

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

func (GetOrganizationSettingsReqMultiError) AllErrors added in v0.3.29

AllErrors returns a list of validation violation errors.

func (GetOrganizationSettingsReqMultiError) Error added in v0.3.29

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

type GetOrganizationSettingsReqValidationError added in v0.3.29

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

GetOrganizationSettingsReqValidationError is the validation error returned by GetOrganizationSettingsReq.Validate if the designated constraints aren't met.

func (GetOrganizationSettingsReqValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (GetOrganizationSettingsReqValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (GetOrganizationSettingsReqValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (GetOrganizationSettingsReqValidationError) Field added in v0.3.29

Field function returns field value.

func (GetOrganizationSettingsReqValidationError) Key added in v0.3.29

Key function returns key value.

func (GetOrganizationSettingsReqValidationError) Reason added in v0.3.29

Reason function returns reason value.

type GetOrganizationSettingsResp added in v0.3.29

type GetOrganizationSettingsResp struct {
	Settings *OrganizationSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationSettingsResp) CloneMessageVT added in v0.3.34

func (m *GetOrganizationSettingsResp) CloneMessageVT() proto.Message

func (*GetOrganizationSettingsResp) CloneVT added in v0.3.34

func (*GetOrganizationSettingsResp) Descriptor deprecated added in v0.3.29

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

Deprecated: Use GetOrganizationSettingsResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationSettingsResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationSettingsResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSettingsResp) EqualVT added in v0.3.34

func (*GetOrganizationSettingsResp) GetSettings added in v0.3.29

func (*GetOrganizationSettingsResp) ProtoMessage added in v0.3.29

func (*GetOrganizationSettingsResp) ProtoMessage()

func (*GetOrganizationSettingsResp) ProtoReflect added in v0.3.29

func (*GetOrganizationSettingsResp) Reset added in v0.3.29

func (x *GetOrganizationSettingsResp) Reset()

func (*GetOrganizationSettingsResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationSettingsResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSettingsResp) StableEqualVT added in v0.3.34

func (*GetOrganizationSettingsResp) String added in v0.3.29

func (x *GetOrganizationSettingsResp) String() string

func (*GetOrganizationSettingsResp) Validate added in v0.3.29

func (m *GetOrganizationSettingsResp) Validate() error

Validate checks the field values on GetOrganizationSettingsResp 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 (*GetOrganizationSettingsResp) ValidateAll added in v0.3.29

func (m *GetOrganizationSettingsResp) ValidateAll() error

ValidateAll checks the field values on GetOrganizationSettingsResp 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 GetOrganizationSettingsRespMultiError, or nil if none found.

type GetOrganizationSettingsRespMultiError added in v0.3.29

type GetOrganizationSettingsRespMultiError []error

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

func (GetOrganizationSettingsRespMultiError) AllErrors added in v0.3.29

AllErrors returns a list of validation violation errors.

func (GetOrganizationSettingsRespMultiError) Error added in v0.3.29

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

type GetOrganizationSettingsRespValidationError added in v0.3.29

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

GetOrganizationSettingsRespValidationError is the validation error returned by GetOrganizationSettingsResp.Validate if the designated constraints aren't met.

func (GetOrganizationSettingsRespValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (GetOrganizationSettingsRespValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (GetOrganizationSettingsRespValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (GetOrganizationSettingsRespValidationError) Field added in v0.3.29

Field function returns field value.

func (GetOrganizationSettingsRespValidationError) Key added in v0.3.29

Key function returns key value.

func (GetOrganizationSettingsRespValidationError) Reason added in v0.3.29

Reason function returns reason value.

type GetOrganizationSubscriptionStatusReq added in v0.3.2

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

func (*GetOrganizationSubscriptionStatusReq) CloneMessageVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusReq) CloneVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusReq) Descriptor deprecated added in v0.3.2

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

Deprecated: Use GetOrganizationSubscriptionStatusReq.ProtoReflect.Descriptor instead.

func (*GetOrganizationSubscriptionStatusReq) EqualMessageVT added in v0.3.34

func (this *GetOrganizationSubscriptionStatusReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSubscriptionStatusReq) EqualVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusReq) GetOrgId added in v0.3.2

func (*GetOrganizationSubscriptionStatusReq) ProtoMessage added in v0.3.2

func (*GetOrganizationSubscriptionStatusReq) ProtoMessage()

func (*GetOrganizationSubscriptionStatusReq) ProtoReflect added in v0.3.2

func (*GetOrganizationSubscriptionStatusReq) Reset added in v0.3.2

func (*GetOrganizationSubscriptionStatusReq) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationSubscriptionStatusReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSubscriptionStatusReq) StableEqualVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusReq) String added in v0.3.2

func (*GetOrganizationSubscriptionStatusReq) Validate added in v0.3.2

Validate checks the field values on GetOrganizationSubscriptionStatusReq 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 (*GetOrganizationSubscriptionStatusReq) ValidateAll added in v0.3.2

ValidateAll checks the field values on GetOrganizationSubscriptionStatusReq 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 GetOrganizationSubscriptionStatusReqMultiError, or nil if none found.

type GetOrganizationSubscriptionStatusReqMultiError added in v0.3.2

type GetOrganizationSubscriptionStatusReqMultiError []error

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

func (GetOrganizationSubscriptionStatusReqMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (GetOrganizationSubscriptionStatusReqMultiError) Error added in v0.3.2

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

type GetOrganizationSubscriptionStatusReqValidationError added in v0.3.2

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

GetOrganizationSubscriptionStatusReqValidationError is the validation error returned by GetOrganizationSubscriptionStatusReq.Validate if the designated constraints aren't met.

func (GetOrganizationSubscriptionStatusReqValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (GetOrganizationSubscriptionStatusReqValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (GetOrganizationSubscriptionStatusReqValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (GetOrganizationSubscriptionStatusReqValidationError) Field added in v0.3.2

Field function returns field value.

func (GetOrganizationSubscriptionStatusReqValidationError) Key added in v0.3.2

Key function returns key value.

func (GetOrganizationSubscriptionStatusReqValidationError) Reason added in v0.3.2

Reason function returns reason value.

type GetOrganizationSubscriptionStatusResp added in v0.3.2

type GetOrganizationSubscriptionStatusResp struct {
	Active            bool                   `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	Trial             bool                   `protobuf:"varint,2,opt,name=trial,proto3" json:"trial,omitempty"`
	TrialEndTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=trial_end_timestamp,json=trialEndTimestamp,proto3" json:"trial_end_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationSubscriptionStatusResp) CloneMessageVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusResp) CloneVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusResp) Descriptor deprecated added in v0.3.2

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

Deprecated: Use GetOrganizationSubscriptionStatusResp.ProtoReflect.Descriptor instead.

func (*GetOrganizationSubscriptionStatusResp) EqualMessageVT added in v0.3.34

func (this *GetOrganizationSubscriptionStatusResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSubscriptionStatusResp) EqualVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusResp) GetActive added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) GetTrial added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) GetTrialEndTimestamp added in v0.3.2

func (x *GetOrganizationSubscriptionStatusResp) GetTrialEndTimestamp() *timestamppb.Timestamp

func (*GetOrganizationSubscriptionStatusResp) ProtoMessage added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) ProtoMessage()

func (*GetOrganizationSubscriptionStatusResp) ProtoReflect added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) Reset added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) StableEqualMessageVT added in v0.3.34

func (this *GetOrganizationSubscriptionStatusResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetOrganizationSubscriptionStatusResp) StableEqualVT added in v0.3.34

func (*GetOrganizationSubscriptionStatusResp) String added in v0.3.2

func (*GetOrganizationSubscriptionStatusResp) Validate added in v0.3.2

Validate checks the field values on GetOrganizationSubscriptionStatusResp 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 (*GetOrganizationSubscriptionStatusResp) ValidateAll added in v0.3.2

ValidateAll checks the field values on GetOrganizationSubscriptionStatusResp 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 GetOrganizationSubscriptionStatusRespMultiError, or nil if none found.

type GetOrganizationSubscriptionStatusRespMultiError added in v0.3.2

type GetOrganizationSubscriptionStatusRespMultiError []error

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

func (GetOrganizationSubscriptionStatusRespMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (GetOrganizationSubscriptionStatusRespMultiError) Error added in v0.3.2

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

type GetOrganizationSubscriptionStatusRespValidationError added in v0.3.2

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

GetOrganizationSubscriptionStatusRespValidationError is the validation error returned by GetOrganizationSubscriptionStatusResp.Validate if the designated constraints aren't met.

func (GetOrganizationSubscriptionStatusRespValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (GetOrganizationSubscriptionStatusRespValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (GetOrganizationSubscriptionStatusRespValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (GetOrganizationSubscriptionStatusRespValidationError) Field added in v0.3.2

Field function returns field value.

func (GetOrganizationSubscriptionStatusRespValidationError) Key added in v0.3.2

Key function returns key value.

func (GetOrganizationSubscriptionStatusRespValidationError) Reason added in v0.3.2

Reason function returns reason value.

type GetUserReq

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

func (*GetUserReq) CloneMessageVT added in v0.3.34

func (m *GetUserReq) CloneMessageVT() proto.Message

func (*GetUserReq) CloneVT added in v0.3.34

func (m *GetUserReq) CloneVT() *GetUserReq

func (*GetUserReq) Descriptor deprecated

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

Deprecated: Use GetUserReq.ProtoReflect.Descriptor instead.

func (*GetUserReq) EqualMessageVT added in v0.3.34

func (this *GetUserReq) EqualMessageVT(thatMsg proto.Message) bool

func (*GetUserReq) EqualVT added in v0.3.34

func (this *GetUserReq) EqualVT(that *GetUserReq) bool

func (*GetUserReq) GetUserId

func (x *GetUserReq) GetUserId() string

func (*GetUserReq) ProtoMessage

func (*GetUserReq) ProtoMessage()

func (*GetUserReq) ProtoReflect

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

func (*GetUserReq) Reset

func (x *GetUserReq) Reset()

func (*GetUserReq) StableEqualMessageVT added in v0.3.34

func (this *GetUserReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetUserReq) StableEqualVT added in v0.3.34

func (this *GetUserReq) StableEqualVT(that *GetUserReq) bool

func (*GetUserReq) String

func (x *GetUserReq) String() string

func (*GetUserReq) Validate

func (m *GetUserReq) Validate() error

Validate checks the field values on GetUserReq 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 (*GetUserReq) ValidateAll

func (m *GetUserReq) ValidateAll() error

ValidateAll checks the field values on GetUserReq 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 GetUserReqMultiError, or nil if none found.

type GetUserReqMultiError

type GetUserReqMultiError []error

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

func (GetUserReqMultiError) AllErrors

func (m GetUserReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserReqMultiError) Error

func (m GetUserReqMultiError) Error() string

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

type GetUserReqValidationError

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

GetUserReqValidationError is the validation error returned by GetUserReq.Validate if the designated constraints aren't met.

func (GetUserReqValidationError) Cause

func (e GetUserReqValidationError) Cause() error

Cause function returns cause value.

func (GetUserReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserReqValidationError) ErrorName

func (e GetUserReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserReqValidationError) Field

Field function returns field value.

func (GetUserReqValidationError) Key

Key function returns key value.

func (GetUserReqValidationError) Reason

func (e GetUserReqValidationError) Reason() string

Reason function returns reason value.

type GetUserResp

type GetUserResp struct {
	User *users.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResp) CloneMessageVT added in v0.3.34

func (m *GetUserResp) CloneMessageVT() proto.Message

func (*GetUserResp) CloneVT added in v0.3.34

func (m *GetUserResp) CloneVT() *GetUserResp

func (*GetUserResp) Descriptor deprecated

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

Deprecated: Use GetUserResp.ProtoReflect.Descriptor instead.

func (*GetUserResp) EqualMessageVT added in v0.3.34

func (this *GetUserResp) EqualMessageVT(thatMsg proto.Message) bool

func (*GetUserResp) EqualVT added in v0.3.34

func (this *GetUserResp) EqualVT(that *GetUserResp) bool

func (*GetUserResp) GetUser

func (x *GetUserResp) GetUser() *users.User

func (*GetUserResp) ProtoMessage

func (*GetUserResp) ProtoMessage()

func (*GetUserResp) ProtoReflect

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

func (*GetUserResp) Reset

func (x *GetUserResp) Reset()

func (*GetUserResp) StableEqualMessageVT added in v0.3.34

func (this *GetUserResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*GetUserResp) StableEqualVT added in v0.3.34

func (this *GetUserResp) StableEqualVT(that *GetUserResp) bool

func (*GetUserResp) String

func (x *GetUserResp) String() string

func (*GetUserResp) Validate

func (m *GetUserResp) Validate() error

Validate checks the field values on GetUserResp 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 (*GetUserResp) ValidateAll

func (m *GetUserResp) ValidateAll() error

ValidateAll checks the field values on GetUserResp 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 GetUserRespMultiError, or nil if none found.

type GetUserRespMultiError

type GetUserRespMultiError []error

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

func (GetUserRespMultiError) AllErrors

func (m GetUserRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserRespMultiError) Error

func (m GetUserRespMultiError) Error() string

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

type GetUserRespValidationError

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

GetUserRespValidationError is the validation error returned by GetUserResp.Validate if the designated constraints aren't met.

func (GetUserRespValidationError) Cause

Cause function returns cause value.

func (GetUserRespValidationError) Error

Error satisfies the builtin error interface

func (GetUserRespValidationError) ErrorName

func (e GetUserRespValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRespValidationError) Field

Field function returns field value.

func (GetUserRespValidationError) Key

Key function returns key value.

func (GetUserRespValidationError) Reason

Reason function returns reason value.

type OrganizationInfo

type OrganizationInfo struct {
	Id              string                                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DisplayName     string                                `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	WritebackConfig *config_writeback.ConfigWritebackPath `protobuf:"bytes,3,opt,name=writeback_config,json=writebackConfig,proto3" json:"writeback_config,omitempty"`
	Slug            string                                `protobuf:"bytes,4,opt,name=slug,proto3" json:"slug,omitempty"`
	UserMetadata    *OrganizationUserMetadata             `protobuf:"bytes,5,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"`
	// e.g. https://<slug>.runprodvana.com
	UiAddress string `protobuf:"bytes,6,opt,name=ui_address,json=uiAddress,proto3" json:"ui_address,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationInfo) CloneMessageVT added in v0.3.34

func (m *OrganizationInfo) CloneMessageVT() proto.Message

func (*OrganizationInfo) CloneVT added in v0.3.34

func (m *OrganizationInfo) CloneVT() *OrganizationInfo

func (*OrganizationInfo) Descriptor deprecated

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

Deprecated: Use OrganizationInfo.ProtoReflect.Descriptor instead.

func (*OrganizationInfo) EqualMessageVT added in v0.3.34

func (this *OrganizationInfo) EqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationInfo) EqualVT added in v0.3.34

func (this *OrganizationInfo) EqualVT(that *OrganizationInfo) bool

func (*OrganizationInfo) GetDisplayName

func (x *OrganizationInfo) GetDisplayName() string

func (*OrganizationInfo) GetId

func (x *OrganizationInfo) GetId() string

func (*OrganizationInfo) GetSlug

func (x *OrganizationInfo) GetSlug() string

func (*OrganizationInfo) GetUiAddress added in v0.3.17

func (x *OrganizationInfo) GetUiAddress() string

func (*OrganizationInfo) GetUserMetadata

func (x *OrganizationInfo) GetUserMetadata() *OrganizationUserMetadata

func (*OrganizationInfo) GetWritebackConfig

func (x *OrganizationInfo) GetWritebackConfig() *config_writeback.ConfigWritebackPath

func (*OrganizationInfo) ProtoMessage

func (*OrganizationInfo) ProtoMessage()

func (*OrganizationInfo) ProtoReflect

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

func (*OrganizationInfo) Reset

func (x *OrganizationInfo) Reset()

func (*OrganizationInfo) StableEqualMessageVT added in v0.3.34

func (this *OrganizationInfo) StableEqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationInfo) StableEqualVT added in v0.3.34

func (this *OrganizationInfo) StableEqualVT(that *OrganizationInfo) bool

func (*OrganizationInfo) String

func (x *OrganizationInfo) String() string

func (*OrganizationInfo) Validate

func (m *OrganizationInfo) Validate() error

Validate checks the field values on OrganizationInfo 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 (*OrganizationInfo) ValidateAll

func (m *OrganizationInfo) ValidateAll() error

ValidateAll checks the field values on OrganizationInfo 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 OrganizationInfoMultiError, or nil if none found.

type OrganizationInfoMultiError

type OrganizationInfoMultiError []error

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

func (OrganizationInfoMultiError) AllErrors

func (m OrganizationInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationInfoMultiError) Error

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

type OrganizationInfoValidationError

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

OrganizationInfoValidationError is the validation error returned by OrganizationInfo.Validate if the designated constraints aren't met.

func (OrganizationInfoValidationError) Cause

Cause function returns cause value.

func (OrganizationInfoValidationError) Error

Error satisfies the builtin error interface

func (OrganizationInfoValidationError) ErrorName

ErrorName returns error name.

func (OrganizationInfoValidationError) Field

Field function returns field value.

func (OrganizationInfoValidationError) Key

Key function returns key value.

func (OrganizationInfoValidationError) Reason

Reason function returns reason value.

type OrganizationManagerClient

type OrganizationManagerClient interface {
	GetOrganization(ctx context.Context, in *GetOrganizationReq, opts ...grpc.CallOption) (*GetOrganizationResp, error)
	GetOrganizationMetrics(ctx context.Context, in *GetOrganizationMetricsReq, opts ...grpc.CallOption) (*GetOrganizationMetricsResp, error)
	GetOrganizationInsights(ctx context.Context, in *GetOrganizationInsightsReq, opts ...grpc.CallOption) (*GetOrganizationInsightsResp, error)
	SnoozeOrganizationInsight(ctx context.Context, in *SnoozeOrganizationInsightReq, opts ...grpc.CallOption) (*SnoozeOrganizationInsightResp, error)
	// Get org metadata, useful for constructing edit workflows for metadata
	GetOrganizationMetadata(ctx context.Context, in *GetOrganizationMetadataReq, opts ...grpc.CallOption) (*GetOrganizationMetadataResp, error)
	SetOrganizationMetadata(ctx context.Context, in *SetOrganizationMetadataReq, opts ...grpc.CallOption) (*SetOrganizationMetadataResp, error)
	// Get a user in an organization, will return NOT_FOUND if the user is eitehr missing or not in an organization
	GetUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*GetUserResp, error)
	GetOrganizationSubscriptionStatus(ctx context.Context, in *GetOrganizationSubscriptionStatusReq, opts ...grpc.CallOption) (*GetOrganizationSubscriptionStatusResp, error)
	GetOrganizationSettings(ctx context.Context, in *GetOrganizationSettingsReq, opts ...grpc.CallOption) (*GetOrganizationSettingsResp, error)
	SetOrganizationSettings(ctx context.Context, in *SetOrganizationSettingsReq, opts ...grpc.CallOption) (*SetOrganizationSettingsResp, error)
}

OrganizationManagerClient is the client API for OrganizationManager service.

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

type OrganizationManagerServer

type OrganizationManagerServer interface {
	GetOrganization(context.Context, *GetOrganizationReq) (*GetOrganizationResp, error)
	GetOrganizationMetrics(context.Context, *GetOrganizationMetricsReq) (*GetOrganizationMetricsResp, error)
	GetOrganizationInsights(context.Context, *GetOrganizationInsightsReq) (*GetOrganizationInsightsResp, error)
	SnoozeOrganizationInsight(context.Context, *SnoozeOrganizationInsightReq) (*SnoozeOrganizationInsightResp, error)
	// Get org metadata, useful for constructing edit workflows for metadata
	GetOrganizationMetadata(context.Context, *GetOrganizationMetadataReq) (*GetOrganizationMetadataResp, error)
	SetOrganizationMetadata(context.Context, *SetOrganizationMetadataReq) (*SetOrganizationMetadataResp, error)
	// Get a user in an organization, will return NOT_FOUND if the user is eitehr missing or not in an organization
	GetUser(context.Context, *GetUserReq) (*GetUserResp, error)
	GetOrganizationSubscriptionStatus(context.Context, *GetOrganizationSubscriptionStatusReq) (*GetOrganizationSubscriptionStatusResp, error)
	GetOrganizationSettings(context.Context, *GetOrganizationSettingsReq) (*GetOrganizationSettingsResp, error)
	SetOrganizationSettings(context.Context, *SetOrganizationSettingsReq) (*SetOrganizationSettingsResp, error)
	// contains filtered or unexported methods
}

OrganizationManagerServer is the server API for OrganizationManager service. All implementations must embed UnimplementedOrganizationManagerServer for forward compatibility

type OrganizationSettings added in v0.3.29

type OrganizationSettings struct {
	EnableAiIntegration bool `protobuf:"varint,1,opt,name=enable_ai_integration,json=enableAiIntegration,proto3" json:"enable_ai_integration,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationSettings) CloneMessageVT added in v0.3.34

func (m *OrganizationSettings) CloneMessageVT() proto.Message

func (*OrganizationSettings) CloneVT added in v0.3.34

func (*OrganizationSettings) Descriptor deprecated added in v0.3.29

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

Deprecated: Use OrganizationSettings.ProtoReflect.Descriptor instead.

func (*OrganizationSettings) EqualMessageVT added in v0.3.34

func (this *OrganizationSettings) EqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationSettings) EqualVT added in v0.3.34

func (this *OrganizationSettings) EqualVT(that *OrganizationSettings) bool

func (*OrganizationSettings) GetEnableAiIntegration added in v0.3.29

func (x *OrganizationSettings) GetEnableAiIntegration() bool

func (*OrganizationSettings) ProtoMessage added in v0.3.29

func (*OrganizationSettings) ProtoMessage()

func (*OrganizationSettings) ProtoReflect added in v0.3.29

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

func (*OrganizationSettings) Reset added in v0.3.29

func (x *OrganizationSettings) Reset()

func (*OrganizationSettings) StableEqualMessageVT added in v0.3.34

func (this *OrganizationSettings) StableEqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationSettings) StableEqualVT added in v0.3.34

func (this *OrganizationSettings) StableEqualVT(that *OrganizationSettings) bool

func (*OrganizationSettings) String added in v0.3.29

func (x *OrganizationSettings) String() string

func (*OrganizationSettings) Validate added in v0.3.29

func (m *OrganizationSettings) Validate() error

Validate checks the field values on OrganizationSettings 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 (*OrganizationSettings) ValidateAll added in v0.3.29

func (m *OrganizationSettings) ValidateAll() error

ValidateAll checks the field values on OrganizationSettings 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 OrganizationSettingsMultiError, or nil if none found.

type OrganizationSettingsDelta added in v0.3.29

type OrganizationSettingsDelta struct {
	EnableAiIntegration *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enable_ai_integration,json=enableAiIntegration,proto3" json:"enable_ai_integration,omitempty"`
	// contains filtered or unexported fields
}

a mirror of the OrganizationSettings message, but with only the fields that have changed

func (*OrganizationSettingsDelta) CloneMessageVT added in v0.3.34

func (m *OrganizationSettingsDelta) CloneMessageVT() proto.Message

func (*OrganizationSettingsDelta) CloneVT added in v0.3.34

func (*OrganizationSettingsDelta) Descriptor deprecated added in v0.3.29

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

Deprecated: Use OrganizationSettingsDelta.ProtoReflect.Descriptor instead.

func (*OrganizationSettingsDelta) EqualMessageVT added in v0.3.34

func (this *OrganizationSettingsDelta) EqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationSettingsDelta) EqualVT added in v0.3.34

func (*OrganizationSettingsDelta) GetEnableAiIntegration added in v0.3.29

func (x *OrganizationSettingsDelta) GetEnableAiIntegration() *wrapperspb.BoolValue

func (*OrganizationSettingsDelta) ProtoMessage added in v0.3.29

func (*OrganizationSettingsDelta) ProtoMessage()

func (*OrganizationSettingsDelta) ProtoReflect added in v0.3.29

func (*OrganizationSettingsDelta) Reset added in v0.3.29

func (x *OrganizationSettingsDelta) Reset()

func (*OrganizationSettingsDelta) StableEqualMessageVT added in v0.3.34

func (this *OrganizationSettingsDelta) StableEqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationSettingsDelta) StableEqualVT added in v0.3.34

func (this *OrganizationSettingsDelta) StableEqualVT(that *OrganizationSettingsDelta) bool

func (*OrganizationSettingsDelta) String added in v0.3.29

func (x *OrganizationSettingsDelta) String() string

func (*OrganizationSettingsDelta) Validate added in v0.3.29

func (m *OrganizationSettingsDelta) Validate() error

Validate checks the field values on OrganizationSettingsDelta 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 (*OrganizationSettingsDelta) ValidateAll added in v0.3.29

func (m *OrganizationSettingsDelta) ValidateAll() error

ValidateAll checks the field values on OrganizationSettingsDelta 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 OrganizationSettingsDeltaMultiError, or nil if none found.

type OrganizationSettingsDeltaMultiError added in v0.3.29

type OrganizationSettingsDeltaMultiError []error

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

func (OrganizationSettingsDeltaMultiError) AllErrors added in v0.3.29

AllErrors returns a list of validation violation errors.

func (OrganizationSettingsDeltaMultiError) Error added in v0.3.29

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

type OrganizationSettingsDeltaValidationError added in v0.3.29

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

OrganizationSettingsDeltaValidationError is the validation error returned by OrganizationSettingsDelta.Validate if the designated constraints aren't met.

func (OrganizationSettingsDeltaValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (OrganizationSettingsDeltaValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (OrganizationSettingsDeltaValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (OrganizationSettingsDeltaValidationError) Field added in v0.3.29

Field function returns field value.

func (OrganizationSettingsDeltaValidationError) Key added in v0.3.29

Key function returns key value.

func (OrganizationSettingsDeltaValidationError) Reason added in v0.3.29

Reason function returns reason value.

type OrganizationSettingsMultiError added in v0.3.29

type OrganizationSettingsMultiError []error

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

func (OrganizationSettingsMultiError) AllErrors added in v0.3.29

func (m OrganizationSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationSettingsMultiError) Error added in v0.3.29

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

type OrganizationSettingsValidationError added in v0.3.29

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

OrganizationSettingsValidationError is the validation error returned by OrganizationSettings.Validate if the designated constraints aren't met.

func (OrganizationSettingsValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (OrganizationSettingsValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (OrganizationSettingsValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (OrganizationSettingsValidationError) Field added in v0.3.29

Field function returns field value.

func (OrganizationSettingsValidationError) Key added in v0.3.29

Key function returns key value.

func (OrganizationSettingsValidationError) Reason added in v0.3.29

Reason function returns reason value.

type OrganizationUserMetadata

type OrganizationUserMetadata struct {

	// Links that every app should get automatically
	ApplicationLinks []*common_config.Link `protobuf:"bytes,1,rep,name=application_links,json=applicationLinks,proto3" json:"application_links,omitempty"`
	// Links that every service should get automatically
	ServiceLinks []*common_config.Link `protobuf:"bytes,2,rep,name=service_links,json=serviceLinks,proto3" json:"service_links,omitempty"`
	Links        []*common_config.Link `protobuf:"bytes,3,rep,name=links,proto3" json:"links,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationUserMetadata) CloneMessageVT added in v0.3.34

func (m *OrganizationUserMetadata) CloneMessageVT() proto.Message

func (*OrganizationUserMetadata) CloneVT added in v0.3.34

func (*OrganizationUserMetadata) Descriptor deprecated

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

Deprecated: Use OrganizationUserMetadata.ProtoReflect.Descriptor instead.

func (*OrganizationUserMetadata) EqualMessageVT added in v0.3.34

func (this *OrganizationUserMetadata) EqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationUserMetadata) EqualVT added in v0.3.34

func (x *OrganizationUserMetadata) GetApplicationLinks() []*common_config.Link
func (x *OrganizationUserMetadata) GetLinks() []*common_config.Link
func (x *OrganizationUserMetadata) GetServiceLinks() []*common_config.Link

func (*OrganizationUserMetadata) ProtoMessage

func (*OrganizationUserMetadata) ProtoMessage()

func (*OrganizationUserMetadata) ProtoReflect

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

func (*OrganizationUserMetadata) Reset

func (x *OrganizationUserMetadata) Reset()

func (*OrganizationUserMetadata) StableEqualMessageVT added in v0.3.34

func (this *OrganizationUserMetadata) StableEqualMessageVT(thatMsg proto.Message) bool

func (*OrganizationUserMetadata) StableEqualVT added in v0.3.34

func (this *OrganizationUserMetadata) StableEqualVT(that *OrganizationUserMetadata) bool

func (*OrganizationUserMetadata) String

func (x *OrganizationUserMetadata) String() string

func (*OrganizationUserMetadata) Validate

func (m *OrganizationUserMetadata) Validate() error

Validate checks the field values on OrganizationUserMetadata 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 (*OrganizationUserMetadata) ValidateAll

func (m *OrganizationUserMetadata) ValidateAll() error

ValidateAll checks the field values on OrganizationUserMetadata 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 OrganizationUserMetadataMultiError, or nil if none found.

type OrganizationUserMetadataMultiError

type OrganizationUserMetadataMultiError []error

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

func (OrganizationUserMetadataMultiError) AllErrors

func (m OrganizationUserMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationUserMetadataMultiError) Error

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

type OrganizationUserMetadataValidationError

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

OrganizationUserMetadataValidationError is the validation error returned by OrganizationUserMetadata.Validate if the designated constraints aren't met.

func (OrganizationUserMetadataValidationError) Cause

Cause function returns cause value.

func (OrganizationUserMetadataValidationError) Error

Error satisfies the builtin error interface

func (OrganizationUserMetadataValidationError) ErrorName

ErrorName returns error name.

func (OrganizationUserMetadataValidationError) Field

Field function returns field value.

func (OrganizationUserMetadataValidationError) Key

Key function returns key value.

func (OrganizationUserMetadataValidationError) Reason

Reason function returns reason value.

type SetOrganizationMetadataReq

type SetOrganizationMetadataReq struct {
	Metadata *OrganizationUserMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrganizationMetadataReq) CloneMessageVT added in v0.3.34

func (m *SetOrganizationMetadataReq) CloneMessageVT() proto.Message

func (*SetOrganizationMetadataReq) CloneVT added in v0.3.34

func (*SetOrganizationMetadataReq) Descriptor deprecated

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

Deprecated: Use SetOrganizationMetadataReq.ProtoReflect.Descriptor instead.

func (*SetOrganizationMetadataReq) EqualMessageVT added in v0.3.34

func (this *SetOrganizationMetadataReq) EqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationMetadataReq) EqualVT added in v0.3.34

func (*SetOrganizationMetadataReq) GetMetadata

func (*SetOrganizationMetadataReq) ProtoMessage

func (*SetOrganizationMetadataReq) ProtoMessage()

func (*SetOrganizationMetadataReq) ProtoReflect

func (*SetOrganizationMetadataReq) Reset

func (x *SetOrganizationMetadataReq) Reset()

func (*SetOrganizationMetadataReq) StableEqualMessageVT added in v0.3.34

func (this *SetOrganizationMetadataReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationMetadataReq) StableEqualVT added in v0.3.34

func (this *SetOrganizationMetadataReq) StableEqualVT(that *SetOrganizationMetadataReq) bool

func (*SetOrganizationMetadataReq) String

func (x *SetOrganizationMetadataReq) String() string

func (*SetOrganizationMetadataReq) Validate

func (m *SetOrganizationMetadataReq) Validate() error

Validate checks the field values on SetOrganizationMetadataReq 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 (*SetOrganizationMetadataReq) ValidateAll

func (m *SetOrganizationMetadataReq) ValidateAll() error

ValidateAll checks the field values on SetOrganizationMetadataReq 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 SetOrganizationMetadataReqMultiError, or nil if none found.

type SetOrganizationMetadataReqMultiError

type SetOrganizationMetadataReqMultiError []error

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

func (SetOrganizationMetadataReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetOrganizationMetadataReqMultiError) Error

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

type SetOrganizationMetadataReqValidationError

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

SetOrganizationMetadataReqValidationError is the validation error returned by SetOrganizationMetadataReq.Validate if the designated constraints aren't met.

func (SetOrganizationMetadataReqValidationError) Cause

Cause function returns cause value.

func (SetOrganizationMetadataReqValidationError) Error

Error satisfies the builtin error interface

func (SetOrganizationMetadataReqValidationError) ErrorName

ErrorName returns error name.

func (SetOrganizationMetadataReqValidationError) Field

Field function returns field value.

func (SetOrganizationMetadataReqValidationError) Key

Key function returns key value.

func (SetOrganizationMetadataReqValidationError) Reason

Reason function returns reason value.

type SetOrganizationMetadataResp

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

func (*SetOrganizationMetadataResp) CloneMessageVT added in v0.3.34

func (m *SetOrganizationMetadataResp) CloneMessageVT() proto.Message

func (*SetOrganizationMetadataResp) CloneVT added in v0.3.34

func (*SetOrganizationMetadataResp) Descriptor deprecated

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

Deprecated: Use SetOrganizationMetadataResp.ProtoReflect.Descriptor instead.

func (*SetOrganizationMetadataResp) EqualMessageVT added in v0.3.34

func (this *SetOrganizationMetadataResp) EqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationMetadataResp) EqualVT added in v0.3.34

func (*SetOrganizationMetadataResp) ProtoMessage

func (*SetOrganizationMetadataResp) ProtoMessage()

func (*SetOrganizationMetadataResp) ProtoReflect

func (*SetOrganizationMetadataResp) Reset

func (x *SetOrganizationMetadataResp) Reset()

func (*SetOrganizationMetadataResp) StableEqualMessageVT added in v0.3.34

func (this *SetOrganizationMetadataResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationMetadataResp) StableEqualVT added in v0.3.34

func (*SetOrganizationMetadataResp) String

func (x *SetOrganizationMetadataResp) String() string

func (*SetOrganizationMetadataResp) Validate

func (m *SetOrganizationMetadataResp) Validate() error

Validate checks the field values on SetOrganizationMetadataResp 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 (*SetOrganizationMetadataResp) ValidateAll

func (m *SetOrganizationMetadataResp) ValidateAll() error

ValidateAll checks the field values on SetOrganizationMetadataResp 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 SetOrganizationMetadataRespMultiError, or nil if none found.

type SetOrganizationMetadataRespMultiError

type SetOrganizationMetadataRespMultiError []error

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

func (SetOrganizationMetadataRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetOrganizationMetadataRespMultiError) Error

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

type SetOrganizationMetadataRespValidationError

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

SetOrganizationMetadataRespValidationError is the validation error returned by SetOrganizationMetadataResp.Validate if the designated constraints aren't met.

func (SetOrganizationMetadataRespValidationError) Cause

Cause function returns cause value.

func (SetOrganizationMetadataRespValidationError) Error

Error satisfies the builtin error interface

func (SetOrganizationMetadataRespValidationError) ErrorName

ErrorName returns error name.

func (SetOrganizationMetadataRespValidationError) Field

Field function returns field value.

func (SetOrganizationMetadataRespValidationError) Key

Key function returns key value.

func (SetOrganizationMetadataRespValidationError) Reason

Reason function returns reason value.

type SetOrganizationSettingsReq added in v0.3.29

type SetOrganizationSettingsReq struct {
	Settings *OrganizationSettingsDelta `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrganizationSettingsReq) CloneMessageVT added in v0.3.34

func (m *SetOrganizationSettingsReq) CloneMessageVT() proto.Message

func (*SetOrganizationSettingsReq) CloneVT added in v0.3.34

func (*SetOrganizationSettingsReq) Descriptor deprecated added in v0.3.29

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

Deprecated: Use SetOrganizationSettingsReq.ProtoReflect.Descriptor instead.

func (*SetOrganizationSettingsReq) EqualMessageVT added in v0.3.34

func (this *SetOrganizationSettingsReq) EqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationSettingsReq) EqualVT added in v0.3.34

func (*SetOrganizationSettingsReq) GetSettings added in v0.3.29

func (*SetOrganizationSettingsReq) ProtoMessage added in v0.3.29

func (*SetOrganizationSettingsReq) ProtoMessage()

func (*SetOrganizationSettingsReq) ProtoReflect added in v0.3.29

func (*SetOrganizationSettingsReq) Reset added in v0.3.29

func (x *SetOrganizationSettingsReq) Reset()

func (*SetOrganizationSettingsReq) StableEqualMessageVT added in v0.3.34

func (this *SetOrganizationSettingsReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationSettingsReq) StableEqualVT added in v0.3.34

func (this *SetOrganizationSettingsReq) StableEqualVT(that *SetOrganizationSettingsReq) bool

func (*SetOrganizationSettingsReq) String added in v0.3.29

func (x *SetOrganizationSettingsReq) String() string

func (*SetOrganizationSettingsReq) Validate added in v0.3.29

func (m *SetOrganizationSettingsReq) Validate() error

Validate checks the field values on SetOrganizationSettingsReq 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 (*SetOrganizationSettingsReq) ValidateAll added in v0.3.29

func (m *SetOrganizationSettingsReq) ValidateAll() error

ValidateAll checks the field values on SetOrganizationSettingsReq 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 SetOrganizationSettingsReqMultiError, or nil if none found.

type SetOrganizationSettingsReqMultiError added in v0.3.29

type SetOrganizationSettingsReqMultiError []error

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

func (SetOrganizationSettingsReqMultiError) AllErrors added in v0.3.29

AllErrors returns a list of validation violation errors.

func (SetOrganizationSettingsReqMultiError) Error added in v0.3.29

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

type SetOrganizationSettingsReqValidationError added in v0.3.29

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

SetOrganizationSettingsReqValidationError is the validation error returned by SetOrganizationSettingsReq.Validate if the designated constraints aren't met.

func (SetOrganizationSettingsReqValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (SetOrganizationSettingsReqValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (SetOrganizationSettingsReqValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (SetOrganizationSettingsReqValidationError) Field added in v0.3.29

Field function returns field value.

func (SetOrganizationSettingsReqValidationError) Key added in v0.3.29

Key function returns key value.

func (SetOrganizationSettingsReqValidationError) Reason added in v0.3.29

Reason function returns reason value.

type SetOrganizationSettingsResp added in v0.3.29

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

func (*SetOrganizationSettingsResp) CloneMessageVT added in v0.3.34

func (m *SetOrganizationSettingsResp) CloneMessageVT() proto.Message

func (*SetOrganizationSettingsResp) CloneVT added in v0.3.34

func (*SetOrganizationSettingsResp) Descriptor deprecated added in v0.3.29

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

Deprecated: Use SetOrganizationSettingsResp.ProtoReflect.Descriptor instead.

func (*SetOrganizationSettingsResp) EqualMessageVT added in v0.3.34

func (this *SetOrganizationSettingsResp) EqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationSettingsResp) EqualVT added in v0.3.34

func (*SetOrganizationSettingsResp) ProtoMessage added in v0.3.29

func (*SetOrganizationSettingsResp) ProtoMessage()

func (*SetOrganizationSettingsResp) ProtoReflect added in v0.3.29

func (*SetOrganizationSettingsResp) Reset added in v0.3.29

func (x *SetOrganizationSettingsResp) Reset()

func (*SetOrganizationSettingsResp) StableEqualMessageVT added in v0.3.34

func (this *SetOrganizationSettingsResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SetOrganizationSettingsResp) StableEqualVT added in v0.3.34

func (*SetOrganizationSettingsResp) String added in v0.3.29

func (x *SetOrganizationSettingsResp) String() string

func (*SetOrganizationSettingsResp) Validate added in v0.3.29

func (m *SetOrganizationSettingsResp) Validate() error

Validate checks the field values on SetOrganizationSettingsResp 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 (*SetOrganizationSettingsResp) ValidateAll added in v0.3.29

func (m *SetOrganizationSettingsResp) ValidateAll() error

ValidateAll checks the field values on SetOrganizationSettingsResp 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 SetOrganizationSettingsRespMultiError, or nil if none found.

type SetOrganizationSettingsRespMultiError added in v0.3.29

type SetOrganizationSettingsRespMultiError []error

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

func (SetOrganizationSettingsRespMultiError) AllErrors added in v0.3.29

AllErrors returns a list of validation violation errors.

func (SetOrganizationSettingsRespMultiError) Error added in v0.3.29

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

type SetOrganizationSettingsRespValidationError added in v0.3.29

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

SetOrganizationSettingsRespValidationError is the validation error returned by SetOrganizationSettingsResp.Validate if the designated constraints aren't met.

func (SetOrganizationSettingsRespValidationError) Cause added in v0.3.29

Cause function returns cause value.

func (SetOrganizationSettingsRespValidationError) Error added in v0.3.29

Error satisfies the builtin error interface

func (SetOrganizationSettingsRespValidationError) ErrorName added in v0.3.29

ErrorName returns error name.

func (SetOrganizationSettingsRespValidationError) Field added in v0.3.29

Field function returns field value.

func (SetOrganizationSettingsRespValidationError) Key added in v0.3.29

Key function returns key value.

func (SetOrganizationSettingsRespValidationError) Reason added in v0.3.29

Reason function returns reason value.

type SnoozeOrganizationInsightReq

type SnoozeOrganizationInsightReq struct {
	Class    insights.Class       `protobuf:"varint,1,opt,name=class,proto3,enum=prodvana.insights.Class" json:"class,omitempty"`
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SnoozeOrganizationInsightReq) CloneMessageVT added in v0.3.34

func (m *SnoozeOrganizationInsightReq) CloneMessageVT() proto.Message

func (*SnoozeOrganizationInsightReq) CloneVT added in v0.3.34

func (*SnoozeOrganizationInsightReq) Descriptor deprecated

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

Deprecated: Use SnoozeOrganizationInsightReq.ProtoReflect.Descriptor instead.

func (*SnoozeOrganizationInsightReq) EqualMessageVT added in v0.3.34

func (this *SnoozeOrganizationInsightReq) EqualMessageVT(thatMsg proto.Message) bool

func (*SnoozeOrganizationInsightReq) EqualVT added in v0.3.34

func (*SnoozeOrganizationInsightReq) GetClass

func (*SnoozeOrganizationInsightReq) GetDuration

func (*SnoozeOrganizationInsightReq) ProtoMessage

func (*SnoozeOrganizationInsightReq) ProtoMessage()

func (*SnoozeOrganizationInsightReq) ProtoReflect

func (*SnoozeOrganizationInsightReq) Reset

func (x *SnoozeOrganizationInsightReq) Reset()

func (*SnoozeOrganizationInsightReq) StableEqualMessageVT added in v0.3.34

func (this *SnoozeOrganizationInsightReq) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SnoozeOrganizationInsightReq) StableEqualVT added in v0.3.34

func (*SnoozeOrganizationInsightReq) String

func (*SnoozeOrganizationInsightReq) Validate

func (m *SnoozeOrganizationInsightReq) Validate() error

Validate checks the field values on SnoozeOrganizationInsightReq 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 (*SnoozeOrganizationInsightReq) ValidateAll

func (m *SnoozeOrganizationInsightReq) ValidateAll() error

ValidateAll checks the field values on SnoozeOrganizationInsightReq 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 SnoozeOrganizationInsightReqMultiError, or nil if none found.

type SnoozeOrganizationInsightReqMultiError

type SnoozeOrganizationInsightReqMultiError []error

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

func (SnoozeOrganizationInsightReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnoozeOrganizationInsightReqMultiError) Error

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

type SnoozeOrganizationInsightReqValidationError

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

SnoozeOrganizationInsightReqValidationError is the validation error returned by SnoozeOrganizationInsightReq.Validate if the designated constraints aren't met.

func (SnoozeOrganizationInsightReqValidationError) Cause

Cause function returns cause value.

func (SnoozeOrganizationInsightReqValidationError) Error

Error satisfies the builtin error interface

func (SnoozeOrganizationInsightReqValidationError) ErrorName

ErrorName returns error name.

func (SnoozeOrganizationInsightReqValidationError) Field

Field function returns field value.

func (SnoozeOrganizationInsightReqValidationError) Key

Key function returns key value.

func (SnoozeOrganizationInsightReqValidationError) Reason

Reason function returns reason value.

type SnoozeOrganizationInsightResp

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

func (*SnoozeOrganizationInsightResp) CloneMessageVT added in v0.3.34

func (m *SnoozeOrganizationInsightResp) CloneMessageVT() proto.Message

func (*SnoozeOrganizationInsightResp) CloneVT added in v0.3.34

func (*SnoozeOrganizationInsightResp) Descriptor deprecated

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

Deprecated: Use SnoozeOrganizationInsightResp.ProtoReflect.Descriptor instead.

func (*SnoozeOrganizationInsightResp) EqualMessageVT added in v0.3.34

func (this *SnoozeOrganizationInsightResp) EqualMessageVT(thatMsg proto.Message) bool

func (*SnoozeOrganizationInsightResp) EqualVT added in v0.3.34

func (*SnoozeOrganizationInsightResp) ProtoMessage

func (*SnoozeOrganizationInsightResp) ProtoMessage()

func (*SnoozeOrganizationInsightResp) ProtoReflect

func (*SnoozeOrganizationInsightResp) Reset

func (x *SnoozeOrganizationInsightResp) Reset()

func (*SnoozeOrganizationInsightResp) StableEqualMessageVT added in v0.3.34

func (this *SnoozeOrganizationInsightResp) StableEqualMessageVT(thatMsg proto.Message) bool

func (*SnoozeOrganizationInsightResp) StableEqualVT added in v0.3.34

func (*SnoozeOrganizationInsightResp) String

func (*SnoozeOrganizationInsightResp) Validate

func (m *SnoozeOrganizationInsightResp) Validate() error

Validate checks the field values on SnoozeOrganizationInsightResp 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 (*SnoozeOrganizationInsightResp) ValidateAll

func (m *SnoozeOrganizationInsightResp) ValidateAll() error

ValidateAll checks the field values on SnoozeOrganizationInsightResp 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 SnoozeOrganizationInsightRespMultiError, or nil if none found.

type SnoozeOrganizationInsightRespMultiError

type SnoozeOrganizationInsightRespMultiError []error

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

func (SnoozeOrganizationInsightRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnoozeOrganizationInsightRespMultiError) Error

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

type SnoozeOrganizationInsightRespValidationError

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

SnoozeOrganizationInsightRespValidationError is the validation error returned by SnoozeOrganizationInsightResp.Validate if the designated constraints aren't met.

func (SnoozeOrganizationInsightRespValidationError) Cause

Cause function returns cause value.

func (SnoozeOrganizationInsightRespValidationError) Error

Error satisfies the builtin error interface

func (SnoozeOrganizationInsightRespValidationError) ErrorName

ErrorName returns error name.

func (SnoozeOrganizationInsightRespValidationError) Field

Field function returns field value.

func (SnoozeOrganizationInsightRespValidationError) Key

Key function returns key value.

func (SnoozeOrganizationInsightRespValidationError) Reason

Reason function returns reason value.

type UnimplementedOrganizationManagerServer

type UnimplementedOrganizationManagerServer struct {
}

UnimplementedOrganizationManagerServer must be embedded to have forward compatible implementations.

func (UnimplementedOrganizationManagerServer) GetOrganization

func (UnimplementedOrganizationManagerServer) GetOrganizationInsights

func (UnimplementedOrganizationManagerServer) GetOrganizationMetadata

func (UnimplementedOrganizationManagerServer) GetOrganizationMetrics

func (UnimplementedOrganizationManagerServer) GetOrganizationSettings added in v0.3.29

func (UnimplementedOrganizationManagerServer) GetOrganizationSubscriptionStatus added in v0.3.2

func (UnimplementedOrganizationManagerServer) GetUser

func (UnimplementedOrganizationManagerServer) SetOrganizationMetadata

func (UnimplementedOrganizationManagerServer) SetOrganizationSettings added in v0.3.29

func (UnimplementedOrganizationManagerServer) SnoozeOrganizationInsight

type UnsafeOrganizationManagerServer

type UnsafeOrganizationManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeOrganizationManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationManagerServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL