v1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_saas_event_v1_event_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type TenantCreatedEvent

type TenantCreatedEvent struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Region        string `protobuf:"bytes,4,opt,name=region,proto3" json:"region,omitempty"`
	SeparateDb    bool   `protobuf:"varint,6,opt,name=separate_db,json=separateDb,proto3" json:"separate_db,omitempty"`
	AdminEmail    string `protobuf:"bytes,7,opt,name=admin_email,json=adminEmail,proto3" json:"admin_email,omitempty"`
	AdminUsername string `protobuf:"bytes,8,opt,name=admin_username,json=adminUsername,proto3" json:"admin_username,omitempty"`
	AdminPassword string `protobuf:"bytes,9,opt,name=admin_password,json=adminPassword,proto3" json:"admin_password,omitempty"`
	// contains filtered or unexported fields
}

func (*TenantCreatedEvent) Descriptor deprecated

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

Deprecated: Use TenantCreatedEvent.ProtoReflect.Descriptor instead.

func (*TenantCreatedEvent) GetAdminEmail

func (x *TenantCreatedEvent) GetAdminEmail() string

func (*TenantCreatedEvent) GetAdminPassword

func (x *TenantCreatedEvent) GetAdminPassword() string

func (*TenantCreatedEvent) GetAdminUsername

func (x *TenantCreatedEvent) GetAdminUsername() string

func (*TenantCreatedEvent) GetId

func (x *TenantCreatedEvent) GetId() string

func (*TenantCreatedEvent) GetName

func (x *TenantCreatedEvent) GetName() string

func (*TenantCreatedEvent) GetRegion

func (x *TenantCreatedEvent) GetRegion() string

func (*TenantCreatedEvent) GetSeparateDb

func (x *TenantCreatedEvent) GetSeparateDb() bool

func (*TenantCreatedEvent) ProtoMessage

func (*TenantCreatedEvent) ProtoMessage()

func (*TenantCreatedEvent) ProtoReflect

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

func (*TenantCreatedEvent) Reset

func (x *TenantCreatedEvent) Reset()

func (*TenantCreatedEvent) String

func (x *TenantCreatedEvent) String() string

func (*TenantCreatedEvent) Validate

func (m *TenantCreatedEvent) Validate() error

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

func (m *TenantCreatedEvent) ValidateAll() error

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

type TenantCreatedEventMultiError

type TenantCreatedEventMultiError []error

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

func (TenantCreatedEventMultiError) AllErrors

func (m TenantCreatedEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantCreatedEventMultiError) Error

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

type TenantCreatedEventValidationError

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

TenantCreatedEventValidationError is the validation error returned by TenantCreatedEvent.Validate if the designated constraints aren't met.

func (TenantCreatedEventValidationError) Cause

Cause function returns cause value.

func (TenantCreatedEventValidationError) Error

Error satisfies the builtin error interface

func (TenantCreatedEventValidationError) ErrorName

ErrorName returns error name.

func (TenantCreatedEventValidationError) Field

Field function returns field value.

func (TenantCreatedEventValidationError) Key

Key function returns key value.

func (TenantCreatedEventValidationError) Reason

Reason function returns reason value.

type TenantReadyEvent

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

func (*TenantReadyEvent) Descriptor deprecated

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

Deprecated: Use TenantReadyEvent.ProtoReflect.Descriptor instead.

func (*TenantReadyEvent) GetId

func (x *TenantReadyEvent) GetId() string

func (*TenantReadyEvent) GetServiceName

func (x *TenantReadyEvent) GetServiceName() string

func (*TenantReadyEvent) ProtoMessage

func (*TenantReadyEvent) ProtoMessage()

func (*TenantReadyEvent) ProtoReflect

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

func (*TenantReadyEvent) Reset

func (x *TenantReadyEvent) Reset()

func (*TenantReadyEvent) String

func (x *TenantReadyEvent) String() string

func (*TenantReadyEvent) Validate

func (m *TenantReadyEvent) Validate() error

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

func (m *TenantReadyEvent) ValidateAll() error

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

type TenantReadyEventMultiError

type TenantReadyEventMultiError []error

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

func (TenantReadyEventMultiError) AllErrors

func (m TenantReadyEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantReadyEventMultiError) Error

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

type TenantReadyEventValidationError

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

TenantReadyEventValidationError is the validation error returned by TenantReadyEvent.Validate if the designated constraints aren't met.

func (TenantReadyEventValidationError) Cause

Cause function returns cause value.

func (TenantReadyEventValidationError) Error

Error satisfies the builtin error interface

func (TenantReadyEventValidationError) ErrorName

ErrorName returns error name.

func (TenantReadyEventValidationError) Field

Field function returns field value.

func (TenantReadyEventValidationError) Key

Key function returns key value.

func (TenantReadyEventValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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