Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterNemServer(s grpc.ServiceRegistrar, srv NemServer)
- type ArrayTypeConfig
- func (*ArrayTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ArrayTypeConfig) GetChar() *FieldTypeCharConfig
- func (x *ArrayTypeConfig) GetDate() *FieldTypeDateConfig
- func (x *ArrayTypeConfig) GetDatetime() *FieldTypeDatetimeConfig
- func (x *ArrayTypeConfig) GetDecimal() *FieldTypeDecimalConfig
- func (x *ArrayTypeConfig) GetEmail() *FieldTypeEmailConfig
- func (x *ArrayTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig
- func (x *ArrayTypeConfig) GetEnum() *FieldTypeEnumConfig
- func (x *ArrayTypeConfig) GetFloat() *FieldTypeFloatConfig
- func (x *ArrayTypeConfig) GetInteger() *FieldTypeIntegerConfig
- func (x *ArrayTypeConfig) GetPhone() *FieldTypePhoneConfig
- func (x *ArrayTypeConfig) GetUrl() *FieldTypeURLConfig
- func (x *ArrayTypeConfig) GetVarchar() *FieldTypeVarcharConfig
- func (*ArrayTypeConfig) ProtoMessage()
- func (x *ArrayTypeConfig) ProtoReflect() protoreflect.Message
- func (x *ArrayTypeConfig) Reset()
- func (x *ArrayTypeConfig) String() string
- type ChangeRequest
- func (*ChangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *ChangeRequest) GetCreatedByUuid() string
- func (x *ChangeRequest) GetDescription() string
- func (x *ChangeRequest) GetNewData() string
- func (x *ChangeRequest) GetNewDataRef() string
- func (x *ChangeRequest) GetOldData() string
- func (x *ChangeRequest) GetOldDataRef() string
- func (x *ChangeRequest) GetOwnerUuid() string
- func (x *ChangeRequest) GetRefUuid() string
- func (x *ChangeRequest) GetReviewType() ChangeRequestReviewType
- func (x *ChangeRequest) GetReviews() []*ChangeRequestReview
- func (x *ChangeRequest) GetStatus() ChangeRequestStatus
- func (x *ChangeRequest) GetTitle() string
- func (x *ChangeRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ChangeRequest) GetUpdatedByUuid() string
- func (x *ChangeRequest) GetUuid() string
- func (x *ChangeRequest) GetVersion() int64
- func (*ChangeRequest) ProtoMessage()
- func (x *ChangeRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeRequest) Reset()
- func (x *ChangeRequest) String() string
- type ChangeRequestReview
- func (*ChangeRequestReview) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeRequestReview) GetComment() string
- func (x *ChangeRequestReview) GetCreatedAt() *timestamppb.Timestamp
- func (x *ChangeRequestReview) GetStatus() ChangeRequestReviewStatus
- func (x *ChangeRequestReview) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ChangeRequestReview) GetUserUuid() string
- func (x *ChangeRequestReview) GetUuid() string
- func (*ChangeRequestReview) ProtoMessage()
- func (x *ChangeRequestReview) ProtoReflect() protoreflect.Message
- func (x *ChangeRequestReview) Reset()
- func (x *ChangeRequestReview) String() string
- type ChangeRequestReviewStatus
- func (ChangeRequestReviewStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ChangeRequestReviewStatus) Enum() *ChangeRequestReviewStatus
- func (ChangeRequestReviewStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangeRequestReviewStatus) Number() protoreflect.EnumNumber
- func (x ChangeRequestReviewStatus) String() string
- func (ChangeRequestReviewStatus) Type() protoreflect.EnumType
- type ChangeRequestReviewType
- func (ChangeRequestReviewType) Descriptor() protoreflect.EnumDescriptor
- func (x ChangeRequestReviewType) Enum() *ChangeRequestReviewType
- func (ChangeRequestReviewType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangeRequestReviewType) Number() protoreflect.EnumNumber
- func (x ChangeRequestReviewType) String() string
- func (ChangeRequestReviewType) Type() protoreflect.EnumType
- type ChangeRequestStatus
- func (ChangeRequestStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ChangeRequestStatus) Enum() *ChangeRequestStatus
- func (ChangeRequestStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangeRequestStatus) Number() protoreflect.EnumNumber
- func (x ChangeRequestStatus) String() string
- func (ChangeRequestStatus) Type() protoreflect.EnumType
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetCreatedAt() *timestamppb.Timestamp
- func (x *Connection) GetCreatedByUuid() string
- func (x *Connection) GetDbType() ConnectionDbType
- func (x *Connection) GetDbTypeConfig() *DbTypeConfig
- func (x *Connection) GetDbVersion() string
- func (x *Connection) GetEnviormentUuid() string
- func (x *Connection) GetIdentifier() string
- func (x *Connection) GetStatus() ConnectionStatus
- func (x *Connection) GetStoreUuid() string
- func (x *Connection) GetType() ConnectionType
- func (x *Connection) GetTypeConfig() *ConnectionTypeConfig
- func (x *Connection) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Connection) GetUpdatedByUuid() string
- func (x *Connection) GetUuid() string
- func (x *Connection) GetVersion() int64
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- type ConnectionDbType
- func (ConnectionDbType) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionDbType) Enum() *ConnectionDbType
- func (ConnectionDbType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionDbType) Number() protoreflect.EnumNumber
- func (x ConnectionDbType) String() string
- func (ConnectionDbType) Type() protoreflect.EnumType
- type ConnectionStatus
- func (ConnectionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionStatus) Enum() *ConnectionStatus
- func (ConnectionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionStatus) Number() protoreflect.EnumNumber
- func (x ConnectionStatus) String() string
- func (ConnectionStatus) Type() protoreflect.EnumType
- type ConnectionType
- func (ConnectionType) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionType) Enum() *ConnectionType
- func (ConnectionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionType) Number() protoreflect.EnumNumber
- func (x ConnectionType) String() string
- func (ConnectionType) Type() protoreflect.EnumType
- type ConnectionTypeConfig
- func (*ConnectionTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectionTypeConfig) GetTcpIp() *TcpIpConnectionTypeConfig
- func (x *ConnectionTypeConfig) GetTcpIpSsh() *TcpIpSshConnectionTypeConfig
- func (*ConnectionTypeConfig) ProtoMessage()
- func (x *ConnectionTypeConfig) ProtoReflect() protoreflect.Message
- func (x *ConnectionTypeConfig) Reset()
- func (x *ConnectionTypeConfig) String() string
- type CreateChangeRequestRequest
- func (*CreateChangeRequestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateChangeRequestRequest) GetChangeRequest() *ChangeRequest
- func (*CreateChangeRequestRequest) ProtoMessage()
- func (x *CreateChangeRequestRequest) ProtoReflect() protoreflect.Message
- func (x *CreateChangeRequestRequest) Reset()
- func (x *CreateChangeRequestRequest) String() string
- type CreateExtensionExecutionRequest
- func (*CreateExtensionExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution
- func (*CreateExtensionExecutionRequest) ProtoMessage()
- func (x *CreateExtensionExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExtensionExecutionRequest) Reset()
- func (x *CreateExtensionExecutionRequest) String() string
- type CreateExtensionRequest
- func (*CreateExtensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExtensionRequest) GetExtension() *Extension
- func (*CreateExtensionRequest) ProtoMessage()
- func (x *CreateExtensionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExtensionRequest) Reset()
- func (x *CreateExtensionRequest) String() string
- type CreateExtensionVersionRequest
- func (*CreateExtensionVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion
- func (*CreateExtensionVersionRequest) ProtoMessage()
- func (x *CreateExtensionVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExtensionVersionRequest) Reset()
- func (x *CreateExtensionVersionRequest) String() string
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetOrganization() *Organization
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- type CreateProjectRequest
- func (*CreateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectRequest) GetProject() *Project
- func (*CreateProjectRequest) ProtoMessage()
- func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProjectRequest) Reset()
- func (x *CreateProjectRequest) String() string
- type CreateProjectVersionRequest
- func (*CreateProjectVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectVersionRequest) GetProjectVersion() *ProjectVersion
- func (*CreateProjectVersionRequest) ProtoMessage()
- func (x *CreateProjectVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProjectVersionRequest) Reset()
- func (x *CreateProjectVersionRequest) String() string
- type CreateTeamRequest
- type CreateUserConnectionRequest
- func (*CreateUserConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserConnectionRequest) GetUserConnection() *UserConnection
- func (*CreateUserConnectionRequest) ProtoMessage()
- func (x *CreateUserConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserConnectionRequest) Reset()
- func (x *CreateUserConnectionRequest) String() string
- type CreateUserRequest
- type CreateUserTeamRequest
- func (*CreateUserTeamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserTeamRequest) GetUserTeam() *UserTeam
- func (*CreateUserTeamRequest) ProtoMessage()
- func (x *CreateUserTeamRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserTeamRequest) Reset()
- func (x *CreateUserTeamRequest) String() string
- type DbTypeConfig
- func (*DbTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DbTypeConfig) GetMysql() *DbTypeMysqlConfig
- func (x *DbTypeConfig) GetPostgres() *DbTypePostgresConfig
- func (*DbTypeConfig) ProtoMessage()
- func (x *DbTypeConfig) ProtoReflect() protoreflect.Message
- func (x *DbTypeConfig) Reset()
- func (x *DbTypeConfig) String() string
- type DbTypeMysqlConfig
- type DbTypePostgresConfig
- func (*DbTypePostgresConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DbTypePostgresConfig) GetDatabase() string
- func (x *DbTypePostgresConfig) GetSslmode() DbTypePostgresConfigSslmode
- func (*DbTypePostgresConfig) ProtoMessage()
- func (x *DbTypePostgresConfig) ProtoReflect() protoreflect.Message
- func (x *DbTypePostgresConfig) Reset()
- func (x *DbTypePostgresConfig) String() string
- type DbTypePostgresConfigSslmode
- func (DbTypePostgresConfigSslmode) Descriptor() protoreflect.EnumDescriptor
- func (x DbTypePostgresConfigSslmode) Enum() *DbTypePostgresConfigSslmode
- func (DbTypePostgresConfigSslmode) EnumDescriptor() ([]byte, []int)deprecated
- func (x DbTypePostgresConfigSslmode) Number() protoreflect.EnumNumber
- func (x DbTypePostgresConfigSslmode) String() string
- func (DbTypePostgresConfigSslmode) Type() protoreflect.EnumType
- type ElementRender
- func (*ElementRender) Descriptor() ([]byte, []int)deprecated
- func (x *ElementRender) GetCollapsed() bool
- func (x *ElementRender) GetHeight() float64
- func (x *ElementRender) GetWidth() float64
- func (x *ElementRender) GetX() float64
- func (x *ElementRender) GetY() float64
- func (*ElementRender) ProtoMessage()
- func (x *ElementRender) ProtoReflect() protoreflect.Message
- func (x *ElementRender) Reset()
- func (x *ElementRender) String() string
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)deprecated
- func (x *Entity) GetCreatedAt() *timestamppb.Timestamp
- func (x *Entity) GetCreatedByUuid() string
- func (x *Entity) GetDescription() string
- func (x *Entity) GetFields() []*Field
- func (x *Entity) GetIdentifier() string
- func (x *Entity) GetRender() *ElementRender
- func (x *Entity) GetStatus() EntityStatus
- func (x *Entity) GetType() EntityType
- func (x *Entity) GetTypeConfig() *EntityTypeConfig
- func (x *Entity) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Entity) GetUpdatedByUuid() string
- func (x *Entity) GetUuid() string
- func (x *Entity) GetVersion() int64
- func (*Entity) ProtoMessage()
- func (x *Entity) ProtoReflect() protoreflect.Message
- func (x *Entity) Reset()
- func (x *Entity) String() string
- type EntityStatus
- func (EntityStatus) Descriptor() protoreflect.EnumDescriptor
- func (x EntityStatus) Enum() *EntityStatus
- func (EntityStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntityStatus) Number() protoreflect.EnumNumber
- func (x EntityStatus) String() string
- func (EntityStatus) Type() protoreflect.EnumType
- type EntityType
- type EntityTypeConfig
- func (*EntityTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityTypeConfig) GetDependent() *EntityTypeDependentConfig
- func (x *EntityTypeConfig) GetStandalone() *EntityTypeStandaloneConfig
- func (*EntityTypeConfig) ProtoMessage()
- func (x *EntityTypeConfig) ProtoReflect() protoreflect.Message
- func (x *EntityTypeConfig) Reset()
- func (x *EntityTypeConfig) String() string
- type EntityTypeDependentConfig
- func (*EntityTypeDependentConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityTypeDependentConfig) GetEntitySourceUuids() []string
- func (x *EntityTypeDependentConfig) GetServiceSourceUuids() []string
- func (*EntityTypeDependentConfig) ProtoMessage()
- func (x *EntityTypeDependentConfig) ProtoReflect() protoreflect.Message
- func (x *EntityTypeDependentConfig) Reset()
- func (x *EntityTypeDependentConfig) String() string
- type EntityTypeStandaloneConfig
- func (*EntityTypeStandaloneConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityTypeStandaloneConfig) GetIndexes() []*Index
- func (x *EntityTypeStandaloneConfig) GetStoreUuid() string
- func (x *EntityTypeStandaloneConfig) GetVersionConfig() *EntityVersionConfig
- func (x *EntityTypeStandaloneConfig) GetVersioned() bool
- func (*EntityTypeStandaloneConfig) ProtoMessage()
- func (x *EntityTypeStandaloneConfig) ProtoReflect() protoreflect.Message
- func (x *EntityTypeStandaloneConfig) Reset()
- func (x *EntityTypeStandaloneConfig) String() string
- type EntityVersionConfig
- func (*EntityVersionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityVersionConfig) GetConfig() *EntityVersionTypeConfig
- func (x *EntityVersionConfig) GetGenerator() EntityVersionConfigGenerator
- func (x *EntityVersionConfig) GetType() EntityVersionConfigType
- func (*EntityVersionConfig) ProtoMessage()
- func (x *EntityVersionConfig) ProtoReflect() protoreflect.Message
- func (x *EntityVersionConfig) Reset()
- func (x *EntityVersionConfig) String() string
- type EntityVersionConfigGenerator
- func (EntityVersionConfigGenerator) Descriptor() protoreflect.EnumDescriptor
- func (x EntityVersionConfigGenerator) Enum() *EntityVersionConfigGenerator
- func (EntityVersionConfigGenerator) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntityVersionConfigGenerator) Number() protoreflect.EnumNumber
- func (x EntityVersionConfigGenerator) String() string
- func (EntityVersionConfigGenerator) Type() protoreflect.EnumType
- type EntityVersionConfigType
- func (EntityVersionConfigType) Descriptor() protoreflect.EnumDescriptor
- func (x EntityVersionConfigType) Enum() *EntityVersionConfigType
- func (EntityVersionConfigType) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntityVersionConfigType) Number() protoreflect.EnumNumber
- func (x EntityVersionConfigType) String() string
- func (EntityVersionConfigType) Type() protoreflect.EnumType
- type EntityVersionTypeConfig
- func (*EntityVersionTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityVersionTypeConfig) GetEntity() *EntityVersionTypeEntityConfig
- func (x *EntityVersionTypeConfig) GetField() *EntityVersionTypeFieldConfig
- func (*EntityVersionTypeConfig) ProtoMessage()
- func (x *EntityVersionTypeConfig) ProtoReflect() protoreflect.Message
- func (x *EntityVersionTypeConfig) Reset()
- func (x *EntityVersionTypeConfig) String() string
- type EntityVersionTypeEntityConfig
- func (*EntityVersionTypeEntityConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityVersionTypeEntityConfig) GetAppendOnly() bool
- func (x *EntityVersionTypeEntityConfig) GetEntityUuid() string
- func (x *EntityVersionTypeEntityConfig) GetVersionFieldUuid() string
- func (*EntityVersionTypeEntityConfig) ProtoMessage()
- func (x *EntityVersionTypeEntityConfig) ProtoReflect() protoreflect.Message
- func (x *EntityVersionTypeEntityConfig) Reset()
- func (x *EntityVersionTypeEntityConfig) String() string
- type EntityVersionTypeFieldConfig
- func (*EntityVersionTypeFieldConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntityVersionTypeFieldConfig) GetAppendOnly() bool
- func (x *EntityVersionTypeFieldConfig) GetVersionFieldUuid() string
- func (*EntityVersionTypeFieldConfig) ProtoMessage()
- func (x *EntityVersionTypeFieldConfig) ProtoReflect() protoreflect.Message
- func (x *EntityVersionTypeFieldConfig) Reset()
- func (x *EntityVersionTypeFieldConfig) String() string
- type Enum
- func (*Enum) Descriptor() ([]byte, []int)deprecated
- func (x *Enum) GetCreatedAt() *timestamppb.Timestamp
- func (x *Enum) GetCreatedByUuid() string
- func (x *Enum) GetIdentifier() string
- func (x *Enum) GetRemoteValues() bool
- func (x *Enum) GetStaticValues() []*EnumValue
- func (x *Enum) GetStatus() EnumStatus
- func (x *Enum) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Enum) GetUpdatedByUuid() string
- func (x *Enum) GetUuid() string
- func (x *Enum) GetVersion() int64
- func (*Enum) ProtoMessage()
- func (x *Enum) ProtoReflect() protoreflect.Message
- func (x *Enum) Reset()
- func (x *Enum) String() string
- type EnumStatus
- type EnumValue
- func (*EnumValue) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValue) GetDisplay() string
- func (x *EnumValue) GetIdentifier() string
- func (x *EnumValue) GetNumericValue() int64
- func (*EnumValue) ProtoMessage()
- func (x *EnumValue) ProtoReflect() protoreflect.Message
- func (x *EnumValue) Reset()
- func (x *EnumValue) String() string
- type Enviorment
- func (*Enviorment) Descriptor() ([]byte, []int)deprecated
- func (x *Enviorment) GetCreatedAt() *timestamppb.Timestamp
- func (x *Enviorment) GetCreatedByUuid() string
- func (x *Enviorment) GetCritical() bool
- func (x *Enviorment) GetIdentifier() string
- func (x *Enviorment) GetStatus() EnviormentStatus
- func (x *Enviorment) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Enviorment) GetUpdatedByUuid() string
- func (x *Enviorment) GetUuid() string
- func (*Enviorment) ProtoMessage()
- func (x *Enviorment) ProtoReflect() protoreflect.Message
- func (x *Enviorment) Reset()
- func (x *Enviorment) String() string
- type EnviormentStatus
- func (EnviormentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x EnviormentStatus) Enum() *EnviormentStatus
- func (EnviormentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x EnviormentStatus) Number() protoreflect.EnumNumber
- func (x EnviormentStatus) String() string
- func (EnviormentStatus) Type() protoreflect.EnumType
- type Extension
- func (*Extension) Descriptor() ([]byte, []int)deprecated
- func (x *Extension) GetCreatedAt() *timestamppb.Timestamp
- func (x *Extension) GetCreatedByUuid() string
- func (x *Extension) GetDescription() string
- func (x *Extension) GetDisplayAuthorName() string
- func (x *Extension) GetDisplayName() string
- func (x *Extension) GetExtensionType() ExtensionExtensionType
- func (x *Extension) GetIdentifier() string
- func (x *Extension) GetOwnerUuid() string
- func (x *Extension) GetPublic() bool
- func (x *Extension) GetRepository() string
- func (x *Extension) GetStatus() ExtensionStatus
- func (x *Extension) GetTags() []string
- func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Extension) GetUpdatedByUuid() string
- func (x *Extension) GetUrl() string
- func (x *Extension) GetUuid() string
- func (x *Extension) GetVerfied() bool
- func (x *Extension) GetVersion() int64
- func (x *Extension) GetVisibility() []*Visibility
- func (*Extension) ProtoMessage()
- func (x *Extension) ProtoReflect() protoreflect.Message
- func (x *Extension) Reset()
- func (x *Extension) String() string
- type ExtensionExecution
- func (*ExtensionExecution) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionExecution) GetCreatedAt() *timestamppb.Timestamp
- func (x *ExtensionExecution) GetExecutedByUuid() string
- func (x *ExtensionExecution) GetExtensionUuid() string
- func (x *ExtensionExecution) GetExtensionVersionUuid() string
- func (x *ExtensionExecution) GetMetadata() string
- func (x *ExtensionExecution) GetProjectExtensionUuid() string
- func (x *ExtensionExecution) GetProjectUuid() string
- func (x *ExtensionExecution) GetProjectVersionUuid() string
- func (x *ExtensionExecution) GetStatus() ExtensionExecutionStatus
- func (x *ExtensionExecution) GetStatusMsg() string
- func (x *ExtensionExecution) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ExtensionExecution) GetUuid() string
- func (*ExtensionExecution) ProtoMessage()
- func (x *ExtensionExecution) ProtoReflect() protoreflect.Message
- func (x *ExtensionExecution) Reset()
- func (x *ExtensionExecution) String() string
- type ExtensionExecutionStatus
- func (ExtensionExecutionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionExecutionStatus) Enum() *ExtensionExecutionStatus
- func (ExtensionExecutionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionExecutionStatus) Number() protoreflect.EnumNumber
- func (x ExtensionExecutionStatus) String() string
- func (ExtensionExecutionStatus) Type() protoreflect.EnumType
- type ExtensionExtensionType
- func (ExtensionExtensionType) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionExtensionType) Enum() *ExtensionExtensionType
- func (ExtensionExtensionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionExtensionType) Number() protoreflect.EnumNumber
- func (x ExtensionExtensionType) String() string
- func (ExtensionExtensionType) Type() protoreflect.EnumType
- type ExtensionStatus
- func (ExtensionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionStatus) Enum() *ExtensionStatus
- func (ExtensionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionStatus) Number() protoreflect.EnumNumber
- func (x ExtensionStatus) String() string
- func (ExtensionStatus) Type() protoreflect.EnumType
- type ExtensionVersion
- func (*ExtensionVersion) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersion) GetConfigurationEntity() string
- func (x *ExtensionVersion) GetCreatedAt() *timestamppb.Timestamp
- func (x *ExtensionVersion) GetCreatedByUuid() string
- func (x *ExtensionVersion) GetDescription() string
- func (x *ExtensionVersion) GetDisplayVersion() string
- func (x *ExtensionVersion) GetExecutionMode() []ExtensionVersionExecutionMode
- func (x *ExtensionVersion) GetExtensionUuid() string
- func (x *ExtensionVersion) GetRepositoryTag() string
- func (x *ExtensionVersion) GetReviewStatus() ExtensionVersionReviewStatus
- func (x *ExtensionVersion) GetStatus() ExtensionVersionStatus
- func (x *ExtensionVersion) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ExtensionVersion) GetUpdatedByUuid() string
- func (x *ExtensionVersion) GetUuid() string
- func (x *ExtensionVersion) GetVersion() int64
- func (*ExtensionVersion) ProtoMessage()
- func (x *ExtensionVersion) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersion) Reset()
- func (x *ExtensionVersion) String() string
- type ExtensionVersionExecutionMode
- func (ExtensionVersionExecutionMode) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionVersionExecutionMode) Enum() *ExtensionVersionExecutionMode
- func (ExtensionVersionExecutionMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionVersionExecutionMode) Number() protoreflect.EnumNumber
- func (x ExtensionVersionExecutionMode) String() string
- func (ExtensionVersionExecutionMode) Type() protoreflect.EnumType
- type ExtensionVersionReviewStatus
- func (ExtensionVersionReviewStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionVersionReviewStatus) Enum() *ExtensionVersionReviewStatus
- func (ExtensionVersionReviewStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionVersionReviewStatus) Number() protoreflect.EnumNumber
- func (x ExtensionVersionReviewStatus) String() string
- func (ExtensionVersionReviewStatus) Type() protoreflect.EnumType
- type ExtensionVersionStatus
- func (ExtensionVersionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ExtensionVersionStatus) Enum() *ExtensionVersionStatus
- func (ExtensionVersionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExtensionVersionStatus) Number() protoreflect.EnumNumber
- func (x ExtensionVersionStatus) String() string
- func (ExtensionVersionStatus) Type() protoreflect.EnumType
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetCreatedAt() *timestamppb.Timestamp
- func (x *Field) GetCreatedByUuid() string
- func (x *Field) GetDeprecated() bool
- func (x *Field) GetDescription() string
- func (x *Field) GetGenerated() bool
- func (x *Field) GetIdentifier() string
- func (x *Field) GetKey() bool
- func (x *Field) GetKeyAutoIncrement() bool
- func (x *Field) GetRequired() bool
- func (x *Field) GetStatus() FieldStatus
- func (x *Field) GetType() FieldType
- func (x *Field) GetTypeConfig() *FieldTypeConfig
- func (x *Field) GetUnique() bool
- func (x *Field) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Field) GetUpdatedByUuid() string
- func (x *Field) GetUuid() string
- func (x *Field) GetVersion() int64
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type FieldStatus
- func (FieldStatus) Descriptor() protoreflect.EnumDescriptor
- func (x FieldStatus) Enum() *FieldStatus
- func (FieldStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldStatus) Number() protoreflect.EnumNumber
- func (x FieldStatus) String() string
- func (FieldStatus) Type() protoreflect.EnumType
- type FieldType
- type FieldTypeArrayConfig
- func (*FieldTypeArrayConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeArrayConfig) GetEnforceUnique() bool
- func (x *FieldTypeArrayConfig) GetMaxElements() int64
- func (x *FieldTypeArrayConfig) GetMinElements() int64
- func (x *FieldTypeArrayConfig) GetType() FieldTypeArrayConfigType
- func (x *FieldTypeArrayConfig) GetTypeConfig() *ArrayTypeConfig
- func (*FieldTypeArrayConfig) ProtoMessage()
- func (x *FieldTypeArrayConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeArrayConfig) Reset()
- func (x *FieldTypeArrayConfig) String() string
- type FieldTypeArrayConfigType
- func (FieldTypeArrayConfigType) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeArrayConfigType) Enum() *FieldTypeArrayConfigType
- func (FieldTypeArrayConfigType) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeArrayConfigType) Number() protoreflect.EnumNumber
- func (x FieldTypeArrayConfigType) String() string
- func (FieldTypeArrayConfigType) Type() protoreflect.EnumType
- type FieldTypeCharConfig
- func (*FieldTypeCharConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeCharConfig) GetMaxSize() int64
- func (x *FieldTypeCharConfig) GetMinSize() int64
- func (x *FieldTypeCharConfig) GetRegexValidation() string
- func (*FieldTypeCharConfig) ProtoMessage()
- func (x *FieldTypeCharConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeCharConfig) Reset()
- func (x *FieldTypeCharConfig) String() string
- type FieldTypeConfig
- func (*FieldTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeConfig) GetArray() *FieldTypeArrayConfig
- func (x *FieldTypeConfig) GetAudio() *FieldTypeFileConfig
- func (x *FieldTypeConfig) GetBoolean() string
- func (x *FieldTypeConfig) GetChar() *FieldTypeCharConfig
- func (x *FieldTypeConfig) GetCode() string
- func (x *FieldTypeConfig) GetColor() string
- func (x *FieldTypeConfig) GetDate() *FieldTypeDateConfig
- func (x *FieldTypeConfig) GetDatetime() *FieldTypeDatetimeConfig
- func (x *FieldTypeConfig) GetDecimal() *FieldTypeDecimalConfig
- func (x *FieldTypeConfig) GetEmail() *FieldTypeEmailConfig
- func (x *FieldTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig
- func (x *FieldTypeConfig) GetEnum() *FieldTypeEnumConfig
- func (x *FieldTypeConfig) GetFile() *FieldTypeFileConfig
- func (x *FieldTypeConfig) GetFloat() *FieldTypeFloatConfig
- func (x *FieldTypeConfig) GetImage() *FieldTypeFileConfig
- func (x *FieldTypeConfig) GetInteger() *FieldTypeIntegerConfig
- func (x *FieldTypeConfig) GetJson() *FieldTypeJSONConfig
- func (x *FieldTypeConfig) GetLocation() string
- func (x *FieldTypeConfig) GetMarkdown() string
- func (x *FieldTypeConfig) GetPhone() *FieldTypePhoneConfig
- func (x *FieldTypeConfig) GetRichText() string
- func (x *FieldTypeConfig) GetSlug() *FieldTypeSlugConfig
- func (x *FieldTypeConfig) GetText() *FieldTypeTextConfig
- func (x *FieldTypeConfig) GetTime() string
- func (x *FieldTypeConfig) GetUrl() *FieldTypeURLConfig
- func (x *FieldTypeConfig) GetUuid() string
- func (x *FieldTypeConfig) GetVarchar() *FieldTypeVarcharConfig
- func (x *FieldTypeConfig) GetVideo() *FieldTypeFileConfig
- func (*FieldTypeConfig) ProtoMessage()
- func (x *FieldTypeConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeConfig) Reset()
- func (x *FieldTypeConfig) String() string
- type FieldTypeDateConfig
- func (*FieldTypeDateConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeDateConfig) GetDisplayTimezone() string
- func (x *FieldTypeDateConfig) GetEnforceFuture() bool
- func (x *FieldTypeDateConfig) GetEnforcePast() bool
- func (x *FieldTypeDateConfig) GetStorageTimezone() string
- func (*FieldTypeDateConfig) ProtoMessage()
- func (x *FieldTypeDateConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeDateConfig) Reset()
- func (x *FieldTypeDateConfig) String() string
- type FieldTypeDatetimeConfig
- func (*FieldTypeDatetimeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeDatetimeConfig) GetDisplayTimezone() string
- func (x *FieldTypeDatetimeConfig) GetEnforceFuture() bool
- func (x *FieldTypeDatetimeConfig) GetEnforcePast() bool
- func (x *FieldTypeDatetimeConfig) GetStorageTimezone() string
- func (*FieldTypeDatetimeConfig) ProtoMessage()
- func (x *FieldTypeDatetimeConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeDatetimeConfig) Reset()
- func (x *FieldTypeDatetimeConfig) String() string
- type FieldTypeDecimalConfig
- func (*FieldTypeDecimalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeDecimalConfig) GetAllowNegatives() bool
- func (x *FieldTypeDecimalConfig) GetCurrencyCode() string
- func (x *FieldTypeDecimalConfig) GetEnableLimits() bool
- func (x *FieldTypeDecimalConfig) GetIsCurrency() bool
- func (x *FieldTypeDecimalConfig) GetMaxValue() float64
- func (x *FieldTypeDecimalConfig) GetMaxValueInclusive() bool
- func (x *FieldTypeDecimalConfig) GetMinValue() float64
- func (x *FieldTypeDecimalConfig) GetMinValueInclusive() bool
- func (x *FieldTypeDecimalConfig) GetNumberOfDecimals() int64
- func (x *FieldTypeDecimalConfig) GetSeparator() FieldTypeDecimalConfigSeparator
- func (*FieldTypeDecimalConfig) ProtoMessage()
- func (x *FieldTypeDecimalConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeDecimalConfig) Reset()
- func (x *FieldTypeDecimalConfig) String() string
- type FieldTypeDecimalConfigSeparator
- func (FieldTypeDecimalConfigSeparator) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeDecimalConfigSeparator) Enum() *FieldTypeDecimalConfigSeparator
- func (FieldTypeDecimalConfigSeparator) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeDecimalConfigSeparator) Number() protoreflect.EnumNumber
- func (x FieldTypeDecimalConfigSeparator) String() string
- func (FieldTypeDecimalConfigSeparator) Type() protoreflect.EnumType
- type FieldTypeEmailConfig
- func (*FieldTypeEmailConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeEmailConfig) GetAllowDomains() []string
- func (x *FieldTypeEmailConfig) GetExcludeDomains() []string
- func (*FieldTypeEmailConfig) ProtoMessage()
- func (x *FieldTypeEmailConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeEmailConfig) Reset()
- func (x *FieldTypeEmailConfig) String() string
- type FieldTypeEncryptedConfig
- func (*FieldTypeEncryptedConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeEncryptedConfig) GetEncryptionType() FieldTypeEncryptedConfigEncryptionType
- func (x *FieldTypeEncryptedConfig) GetMaxSize() int64
- func (x *FieldTypeEncryptedConfig) GetMinSize() int64
- func (x *FieldTypeEncryptedConfig) GetRegexValidation() string
- func (x *FieldTypeEncryptedConfig) GetSaltFieldUuids() []string
- func (x *FieldTypeEncryptedConfig) GetUseSalt() bool
- func (*FieldTypeEncryptedConfig) ProtoMessage()
- func (x *FieldTypeEncryptedConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeEncryptedConfig) Reset()
- func (x *FieldTypeEncryptedConfig) String() string
- type FieldTypeEncryptedConfigEncryptionType
- func (FieldTypeEncryptedConfigEncryptionType) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeEncryptedConfigEncryptionType) Enum() *FieldTypeEncryptedConfigEncryptionType
- func (FieldTypeEncryptedConfigEncryptionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeEncryptedConfigEncryptionType) Number() protoreflect.EnumNumber
- func (x FieldTypeEncryptedConfigEncryptionType) String() string
- func (FieldTypeEncryptedConfigEncryptionType) Type() protoreflect.EnumType
- type FieldTypeEnumConfig
- func (*FieldTypeEnumConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeEnumConfig) GetAllowMultiple() bool
- func (x *FieldTypeEnumConfig) GetEnumUuid() string
- func (*FieldTypeEnumConfig) ProtoMessage()
- func (x *FieldTypeEnumConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeEnumConfig) Reset()
- func (x *FieldTypeEnumConfig) String() string
- type FieldTypeFileConfig
- func (*FieldTypeFileConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeFileConfig) GetAllowMultiple() bool
- func (x *FieldTypeFileConfig) GetAllowedExtensions() []string
- func (x *FieldTypeFileConfig) GetMaxFiles() int64
- func (x *FieldTypeFileConfig) GetMaxSize() int64
- func (x *FieldTypeFileConfig) GetStorageConfig() *FileStorageConfig
- func (x *FieldTypeFileConfig) GetStorageType() FieldTypeFileConfigStorageType
- func (*FieldTypeFileConfig) ProtoMessage()
- func (x *FieldTypeFileConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeFileConfig) Reset()
- func (x *FieldTypeFileConfig) String() string
- type FieldTypeFileConfigStorageType
- func (FieldTypeFileConfigStorageType) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeFileConfigStorageType) Enum() *FieldTypeFileConfigStorageType
- func (FieldTypeFileConfigStorageType) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeFileConfigStorageType) Number() protoreflect.EnumNumber
- func (x FieldTypeFileConfigStorageType) String() string
- func (FieldTypeFileConfigStorageType) Type() protoreflect.EnumType
- type FieldTypeFloatConfig
- func (*FieldTypeFloatConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeFloatConfig) GetAllowNegatives() bool
- func (x *FieldTypeFloatConfig) GetEnableLimits() bool
- func (x *FieldTypeFloatConfig) GetMaxValue() float64
- func (x *FieldTypeFloatConfig) GetMaxValueInclusive() bool
- func (x *FieldTypeFloatConfig) GetMinValue() float64
- func (x *FieldTypeFloatConfig) GetMinValueInclusive() bool
- func (x *FieldTypeFloatConfig) GetNumberOfDecimals() int64
- func (x *FieldTypeFloatConfig) GetSeparator() FieldTypeFloatConfigSeparator
- func (*FieldTypeFloatConfig) ProtoMessage()
- func (x *FieldTypeFloatConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeFloatConfig) Reset()
- func (x *FieldTypeFloatConfig) String() string
- type FieldTypeFloatConfigSeparator
- func (FieldTypeFloatConfigSeparator) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeFloatConfigSeparator) Enum() *FieldTypeFloatConfigSeparator
- func (FieldTypeFloatConfigSeparator) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeFloatConfigSeparator) Number() protoreflect.EnumNumber
- func (x FieldTypeFloatConfigSeparator) String() string
- func (FieldTypeFloatConfigSeparator) Type() protoreflect.EnumType
- type FieldTypeIntegerConfig
- func (*FieldTypeIntegerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeIntegerConfig) GetAllowNegatives() bool
- func (x *FieldTypeIntegerConfig) GetEnableLimits() bool
- func (x *FieldTypeIntegerConfig) GetMaxValue() int64
- func (x *FieldTypeIntegerConfig) GetMaxValueInclusive() bool
- func (x *FieldTypeIntegerConfig) GetMinValue() int64
- func (x *FieldTypeIntegerConfig) GetMinValueInclusive() bool
- func (x *FieldTypeIntegerConfig) GetSize() FieldTypeIntegerConfigSize
- func (*FieldTypeIntegerConfig) ProtoMessage()
- func (x *FieldTypeIntegerConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeIntegerConfig) Reset()
- func (x *FieldTypeIntegerConfig) String() string
- type FieldTypeIntegerConfigSize
- func (FieldTypeIntegerConfigSize) Descriptor() protoreflect.EnumDescriptor
- func (x FieldTypeIntegerConfigSize) Enum() *FieldTypeIntegerConfigSize
- func (FieldTypeIntegerConfigSize) EnumDescriptor() ([]byte, []int)deprecated
- func (x FieldTypeIntegerConfigSize) Number() protoreflect.EnumNumber
- func (x FieldTypeIntegerConfigSize) String() string
- func (FieldTypeIntegerConfigSize) Type() protoreflect.EnumType
- type FieldTypeJSONConfig
- func (*FieldTypeJSONConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeJSONConfig) GetEnforceSchemaValidation() bool
- func (x *FieldTypeJSONConfig) GetJsonSchema() string
- func (*FieldTypeJSONConfig) ProtoMessage()
- func (x *FieldTypeJSONConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeJSONConfig) Reset()
- func (x *FieldTypeJSONConfig) String() string
- type FieldTypePhoneConfig
- func (*FieldTypePhoneConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypePhoneConfig) GetAllowCountries() []string
- func (x *FieldTypePhoneConfig) GetExcludeCountries() []string
- func (*FieldTypePhoneConfig) ProtoMessage()
- func (x *FieldTypePhoneConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypePhoneConfig) Reset()
- func (x *FieldTypePhoneConfig) String() string
- type FieldTypeSlugConfig
- func (*FieldTypeSlugConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeSlugConfig) GetBasedOnFieldUuids() []string
- func (x *FieldTypeSlugConfig) GetMaxSize() int64
- func (x *FieldTypeSlugConfig) GetMinSize() int64
- func (x *FieldTypeSlugConfig) GetRegexValidation() string
- func (*FieldTypeSlugConfig) ProtoMessage()
- func (x *FieldTypeSlugConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeSlugConfig) Reset()
- func (x *FieldTypeSlugConfig) String() string
- type FieldTypeTextConfig
- func (*FieldTypeTextConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeTextConfig) GetMaxSize() int64
- func (x *FieldTypeTextConfig) GetMinSize() int64
- func (*FieldTypeTextConfig) ProtoMessage()
- func (x *FieldTypeTextConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeTextConfig) Reset()
- func (x *FieldTypeTextConfig) String() string
- type FieldTypeURLConfig
- func (*FieldTypeURLConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeURLConfig) GetAllowDomains() []string
- func (x *FieldTypeURLConfig) GetAllowedExtensions() []string
- func (x *FieldTypeURLConfig) GetExcludeDomains() []string
- func (x *FieldTypeURLConfig) GetHttpsRequired() bool
- func (*FieldTypeURLConfig) ProtoMessage()
- func (x *FieldTypeURLConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeURLConfig) Reset()
- func (x *FieldTypeURLConfig) String() string
- type FieldTypeVarcharConfig
- func (*FieldTypeVarcharConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FieldTypeVarcharConfig) GetMaxSize() int64
- func (x *FieldTypeVarcharConfig) GetMinSize() int64
- func (x *FieldTypeVarcharConfig) GetRegexValidation() string
- func (*FieldTypeVarcharConfig) ProtoMessage()
- func (x *FieldTypeVarcharConfig) ProtoReflect() protoreflect.Message
- func (x *FieldTypeVarcharConfig) Reset()
- func (x *FieldTypeVarcharConfig) String() string
- type FileObjectStorageConfig
- func (*FileObjectStorageConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FileObjectStorageConfig) GetObjectStoreUuid() string
- func (*FileObjectStorageConfig) ProtoMessage()
- func (x *FileObjectStorageConfig) ProtoReflect() protoreflect.Message
- func (x *FileObjectStorageConfig) Reset()
- func (x *FileObjectStorageConfig) String() string
- type FileStorageConfig
- func (*FileStorageConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FileStorageConfig) GetObjectStore() *FileObjectStorageConfig
- func (*FileStorageConfig) ProtoMessage()
- func (x *FileStorageConfig) ProtoReflect() protoreflect.Message
- func (x *FileStorageConfig) Reset()
- func (x *FileStorageConfig) String() string
- type Index
- func (*Index) Descriptor() ([]byte, []int)deprecated
- func (x *Index) GetCreatedAt() *timestamppb.Timestamp
- func (x *Index) GetCreatedByUuid() string
- func (x *Index) GetFields() []*IndexField
- func (x *Index) GetIdentifier() string
- func (x *Index) GetStatus() IndexStatus
- func (x *Index) GetType() IndexType
- func (x *Index) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Index) GetUpdatedByUuid() string
- func (x *Index) GetUuid() string
- func (*Index) ProtoMessage()
- func (x *Index) ProtoReflect() protoreflect.Message
- func (x *Index) Reset()
- func (x *Index) String() string
- type IndexField
- func (*IndexField) Descriptor() ([]byte, []int)deprecated
- func (x *IndexField) GetFieldUuid() string
- func (x *IndexField) GetLength() int64
- func (x *IndexField) GetOrder() IndexFieldOrder
- func (x *IndexField) GetPriority() int64
- func (*IndexField) ProtoMessage()
- func (x *IndexField) ProtoReflect() protoreflect.Message
- func (x *IndexField) Reset()
- func (x *IndexField) String() string
- type IndexFieldOrder
- func (IndexFieldOrder) Descriptor() protoreflect.EnumDescriptor
- func (x IndexFieldOrder) Enum() *IndexFieldOrder
- func (IndexFieldOrder) EnumDescriptor() ([]byte, []int)deprecated
- func (x IndexFieldOrder) Number() protoreflect.EnumNumber
- func (x IndexFieldOrder) String() string
- func (IndexFieldOrder) Type() protoreflect.EnumType
- type IndexStatus
- func (IndexStatus) Descriptor() protoreflect.EnumDescriptor
- func (x IndexStatus) Enum() *IndexStatus
- func (IndexStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x IndexStatus) Number() protoreflect.EnumNumber
- func (x IndexStatus) String() string
- func (IndexStatus) Type() protoreflect.EnumType
- type IndexType
- type ListChangeRequestsRequest
- func (*ListChangeRequestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListChangeRequestsRequest) GetFilter() string
- func (x *ListChangeRequestsRequest) GetOrderBy() string
- func (x *ListChangeRequestsRequest) GetPageSize() int32
- func (x *ListChangeRequestsRequest) GetPageToken() string
- func (*ListChangeRequestsRequest) ProtoMessage()
- func (x *ListChangeRequestsRequest) ProtoReflect() protoreflect.Message
- func (x *ListChangeRequestsRequest) Reset()
- func (x *ListChangeRequestsRequest) String() string
- type ListChangeRequestsResponse
- func (*ListChangeRequestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListChangeRequestsResponse) GetChangeRequests() []*ChangeRequest
- func (x *ListChangeRequestsResponse) GetNextPageToken() string
- func (*ListChangeRequestsResponse) ProtoMessage()
- func (x *ListChangeRequestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListChangeRequestsResponse) Reset()
- func (x *ListChangeRequestsResponse) String() string
- type ListExtensionExecutionsRequest
- func (*ListExtensionExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionExecutionsRequest) GetFilter() string
- func (x *ListExtensionExecutionsRequest) GetOrderBy() string
- func (x *ListExtensionExecutionsRequest) GetPageSize() int32
- func (x *ListExtensionExecutionsRequest) GetPageToken() string
- func (*ListExtensionExecutionsRequest) ProtoMessage()
- func (x *ListExtensionExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExtensionExecutionsRequest) Reset()
- func (x *ListExtensionExecutionsRequest) String() string
- type ListExtensionExecutionsResponse
- func (*ListExtensionExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionExecutionsResponse) GetExtensionExecutions() []*ExtensionExecution
- func (x *ListExtensionExecutionsResponse) GetNextPageToken() string
- func (*ListExtensionExecutionsResponse) ProtoMessage()
- func (x *ListExtensionExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExtensionExecutionsResponse) Reset()
- func (x *ListExtensionExecutionsResponse) String() string
- type ListExtensionVersionsRequest
- func (*ListExtensionVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionVersionsRequest) GetFilter() string
- func (x *ListExtensionVersionsRequest) GetOrderBy() string
- func (x *ListExtensionVersionsRequest) GetPageSize() int32
- func (x *ListExtensionVersionsRequest) GetPageToken() string
- func (*ListExtensionVersionsRequest) ProtoMessage()
- func (x *ListExtensionVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExtensionVersionsRequest) Reset()
- func (x *ListExtensionVersionsRequest) String() string
- type ListExtensionVersionsResponse
- func (*ListExtensionVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionVersionsResponse) GetExtensionVersions() []*ExtensionVersion
- func (x *ListExtensionVersionsResponse) GetNextPageToken() string
- func (*ListExtensionVersionsResponse) ProtoMessage()
- func (x *ListExtensionVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExtensionVersionsResponse) Reset()
- func (x *ListExtensionVersionsResponse) String() string
- type ListExtensionsRequest
- func (*ListExtensionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionsRequest) GetFilter() string
- func (x *ListExtensionsRequest) GetOrderBy() string
- func (x *ListExtensionsRequest) GetPageSize() int32
- func (x *ListExtensionsRequest) GetPageToken() string
- func (*ListExtensionsRequest) ProtoMessage()
- func (x *ListExtensionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExtensionsRequest) Reset()
- func (x *ListExtensionsRequest) String() string
- type ListExtensionsResponse
- func (*ListExtensionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExtensionsResponse) GetExtensions() []*Extension
- func (x *ListExtensionsResponse) GetNextPageToken() string
- func (*ListExtensionsResponse) ProtoMessage()
- func (x *ListExtensionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExtensionsResponse) Reset()
- func (x *ListExtensionsResponse) String() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetFilter() string
- func (x *ListOrganizationsRequest) GetOrderBy() string
- func (x *ListOrganizationsRequest) GetPageSize() int32
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- type ListProjectVersionsRequest
- func (*ListProjectVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectVersionsRequest) GetFilter() string
- func (x *ListProjectVersionsRequest) GetOrderBy() string
- func (x *ListProjectVersionsRequest) GetPageSize() int32
- func (x *ListProjectVersionsRequest) GetPageToken() string
- func (*ListProjectVersionsRequest) ProtoMessage()
- func (x *ListProjectVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectVersionsRequest) Reset()
- func (x *ListProjectVersionsRequest) String() string
- type ListProjectVersionsResponse
- func (*ListProjectVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectVersionsResponse) GetNextPageToken() string
- func (x *ListProjectVersionsResponse) GetProjectVersions() []*ProjectVersion
- func (*ListProjectVersionsResponse) ProtoMessage()
- func (x *ListProjectVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectVersionsResponse) Reset()
- func (x *ListProjectVersionsResponse) String() string
- type ListProjectsRequest
- func (*ListProjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsRequest) GetFilter() string
- func (x *ListProjectsRequest) GetOrderBy() string
- func (x *ListProjectsRequest) GetPageSize() int32
- func (x *ListProjectsRequest) GetPageToken() string
- func (*ListProjectsRequest) ProtoMessage()
- func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectsRequest) Reset()
- func (x *ListProjectsRequest) String() string
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsResponse) GetNextPageToken() string
- func (x *ListProjectsResponse) GetProjects() []*Project
- func (*ListProjectsResponse) ProtoMessage()
- func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsResponse) Reset()
- func (x *ListProjectsResponse) String() string
- type ListTeamsRequest
- func (*ListTeamsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTeamsRequest) GetFilter() string
- func (x *ListTeamsRequest) GetOrderBy() string
- func (x *ListTeamsRequest) GetPageSize() int32
- func (x *ListTeamsRequest) GetPageToken() string
- func (*ListTeamsRequest) ProtoMessage()
- func (x *ListTeamsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTeamsRequest) Reset()
- func (x *ListTeamsRequest) String() string
- type ListTeamsResponse
- func (*ListTeamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTeamsResponse) GetNextPageToken() string
- func (x *ListTeamsResponse) GetTeams() []*Team
- func (*ListTeamsResponse) ProtoMessage()
- func (x *ListTeamsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTeamsResponse) Reset()
- func (x *ListTeamsResponse) String() string
- type ListUserConnectionsRequest
- func (*ListUserConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserConnectionsRequest) GetFilter() string
- func (x *ListUserConnectionsRequest) GetOrderBy() string
- func (x *ListUserConnectionsRequest) GetPageSize() int32
- func (x *ListUserConnectionsRequest) GetPageToken() string
- func (*ListUserConnectionsRequest) ProtoMessage()
- func (x *ListUserConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserConnectionsRequest) Reset()
- func (x *ListUserConnectionsRequest) String() string
- type ListUserConnectionsResponse
- func (*ListUserConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserConnectionsResponse) GetNextPageToken() string
- func (x *ListUserConnectionsResponse) GetUserConnections() []*UserConnection
- func (*ListUserConnectionsResponse) ProtoMessage()
- func (x *ListUserConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserConnectionsResponse) Reset()
- func (x *ListUserConnectionsResponse) String() string
- type ListUserTeamsRequest
- func (*ListUserTeamsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserTeamsRequest) GetFilter() string
- func (x *ListUserTeamsRequest) GetOrderBy() string
- func (x *ListUserTeamsRequest) GetPageSize() int32
- func (x *ListUserTeamsRequest) GetPageToken() string
- func (*ListUserTeamsRequest) ProtoMessage()
- func (x *ListUserTeamsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserTeamsRequest) Reset()
- func (x *ListUserTeamsRequest) String() string
- type ListUserTeamsResponse
- func (*ListUserTeamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserTeamsResponse) GetNextPageToken() string
- func (x *ListUserTeamsResponse) GetUserTeams() []*UserTeam
- func (*ListUserTeamsResponse) ProtoMessage()
- func (x *ListUserTeamsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserTeamsResponse) Reset()
- func (x *ListUserTeamsResponse) String() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetFilter() string
- func (x *ListUsersRequest) GetOrderBy() string
- func (x *ListUsersRequest) GetPageSize() int32
- func (x *ListUsersRequest) GetPageToken() string
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetNextPageToken() string
- func (x *ListUsersResponse) GetUsers() []*User
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type Membership
- func (*Membership) Descriptor() ([]byte, []int)deprecated
- func (x *Membership) GetCreatedAt() *timestamppb.Timestamp
- func (x *Membership) GetCreatedByUuid() string
- func (x *Membership) GetMetadata() string
- func (x *Membership) GetOwnerUuid() string
- func (x *Membership) GetStatus() MembershipStatus
- func (x *Membership) GetType() MembershipType
- func (x *Membership) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Membership) GetUpdatedByUuid() string
- func (x *Membership) GetUuid() string
- func (*Membership) ProtoMessage()
- func (x *Membership) ProtoReflect() protoreflect.Message
- func (x *Membership) Reset()
- func (x *Membership) String() string
- type MembershipStatus
- func (MembershipStatus) Descriptor() protoreflect.EnumDescriptor
- func (x MembershipStatus) Enum() *MembershipStatus
- func (MembershipStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x MembershipStatus) Number() protoreflect.EnumNumber
- func (x MembershipStatus) String() string
- func (MembershipStatus) Type() protoreflect.EnumType
- type MembershipType
- func (MembershipType) Descriptor() protoreflect.EnumDescriptor
- func (x MembershipType) Enum() *MembershipType
- func (MembershipType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MembershipType) Number() protoreflect.EnumNumber
- func (x MembershipType) String() string
- func (MembershipType) Type() protoreflect.EnumType
- type NemClient
- type NemServer
- type ObjectStore
- func (*ObjectStore) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectStore) GetCreatedAt() *timestamppb.Timestamp
- func (x *ObjectStore) GetCreatedByUuid() string
- func (x *ObjectStore) GetIdentifier() string
- func (x *ObjectStore) GetStatus() ObjectStoreStatus
- func (x *ObjectStore) GetType() ObjectStoreType
- func (x *ObjectStore) GetTypeConfig() *ObjectStoreTypeConfig
- func (x *ObjectStore) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ObjectStore) GetUpdatedByUuid() string
- func (x *ObjectStore) GetUuid() string
- func (*ObjectStore) ProtoMessage()
- func (x *ObjectStore) ProtoReflect() protoreflect.Message
- func (x *ObjectStore) Reset()
- func (x *ObjectStore) String() string
- type ObjectStoreS3TypeConfig
- func (*ObjectStoreS3TypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectStoreS3TypeConfig) GetBucket() string
- func (x *ObjectStoreS3TypeConfig) GetKey() string
- func (x *ObjectStoreS3TypeConfig) GetRegion() string
- func (x *ObjectStoreS3TypeConfig) GetSecret() string
- func (*ObjectStoreS3TypeConfig) ProtoMessage()
- func (x *ObjectStoreS3TypeConfig) ProtoReflect() protoreflect.Message
- func (x *ObjectStoreS3TypeConfig) Reset()
- func (x *ObjectStoreS3TypeConfig) String() string
- type ObjectStoreStatus
- func (ObjectStoreStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ObjectStoreStatus) Enum() *ObjectStoreStatus
- func (ObjectStoreStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ObjectStoreStatus) Number() protoreflect.EnumNumber
- func (x ObjectStoreStatus) String() string
- func (ObjectStoreStatus) Type() protoreflect.EnumType
- type ObjectStoreType
- func (ObjectStoreType) Descriptor() protoreflect.EnumDescriptor
- func (x ObjectStoreType) Enum() *ObjectStoreType
- func (ObjectStoreType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ObjectStoreType) Number() protoreflect.EnumNumber
- func (x ObjectStoreType) String() string
- func (ObjectStoreType) Type() protoreflect.EnumType
- type ObjectStoreTypeConfig
- func (*ObjectStoreTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectStoreTypeConfig) GetS3() *ObjectStoreS3TypeConfig
- func (*ObjectStoreTypeConfig) ProtoMessage()
- func (x *ObjectStoreTypeConfig) ProtoReflect() protoreflect.Message
- func (x *ObjectStoreTypeConfig) Reset()
- func (x *ObjectStoreTypeConfig) String() string
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetAdminUuids() []string
- func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
- func (x *Organization) GetCreatedByUuid() string
- func (x *Organization) GetDomains() []string
- func (x *Organization) GetMemberships() []*Membership
- func (x *Organization) GetName() string
- func (x *Organization) GetStatus() OrganizationStatus
- func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Organization) GetUpdatedByUuid() string
- func (x *Organization) GetUuid() string
- func (x *Organization) GetVersion() int64
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type OrganizationStatus
- func (OrganizationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OrganizationStatus) Enum() *OrganizationStatus
- func (OrganizationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrganizationStatus) Number() protoreflect.EnumNumber
- func (x OrganizationStatus) String() string
- func (OrganizationStatus) Type() protoreflect.EnumType
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetCreatedAt() *timestamppb.Timestamp
- func (x *Project) GetCreatedByUuid() string
- func (x *Project) GetDescription() string
- func (x *Project) GetName() string
- func (x *Project) GetOwnerUuid() string
- func (x *Project) GetProjectExtensions() []*ProjectExtension
- func (x *Project) GetStatus() ProjectStatus
- func (x *Project) GetTags() []string
- func (x *Project) GetTeamUuid() string
- func (x *Project) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Project) GetUpdatedByUuid() string
- func (x *Project) GetUrl() string
- func (x *Project) GetUuid() string
- func (x *Project) GetVersion() int64
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- type ProjectExtension
- func (*ProjectExtension) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectExtension) GetBlocking() bool
- func (x *ProjectExtension) GetConfigurationEntityValues() string
- func (x *ProjectExtension) GetCreatedAt() *timestamppb.Timestamp
- func (x *ProjectExtension) GetCreatedByUuid() string
- func (x *ProjectExtension) GetExtensionUuid() string
- func (x *ProjectExtension) GetExtensionVersionUuid() string
- func (x *ProjectExtension) GetStatus() ProjectExtensionStatus
- func (x *ProjectExtension) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ProjectExtension) GetUpdatedByUuid() string
- func (x *ProjectExtension) GetUuid() string
- func (*ProjectExtension) ProtoMessage()
- func (x *ProjectExtension) ProtoReflect() protoreflect.Message
- func (x *ProjectExtension) Reset()
- func (x *ProjectExtension) String() string
- type ProjectExtensionStatus
- func (ProjectExtensionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectExtensionStatus) Enum() *ProjectExtensionStatus
- func (ProjectExtensionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectExtensionStatus) Number() protoreflect.EnumNumber
- func (x ProjectExtensionStatus) String() string
- func (ProjectExtensionStatus) Type() protoreflect.EnumType
- type ProjectStatus
- func (ProjectStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectStatus) Enum() *ProjectStatus
- func (ProjectStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectStatus) Number() protoreflect.EnumNumber
- func (x ProjectStatus) String() string
- func (ProjectStatus) Type() protoreflect.EnumType
- type ProjectVersion
- func (*ProjectVersion) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectVersion) GetBaseVersionUuid() string
- func (x *ProjectVersion) GetCreatedAt() *timestamppb.Timestamp
- func (x *ProjectVersion) GetCreatedByUuid() string
- func (x *ProjectVersion) GetDeployments() []*ProjectVersionDeployment
- func (x *ProjectVersion) GetDescription() string
- func (x *ProjectVersion) GetEntities() []*Entity
- func (x *ProjectVersion) GetEnums() []*Enum
- func (x *ProjectVersion) GetIdentifier() string
- func (x *ProjectVersion) GetProjectUuid() string
- func (x *ProjectVersion) GetRelationships() []*Relationship
- func (x *ProjectVersion) GetReviewStatus() ProjectVersionReviewStatus
- func (x *ProjectVersion) GetServices() []*Service
- func (x *ProjectVersion) GetStatus() ProjectVersionStatus
- func (x *ProjectVersion) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ProjectVersion) GetUpdatedByUuid() string
- func (x *ProjectVersion) GetUuid() string
- func (x *ProjectVersion) GetVersion() int64
- func (*ProjectVersion) ProtoMessage()
- func (x *ProjectVersion) ProtoReflect() protoreflect.Message
- func (x *ProjectVersion) Reset()
- func (x *ProjectVersion) String() string
- type ProjectVersionDeployment
- func (*ProjectVersionDeployment) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectVersionDeployment) GetEnviromentUuid() string
- func (x *ProjectVersionDeployment) GetStatus() ProjectVersionDeploymentStatus
- func (*ProjectVersionDeployment) ProtoMessage()
- func (x *ProjectVersionDeployment) ProtoReflect() protoreflect.Message
- func (x *ProjectVersionDeployment) Reset()
- func (x *ProjectVersionDeployment) String() string
- type ProjectVersionDeploymentStatus
- func (ProjectVersionDeploymentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectVersionDeploymentStatus) Enum() *ProjectVersionDeploymentStatus
- func (ProjectVersionDeploymentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectVersionDeploymentStatus) Number() protoreflect.EnumNumber
- func (x ProjectVersionDeploymentStatus) String() string
- func (ProjectVersionDeploymentStatus) Type() protoreflect.EnumType
- type ProjectVersionReviewStatus
- func (ProjectVersionReviewStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectVersionReviewStatus) Enum() *ProjectVersionReviewStatus
- func (ProjectVersionReviewStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectVersionReviewStatus) Number() protoreflect.EnumNumber
- func (x ProjectVersionReviewStatus) String() string
- func (ProjectVersionReviewStatus) Type() protoreflect.EnumType
- type ProjectVersionStatus
- func (ProjectVersionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectVersionStatus) Enum() *ProjectVersionStatus
- func (ProjectVersionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectVersionStatus) Number() protoreflect.EnumNumber
- func (x ProjectVersionStatus) String() string
- func (ProjectVersionStatus) Type() protoreflect.EnumType
- type Relationship
- func (*Relationship) Descriptor() ([]byte, []int)deprecated
- func (x *Relationship) GetCardinality() RelationshipCardinality
- func (x *Relationship) GetCreatedAt() *timestamppb.Timestamp
- func (x *Relationship) GetCreatedByUuid() string
- func (x *Relationship) GetDescription() string
- func (x *Relationship) GetFrom() *RelationshipNode
- func (x *Relationship) GetIdentifier() string
- func (x *Relationship) GetStatus() RelationshipStatus
- func (x *Relationship) GetTo() *RelationshipNode
- func (x *Relationship) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Relationship) GetUpdatedByUuid() string
- func (x *Relationship) GetUseForeignKey() bool
- func (x *Relationship) GetUuid() string
- func (x *Relationship) GetVersion() int64
- func (*Relationship) ProtoMessage()
- func (x *Relationship) ProtoReflect() protoreflect.Message
- func (x *Relationship) Reset()
- func (x *Relationship) String() string
- type RelationshipCardinality
- func (RelationshipCardinality) Descriptor() protoreflect.EnumDescriptor
- func (x RelationshipCardinality) Enum() *RelationshipCardinality
- func (RelationshipCardinality) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelationshipCardinality) Number() protoreflect.EnumNumber
- func (x RelationshipCardinality) String() string
- func (RelationshipCardinality) Type() protoreflect.EnumType
- type RelationshipNode
- func (*RelationshipNode) Descriptor() ([]byte, []int)deprecated
- func (x *RelationshipNode) GetCreatedAt() *timestamppb.Timestamp
- func (x *RelationshipNode) GetCreatedByUuid() string
- func (x *RelationshipNode) GetType() RelationshipNodeType
- func (x *RelationshipNode) GetTypeConfig() *RelationshipNodeTypeConfig
- func (x *RelationshipNode) GetUpdatedAt() *timestamppb.Timestamp
- func (x *RelationshipNode) GetUpdatedByUuid() string
- func (x *RelationshipNode) GetUuid() string
- func (*RelationshipNode) ProtoMessage()
- func (x *RelationshipNode) ProtoReflect() protoreflect.Message
- func (x *RelationshipNode) Reset()
- func (x *RelationshipNode) String() string
- type RelationshipNodeType
- func (RelationshipNodeType) Descriptor() protoreflect.EnumDescriptor
- func (x RelationshipNodeType) Enum() *RelationshipNodeType
- func (RelationshipNodeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelationshipNodeType) Number() protoreflect.EnumNumber
- func (x RelationshipNodeType) String() string
- func (RelationshipNodeType) Type() protoreflect.EnumType
- type RelationshipNodeTypeConfig
- func (*RelationshipNodeTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RelationshipNodeTypeConfig) GetEntity() *RelationshipNodeTypeEntityConfig
- func (x *RelationshipNodeTypeConfig) GetService() *RelationshipNodeTypeServiceConfig
- func (*RelationshipNodeTypeConfig) ProtoMessage()
- func (x *RelationshipNodeTypeConfig) ProtoReflect() protoreflect.Message
- func (x *RelationshipNodeTypeConfig) Reset()
- func (x *RelationshipNodeTypeConfig) String() string
- type RelationshipNodeTypeEntityConfig
- func (*RelationshipNodeTypeEntityConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RelationshipNodeTypeEntityConfig) GetEntityUuid() string
- func (x *RelationshipNodeTypeEntityConfig) GetFieldUuids() []string
- func (x *RelationshipNodeTypeEntityConfig) GetFieldsGenerated() bool
- func (*RelationshipNodeTypeEntityConfig) ProtoMessage()
- func (x *RelationshipNodeTypeEntityConfig) ProtoReflect() protoreflect.Message
- func (x *RelationshipNodeTypeEntityConfig) Reset()
- func (x *RelationshipNodeTypeEntityConfig) String() string
- type RelationshipNodeTypeServiceConfig
- func (*RelationshipNodeTypeServiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RelationshipNodeTypeServiceConfig) GetServiceUuid() string
- func (*RelationshipNodeTypeServiceConfig) ProtoMessage()
- func (x *RelationshipNodeTypeServiceConfig) ProtoReflect() protoreflect.Message
- func (x *RelationshipNodeTypeServiceConfig) Reset()
- func (x *RelationshipNodeTypeServiceConfig) String() string
- type RelationshipStatus
- func (RelationshipStatus) Descriptor() protoreflect.EnumDescriptor
- func (x RelationshipStatus) Enum() *RelationshipStatus
- func (RelationshipStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelationshipStatus) Number() protoreflect.EnumNumber
- func (x RelationshipStatus) String() string
- func (RelationshipStatus) Type() protoreflect.EnumType
- type ReviewConfig
- func (*ReviewConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ReviewConfig) GetCreatedAt() *timestamppb.Timestamp
- func (x *ReviewConfig) GetCreatedByUuid() string
- func (x *ReviewConfig) GetMinReviews() int64
- func (x *ReviewConfig) GetStatus() ReviewConfigStatus
- func (x *ReviewConfig) GetTypes() []ReviewConfigType
- func (x *ReviewConfig) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ReviewConfig) GetUpdatedByUuid() string
- func (x *ReviewConfig) GetUserRoles() []ReviewConfigUserRole
- func (x *ReviewConfig) GetUuid() string
- func (*ReviewConfig) ProtoMessage()
- func (x *ReviewConfig) ProtoReflect() protoreflect.Message
- func (x *ReviewConfig) Reset()
- func (x *ReviewConfig) String() string
- type ReviewConfigStatus
- func (ReviewConfigStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ReviewConfigStatus) Enum() *ReviewConfigStatus
- func (ReviewConfigStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReviewConfigStatus) Number() protoreflect.EnumNumber
- func (x ReviewConfigStatus) String() string
- func (ReviewConfigStatus) Type() protoreflect.EnumType
- type ReviewConfigType
- func (ReviewConfigType) Descriptor() protoreflect.EnumDescriptor
- func (x ReviewConfigType) Enum() *ReviewConfigType
- func (ReviewConfigType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReviewConfigType) Number() protoreflect.EnumNumber
- func (x ReviewConfigType) String() string
- func (ReviewConfigType) Type() protoreflect.EnumType
- type ReviewConfigUserRole
- func (ReviewConfigUserRole) Descriptor() protoreflect.EnumDescriptor
- func (x ReviewConfigUserRole) Enum() *ReviewConfigUserRole
- func (ReviewConfigUserRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReviewConfigUserRole) Number() protoreflect.EnumNumber
- func (x ReviewConfigUserRole) String() string
- func (ReviewConfigUserRole) Type() protoreflect.EnumType
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetCreatedAt() *timestamppb.Timestamp
- func (x *Service) GetCreatedByUuid() string
- func (x *Service) GetDescription() string
- func (x *Service) GetIdentifier() string
- func (x *Service) GetRender() *ElementRender
- func (x *Service) GetStatus() ServiceStatus
- func (x *Service) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Service) GetUpdatedByUuid() string
- func (x *Service) GetUuid() string
- func (x *Service) GetVersion() int64
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- type ServiceStatus
- func (ServiceStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ServiceStatus) Enum() *ServiceStatus
- func (ServiceStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServiceStatus) Number() protoreflect.EnumNumber
- func (x ServiceStatus) String() string
- func (ServiceStatus) Type() protoreflect.EnumType
- type Store
- func (*Store) Descriptor() ([]byte, []int)deprecated
- func (x *Store) GetCreatedAt() *timestamppb.Timestamp
- func (x *Store) GetCreatedByUuid() string
- func (x *Store) GetDescription() string
- func (x *Store) GetIdentifier() string
- func (x *Store) GetStatus() StoreStatus
- func (x *Store) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Store) GetUpdatedByUuid() string
- func (x *Store) GetUuid() string
- func (*Store) ProtoMessage()
- func (x *Store) ProtoReflect() protoreflect.Message
- func (x *Store) Reset()
- func (x *Store) String() string
- type StoreStatus
- func (StoreStatus) Descriptor() protoreflect.EnumDescriptor
- func (x StoreStatus) Enum() *StoreStatus
- func (StoreStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x StoreStatus) Number() protoreflect.EnumNumber
- func (x StoreStatus) String() string
- func (StoreStatus) Type() protoreflect.EnumType
- type TcpIpConnectionTypeConfig
- func (*TcpIpConnectionTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TcpIpConnectionTypeConfig) GetHostname() string
- func (x *TcpIpConnectionTypeConfig) GetPassword() string
- func (x *TcpIpConnectionTypeConfig) GetPort() string
- func (x *TcpIpConnectionTypeConfig) GetUsername() string
- func (*TcpIpConnectionTypeConfig) ProtoMessage()
- func (x *TcpIpConnectionTypeConfig) ProtoReflect() protoreflect.Message
- func (x *TcpIpConnectionTypeConfig) Reset()
- func (x *TcpIpConnectionTypeConfig) String() string
- type TcpIpSshConnectionTypeConfig
- func (*TcpIpSshConnectionTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TcpIpSshConnectionTypeConfig) GetHostname() string
- func (x *TcpIpSshConnectionTypeConfig) GetPassword() string
- func (x *TcpIpSshConnectionTypeConfig) GetPort() string
- func (x *TcpIpSshConnectionTypeConfig) GetSshHostname() string
- func (x *TcpIpSshConnectionTypeConfig) GetSshKeyFile() string
- func (x *TcpIpSshConnectionTypeConfig) GetSshPassword() string
- func (x *TcpIpSshConnectionTypeConfig) GetSshUsername() string
- func (x *TcpIpSshConnectionTypeConfig) GetUseSshKeyFile() bool
- func (x *TcpIpSshConnectionTypeConfig) GetUsername() string
- func (*TcpIpSshConnectionTypeConfig) ProtoMessage()
- func (x *TcpIpSshConnectionTypeConfig) ProtoReflect() protoreflect.Message
- func (x *TcpIpSshConnectionTypeConfig) Reset()
- func (x *TcpIpSshConnectionTypeConfig) String() string
- type Team
- func (*Team) Descriptor() ([]byte, []int)deprecated
- func (x *Team) GetConnections() []*Connection
- func (x *Team) GetCreatedAt() *timestamppb.Timestamp
- func (x *Team) GetCreatedByUuid() string
- func (x *Team) GetDefaultEntity() *Entity
- func (x *Team) GetEnviorments() []*Enviorment
- func (x *Team) GetMemberships() []*Membership
- func (x *Team) GetName() string
- func (x *Team) GetObjectStores() []*ObjectStore
- func (x *Team) GetOrganizationUuid() string
- func (x *Team) GetReviewConfigs() []*ReviewConfig
- func (x *Team) GetStatus() TeamStatus
- func (x *Team) GetStores() []*Store
- func (x *Team) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Team) GetUpdatedByUuid() string
- func (x *Team) GetUuid() string
- func (x *Team) GetVersion() int64
- func (*Team) ProtoMessage()
- func (x *Team) ProtoReflect() protoreflect.Message
- func (x *Team) Reset()
- func (x *Team) String() string
- type TeamStatus
- type UnimplementedNemServer
- func (UnimplementedNemServer) CreateChangeRequest(context.Context, *CreateChangeRequestRequest) (*ChangeRequest, error)
- func (UnimplementedNemServer) CreateExtension(context.Context, *CreateExtensionRequest) (*Extension, error)
- func (UnimplementedNemServer) CreateExtensionExecution(context.Context, *CreateExtensionExecutionRequest) (*ExtensionExecution, error)
- func (UnimplementedNemServer) CreateExtensionVersion(context.Context, *CreateExtensionVersionRequest) (*ExtensionVersion, error)
- func (UnimplementedNemServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*Organization, error)
- func (UnimplementedNemServer) CreateProject(context.Context, *CreateProjectRequest) (*Project, error)
- func (UnimplementedNemServer) CreateProjectVersion(context.Context, *CreateProjectVersionRequest) (*ProjectVersion, error)
- func (UnimplementedNemServer) CreateTeam(context.Context, *CreateTeamRequest) (*Team, error)
- func (UnimplementedNemServer) CreateUser(context.Context, *CreateUserRequest) (*User, error)
- func (UnimplementedNemServer) CreateUserConnection(context.Context, *CreateUserConnectionRequest) (*UserConnection, error)
- func (UnimplementedNemServer) CreateUserTeam(context.Context, *CreateUserTeamRequest) (*UserTeam, error)
- func (UnimplementedNemServer) ListChangeRequests(context.Context, *ListChangeRequestsRequest) (*ListChangeRequestsResponse, error)
- func (UnimplementedNemServer) ListExtensionExecutions(context.Context, *ListExtensionExecutionsRequest) (*ListExtensionExecutionsResponse, error)
- func (UnimplementedNemServer) ListExtensionVersions(context.Context, *ListExtensionVersionsRequest) (*ListExtensionVersionsResponse, error)
- func (UnimplementedNemServer) ListExtensions(context.Context, *ListExtensionsRequest) (*ListExtensionsResponse, error)
- func (UnimplementedNemServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
- func (UnimplementedNemServer) ListProjectVersions(context.Context, *ListProjectVersionsRequest) (*ListProjectVersionsResponse, error)
- func (UnimplementedNemServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
- func (UnimplementedNemServer) ListTeams(context.Context, *ListTeamsRequest) (*ListTeamsResponse, error)
- func (UnimplementedNemServer) ListUserConnections(context.Context, *ListUserConnectionsRequest) (*ListUserConnectionsResponse, error)
- func (UnimplementedNemServer) ListUserTeams(context.Context, *ListUserTeamsRequest) (*ListUserTeamsResponse, error)
- func (UnimplementedNemServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedNemServer) UpdateChangeRequest(context.Context, *UpdateChangeRequestRequest) (*ChangeRequest, error)
- func (UnimplementedNemServer) UpdateExtension(context.Context, *UpdateExtensionRequest) (*Extension, error)
- func (UnimplementedNemServer) UpdateExtensionExecution(context.Context, *UpdateExtensionExecutionRequest) (*ExtensionExecution, error)
- func (UnimplementedNemServer) UpdateExtensionVersion(context.Context, *UpdateExtensionVersionRequest) (*ExtensionVersion, error)
- func (UnimplementedNemServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*Organization, error)
- func (UnimplementedNemServer) UpdateProject(context.Context, *UpdateProjectRequest) (*Project, error)
- func (UnimplementedNemServer) UpdateProjectVersion(context.Context, *UpdateProjectVersionRequest) (*ProjectVersion, error)
- func (UnimplementedNemServer) UpdateTeam(context.Context, *UpdateTeamRequest) (*Team, error)
- func (UnimplementedNemServer) UpdateUser(context.Context, *UpdateUserRequest) (*User, error)
- func (UnimplementedNemServer) UpdateUserConnection(context.Context, *UpdateUserConnectionRequest) (*UserConnection, error)
- func (UnimplementedNemServer) UpdateUserTeam(context.Context, *UpdateUserTeamRequest) (*UserTeam, error)
- type UnsafeNemServer
- type UpdateChangeRequestRequest
- func (*UpdateChangeRequestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateChangeRequestRequest) GetChangeRequest() *ChangeRequest
- func (x *UpdateChangeRequestRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateChangeRequestRequest) ProtoMessage()
- func (x *UpdateChangeRequestRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateChangeRequestRequest) Reset()
- func (x *UpdateChangeRequestRequest) String() string
- type UpdateExtensionExecutionRequest
- func (*UpdateExtensionExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution
- func (x *UpdateExtensionExecutionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateExtensionExecutionRequest) ProtoMessage()
- func (x *UpdateExtensionExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateExtensionExecutionRequest) Reset()
- func (x *UpdateExtensionExecutionRequest) String() string
- type UpdateExtensionRequest
- func (*UpdateExtensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateExtensionRequest) GetExtension() *Extension
- func (x *UpdateExtensionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateExtensionRequest) ProtoMessage()
- func (x *UpdateExtensionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateExtensionRequest) Reset()
- func (x *UpdateExtensionRequest) String() string
- type UpdateExtensionVersionRequest
- func (*UpdateExtensionVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion
- func (x *UpdateExtensionVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateExtensionVersionRequest) ProtoMessage()
- func (x *UpdateExtensionVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateExtensionVersionRequest) Reset()
- func (x *UpdateExtensionVersionRequest) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetOrganization() *Organization
- func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateProjectRequest
- func (*UpdateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRequest) GetProject() *Project
- func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateProjectRequest) ProtoMessage()
- func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRequest) Reset()
- func (x *UpdateProjectRequest) String() string
- type UpdateProjectVersionRequest
- func (*UpdateProjectVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectVersionRequest) GetProjectVersion() *ProjectVersion
- func (x *UpdateProjectVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateProjectVersionRequest) ProtoMessage()
- func (x *UpdateProjectVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectVersionRequest) Reset()
- func (x *UpdateProjectVersionRequest) String() string
- type UpdateTeamRequest
- func (*UpdateTeamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTeamRequest) GetTeam() *Team
- func (x *UpdateTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateTeamRequest) ProtoMessage()
- func (x *UpdateTeamRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTeamRequest) Reset()
- func (x *UpdateTeamRequest) String() string
- type UpdateUserConnectionRequest
- func (*UpdateUserConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserConnectionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserConnectionRequest) GetUserConnection() *UserConnection
- func (*UpdateUserConnectionRequest) ProtoMessage()
- func (x *UpdateUserConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserConnectionRequest) Reset()
- func (x *UpdateUserConnectionRequest) String() string
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserRequest) GetUser() *User
- func (*UpdateUserRequest) ProtoMessage()
- func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRequest) Reset()
- func (x *UpdateUserRequest) String() string
- type UpdateUserTeamRequest
- func (*UpdateUserTeamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserTeamRequest) GetUserTeam() *UserTeam
- func (*UpdateUserTeamRequest) ProtoMessage()
- func (x *UpdateUserTeamRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserTeamRequest) Reset()
- func (x *UpdateUserTeamRequest) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCountryIos2() string
- func (x *User) GetCreatedAt() *timestamppb.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetIdentifier() string
- func (x *User) GetLastName() string
- func (x *User) GetLocale() string
- func (x *User) GetMetadata() string
- func (x *User) GetName() string
- func (x *User) GetStatus() UserStatus
- func (x *User) GetUpdatedAt() *timestamppb.Timestamp
- func (x *User) GetUserType() UserUserType
- func (x *User) GetUuid() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserConnection
- func (*UserConnection) Descriptor() ([]byte, []int)deprecated
- func (x *UserConnection) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserConnection) GetDbSchema() string
- func (x *UserConnection) GetExecutions() []*UserConnectionExecution
- func (x *UserConnection) GetProjectUuid() string
- func (x *UserConnection) GetProjectVersionUuid() string
- func (x *UserConnection) GetStatus() UserConnectionStatus
- func (x *UserConnection) GetType() UserConnectionType
- func (x *UserConnection) GetTypeConfig() *UserConnectionTypeConfig
- func (x *UserConnection) GetUpdatedAt() *timestamppb.Timestamp
- func (x *UserConnection) GetUserUuid() string
- func (x *UserConnection) GetUuid() string
- func (*UserConnection) ProtoMessage()
- func (x *UserConnection) ProtoReflect() protoreflect.Message
- func (x *UserConnection) Reset()
- func (x *UserConnection) String() string
- type UserConnectionExecution
- func (*UserConnectionExecution) Descriptor() ([]byte, []int)deprecated
- func (x *UserConnectionExecution) GetEstimatedTime() string
- func (x *UserConnectionExecution) GetFinishedAt() *timestamppb.Timestamp
- func (x *UserConnectionExecution) GetNumResults() int64
- func (x *UserConnectionExecution) GetResultsPath() string
- func (x *UserConnectionExecution) GetStartedAt() *timestamppb.Timestamp
- func (x *UserConnectionExecution) GetStatus() UserConnectionExecutionStatus
- func (x *UserConnectionExecution) GetUserMsg() string
- func (x *UserConnectionExecution) GetUuid() string
- func (*UserConnectionExecution) ProtoMessage()
- func (x *UserConnectionExecution) ProtoReflect() protoreflect.Message
- func (x *UserConnectionExecution) Reset()
- func (x *UserConnectionExecution) String() string
- type UserConnectionExecutionStatus
- func (UserConnectionExecutionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x UserConnectionExecutionStatus) Enum() *UserConnectionExecutionStatus
- func (UserConnectionExecutionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserConnectionExecutionStatus) Number() protoreflect.EnumNumber
- func (x UserConnectionExecutionStatus) String() string
- func (UserConnectionExecutionStatus) Type() protoreflect.EnumType
- type UserConnectionLocalConfig
- func (*UserConnectionLocalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UserConnectionLocalConfig) GetDbType() UserConnectionLocalConfigDbType
- func (x *UserConnectionLocalConfig) GetIpAddress() string
- func (*UserConnectionLocalConfig) ProtoMessage()
- func (x *UserConnectionLocalConfig) ProtoReflect() protoreflect.Message
- func (x *UserConnectionLocalConfig) Reset()
- func (x *UserConnectionLocalConfig) String() string
- type UserConnectionLocalConfigDbType
- func (UserConnectionLocalConfigDbType) Descriptor() protoreflect.EnumDescriptor
- func (x UserConnectionLocalConfigDbType) Enum() *UserConnectionLocalConfigDbType
- func (UserConnectionLocalConfigDbType) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserConnectionLocalConfigDbType) Number() protoreflect.EnumNumber
- func (x UserConnectionLocalConfigDbType) String() string
- func (UserConnectionLocalConfigDbType) Type() protoreflect.EnumType
- type UserConnectionRemoteConfig
- func (*UserConnectionRemoteConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UserConnectionRemoteConfig) GetConnectionUuid() string
- func (x *UserConnectionRemoteConfig) GetStoreUuid() string
- func (x *UserConnectionRemoteConfig) GetTeamUuid() string
- func (*UserConnectionRemoteConfig) ProtoMessage()
- func (x *UserConnectionRemoteConfig) ProtoReflect() protoreflect.Message
- func (x *UserConnectionRemoteConfig) Reset()
- func (x *UserConnectionRemoteConfig) String() string
- type UserConnectionStatus
- func (UserConnectionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x UserConnectionStatus) Enum() *UserConnectionStatus
- func (UserConnectionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserConnectionStatus) Number() protoreflect.EnumNumber
- func (x UserConnectionStatus) String() string
- func (UserConnectionStatus) Type() protoreflect.EnumType
- type UserConnectionType
- func (UserConnectionType) Descriptor() protoreflect.EnumDescriptor
- func (x UserConnectionType) Enum() *UserConnectionType
- func (UserConnectionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserConnectionType) Number() protoreflect.EnumNumber
- func (x UserConnectionType) String() string
- func (UserConnectionType) Type() protoreflect.EnumType
- type UserConnectionTypeConfig
- func (*UserConnectionTypeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UserConnectionTypeConfig) GetLocal() *UserConnectionLocalConfig
- func (x *UserConnectionTypeConfig) GetRemote() *UserConnectionRemoteConfig
- func (*UserConnectionTypeConfig) ProtoMessage()
- func (x *UserConnectionTypeConfig) ProtoReflect() protoreflect.Message
- func (x *UserConnectionTypeConfig) Reset()
- func (x *UserConnectionTypeConfig) String() string
- type UserStatus
- type UserTeam
- func (*UserTeam) Descriptor() ([]byte, []int)deprecated
- func (x *UserTeam) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserTeam) GetCreatedByUuid() string
- func (x *UserTeam) GetRoles() []UserTeamRole
- func (x *UserTeam) GetStatus() UserTeamStatus
- func (x *UserTeam) GetTeamUuid() string
- func (x *UserTeam) GetUpdatedAt() *timestamppb.Timestamp
- func (x *UserTeam) GetUpdatedByUuid() string
- func (x *UserTeam) GetUserEmail() string
- func (x *UserTeam) GetUserUuid() string
- func (x *UserTeam) GetUuid() string
- func (*UserTeam) ProtoMessage()
- func (x *UserTeam) ProtoReflect() protoreflect.Message
- func (x *UserTeam) Reset()
- func (x *UserTeam) String() string
- type UserTeamRole
- func (UserTeamRole) Descriptor() protoreflect.EnumDescriptor
- func (x UserTeamRole) Enum() *UserTeamRole
- func (UserTeamRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserTeamRole) Number() protoreflect.EnumNumber
- func (x UserTeamRole) String() string
- func (UserTeamRole) Type() protoreflect.EnumType
- type UserTeamStatus
- func (UserTeamStatus) Descriptor() protoreflect.EnumDescriptor
- func (x UserTeamStatus) Enum() *UserTeamStatus
- func (UserTeamStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserTeamStatus) Number() protoreflect.EnumNumber
- func (x UserTeamStatus) String() string
- func (UserTeamStatus) Type() protoreflect.EnumType
- type UserUserType
- func (UserUserType) Descriptor() protoreflect.EnumDescriptor
- func (x UserUserType) Enum() *UserUserType
- func (UserUserType) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserUserType) Number() protoreflect.EnumNumber
- func (x UserUserType) String() string
- func (UserUserType) Type() protoreflect.EnumType
- type Visibility
- func (*Visibility) Descriptor() ([]byte, []int)deprecated
- func (x *Visibility) GetCreatedAt() *timestamppb.Timestamp
- func (x *Visibility) GetCreatedByUuid() string
- func (x *Visibility) GetDescription() string
- func (x *Visibility) GetOrganizationUuids() []string
- func (x *Visibility) GetRoles() []VisibilityRole
- func (x *Visibility) GetTeamUuids() []string
- func (x *Visibility) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Visibility) GetUpdatedByUuid() string
- func (x *Visibility) GetUserUuids() []string
- func (x *Visibility) GetUuid() string
- func (*Visibility) ProtoMessage()
- func (x *Visibility) ProtoReflect() protoreflect.Message
- func (x *Visibility) Reset()
- func (x *Visibility) String() string
- type VisibilityRole
- func (VisibilityRole) Descriptor() protoreflect.EnumDescriptor
- func (x VisibilityRole) Enum() *VisibilityRole
- func (VisibilityRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x VisibilityRole) Number() protoreflect.EnumNumber
- func (x VisibilityRole) String() string
- func (VisibilityRole) Type() protoreflect.EnumType
Constants ¶
const ( Nem_ListTeams_FullMethodName = "/nem.Nem/ListTeams" Nem_CreateTeam_FullMethodName = "/nem.Nem/CreateTeam" Nem_UpdateTeam_FullMethodName = "/nem.Nem/UpdateTeam" Nem_ListOrganizations_FullMethodName = "/nem.Nem/ListOrganizations" Nem_CreateOrganization_FullMethodName = "/nem.Nem/CreateOrganization" Nem_UpdateOrganization_FullMethodName = "/nem.Nem/UpdateOrganization" Nem_ListProjects_FullMethodName = "/nem.Nem/ListProjects" Nem_CreateProject_FullMethodName = "/nem.Nem/CreateProject" Nem_UpdateProject_FullMethodName = "/nem.Nem/UpdateProject" Nem_ListExtensions_FullMethodName = "/nem.Nem/ListExtensions" Nem_CreateExtension_FullMethodName = "/nem.Nem/CreateExtension" Nem_UpdateExtension_FullMethodName = "/nem.Nem/UpdateExtension" Nem_ListExtensionVersions_FullMethodName = "/nem.Nem/ListExtensionVersions" Nem_CreateExtensionVersion_FullMethodName = "/nem.Nem/CreateExtensionVersion" Nem_UpdateExtensionVersion_FullMethodName = "/nem.Nem/UpdateExtensionVersion" Nem_ListUsers_FullMethodName = "/nem.Nem/ListUsers" Nem_CreateUser_FullMethodName = "/nem.Nem/CreateUser" Nem_UpdateUser_FullMethodName = "/nem.Nem/UpdateUser" Nem_ListChangeRequests_FullMethodName = "/nem.Nem/ListChangeRequests" Nem_CreateChangeRequest_FullMethodName = "/nem.Nem/CreateChangeRequest" Nem_UpdateChangeRequest_FullMethodName = "/nem.Nem/UpdateChangeRequest" Nem_ListProjectVersions_FullMethodName = "/nem.Nem/ListProjectVersions" Nem_CreateProjectVersion_FullMethodName = "/nem.Nem/CreateProjectVersion" Nem_UpdateProjectVersion_FullMethodName = "/nem.Nem/UpdateProjectVersion" Nem_ListUserTeams_FullMethodName = "/nem.Nem/ListUserTeams" Nem_CreateUserTeam_FullMethodName = "/nem.Nem/CreateUserTeam" Nem_UpdateUserTeam_FullMethodName = "/nem.Nem/UpdateUserTeam" Nem_ListExtensionExecutions_FullMethodName = "/nem.Nem/ListExtensionExecutions" Nem_CreateExtensionExecution_FullMethodName = "/nem.Nem/CreateExtensionExecution" Nem_UpdateExtensionExecution_FullMethodName = "/nem.Nem/UpdateExtensionExecution" Nem_ListUserConnections_FullMethodName = "/nem.Nem/ListUserConnections" Nem_CreateUserConnection_FullMethodName = "/nem.Nem/CreateUserConnection" Nem_UpdateUserConnection_FullMethodName = "/nem.Nem/UpdateUserConnection" )
Variables ¶
var ( ChangeRequestReviewType_name = map[int32]string{ 0: "CHANGE_REQUEST_REVIEW_TYPE_INVALID", 1: "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA", 2: "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION", 3: "CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION", } ChangeRequestReviewType_value = map[string]int32{ "CHANGE_REQUEST_REVIEW_TYPE_INVALID": 0, "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA": 1, "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION": 2, "CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION": 3, } )
Enum value maps for ChangeRequestReviewType.
var ( ChangeRequestStatus_name = map[int32]string{ 0: "CHANGE_REQUEST_STATUS_INVALID", 1: "CHANGE_REQUEST_STATUS_ACTIVE", 2: "CHANGE_REQUEST_STATUS_DISABLED", } ChangeRequestStatus_value = map[string]int32{ "CHANGE_REQUEST_STATUS_INVALID": 0, "CHANGE_REQUEST_STATUS_ACTIVE": 1, "CHANGE_REQUEST_STATUS_DISABLED": 2, } )
Enum value maps for ChangeRequestStatus.
var ( ChangeRequestReviewStatus_name = map[int32]string{ 0: "CHANGE_REQUEST_REVIEW_STATUS_INVALID", 1: "CHANGE_REQUEST_REVIEW_STATUS_DRAFT", 2: "CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW", 3: "CHANGE_REQUEST_REVIEW_STATUS_APPROVED", 4: "CHANGE_REQUEST_REVIEW_STATUS_REJECTED", 5: "CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED", } ChangeRequestReviewStatus_value = map[string]int32{ "CHANGE_REQUEST_REVIEW_STATUS_INVALID": 0, "CHANGE_REQUEST_REVIEW_STATUS_DRAFT": 1, "CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW": 2, "CHANGE_REQUEST_REVIEW_STATUS_APPROVED": 3, "CHANGE_REQUEST_REVIEW_STATUS_REJECTED": 4, "CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED": 5, } )
Enum value maps for ChangeRequestReviewStatus.
var ( ConnectionDbType_name = map[int32]string{ 0: "CONNECTION_DB_TYPE_INVALID", 1: "CONNECTION_DB_TYPE_MYSQL", 2: "CONNECTION_DB_TYPE_POSTGRES", } ConnectionDbType_value = map[string]int32{ "CONNECTION_DB_TYPE_INVALID": 0, "CONNECTION_DB_TYPE_MYSQL": 1, "CONNECTION_DB_TYPE_POSTGRES": 2, } )
Enum value maps for ConnectionDbType.
var ( ConnectionStatus_name = map[int32]string{ 0: "CONNECTION_STATUS_INVALID", 1: "CONNECTION_STATUS_ACTIVE", 2: "CONNECTION_STATUS_DISABLED", } ConnectionStatus_value = map[string]int32{ "CONNECTION_STATUS_INVALID": 0, "CONNECTION_STATUS_ACTIVE": 1, "CONNECTION_STATUS_DISABLED": 2, } )
Enum value maps for ConnectionStatus.
var ( ConnectionType_name = map[int32]string{ 0: "CONNECTION_TYPE_INVALID", 1: "CONNECTION_TYPE_TCP_IP", 2: "CONNECTION_TYPE_TCP_IP_SSH", } ConnectionType_value = map[string]int32{ "CONNECTION_TYPE_INVALID": 0, "CONNECTION_TYPE_TCP_IP": 1, "CONNECTION_TYPE_TCP_IP_SSH": 2, } )
Enum value maps for ConnectionType.
var ( DbTypePostgresConfigSslmode_name = map[int32]string{ 0: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID", 1: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE", 2: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW", 3: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER", 4: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE", 5: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA", 6: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL", } DbTypePostgresConfigSslmode_value = map[string]int32{ "DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID": 0, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE": 1, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW": 2, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER": 3, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE": 4, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA": 5, "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL": 6, } )
Enum value maps for DbTypePostgresConfigSslmode.
var ( EntityStatus_name = map[int32]string{ 0: "ENTITY_STATUS_INVALID", 1: "ENTITY_STATUS_ACTIVE", 2: "ENTITY_STATUS_DISABLED", } EntityStatus_value = map[string]int32{ "ENTITY_STATUS_INVALID": 0, "ENTITY_STATUS_ACTIVE": 1, "ENTITY_STATUS_DISABLED": 2, } )
Enum value maps for EntityStatus.
var ( EntityType_name = map[int32]string{ 0: "ENTITY_TYPE_INVALID", 1: "ENTITY_TYPE_STANDALONE", 2: "ENTITY_TYPE_DEPENDENT", } EntityType_value = map[string]int32{ "ENTITY_TYPE_INVALID": 0, "ENTITY_TYPE_STANDALONE": 1, "ENTITY_TYPE_DEPENDENT": 2, } )
Enum value maps for EntityType.
var ( EntityVersionConfigGenerator_name = map[int32]string{ 0: "ENTITY_VERSION_CONFIG_GENERATOR_INVALID", 1: "ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP", } EntityVersionConfigGenerator_value = map[string]int32{ "ENTITY_VERSION_CONFIG_GENERATOR_INVALID": 0, "ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP": 1, } )
Enum value maps for EntityVersionConfigGenerator.
var ( EntityVersionConfigType_name = map[int32]string{ 0: "ENTITY_VERSION_CONFIG_TYPE_INVALID", 1: "ENTITY_VERSION_CONFIG_TYPE_FIELD", 2: "ENTITY_VERSION_CONFIG_TYPE_ENTITY", } EntityVersionConfigType_value = map[string]int32{ "ENTITY_VERSION_CONFIG_TYPE_INVALID": 0, "ENTITY_VERSION_CONFIG_TYPE_FIELD": 1, "ENTITY_VERSION_CONFIG_TYPE_ENTITY": 2, } )
Enum value maps for EntityVersionConfigType.
var ( EnumStatus_name = map[int32]string{ 0: "ENUM_STATUS_INVALID", 1: "ENUM_STATUS_ACTIVE", 2: "ENUM_STATUS_DISABLED", } EnumStatus_value = map[string]int32{ "ENUM_STATUS_INVALID": 0, "ENUM_STATUS_ACTIVE": 1, "ENUM_STATUS_DISABLED": 2, } )
Enum value maps for EnumStatus.
var ( EnviormentStatus_name = map[int32]string{ 0: "ENVIORMENT_STATUS_INVALID", 1: "ENVIORMENT_STATUS_ACTIVE", 2: "ENVIORMENT_STATUS_DISABLED", } EnviormentStatus_value = map[string]int32{ "ENVIORMENT_STATUS_INVALID": 0, "ENVIORMENT_STATUS_ACTIVE": 1, "ENVIORMENT_STATUS_DISABLED": 2, } )
Enum value maps for EnviormentStatus.
var ( ExtensionExtensionType_name = map[int32]string{ 0: "EXTENSION_EXTENSION_TYPE_INVALID", 1: "EXTENSION_EXTENSION_TYPE_IMPORTER", 2: "EXTENSION_EXTENSION_TYPE_SYNCHRONIZER", 3: "EXTENSION_EXTENSION_TYPE_GENERATOR", } ExtensionExtensionType_value = map[string]int32{ "EXTENSION_EXTENSION_TYPE_INVALID": 0, "EXTENSION_EXTENSION_TYPE_IMPORTER": 1, "EXTENSION_EXTENSION_TYPE_SYNCHRONIZER": 2, "EXTENSION_EXTENSION_TYPE_GENERATOR": 3, } )
Enum value maps for ExtensionExtensionType.
var ( ExtensionStatus_name = map[int32]string{ 0: "EXTENSION_STATUS_INVALID", 1: "EXTENSION_STATUS_ACTIVE", 2: "EXTENSION_STATUS_DISABLED", } ExtensionStatus_value = map[string]int32{ "EXTENSION_STATUS_INVALID": 0, "EXTENSION_STATUS_ACTIVE": 1, "EXTENSION_STATUS_DISABLED": 2, } )
Enum value maps for ExtensionStatus.
var ( ExtensionExecutionStatus_name = map[int32]string{ 0: "EXTENSION_EXECUTION_STATUS_INVALID", 1: "EXTENSION_EXECUTION_STATUS_INPROGRESS", 2: "EXTENSION_EXECUTION_STATUS_SUCCEEDED", 3: "EXTENSION_EXECUTION_STATUS_FAILED", 4: "EXTENSION_EXECUTION_STATUS_CANCELLED", } ExtensionExecutionStatus_value = map[string]int32{ "EXTENSION_EXECUTION_STATUS_INVALID": 0, "EXTENSION_EXECUTION_STATUS_INPROGRESS": 1, "EXTENSION_EXECUTION_STATUS_SUCCEEDED": 2, "EXTENSION_EXECUTION_STATUS_FAILED": 3, "EXTENSION_EXECUTION_STATUS_CANCELLED": 4, } )
Enum value maps for ExtensionExecutionStatus.
var ( ExtensionVersionExecutionMode_name = map[int32]string{ 0: "EXTENSION_VERSION_EXECUTION_MODE_INVALID", 1: "EXTENSION_VERSION_EXECUTION_MODE_MANUAL", 2: "EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC", } ExtensionVersionExecutionMode_value = map[string]int32{ "EXTENSION_VERSION_EXECUTION_MODE_INVALID": 0, "EXTENSION_VERSION_EXECUTION_MODE_MANUAL": 1, "EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC": 2, } )
Enum value maps for ExtensionVersionExecutionMode.
var ( ExtensionVersionReviewStatus_name = map[int32]string{ 0: "EXTENSION_VERSION_REVIEW_STATUS_INVALID", 1: "EXTENSION_VERSION_REVIEW_STATUS_DRAFT", 2: "EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW", 3: "EXTENSION_VERSION_REVIEW_STATUS_APPROVED", 4: "EXTENSION_VERSION_REVIEW_STATUS_REJECTED", 5: "EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED", } ExtensionVersionReviewStatus_value = map[string]int32{ "EXTENSION_VERSION_REVIEW_STATUS_INVALID": 0, "EXTENSION_VERSION_REVIEW_STATUS_DRAFT": 1, "EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW": 2, "EXTENSION_VERSION_REVIEW_STATUS_APPROVED": 3, "EXTENSION_VERSION_REVIEW_STATUS_REJECTED": 4, "EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED": 5, } )
Enum value maps for ExtensionVersionReviewStatus.
var ( ExtensionVersionStatus_name = map[int32]string{ 0: "EXTENSION_VERSION_STATUS_INVALID", 1: "EXTENSION_VERSION_STATUS_ACTIVE", 2: "EXTENSION_VERSION_STATUS_DISABLED", } ExtensionVersionStatus_value = map[string]int32{ "EXTENSION_VERSION_STATUS_INVALID": 0, "EXTENSION_VERSION_STATUS_ACTIVE": 1, "EXTENSION_VERSION_STATUS_DISABLED": 2, } )
Enum value maps for ExtensionVersionStatus.
var ( FieldStatus_name = map[int32]string{ 0: "FIELD_STATUS_INVALID", 1: "FIELD_STATUS_ACTIVE", 2: "FIELD_STATUS_INACTIVE", } FieldStatus_value = map[string]int32{ "FIELD_STATUS_INVALID": 0, "FIELD_STATUS_ACTIVE": 1, "FIELD_STATUS_INACTIVE": 2, } )
Enum value maps for FieldStatus.
var ( FieldType_name = map[int32]string{ 0: "FIELD_TYPE_INVALID", 1: "FIELD_TYPE_UUID", 2: "FIELD_TYPE_INTEGER", 3: "FIELD_TYPE_FLOAT", 4: "FIELD_TYPE_DECIMAL", 5: "FIELD_TYPE_BOOLEAN", 6: "FIELD_TYPE_CHAR", 7: "FIELD_TYPE_VARCHAR", 8: "FIELD_TYPE_TEXT", 9: "FIELD_TYPE_ENCRYPTED", 10: "FIELD_TYPE_EMAIL", 11: "FIELD_TYPE_PHONE", 12: "FIELD_TYPE_URL", 13: "FIELD_TYPE_LOCATION", 14: "FIELD_TYPE_COLOR", 15: "FIELD_TYPE_RICHTEXT", 16: "FIELD_TYPE_CODE", 17: "FIELD_TYPE_MARKDOWN", 18: "FIELD_TYPE_FILE", 19: "FIELD_TYPE_IMAGE", 20: "FIELD_TYPE_AUDIO", 21: "FIELD_TYPE_VIDEO", 22: "FIELD_TYPE_ENUM", 23: "FIELD_TYPE_JSON", 24: "FIELD_TYPE_ARRAY", 25: "FIELD_TYPE_DATE", 26: "FIELD_TYPE_DATETIME", 27: "FIELD_TYPE_TIME", 28: "FIELD_TYPE_SLUG", } FieldType_value = map[string]int32{ "FIELD_TYPE_INVALID": 0, "FIELD_TYPE_UUID": 1, "FIELD_TYPE_INTEGER": 2, "FIELD_TYPE_FLOAT": 3, "FIELD_TYPE_DECIMAL": 4, "FIELD_TYPE_BOOLEAN": 5, "FIELD_TYPE_CHAR": 6, "FIELD_TYPE_VARCHAR": 7, "FIELD_TYPE_TEXT": 8, "FIELD_TYPE_ENCRYPTED": 9, "FIELD_TYPE_EMAIL": 10, "FIELD_TYPE_PHONE": 11, "FIELD_TYPE_URL": 12, "FIELD_TYPE_LOCATION": 13, "FIELD_TYPE_COLOR": 14, "FIELD_TYPE_RICHTEXT": 15, "FIELD_TYPE_CODE": 16, "FIELD_TYPE_MARKDOWN": 17, "FIELD_TYPE_FILE": 18, "FIELD_TYPE_IMAGE": 19, "FIELD_TYPE_AUDIO": 20, "FIELD_TYPE_VIDEO": 21, "FIELD_TYPE_ENUM": 22, "FIELD_TYPE_JSON": 23, "FIELD_TYPE_ARRAY": 24, "FIELD_TYPE_DATE": 25, "FIELD_TYPE_DATETIME": 26, "FIELD_TYPE_TIME": 27, "FIELD_TYPE_SLUG": 28, } )
Enum value maps for FieldType.
var ( FieldTypeArrayConfigType_name = map[int32]string{ 0: "FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID", 1: "FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID", 2: "FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER", 3: "FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT", 4: "FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL", 5: "FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR", 6: "FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR", 7: "FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL", 8: "FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE", 9: "FIELD_TYPE_ARRAY_CONFIG_TYPE_URL", 10: "FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR", 11: "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE", 12: "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME", 13: "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED", 14: "FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME", 15: "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM", } FieldTypeArrayConfigType_value = map[string]int32{ "FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID": 0, "FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID": 1, "FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER": 2, "FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT": 3, "FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL": 4, "FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR": 5, "FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR": 6, "FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL": 7, "FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE": 8, "FIELD_TYPE_ARRAY_CONFIG_TYPE_URL": 9, "FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR": 10, "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE": 11, "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME": 12, "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED": 13, "FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME": 14, "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM": 15, } )
Enum value maps for FieldTypeArrayConfigType.
var ( FieldTypeDecimalConfigSeparator_name = map[int32]string{ 0: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID", 1: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT", 2: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA", } FieldTypeDecimalConfigSeparator_value = map[string]int32{ "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID": 0, "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT": 1, "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA": 2, } )
Enum value maps for FieldTypeDecimalConfigSeparator.
var ( FieldTypeEncryptedConfigEncryptionType_name = map[int32]string{ 0: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID", 1: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT", 2: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512", } FieldTypeEncryptedConfigEncryptionType_value = map[string]int32{ "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID": 0, "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT": 1, "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512": 2, } )
Enum value maps for FieldTypeEncryptedConfigEncryptionType.
var ( FieldTypeFileConfigStorageType_name = map[int32]string{ 0: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID", 1: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY", 2: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE", } FieldTypeFileConfigStorageType_value = map[string]int32{ "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID": 0, "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY": 1, "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE": 2, } )
Enum value maps for FieldTypeFileConfigStorageType.
var ( FieldTypeFloatConfigSeparator_name = map[int32]string{ 0: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID", 1: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT", 2: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA", } FieldTypeFloatConfigSeparator_value = map[string]int32{ "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID": 0, "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT": 1, "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA": 2, } )
Enum value maps for FieldTypeFloatConfigSeparator.
var ( FieldTypeIntegerConfigSize_name = map[int32]string{ 0: "FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID", 1: "FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT", 2: "FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS", 3: "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS", 4: "FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS", 5: "FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS", 6: "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS", } FieldTypeIntegerConfigSize_value = map[string]int32{ "FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID": 0, "FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT": 1, "FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS": 2, "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS": 3, "FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS": 4, "FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS": 5, "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS": 6, } )
Enum value maps for FieldTypeIntegerConfigSize.
var ( IndexStatus_name = map[int32]string{ 0: "INDEX_STATUS_INVALID", 1: "INDEX_STATUS_ACTIVE", 2: "INDEX_STATUS_DISABLED", } IndexStatus_value = map[string]int32{ "INDEX_STATUS_INVALID": 0, "INDEX_STATUS_ACTIVE": 1, "INDEX_STATUS_DISABLED": 2, } )
Enum value maps for IndexStatus.
var ( IndexType_name = map[int32]string{ 0: "INDEX_TYPE_INVALID", 1: "INDEX_TYPE_INDEX", 2: "INDEX_TYPE_PRIMARY", 3: "INDEX_TYPE_UNIQUE", 4: "INDEX_TYPE_FULLTEXT", } IndexType_value = map[string]int32{ "INDEX_TYPE_INVALID": 0, "INDEX_TYPE_INDEX": 1, "INDEX_TYPE_PRIMARY": 2, "INDEX_TYPE_UNIQUE": 3, "INDEX_TYPE_FULLTEXT": 4, } )
Enum value maps for IndexType.
var ( IndexFieldOrder_name = map[int32]string{ 0: "INDEX_FIELD_ORDER_INVALID", 1: "INDEX_FIELD_ORDER_ASC", 2: "INDEX_FIELD_ORDER_DESC", } IndexFieldOrder_value = map[string]int32{ "INDEX_FIELD_ORDER_INVALID": 0, "INDEX_FIELD_ORDER_ASC": 1, "INDEX_FIELD_ORDER_DESC": 2, } )
Enum value maps for IndexFieldOrder.
var ( MembershipStatus_name = map[int32]string{ 0: "MEMBERSHIP_STATUS_INVALID", 1: "MEMBERSHIP_STATUS_ACTIVE", 2: "MEMBERSHIP_STATUS_DISABLED", } MembershipStatus_value = map[string]int32{ "MEMBERSHIP_STATUS_INVALID": 0, "MEMBERSHIP_STATUS_ACTIVE": 1, "MEMBERSHIP_STATUS_DISABLED": 2, } )
Enum value maps for MembershipStatus.
var ( MembershipType_name = map[int32]string{ 0: "MEMBERSHIP_TYPE_INVALID", 1: "MEMBERSHIP_TYPE_FREE", 2: "MEMBERSHIP_TYPE_SMALL", 3: "MEMBERSHIP_TYPE_MEDIUM", 4: "MEMBERSHIP_TYPE_ENTERPRISE", } MembershipType_value = map[string]int32{ "MEMBERSHIP_TYPE_INVALID": 0, "MEMBERSHIP_TYPE_FREE": 1, "MEMBERSHIP_TYPE_SMALL": 2, "MEMBERSHIP_TYPE_MEDIUM": 3, "MEMBERSHIP_TYPE_ENTERPRISE": 4, } )
Enum value maps for MembershipType.
var ( ObjectStoreStatus_name = map[int32]string{ 0: "OBJECT_STORE_STATUS_INVALID", 1: "OBJECT_STORE_STATUS_ACTIVE", 2: "OBJECT_STORE_STATUS_DISABLED", } ObjectStoreStatus_value = map[string]int32{ "OBJECT_STORE_STATUS_INVALID": 0, "OBJECT_STORE_STATUS_ACTIVE": 1, "OBJECT_STORE_STATUS_DISABLED": 2, } )
Enum value maps for ObjectStoreStatus.
var ( ObjectStoreType_name = map[int32]string{ 0: "OBJECT_STORE_TYPE_INVALID", 1: "OBJECT_STORE_TYPE_S_3", } ObjectStoreType_value = map[string]int32{ "OBJECT_STORE_TYPE_INVALID": 0, "OBJECT_STORE_TYPE_S_3": 1, } )
Enum value maps for ObjectStoreType.
var ( OrganizationStatus_name = map[int32]string{ 0: "ORGANIZATION_STATUS_INVALID", 1: "ORGANIZATION_STATUS_ACTIVE", 2: "ORGANIZATION_STATUS_DISABLED", } OrganizationStatus_value = map[string]int32{ "ORGANIZATION_STATUS_INVALID": 0, "ORGANIZATION_STATUS_ACTIVE": 1, "ORGANIZATION_STATUS_DISABLED": 2, } )
Enum value maps for OrganizationStatus.
var ( ProjectStatus_name = map[int32]string{ 0: "PROJECT_STATUS_INVALID", 1: "PROJECT_STATUS_ACTIVE", 2: "PROJECT_STATUS_DISABLED", } ProjectStatus_value = map[string]int32{ "PROJECT_STATUS_INVALID": 0, "PROJECT_STATUS_ACTIVE": 1, "PROJECT_STATUS_DISABLED": 2, } )
Enum value maps for ProjectStatus.
var ( ProjectExtensionStatus_name = map[int32]string{ 0: "PROJECT_EXTENSION_STATUS_INVALID", 1: "PROJECT_EXTENSION_STATUS_ACTIVE", 2: "PROJECT_EXTENSION_STATUS_DISABLED", } ProjectExtensionStatus_value = map[string]int32{ "PROJECT_EXTENSION_STATUS_INVALID": 0, "PROJECT_EXTENSION_STATUS_ACTIVE": 1, "PROJECT_EXTENSION_STATUS_DISABLED": 2, } )
Enum value maps for ProjectExtensionStatus.
var ( ProjectVersionReviewStatus_name = map[int32]string{ 0: "PROJECT_VERSION_REVIEW_STATUS_INVALID", 1: "PROJECT_VERSION_REVIEW_STATUS_DRAFT", 2: "PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW", 3: "PROJECT_VERSION_REVIEW_STATUS_APPROVED", 4: "PROJECT_VERSION_REVIEW_STATUS_REJECTED", 5: "PROJECT_VERSION_REVIEW_STATUS_PUBLISHED", } ProjectVersionReviewStatus_value = map[string]int32{ "PROJECT_VERSION_REVIEW_STATUS_INVALID": 0, "PROJECT_VERSION_REVIEW_STATUS_DRAFT": 1, "PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW": 2, "PROJECT_VERSION_REVIEW_STATUS_APPROVED": 3, "PROJECT_VERSION_REVIEW_STATUS_REJECTED": 4, "PROJECT_VERSION_REVIEW_STATUS_PUBLISHED": 5, } )
Enum value maps for ProjectVersionReviewStatus.
var ( ProjectVersionStatus_name = map[int32]string{ 0: "PROJECT_VERSION_STATUS_INVALID", 1: "PROJECT_VERSION_STATUS_ACTIVE", 2: "PROJECT_VERSION_STATUS_DISABLED", } ProjectVersionStatus_value = map[string]int32{ "PROJECT_VERSION_STATUS_INVALID": 0, "PROJECT_VERSION_STATUS_ACTIVE": 1, "PROJECT_VERSION_STATUS_DISABLED": 2, } )
Enum value maps for ProjectVersionStatus.
var ( ProjectVersionDeploymentStatus_name = map[int32]string{ 0: "PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID", 1: "PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED", 2: "PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED", 3: "PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED", 4: "PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED", 5: "PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK", } ProjectVersionDeploymentStatus_value = map[string]int32{ "PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID": 0, "PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED": 1, "PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED": 2, "PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED": 3, "PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED": 4, "PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK": 5, } )
Enum value maps for ProjectVersionDeploymentStatus.
var ( RelationshipCardinality_name = map[int32]string{ 0: "RELATIONSHIP_CARDINALITY_INVALID", 1: "RELATIONSHIP_CARDINALITY_ONE_TO_ONE", 2: "RELATIONSHIP_CARDINALITY_ONE_TO_MANY", } RelationshipCardinality_value = map[string]int32{ "RELATIONSHIP_CARDINALITY_INVALID": 0, "RELATIONSHIP_CARDINALITY_ONE_TO_ONE": 1, "RELATIONSHIP_CARDINALITY_ONE_TO_MANY": 2, } )
Enum value maps for RelationshipCardinality.
var ( RelationshipStatus_name = map[int32]string{ 0: "RELATIONSHIP_STATUS_INVALID", 1: "RELATIONSHIP_STATUS_ACTIVE", 2: "RELATIONSHIP_STATUS_DISABLED", } RelationshipStatus_value = map[string]int32{ "RELATIONSHIP_STATUS_INVALID": 0, "RELATIONSHIP_STATUS_ACTIVE": 1, "RELATIONSHIP_STATUS_DISABLED": 2, } )
Enum value maps for RelationshipStatus.
var ( RelationshipNodeType_name = map[int32]string{ 0: "RELATIONSHIP_NODE_TYPE_INVALID", 1: "RELATIONSHIP_NODE_TYPE_ENTITY", 2: "RELATIONSHIP_NODE_TYPE_SERVICE", } RelationshipNodeType_value = map[string]int32{ "RELATIONSHIP_NODE_TYPE_INVALID": 0, "RELATIONSHIP_NODE_TYPE_ENTITY": 1, "RELATIONSHIP_NODE_TYPE_SERVICE": 2, } )
Enum value maps for RelationshipNodeType.
var ( ReviewConfigStatus_name = map[int32]string{ 0: "REVIEW_CONFIG_STATUS_INVALID", 1: "REVIEW_CONFIG_STATUS_ACTIVE", 2: "REVIEW_CONFIG_STATUS_DISABLED", } ReviewConfigStatus_value = map[string]int32{ "REVIEW_CONFIG_STATUS_INVALID": 0, "REVIEW_CONFIG_STATUS_ACTIVE": 1, "REVIEW_CONFIG_STATUS_DISABLED": 2, } )
Enum value maps for ReviewConfigStatus.
var ( ReviewConfigType_name = map[int32]string{ 0: "REVIEW_CONFIG_TYPE_INVALID", 1: "REVIEW_CONFIG_TYPE_DEFAULT", 2: "REVIEW_CONFIG_TYPE_PROJECT_VERSION", 3: "REVIEW_CONFIG_TYPE_EXTENSION_VERSION", } ReviewConfigType_value = map[string]int32{ "REVIEW_CONFIG_TYPE_INVALID": 0, "REVIEW_CONFIG_TYPE_DEFAULT": 1, "REVIEW_CONFIG_TYPE_PROJECT_VERSION": 2, "REVIEW_CONFIG_TYPE_EXTENSION_VERSION": 3, } )
Enum value maps for ReviewConfigType.
var ( ReviewConfigUserRole_name = map[int32]string{ 0: "REVIEW_CONFIG_USER_ROLE_INVALID", 1: "REVIEW_CONFIG_USER_ROLE_ADMIN", 2: "REVIEW_CONFIG_USER_ROLE_DEVELOPER", 3: "REVIEW_CONFIG_USER_ROLE_DATA_MANAGER", 4: "REVIEW_CONFIG_USER_ROLE_DATA_ANALYST", 5: "REVIEW_CONFIG_USER_ROLE_VIEWER", } ReviewConfigUserRole_value = map[string]int32{ "REVIEW_CONFIG_USER_ROLE_INVALID": 0, "REVIEW_CONFIG_USER_ROLE_ADMIN": 1, "REVIEW_CONFIG_USER_ROLE_DEVELOPER": 2, "REVIEW_CONFIG_USER_ROLE_DATA_MANAGER": 3, "REVIEW_CONFIG_USER_ROLE_DATA_ANALYST": 4, "REVIEW_CONFIG_USER_ROLE_VIEWER": 5, } )
Enum value maps for ReviewConfigUserRole.
var ( ServiceStatus_name = map[int32]string{ 0: "SERVICE_STATUS_INVALID", 1: "SERVICE_STATUS_ACTIVE", 2: "SERVICE_STATUS_DISABLED", } ServiceStatus_value = map[string]int32{ "SERVICE_STATUS_INVALID": 0, "SERVICE_STATUS_ACTIVE": 1, "SERVICE_STATUS_DISABLED": 2, } )
Enum value maps for ServiceStatus.
var ( StoreStatus_name = map[int32]string{ 0: "STORE_STATUS_INVALID", 1: "STORE_STATUS_ACTIVE", 2: "STORE_STATUS_DISABLED", } StoreStatus_value = map[string]int32{ "STORE_STATUS_INVALID": 0, "STORE_STATUS_ACTIVE": 1, "STORE_STATUS_DISABLED": 2, } )
Enum value maps for StoreStatus.
var ( TeamStatus_name = map[int32]string{ 0: "TEAM_STATUS_INVALID", 1: "TEAM_STATUS_ACTIVE", 2: "TEAM_STATUS_DISABLED", } TeamStatus_value = map[string]int32{ "TEAM_STATUS_INVALID": 0, "TEAM_STATUS_ACTIVE": 1, "TEAM_STATUS_DISABLED": 2, } )
Enum value maps for TeamStatus.
var ( UserStatus_name = map[int32]string{ 0: "USER_STATUS_INVALID", 1: "USER_STATUS_ACTIVE", 2: "USER_STATUS_DISABLED", } UserStatus_value = map[string]int32{ "USER_STATUS_INVALID": 0, "USER_STATUS_ACTIVE": 1, "USER_STATUS_DISABLED": 2, } )
Enum value maps for UserStatus.
var ( UserUserType_name = map[int32]string{ 0: "USER_USER_TYPE_INVALID", 1: "USER_USER_TYPE_ADMIN", 2: "USER_USER_TYPE_REGULAR", } UserUserType_value = map[string]int32{ "USER_USER_TYPE_INVALID": 0, "USER_USER_TYPE_ADMIN": 1, "USER_USER_TYPE_REGULAR": 2, } )
Enum value maps for UserUserType.
var ( UserConnectionStatus_name = map[int32]string{ 0: "USER_CONNECTION_STATUS_INVALID", 1: "USER_CONNECTION_STATUS_ACTIVE", 2: "USER_CONNECTION_STATUS_DISABLED", } UserConnectionStatus_value = map[string]int32{ "USER_CONNECTION_STATUS_INVALID": 0, "USER_CONNECTION_STATUS_ACTIVE": 1, "USER_CONNECTION_STATUS_DISABLED": 2, } )
Enum value maps for UserConnectionStatus.
var ( UserConnectionType_name = map[int32]string{ 0: "USER_CONNECTION_TYPE_INVALID", 1: "USER_CONNECTION_TYPE_LOCAL", 2: "USER_CONNECTION_TYPE_REMOTE", } UserConnectionType_value = map[string]int32{ "USER_CONNECTION_TYPE_INVALID": 0, "USER_CONNECTION_TYPE_LOCAL": 1, "USER_CONNECTION_TYPE_REMOTE": 2, } )
Enum value maps for UserConnectionType.
var ( UserConnectionExecutionStatus_name = map[int32]string{ 0: "USER_CONNECTION_EXECUTION_STATUS_INVALID", 1: "USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED", 2: "USER_CONNECTION_EXECUTION_STATUS_FAILED", 3: "USER_CONNECTION_EXECUTION_STATUS_CANCELLED", } UserConnectionExecutionStatus_value = map[string]int32{ "USER_CONNECTION_EXECUTION_STATUS_INVALID": 0, "USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED": 1, "USER_CONNECTION_EXECUTION_STATUS_FAILED": 2, "USER_CONNECTION_EXECUTION_STATUS_CANCELLED": 3, } )
Enum value maps for UserConnectionExecutionStatus.
var ( UserConnectionLocalConfigDbType_name = map[int32]string{ 0: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID", 1: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL", 2: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES", } UserConnectionLocalConfigDbType_value = map[string]int32{ "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID": 0, "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL": 1, "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES": 2, } )
Enum value maps for UserConnectionLocalConfigDbType.
var ( UserTeamRole_name = map[int32]string{ 0: "USER_TEAM_ROLE_INVALID", 1: "USER_TEAM_ROLE_ADMIN", 2: "USER_TEAM_ROLE_DEVELOPER", 3: "USER_TEAM_ROLE_DATA_MANAGER", 4: "USER_TEAM_ROLE_DATA_ANALYST", 5: "USER_TEAM_ROLE_VIEWER", } UserTeamRole_value = map[string]int32{ "USER_TEAM_ROLE_INVALID": 0, "USER_TEAM_ROLE_ADMIN": 1, "USER_TEAM_ROLE_DEVELOPER": 2, "USER_TEAM_ROLE_DATA_MANAGER": 3, "USER_TEAM_ROLE_DATA_ANALYST": 4, "USER_TEAM_ROLE_VIEWER": 5, } )
Enum value maps for UserTeamRole.
var ( UserTeamStatus_name = map[int32]string{ 0: "USER_TEAM_STATUS_INVALID", 1: "USER_TEAM_STATUS_ACTIVE", 2: "USER_TEAM_STATUS_DISABLED", 3: "USER_TEAM_STATUS_INVITED", } UserTeamStatus_value = map[string]int32{ "USER_TEAM_STATUS_INVALID": 0, "USER_TEAM_STATUS_ACTIVE": 1, "USER_TEAM_STATUS_DISABLED": 2, "USER_TEAM_STATUS_INVITED": 3, } )
Enum value maps for UserTeamStatus.
var ( VisibilityRole_name = map[int32]string{ 0: "VISIBILITY_ROLE_INVALID", 1: "VISIBILITY_ROLE_ADMIN", 2: "VISIBILITY_ROLE_DEVELOPER", 3: "VISIBILITY_ROLE_DATA_MANAGER", 4: "VISIBILITY_ROLE_DATA_ANALYST", 5: "VISIBILITY_ROLE_VIEWER", } VisibilityRole_value = map[string]int32{ "VISIBILITY_ROLE_INVALID": 0, "VISIBILITY_ROLE_ADMIN": 1, "VISIBILITY_ROLE_DEVELOPER": 2, "VISIBILITY_ROLE_DATA_MANAGER": 3, "VISIBILITY_ROLE_DATA_ANALYST": 4, "VISIBILITY_ROLE_VIEWER": 5, } )
Enum value maps for VisibilityRole.
var File_array_type_config_proto protoreflect.FileDescriptor
var File_change_request_proto protoreflect.FileDescriptor
var File_change_request_review_proto protoreflect.FileDescriptor
var File_connection_proto protoreflect.FileDescriptor
var File_connection_type_config_proto protoreflect.FileDescriptor
var File_db_type_config_proto protoreflect.FileDescriptor
var File_db_type_mysql_config_proto protoreflect.FileDescriptor
var File_db_type_postgres_config_proto protoreflect.FileDescriptor
var File_element_render_proto protoreflect.FileDescriptor
var File_entity_proto protoreflect.FileDescriptor
var File_entity_type_config_proto protoreflect.FileDescriptor
var File_entity_type_dependent_config_proto protoreflect.FileDescriptor
var File_entity_type_standalone_config_proto protoreflect.FileDescriptor
var File_entity_version_config_proto protoreflect.FileDescriptor
var File_entity_version_type_config_proto protoreflect.FileDescriptor
var File_entity_version_type_entity_config_proto protoreflect.FileDescriptor
var File_entity_version_type_field_config_proto protoreflect.FileDescriptor
var File_enum_proto protoreflect.FileDescriptor
var File_enum_value_proto protoreflect.FileDescriptor
var File_enviorment_proto protoreflect.FileDescriptor
var File_extension_execution_proto protoreflect.FileDescriptor
var File_extension_proto protoreflect.FileDescriptor
var File_extension_version_proto protoreflect.FileDescriptor
var File_field_proto protoreflect.FileDescriptor
var File_field_type_array_config_proto protoreflect.FileDescriptor
var File_field_type_char_config_proto protoreflect.FileDescriptor
var File_field_type_config_proto protoreflect.FileDescriptor
var File_field_type_date_config_proto protoreflect.FileDescriptor
var File_field_type_datetime_config_proto protoreflect.FileDescriptor
var File_field_type_decimal_config_proto protoreflect.FileDescriptor
var File_field_type_email_config_proto protoreflect.FileDescriptor
var File_field_type_encrypted_config_proto protoreflect.FileDescriptor
var File_field_type_enum_config_proto protoreflect.FileDescriptor
var File_field_type_file_config_proto protoreflect.FileDescriptor
var File_field_type_float_config_proto protoreflect.FileDescriptor
var File_field_type_integer_config_proto protoreflect.FileDescriptor
var File_field_type_json_config_proto protoreflect.FileDescriptor
var File_field_type_phone_config_proto protoreflect.FileDescriptor
var File_field_type_slug_config_proto protoreflect.FileDescriptor
var File_field_type_text_config_proto protoreflect.FileDescriptor
var File_field_type_url_config_proto protoreflect.FileDescriptor
var File_field_type_varchar_config_proto protoreflect.FileDescriptor
var File_file_object_storage_config_proto protoreflect.FileDescriptor
var File_file_storage_config_proto protoreflect.FileDescriptor
var File_index_field_proto protoreflect.FileDescriptor
var File_index_proto protoreflect.FileDescriptor
var File_membership_proto protoreflect.FileDescriptor
var File_object_store_proto protoreflect.FileDescriptor
var File_object_store_s_3_type_config_proto protoreflect.FileDescriptor
var File_object_store_type_config_proto protoreflect.FileDescriptor
var File_organization_proto protoreflect.FileDescriptor
var File_project_extension_proto protoreflect.FileDescriptor
var File_project_proto protoreflect.FileDescriptor
var File_project_version_deployment_proto protoreflect.FileDescriptor
var File_project_version_proto protoreflect.FileDescriptor
var File_relationship_node_proto protoreflect.FileDescriptor
var File_relationship_node_type_config_proto protoreflect.FileDescriptor
var File_relationship_node_type_entity_config_proto protoreflect.FileDescriptor
var File_relationship_node_type_service_config_proto protoreflect.FileDescriptor
var File_relationship_proto protoreflect.FileDescriptor
var File_review_config_proto protoreflect.FileDescriptor
var File_service_nem_proto protoreflect.FileDescriptor
var File_service_proto protoreflect.FileDescriptor
var File_store_proto protoreflect.FileDescriptor
var File_tcp_ip_connection_type_config_proto protoreflect.FileDescriptor
var File_tcp_ip_ssh_connection_type_config_proto protoreflect.FileDescriptor
var File_team_proto protoreflect.FileDescriptor
var File_user_connection_execution_proto protoreflect.FileDescriptor
var File_user_connection_local_config_proto protoreflect.FileDescriptor
var File_user_connection_proto protoreflect.FileDescriptor
var File_user_connection_remote_config_proto protoreflect.FileDescriptor
var File_user_connection_type_config_proto protoreflect.FileDescriptor
var File_user_proto protoreflect.FileDescriptor
var File_user_team_proto protoreflect.FileDescriptor
var File_visibility_proto protoreflect.FileDescriptor
var Nem_ServiceDesc = grpc.ServiceDesc{ ServiceName: "nem.Nem", HandlerType: (*NemServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListTeams", Handler: _Nem_ListTeams_Handler, }, { MethodName: "CreateTeam", Handler: _Nem_CreateTeam_Handler, }, { MethodName: "UpdateTeam", Handler: _Nem_UpdateTeam_Handler, }, { MethodName: "ListOrganizations", Handler: _Nem_ListOrganizations_Handler, }, { MethodName: "CreateOrganization", Handler: _Nem_CreateOrganization_Handler, }, { MethodName: "UpdateOrganization", Handler: _Nem_UpdateOrganization_Handler, }, { MethodName: "ListProjects", Handler: _Nem_ListProjects_Handler, }, { MethodName: "CreateProject", Handler: _Nem_CreateProject_Handler, }, { MethodName: "UpdateProject", Handler: _Nem_UpdateProject_Handler, }, { MethodName: "ListExtensions", Handler: _Nem_ListExtensions_Handler, }, { MethodName: "CreateExtension", Handler: _Nem_CreateExtension_Handler, }, { MethodName: "UpdateExtension", Handler: _Nem_UpdateExtension_Handler, }, { MethodName: "ListExtensionVersions", Handler: _Nem_ListExtensionVersions_Handler, }, { MethodName: "CreateExtensionVersion", Handler: _Nem_CreateExtensionVersion_Handler, }, { MethodName: "UpdateExtensionVersion", Handler: _Nem_UpdateExtensionVersion_Handler, }, { MethodName: "ListUsers", Handler: _Nem_ListUsers_Handler, }, { MethodName: "CreateUser", Handler: _Nem_CreateUser_Handler, }, { MethodName: "UpdateUser", Handler: _Nem_UpdateUser_Handler, }, { MethodName: "ListChangeRequests", Handler: _Nem_ListChangeRequests_Handler, }, { MethodName: "CreateChangeRequest", Handler: _Nem_CreateChangeRequest_Handler, }, { MethodName: "UpdateChangeRequest", Handler: _Nem_UpdateChangeRequest_Handler, }, { MethodName: "ListProjectVersions", Handler: _Nem_ListProjectVersions_Handler, }, { MethodName: "CreateProjectVersion", Handler: _Nem_CreateProjectVersion_Handler, }, { MethodName: "UpdateProjectVersion", Handler: _Nem_UpdateProjectVersion_Handler, }, { MethodName: "ListUserTeams", Handler: _Nem_ListUserTeams_Handler, }, { MethodName: "CreateUserTeam", Handler: _Nem_CreateUserTeam_Handler, }, { MethodName: "UpdateUserTeam", Handler: _Nem_UpdateUserTeam_Handler, }, { MethodName: "ListExtensionExecutions", Handler: _Nem_ListExtensionExecutions_Handler, }, { MethodName: "CreateExtensionExecution", Handler: _Nem_CreateExtensionExecution_Handler, }, { MethodName: "UpdateExtensionExecution", Handler: _Nem_UpdateExtensionExecution_Handler, }, { MethodName: "ListUserConnections", Handler: _Nem_ListUserConnections_Handler, }, { MethodName: "CreateUserConnection", Handler: _Nem_CreateUserConnection_Handler, }, { MethodName: "UpdateUserConnection", Handler: _Nem_UpdateUserConnection_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "service_nem.proto", }
Nem_ServiceDesc is the grpc.ServiceDesc for Nem service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterNemServer ¶
func RegisterNemServer(s grpc.ServiceRegistrar, srv NemServer)
Types ¶
type ArrayTypeConfig ¶
type ArrayTypeConfig struct { Integer *FieldTypeIntegerConfig `protobuf:"bytes,1,opt,name=integer,proto3" json:"integer,omitempty"` Float *FieldTypeFloatConfig `protobuf:"bytes,2,opt,name=float,proto3" json:"float,omitempty"` Decimal *FieldTypeDecimalConfig `protobuf:"bytes,3,opt,name=decimal,proto3" json:"decimal,omitempty"` Char *FieldTypeCharConfig `protobuf:"bytes,4,opt,name=char,proto3" json:"char,omitempty"` Varchar *FieldTypeVarcharConfig `protobuf:"bytes,5,opt,name=varchar,proto3" json:"varchar,omitempty"` Encrypted *FieldTypeEncryptedConfig `protobuf:"bytes,6,opt,name=encrypted,proto3" json:"encrypted,omitempty"` Url *FieldTypeURLConfig `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` Email *FieldTypeEmailConfig `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"` Phone *FieldTypePhoneConfig `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"` Date *FieldTypeDateConfig `protobuf:"bytes,10,opt,name=date,proto3" json:"date,omitempty"` Datetime *FieldTypeDatetimeConfig `protobuf:"bytes,11,opt,name=datetime,proto3" json:"datetime,omitempty"` Enum *FieldTypeEnumConfig `protobuf:"bytes,12,opt,name=enum,proto3" json:"enum,omitempty"` // contains filtered or unexported fields }
func (*ArrayTypeConfig) Descriptor
deprecated
func (*ArrayTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use ArrayTypeConfig.ProtoReflect.Descriptor instead.
func (*ArrayTypeConfig) GetChar ¶
func (x *ArrayTypeConfig) GetChar() *FieldTypeCharConfig
func (*ArrayTypeConfig) GetDate ¶
func (x *ArrayTypeConfig) GetDate() *FieldTypeDateConfig
func (*ArrayTypeConfig) GetDatetime ¶
func (x *ArrayTypeConfig) GetDatetime() *FieldTypeDatetimeConfig
func (*ArrayTypeConfig) GetDecimal ¶
func (x *ArrayTypeConfig) GetDecimal() *FieldTypeDecimalConfig
func (*ArrayTypeConfig) GetEmail ¶
func (x *ArrayTypeConfig) GetEmail() *FieldTypeEmailConfig
func (*ArrayTypeConfig) GetEncrypted ¶
func (x *ArrayTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig
func (*ArrayTypeConfig) GetEnum ¶
func (x *ArrayTypeConfig) GetEnum() *FieldTypeEnumConfig
func (*ArrayTypeConfig) GetFloat ¶
func (x *ArrayTypeConfig) GetFloat() *FieldTypeFloatConfig
func (*ArrayTypeConfig) GetInteger ¶
func (x *ArrayTypeConfig) GetInteger() *FieldTypeIntegerConfig
func (*ArrayTypeConfig) GetPhone ¶
func (x *ArrayTypeConfig) GetPhone() *FieldTypePhoneConfig
func (*ArrayTypeConfig) GetUrl ¶
func (x *ArrayTypeConfig) GetUrl() *FieldTypeURLConfig
func (*ArrayTypeConfig) GetVarchar ¶
func (x *ArrayTypeConfig) GetVarchar() *FieldTypeVarcharConfig
func (*ArrayTypeConfig) ProtoMessage ¶
func (*ArrayTypeConfig) ProtoMessage()
func (*ArrayTypeConfig) ProtoReflect ¶
func (x *ArrayTypeConfig) ProtoReflect() protoreflect.Message
func (*ArrayTypeConfig) Reset ¶
func (x *ArrayTypeConfig) Reset()
func (*ArrayTypeConfig) String ¶
func (x *ArrayTypeConfig) String() string
type ChangeRequest ¶
type ChangeRequest struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` ReviewType ChangeRequestReviewType `protobuf:"varint,5,opt,name=review_type,json=reviewType,proto3,enum=nem.ChangeRequestReviewType" json:"review_type,omitempty"` RefUuid string `protobuf:"bytes,6,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` OldData string `protobuf:"bytes,7,opt,name=old_data,json=oldData,proto3" json:"old_data,omitempty"` OldDataRef string `protobuf:"bytes,8,opt,name=old_data_ref,json=oldDataRef,proto3" json:"old_data_ref,omitempty"` NewData string `protobuf:"bytes,9,opt,name=new_data,json=newData,proto3" json:"new_data,omitempty"` NewDataRef string `protobuf:"bytes,10,opt,name=new_data_ref,json=newDataRef,proto3" json:"new_data_ref,omitempty"` Reviews []*ChangeRequestReview `protobuf:"bytes,11,rep,name=reviews,proto3" json:"reviews,omitempty"` OwnerUuid string `protobuf:"bytes,12,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"` Status ChangeRequestStatus `protobuf:"varint,13,opt,name=status,proto3,enum=nem.ChangeRequestStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ChangeRequest) Descriptor
deprecated
func (*ChangeRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeRequest.ProtoReflect.Descriptor instead.
func (*ChangeRequest) GetCreatedAt ¶
func (x *ChangeRequest) GetCreatedAt() *timestamppb.Timestamp
func (*ChangeRequest) GetCreatedByUuid ¶
func (x *ChangeRequest) GetCreatedByUuid() string
func (*ChangeRequest) GetDescription ¶
func (x *ChangeRequest) GetDescription() string
func (*ChangeRequest) GetNewData ¶
func (x *ChangeRequest) GetNewData() string
func (*ChangeRequest) GetNewDataRef ¶
func (x *ChangeRequest) GetNewDataRef() string
func (*ChangeRequest) GetOldData ¶
func (x *ChangeRequest) GetOldData() string
func (*ChangeRequest) GetOldDataRef ¶
func (x *ChangeRequest) GetOldDataRef() string
func (*ChangeRequest) GetOwnerUuid ¶
func (x *ChangeRequest) GetOwnerUuid() string
func (*ChangeRequest) GetRefUuid ¶
func (x *ChangeRequest) GetRefUuid() string
func (*ChangeRequest) GetReviewType ¶
func (x *ChangeRequest) GetReviewType() ChangeRequestReviewType
func (*ChangeRequest) GetReviews ¶
func (x *ChangeRequest) GetReviews() []*ChangeRequestReview
func (*ChangeRequest) GetStatus ¶
func (x *ChangeRequest) GetStatus() ChangeRequestStatus
func (*ChangeRequest) GetTitle ¶
func (x *ChangeRequest) GetTitle() string
func (*ChangeRequest) GetUpdatedAt ¶
func (x *ChangeRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*ChangeRequest) GetUpdatedByUuid ¶
func (x *ChangeRequest) GetUpdatedByUuid() string
func (*ChangeRequest) GetUuid ¶
func (x *ChangeRequest) GetUuid() string
func (*ChangeRequest) GetVersion ¶
func (x *ChangeRequest) GetVersion() int64
func (*ChangeRequest) ProtoMessage ¶
func (*ChangeRequest) ProtoMessage()
func (*ChangeRequest) ProtoReflect ¶
func (x *ChangeRequest) ProtoReflect() protoreflect.Message
func (*ChangeRequest) Reset ¶
func (x *ChangeRequest) Reset()
func (*ChangeRequest) String ¶
func (x *ChangeRequest) String() string
type ChangeRequestReview ¶
type ChangeRequestReview struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` UserUuid string `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"` Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"` Status ChangeRequestReviewStatus `protobuf:"varint,4,opt,name=status,proto3,enum=nem.ChangeRequestReviewStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*ChangeRequestReview) Descriptor
deprecated
func (*ChangeRequestReview) Descriptor() ([]byte, []int)
Deprecated: Use ChangeRequestReview.ProtoReflect.Descriptor instead.
func (*ChangeRequestReview) GetComment ¶
func (x *ChangeRequestReview) GetComment() string
func (*ChangeRequestReview) GetCreatedAt ¶
func (x *ChangeRequestReview) GetCreatedAt() *timestamppb.Timestamp
func (*ChangeRequestReview) GetStatus ¶
func (x *ChangeRequestReview) GetStatus() ChangeRequestReviewStatus
func (*ChangeRequestReview) GetUpdatedAt ¶
func (x *ChangeRequestReview) GetUpdatedAt() *timestamppb.Timestamp
func (*ChangeRequestReview) GetUserUuid ¶
func (x *ChangeRequestReview) GetUserUuid() string
func (*ChangeRequestReview) GetUuid ¶
func (x *ChangeRequestReview) GetUuid() string
func (*ChangeRequestReview) ProtoMessage ¶
func (*ChangeRequestReview) ProtoMessage()
func (*ChangeRequestReview) ProtoReflect ¶
func (x *ChangeRequestReview) ProtoReflect() protoreflect.Message
func (*ChangeRequestReview) Reset ¶
func (x *ChangeRequestReview) Reset()
func (*ChangeRequestReview) String ¶
func (x *ChangeRequestReview) String() string
type ChangeRequestReviewStatus ¶
type ChangeRequestReviewStatus int32
const ( ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_INVALID ChangeRequestReviewStatus = 0 ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_DRAFT ChangeRequestReviewStatus = 1 ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW ChangeRequestReviewStatus = 2 ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_APPROVED ChangeRequestReviewStatus = 3 ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_REJECTED ChangeRequestReviewStatus = 4 ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED ChangeRequestReviewStatus = 5 )
func (ChangeRequestReviewStatus) Descriptor ¶
func (ChangeRequestReviewStatus) Descriptor() protoreflect.EnumDescriptor
func (ChangeRequestReviewStatus) Enum ¶
func (x ChangeRequestReviewStatus) Enum() *ChangeRequestReviewStatus
func (ChangeRequestReviewStatus) EnumDescriptor
deprecated
func (ChangeRequestReviewStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangeRequestReviewStatus.Descriptor instead.
func (ChangeRequestReviewStatus) Number ¶
func (x ChangeRequestReviewStatus) Number() protoreflect.EnumNumber
func (ChangeRequestReviewStatus) String ¶
func (x ChangeRequestReviewStatus) String() string
func (ChangeRequestReviewStatus) Type ¶
func (ChangeRequestReviewStatus) Type() protoreflect.EnumType
type ChangeRequestReviewType ¶
type ChangeRequestReviewType int32
const ( ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_INVALID ChangeRequestReviewType = 0 ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA ChangeRequestReviewType = 1 ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION ChangeRequestReviewType = 2 ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION ChangeRequestReviewType = 3 )
func (ChangeRequestReviewType) Descriptor ¶
func (ChangeRequestReviewType) Descriptor() protoreflect.EnumDescriptor
func (ChangeRequestReviewType) Enum ¶
func (x ChangeRequestReviewType) Enum() *ChangeRequestReviewType
func (ChangeRequestReviewType) EnumDescriptor
deprecated
func (ChangeRequestReviewType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangeRequestReviewType.Descriptor instead.
func (ChangeRequestReviewType) Number ¶
func (x ChangeRequestReviewType) Number() protoreflect.EnumNumber
func (ChangeRequestReviewType) String ¶
func (x ChangeRequestReviewType) String() string
func (ChangeRequestReviewType) Type ¶
func (ChangeRequestReviewType) Type() protoreflect.EnumType
type ChangeRequestStatus ¶
type ChangeRequestStatus int32
const ( ChangeRequestStatus_CHANGE_REQUEST_STATUS_INVALID ChangeRequestStatus = 0 ChangeRequestStatus_CHANGE_REQUEST_STATUS_ACTIVE ChangeRequestStatus = 1 ChangeRequestStatus_CHANGE_REQUEST_STATUS_DISABLED ChangeRequestStatus = 2 )
func (ChangeRequestStatus) Descriptor ¶
func (ChangeRequestStatus) Descriptor() protoreflect.EnumDescriptor
func (ChangeRequestStatus) Enum ¶
func (x ChangeRequestStatus) Enum() *ChangeRequestStatus
func (ChangeRequestStatus) EnumDescriptor
deprecated
func (ChangeRequestStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangeRequestStatus.Descriptor instead.
func (ChangeRequestStatus) Number ¶
func (x ChangeRequestStatus) Number() protoreflect.EnumNumber
func (ChangeRequestStatus) String ¶
func (x ChangeRequestStatus) String() string
func (ChangeRequestStatus) Type ¶
func (ChangeRequestStatus) Type() protoreflect.EnumType
type Connection ¶
type Connection struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` StoreUuid string `protobuf:"bytes,3,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"` EnviormentUuid string `protobuf:"bytes,4,opt,name=enviorment_uuid,json=enviormentUuid,proto3" json:"enviorment_uuid,omitempty"` Identifier string `protobuf:"bytes,5,opt,name=identifier,proto3" json:"identifier,omitempty"` DbType ConnectionDbType `protobuf:"varint,6,opt,name=db_type,json=dbType,proto3,enum=nem.ConnectionDbType" json:"db_type,omitempty"` DbTypeConfig *DbTypeConfig `protobuf:"bytes,7,opt,name=db_type_config,json=dbTypeConfig,proto3" json:"db_type_config,omitempty"` DbVersion string `protobuf:"bytes,8,opt,name=db_version,json=dbVersion,proto3" json:"db_version,omitempty"` Type ConnectionType `protobuf:"varint,9,opt,name=type,proto3,enum=nem.ConnectionType" json:"type,omitempty"` TypeConfig *ConnectionTypeConfig `protobuf:"bytes,10,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` Status ConnectionStatus `protobuf:"varint,11,opt,name=status,proto3,enum=nem.ConnectionStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,14,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,15,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Connection) Descriptor
deprecated
func (*Connection) Descriptor() ([]byte, []int)
Deprecated: Use Connection.ProtoReflect.Descriptor instead.
func (*Connection) GetCreatedAt ¶
func (x *Connection) GetCreatedAt() *timestamppb.Timestamp
func (*Connection) GetCreatedByUuid ¶
func (x *Connection) GetCreatedByUuid() string
func (*Connection) GetDbType ¶
func (x *Connection) GetDbType() ConnectionDbType
func (*Connection) GetDbTypeConfig ¶
func (x *Connection) GetDbTypeConfig() *DbTypeConfig
func (*Connection) GetDbVersion ¶
func (x *Connection) GetDbVersion() string
func (*Connection) GetEnviormentUuid ¶
func (x *Connection) GetEnviormentUuid() string
func (*Connection) GetIdentifier ¶
func (x *Connection) GetIdentifier() string
func (*Connection) GetStatus ¶
func (x *Connection) GetStatus() ConnectionStatus
func (*Connection) GetStoreUuid ¶
func (x *Connection) GetStoreUuid() string
func (*Connection) GetType ¶
func (x *Connection) GetType() ConnectionType
func (*Connection) GetTypeConfig ¶
func (x *Connection) GetTypeConfig() *ConnectionTypeConfig
func (*Connection) GetUpdatedAt ¶
func (x *Connection) GetUpdatedAt() *timestamppb.Timestamp
func (*Connection) GetUpdatedByUuid ¶
func (x *Connection) GetUpdatedByUuid() string
func (*Connection) GetUuid ¶
func (x *Connection) GetUuid() string
func (*Connection) GetVersion ¶
func (x *Connection) GetVersion() int64
func (*Connection) ProtoMessage ¶
func (*Connection) ProtoMessage()
func (*Connection) ProtoReflect ¶
func (x *Connection) ProtoReflect() protoreflect.Message
func (*Connection) Reset ¶
func (x *Connection) Reset()
func (*Connection) String ¶
func (x *Connection) String() string
type ConnectionDbType ¶
type ConnectionDbType int32
const ( ConnectionDbType_CONNECTION_DB_TYPE_INVALID ConnectionDbType = 0 ConnectionDbType_CONNECTION_DB_TYPE_MYSQL ConnectionDbType = 1 ConnectionDbType_CONNECTION_DB_TYPE_POSTGRES ConnectionDbType = 2 )
func (ConnectionDbType) Descriptor ¶
func (ConnectionDbType) Descriptor() protoreflect.EnumDescriptor
func (ConnectionDbType) Enum ¶
func (x ConnectionDbType) Enum() *ConnectionDbType
func (ConnectionDbType) EnumDescriptor
deprecated
func (ConnectionDbType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionDbType.Descriptor instead.
func (ConnectionDbType) Number ¶
func (x ConnectionDbType) Number() protoreflect.EnumNumber
func (ConnectionDbType) String ¶
func (x ConnectionDbType) String() string
func (ConnectionDbType) Type ¶
func (ConnectionDbType) Type() protoreflect.EnumType
type ConnectionStatus ¶
type ConnectionStatus int32
const ( ConnectionStatus_CONNECTION_STATUS_INVALID ConnectionStatus = 0 ConnectionStatus_CONNECTION_STATUS_ACTIVE ConnectionStatus = 1 ConnectionStatus_CONNECTION_STATUS_DISABLED ConnectionStatus = 2 )
func (ConnectionStatus) Descriptor ¶
func (ConnectionStatus) Descriptor() protoreflect.EnumDescriptor
func (ConnectionStatus) Enum ¶
func (x ConnectionStatus) Enum() *ConnectionStatus
func (ConnectionStatus) EnumDescriptor
deprecated
func (ConnectionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionStatus.Descriptor instead.
func (ConnectionStatus) Number ¶
func (x ConnectionStatus) Number() protoreflect.EnumNumber
func (ConnectionStatus) String ¶
func (x ConnectionStatus) String() string
func (ConnectionStatus) Type ¶
func (ConnectionStatus) Type() protoreflect.EnumType
type ConnectionType ¶
type ConnectionType int32
const ( ConnectionType_CONNECTION_TYPE_INVALID ConnectionType = 0 ConnectionType_CONNECTION_TYPE_TCP_IP ConnectionType = 1 ConnectionType_CONNECTION_TYPE_TCP_IP_SSH ConnectionType = 2 )
func (ConnectionType) Descriptor ¶
func (ConnectionType) Descriptor() protoreflect.EnumDescriptor
func (ConnectionType) Enum ¶
func (x ConnectionType) Enum() *ConnectionType
func (ConnectionType) EnumDescriptor
deprecated
func (ConnectionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionType.Descriptor instead.
func (ConnectionType) Number ¶
func (x ConnectionType) Number() protoreflect.EnumNumber
func (ConnectionType) String ¶
func (x ConnectionType) String() string
func (ConnectionType) Type ¶
func (ConnectionType) Type() protoreflect.EnumType
type ConnectionTypeConfig ¶
type ConnectionTypeConfig struct { TcpIp *TcpIpConnectionTypeConfig `protobuf:"bytes,1,opt,name=tcp_ip,json=tcpIp,proto3" json:"tcp_ip,omitempty"` TcpIpSsh *TcpIpSshConnectionTypeConfig `protobuf:"bytes,2,opt,name=tcp_ip_ssh,json=tcpIpSsh,proto3" json:"tcp_ip_ssh,omitempty"` // contains filtered or unexported fields }
func (*ConnectionTypeConfig) Descriptor
deprecated
func (*ConnectionTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use ConnectionTypeConfig.ProtoReflect.Descriptor instead.
func (*ConnectionTypeConfig) GetTcpIp ¶
func (x *ConnectionTypeConfig) GetTcpIp() *TcpIpConnectionTypeConfig
func (*ConnectionTypeConfig) GetTcpIpSsh ¶
func (x *ConnectionTypeConfig) GetTcpIpSsh() *TcpIpSshConnectionTypeConfig
func (*ConnectionTypeConfig) ProtoMessage ¶
func (*ConnectionTypeConfig) ProtoMessage()
func (*ConnectionTypeConfig) ProtoReflect ¶
func (x *ConnectionTypeConfig) ProtoReflect() protoreflect.Message
func (*ConnectionTypeConfig) Reset ¶
func (x *ConnectionTypeConfig) Reset()
func (*ConnectionTypeConfig) String ¶
func (x *ConnectionTypeConfig) String() string
type CreateChangeRequestRequest ¶
type CreateChangeRequestRequest struct { ChangeRequest *ChangeRequest `protobuf:"bytes,1,opt,name=change_request,json=changeRequest,proto3" json:"change_request,omitempty"` // contains filtered or unexported fields }
func (*CreateChangeRequestRequest) Descriptor
deprecated
func (*CreateChangeRequestRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateChangeRequestRequest.ProtoReflect.Descriptor instead.
func (*CreateChangeRequestRequest) GetChangeRequest ¶
func (x *CreateChangeRequestRequest) GetChangeRequest() *ChangeRequest
func (*CreateChangeRequestRequest) ProtoMessage ¶
func (*CreateChangeRequestRequest) ProtoMessage()
func (*CreateChangeRequestRequest) ProtoReflect ¶
func (x *CreateChangeRequestRequest) ProtoReflect() protoreflect.Message
func (*CreateChangeRequestRequest) Reset ¶
func (x *CreateChangeRequestRequest) Reset()
func (*CreateChangeRequestRequest) String ¶
func (x *CreateChangeRequestRequest) String() string
type CreateExtensionExecutionRequest ¶
type CreateExtensionExecutionRequest struct { ExtensionExecution *ExtensionExecution `protobuf:"bytes,1,opt,name=extension_execution,json=extensionExecution,proto3" json:"extension_execution,omitempty"` // contains filtered or unexported fields }
func (*CreateExtensionExecutionRequest) Descriptor
deprecated
func (*CreateExtensionExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateExtensionExecutionRequest.ProtoReflect.Descriptor instead.
func (*CreateExtensionExecutionRequest) GetExtensionExecution ¶
func (x *CreateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution
func (*CreateExtensionExecutionRequest) ProtoMessage ¶
func (*CreateExtensionExecutionRequest) ProtoMessage()
func (*CreateExtensionExecutionRequest) ProtoReflect ¶
func (x *CreateExtensionExecutionRequest) ProtoReflect() protoreflect.Message
func (*CreateExtensionExecutionRequest) Reset ¶
func (x *CreateExtensionExecutionRequest) Reset()
func (*CreateExtensionExecutionRequest) String ¶
func (x *CreateExtensionExecutionRequest) String() string
type CreateExtensionRequest ¶
type CreateExtensionRequest struct { Extension *Extension `protobuf:"bytes,1,opt,name=extension,proto3" json:"extension,omitempty"` // contains filtered or unexported fields }
func (*CreateExtensionRequest) Descriptor
deprecated
func (*CreateExtensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateExtensionRequest.ProtoReflect.Descriptor instead.
func (*CreateExtensionRequest) GetExtension ¶
func (x *CreateExtensionRequest) GetExtension() *Extension
func (*CreateExtensionRequest) ProtoMessage ¶
func (*CreateExtensionRequest) ProtoMessage()
func (*CreateExtensionRequest) ProtoReflect ¶
func (x *CreateExtensionRequest) ProtoReflect() protoreflect.Message
func (*CreateExtensionRequest) Reset ¶
func (x *CreateExtensionRequest) Reset()
func (*CreateExtensionRequest) String ¶
func (x *CreateExtensionRequest) String() string
type CreateExtensionVersionRequest ¶
type CreateExtensionVersionRequest struct { ExtensionVersion *ExtensionVersion `protobuf:"bytes,1,opt,name=extension_version,json=extensionVersion,proto3" json:"extension_version,omitempty"` // contains filtered or unexported fields }
func (*CreateExtensionVersionRequest) Descriptor
deprecated
func (*CreateExtensionVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateExtensionVersionRequest.ProtoReflect.Descriptor instead.
func (*CreateExtensionVersionRequest) GetExtensionVersion ¶
func (x *CreateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion
func (*CreateExtensionVersionRequest) ProtoMessage ¶
func (*CreateExtensionVersionRequest) ProtoMessage()
func (*CreateExtensionVersionRequest) ProtoReflect ¶
func (x *CreateExtensionVersionRequest) ProtoReflect() protoreflect.Message
func (*CreateExtensionVersionRequest) Reset ¶
func (x *CreateExtensionVersionRequest) Reset()
func (*CreateExtensionVersionRequest) String ¶
func (x *CreateExtensionVersionRequest) String() string
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetOrganization ¶
func (x *CreateOrganizationRequest) GetOrganization() *Organization
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationRequest) Reset ¶
func (x *CreateOrganizationRequest) Reset()
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateProjectRequest ¶
type CreateProjectRequest struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectRequest) Descriptor
deprecated
func (*CreateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectRequest) GetProject ¶
func (x *CreateProjectRequest) GetProject() *Project
func (*CreateProjectRequest) ProtoMessage ¶
func (*CreateProjectRequest) ProtoMessage()
func (*CreateProjectRequest) ProtoReflect ¶
func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
func (*CreateProjectRequest) Reset ¶
func (x *CreateProjectRequest) Reset()
func (*CreateProjectRequest) String ¶
func (x *CreateProjectRequest) String() string
type CreateProjectVersionRequest ¶
type CreateProjectVersionRequest struct { ProjectVersion *ProjectVersion `protobuf:"bytes,1,opt,name=project_version,json=projectVersion,proto3" json:"project_version,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectVersionRequest) Descriptor
deprecated
func (*CreateProjectVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectVersionRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectVersionRequest) GetProjectVersion ¶
func (x *CreateProjectVersionRequest) GetProjectVersion() *ProjectVersion
func (*CreateProjectVersionRequest) ProtoMessage ¶
func (*CreateProjectVersionRequest) ProtoMessage()
func (*CreateProjectVersionRequest) ProtoReflect ¶
func (x *CreateProjectVersionRequest) ProtoReflect() protoreflect.Message
func (*CreateProjectVersionRequest) Reset ¶
func (x *CreateProjectVersionRequest) Reset()
func (*CreateProjectVersionRequest) String ¶
func (x *CreateProjectVersionRequest) String() string
type CreateTeamRequest ¶
type CreateTeamRequest struct { Team *Team `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"` // contains filtered or unexported fields }
func (*CreateTeamRequest) Descriptor
deprecated
func (*CreateTeamRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTeamRequest.ProtoReflect.Descriptor instead.
func (*CreateTeamRequest) GetTeam ¶
func (x *CreateTeamRequest) GetTeam() *Team
func (*CreateTeamRequest) ProtoMessage ¶
func (*CreateTeamRequest) ProtoMessage()
func (*CreateTeamRequest) ProtoReflect ¶
func (x *CreateTeamRequest) ProtoReflect() protoreflect.Message
func (*CreateTeamRequest) Reset ¶
func (x *CreateTeamRequest) Reset()
func (*CreateTeamRequest) String ¶
func (x *CreateTeamRequest) String() string
type CreateUserConnectionRequest ¶
type CreateUserConnectionRequest struct { UserConnection *UserConnection `protobuf:"bytes,1,opt,name=user_connection,json=userConnection,proto3" json:"user_connection,omitempty"` // contains filtered or unexported fields }
func (*CreateUserConnectionRequest) Descriptor
deprecated
func (*CreateUserConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserConnectionRequest.ProtoReflect.Descriptor instead.
func (*CreateUserConnectionRequest) GetUserConnection ¶
func (x *CreateUserConnectionRequest) GetUserConnection() *UserConnection
func (*CreateUserConnectionRequest) ProtoMessage ¶
func (*CreateUserConnectionRequest) ProtoMessage()
func (*CreateUserConnectionRequest) ProtoReflect ¶
func (x *CreateUserConnectionRequest) ProtoReflect() protoreflect.Message
func (*CreateUserConnectionRequest) Reset ¶
func (x *CreateUserConnectionRequest) Reset()
func (*CreateUserConnectionRequest) String ¶
func (x *CreateUserConnectionRequest) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetUser ¶
func (x *CreateUserRequest) GetUser() *User
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserTeamRequest ¶
type CreateUserTeamRequest struct { UserTeam *UserTeam `protobuf:"bytes,1,opt,name=user_team,json=userTeam,proto3" json:"user_team,omitempty"` // contains filtered or unexported fields }
func (*CreateUserTeamRequest) Descriptor
deprecated
func (*CreateUserTeamRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserTeamRequest.ProtoReflect.Descriptor instead.
func (*CreateUserTeamRequest) GetUserTeam ¶
func (x *CreateUserTeamRequest) GetUserTeam() *UserTeam
func (*CreateUserTeamRequest) ProtoMessage ¶
func (*CreateUserTeamRequest) ProtoMessage()
func (*CreateUserTeamRequest) ProtoReflect ¶
func (x *CreateUserTeamRequest) ProtoReflect() protoreflect.Message
func (*CreateUserTeamRequest) Reset ¶
func (x *CreateUserTeamRequest) Reset()
func (*CreateUserTeamRequest) String ¶
func (x *CreateUserTeamRequest) String() string
type DbTypeConfig ¶
type DbTypeConfig struct { Postgres *DbTypePostgresConfig `protobuf:"bytes,1,opt,name=postgres,proto3" json:"postgres,omitempty"` Mysql *DbTypeMysqlConfig `protobuf:"bytes,2,opt,name=mysql,proto3" json:"mysql,omitempty"` // contains filtered or unexported fields }
func (*DbTypeConfig) Descriptor
deprecated
func (*DbTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use DbTypeConfig.ProtoReflect.Descriptor instead.
func (*DbTypeConfig) GetMysql ¶
func (x *DbTypeConfig) GetMysql() *DbTypeMysqlConfig
func (*DbTypeConfig) GetPostgres ¶
func (x *DbTypeConfig) GetPostgres() *DbTypePostgresConfig
func (*DbTypeConfig) ProtoMessage ¶
func (*DbTypeConfig) ProtoMessage()
func (*DbTypeConfig) ProtoReflect ¶
func (x *DbTypeConfig) ProtoReflect() protoreflect.Message
func (*DbTypeConfig) Reset ¶
func (x *DbTypeConfig) Reset()
func (*DbTypeConfig) String ¶
func (x *DbTypeConfig) String() string
type DbTypeMysqlConfig ¶
type DbTypeMysqlConfig struct { Params string `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*DbTypeMysqlConfig) Descriptor
deprecated
func (*DbTypeMysqlConfig) Descriptor() ([]byte, []int)
Deprecated: Use DbTypeMysqlConfig.ProtoReflect.Descriptor instead.
func (*DbTypeMysqlConfig) GetParams ¶
func (x *DbTypeMysqlConfig) GetParams() string
func (*DbTypeMysqlConfig) ProtoMessage ¶
func (*DbTypeMysqlConfig) ProtoMessage()
func (*DbTypeMysqlConfig) ProtoReflect ¶
func (x *DbTypeMysqlConfig) ProtoReflect() protoreflect.Message
func (*DbTypeMysqlConfig) Reset ¶
func (x *DbTypeMysqlConfig) Reset()
func (*DbTypeMysqlConfig) String ¶
func (x *DbTypeMysqlConfig) String() string
type DbTypePostgresConfig ¶
type DbTypePostgresConfig struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` Sslmode DbTypePostgresConfigSslmode `protobuf:"varint,2,opt,name=sslmode,proto3,enum=nem.DbTypePostgresConfigSslmode" json:"sslmode,omitempty"` // contains filtered or unexported fields }
func (*DbTypePostgresConfig) Descriptor
deprecated
func (*DbTypePostgresConfig) Descriptor() ([]byte, []int)
Deprecated: Use DbTypePostgresConfig.ProtoReflect.Descriptor instead.
func (*DbTypePostgresConfig) GetDatabase ¶
func (x *DbTypePostgresConfig) GetDatabase() string
func (*DbTypePostgresConfig) GetSslmode ¶
func (x *DbTypePostgresConfig) GetSslmode() DbTypePostgresConfigSslmode
func (*DbTypePostgresConfig) ProtoMessage ¶
func (*DbTypePostgresConfig) ProtoMessage()
func (*DbTypePostgresConfig) ProtoReflect ¶
func (x *DbTypePostgresConfig) ProtoReflect() protoreflect.Message
func (*DbTypePostgresConfig) Reset ¶
func (x *DbTypePostgresConfig) Reset()
func (*DbTypePostgresConfig) String ¶
func (x *DbTypePostgresConfig) String() string
type DbTypePostgresConfigSslmode ¶
type DbTypePostgresConfigSslmode int32
const ( DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID DbTypePostgresConfigSslmode = 0 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE DbTypePostgresConfigSslmode = 1 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW DbTypePostgresConfigSslmode = 2 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER DbTypePostgresConfigSslmode = 3 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE DbTypePostgresConfigSslmode = 4 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA DbTypePostgresConfigSslmode = 5 DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL DbTypePostgresConfigSslmode = 6 )
func (DbTypePostgresConfigSslmode) Descriptor ¶
func (DbTypePostgresConfigSslmode) Descriptor() protoreflect.EnumDescriptor
func (DbTypePostgresConfigSslmode) Enum ¶
func (x DbTypePostgresConfigSslmode) Enum() *DbTypePostgresConfigSslmode
func (DbTypePostgresConfigSslmode) EnumDescriptor
deprecated
func (DbTypePostgresConfigSslmode) EnumDescriptor() ([]byte, []int)
Deprecated: Use DbTypePostgresConfigSslmode.Descriptor instead.
func (DbTypePostgresConfigSslmode) Number ¶
func (x DbTypePostgresConfigSslmode) Number() protoreflect.EnumNumber
func (DbTypePostgresConfigSslmode) String ¶
func (x DbTypePostgresConfigSslmode) String() string
func (DbTypePostgresConfigSslmode) Type ¶
func (DbTypePostgresConfigSslmode) Type() protoreflect.EnumType
type ElementRender ¶
type ElementRender struct { X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"` Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"` Width float64 `protobuf:"fixed64,3,opt,name=width,proto3" json:"width,omitempty"` Height float64 `protobuf:"fixed64,4,opt,name=height,proto3" json:"height,omitempty"` Collapsed bool `protobuf:"varint,5,opt,name=collapsed,proto3" json:"collapsed,omitempty"` // contains filtered or unexported fields }
func (*ElementRender) Descriptor
deprecated
func (*ElementRender) Descriptor() ([]byte, []int)
Deprecated: Use ElementRender.ProtoReflect.Descriptor instead.
func (*ElementRender) GetCollapsed ¶
func (x *ElementRender) GetCollapsed() bool
func (*ElementRender) GetHeight ¶
func (x *ElementRender) GetHeight() float64
func (*ElementRender) GetWidth ¶
func (x *ElementRender) GetWidth() float64
func (*ElementRender) GetX ¶
func (x *ElementRender) GetX() float64
func (*ElementRender) GetY ¶
func (x *ElementRender) GetY() float64
func (*ElementRender) ProtoMessage ¶
func (*ElementRender) ProtoMessage()
func (*ElementRender) ProtoReflect ¶
func (x *ElementRender) ProtoReflect() protoreflect.Message
func (*ElementRender) Reset ¶
func (x *ElementRender) Reset()
func (*ElementRender) String ¶
func (x *ElementRender) String() string
type Entity ¶
type Entity struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Fields []*Field `protobuf:"bytes,5,rep,name=fields,proto3" json:"fields,omitempty"` Type EntityType `protobuf:"varint,6,opt,name=type,proto3,enum=nem.EntityType" json:"type,omitempty"` TypeConfig *EntityTypeConfig `protobuf:"bytes,7,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` Render *ElementRender `protobuf:"bytes,8,opt,name=render,proto3" json:"render,omitempty"` Status EntityStatus `protobuf:"varint,9,opt,name=status,proto3,enum=nem.EntityStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,12,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,13,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Entity) Descriptor
deprecated
func (*Entity) GetCreatedAt ¶
func (x *Entity) GetCreatedAt() *timestamppb.Timestamp
func (*Entity) GetCreatedByUuid ¶
func (*Entity) GetDescription ¶
func (*Entity) GetIdentifier ¶
func (*Entity) GetRender ¶
func (x *Entity) GetRender() *ElementRender
func (*Entity) GetStatus ¶
func (x *Entity) GetStatus() EntityStatus
func (*Entity) GetType ¶
func (x *Entity) GetType() EntityType
func (*Entity) GetTypeConfig ¶
func (x *Entity) GetTypeConfig() *EntityTypeConfig
func (*Entity) GetUpdatedAt ¶
func (x *Entity) GetUpdatedAt() *timestamppb.Timestamp
func (*Entity) GetUpdatedByUuid ¶
func (*Entity) GetVersion ¶
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) ProtoReflect ¶
func (x *Entity) ProtoReflect() protoreflect.Message
type EntityStatus ¶
type EntityStatus int32
const ( EntityStatus_ENTITY_STATUS_INVALID EntityStatus = 0 EntityStatus_ENTITY_STATUS_ACTIVE EntityStatus = 1 EntityStatus_ENTITY_STATUS_DISABLED EntityStatus = 2 )
func (EntityStatus) Descriptor ¶
func (EntityStatus) Descriptor() protoreflect.EnumDescriptor
func (EntityStatus) Enum ¶
func (x EntityStatus) Enum() *EntityStatus
func (EntityStatus) EnumDescriptor
deprecated
func (EntityStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityStatus.Descriptor instead.
func (EntityStatus) Number ¶
func (x EntityStatus) Number() protoreflect.EnumNumber
func (EntityStatus) String ¶
func (x EntityStatus) String() string
func (EntityStatus) Type ¶
func (EntityStatus) Type() protoreflect.EnumType
type EntityType ¶
type EntityType int32
const ( EntityType_ENTITY_TYPE_INVALID EntityType = 0 EntityType_ENTITY_TYPE_STANDALONE EntityType = 1 EntityType_ENTITY_TYPE_DEPENDENT EntityType = 2 )
func (EntityType) Descriptor ¶
func (EntityType) Descriptor() protoreflect.EnumDescriptor
func (EntityType) Enum ¶
func (x EntityType) Enum() *EntityType
func (EntityType) EnumDescriptor
deprecated
func (EntityType) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityType.Descriptor instead.
func (EntityType) Number ¶
func (x EntityType) Number() protoreflect.EnumNumber
func (EntityType) String ¶
func (x EntityType) String() string
func (EntityType) Type ¶
func (EntityType) Type() protoreflect.EnumType
type EntityTypeConfig ¶
type EntityTypeConfig struct { Standalone *EntityTypeStandaloneConfig `protobuf:"bytes,1,opt,name=standalone,proto3" json:"standalone,omitempty"` Dependent *EntityTypeDependentConfig `protobuf:"bytes,2,opt,name=dependent,proto3" json:"dependent,omitempty"` // contains filtered or unexported fields }
func (*EntityTypeConfig) Descriptor
deprecated
func (*EntityTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityTypeConfig.ProtoReflect.Descriptor instead.
func (*EntityTypeConfig) GetDependent ¶
func (x *EntityTypeConfig) GetDependent() *EntityTypeDependentConfig
func (*EntityTypeConfig) GetStandalone ¶
func (x *EntityTypeConfig) GetStandalone() *EntityTypeStandaloneConfig
func (*EntityTypeConfig) ProtoMessage ¶
func (*EntityTypeConfig) ProtoMessage()
func (*EntityTypeConfig) ProtoReflect ¶
func (x *EntityTypeConfig) ProtoReflect() protoreflect.Message
func (*EntityTypeConfig) Reset ¶
func (x *EntityTypeConfig) Reset()
func (*EntityTypeConfig) String ¶
func (x *EntityTypeConfig) String() string
type EntityTypeDependentConfig ¶
type EntityTypeDependentConfig struct { ServiceSourceUuids []string `protobuf:"bytes,1,rep,name=service_source_uuids,json=serviceSourceUuids,proto3" json:"service_source_uuids,omitempty"` EntitySourceUuids []string `protobuf:"bytes,2,rep,name=entity_source_uuids,json=entitySourceUuids,proto3" json:"entity_source_uuids,omitempty"` // contains filtered or unexported fields }
func (*EntityTypeDependentConfig) Descriptor
deprecated
func (*EntityTypeDependentConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityTypeDependentConfig.ProtoReflect.Descriptor instead.
func (*EntityTypeDependentConfig) GetEntitySourceUuids ¶
func (x *EntityTypeDependentConfig) GetEntitySourceUuids() []string
func (*EntityTypeDependentConfig) GetServiceSourceUuids ¶
func (x *EntityTypeDependentConfig) GetServiceSourceUuids() []string
func (*EntityTypeDependentConfig) ProtoMessage ¶
func (*EntityTypeDependentConfig) ProtoMessage()
func (*EntityTypeDependentConfig) ProtoReflect ¶
func (x *EntityTypeDependentConfig) ProtoReflect() protoreflect.Message
func (*EntityTypeDependentConfig) Reset ¶
func (x *EntityTypeDependentConfig) Reset()
func (*EntityTypeDependentConfig) String ¶
func (x *EntityTypeDependentConfig) String() string
type EntityTypeStandaloneConfig ¶
type EntityTypeStandaloneConfig struct { StoreUuid string `protobuf:"bytes,1,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"` Versioned bool `protobuf:"varint,2,opt,name=versioned,proto3" json:"versioned,omitempty"` VersionConfig *EntityVersionConfig `protobuf:"bytes,3,opt,name=version_config,json=versionConfig,proto3" json:"version_config,omitempty"` Indexes []*Index `protobuf:"bytes,4,rep,name=indexes,proto3" json:"indexes,omitempty"` // contains filtered or unexported fields }
func (*EntityTypeStandaloneConfig) Descriptor
deprecated
func (*EntityTypeStandaloneConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityTypeStandaloneConfig.ProtoReflect.Descriptor instead.
func (*EntityTypeStandaloneConfig) GetIndexes ¶
func (x *EntityTypeStandaloneConfig) GetIndexes() []*Index
func (*EntityTypeStandaloneConfig) GetStoreUuid ¶
func (x *EntityTypeStandaloneConfig) GetStoreUuid() string
func (*EntityTypeStandaloneConfig) GetVersionConfig ¶
func (x *EntityTypeStandaloneConfig) GetVersionConfig() *EntityVersionConfig
func (*EntityTypeStandaloneConfig) GetVersioned ¶
func (x *EntityTypeStandaloneConfig) GetVersioned() bool
func (*EntityTypeStandaloneConfig) ProtoMessage ¶
func (*EntityTypeStandaloneConfig) ProtoMessage()
func (*EntityTypeStandaloneConfig) ProtoReflect ¶
func (x *EntityTypeStandaloneConfig) ProtoReflect() protoreflect.Message
func (*EntityTypeStandaloneConfig) Reset ¶
func (x *EntityTypeStandaloneConfig) Reset()
func (*EntityTypeStandaloneConfig) String ¶
func (x *EntityTypeStandaloneConfig) String() string
type EntityVersionConfig ¶
type EntityVersionConfig struct { Type EntityVersionConfigType `protobuf:"varint,1,opt,name=type,proto3,enum=nem.EntityVersionConfigType" json:"type,omitempty"` Generator EntityVersionConfigGenerator `protobuf:"varint,2,opt,name=generator,proto3,enum=nem.EntityVersionConfigGenerator" json:"generator,omitempty"` Config *EntityVersionTypeConfig `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*EntityVersionConfig) Descriptor
deprecated
func (*EntityVersionConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityVersionConfig.ProtoReflect.Descriptor instead.
func (*EntityVersionConfig) GetConfig ¶
func (x *EntityVersionConfig) GetConfig() *EntityVersionTypeConfig
func (*EntityVersionConfig) GetGenerator ¶
func (x *EntityVersionConfig) GetGenerator() EntityVersionConfigGenerator
func (*EntityVersionConfig) GetType ¶
func (x *EntityVersionConfig) GetType() EntityVersionConfigType
func (*EntityVersionConfig) ProtoMessage ¶
func (*EntityVersionConfig) ProtoMessage()
func (*EntityVersionConfig) ProtoReflect ¶
func (x *EntityVersionConfig) ProtoReflect() protoreflect.Message
func (*EntityVersionConfig) Reset ¶
func (x *EntityVersionConfig) Reset()
func (*EntityVersionConfig) String ¶
func (x *EntityVersionConfig) String() string
type EntityVersionConfigGenerator ¶
type EntityVersionConfigGenerator int32
const ( EntityVersionConfigGenerator_ENTITY_VERSION_CONFIG_GENERATOR_INVALID EntityVersionConfigGenerator = 0 EntityVersionConfigGenerator_ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP EntityVersionConfigGenerator = 1 )
func (EntityVersionConfigGenerator) Descriptor ¶
func (EntityVersionConfigGenerator) Descriptor() protoreflect.EnumDescriptor
func (EntityVersionConfigGenerator) Enum ¶
func (x EntityVersionConfigGenerator) Enum() *EntityVersionConfigGenerator
func (EntityVersionConfigGenerator) EnumDescriptor
deprecated
func (EntityVersionConfigGenerator) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityVersionConfigGenerator.Descriptor instead.
func (EntityVersionConfigGenerator) Number ¶
func (x EntityVersionConfigGenerator) Number() protoreflect.EnumNumber
func (EntityVersionConfigGenerator) String ¶
func (x EntityVersionConfigGenerator) String() string
func (EntityVersionConfigGenerator) Type ¶
func (EntityVersionConfigGenerator) Type() protoreflect.EnumType
type EntityVersionConfigType ¶
type EntityVersionConfigType int32
const ( EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_INVALID EntityVersionConfigType = 0 EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_FIELD EntityVersionConfigType = 1 EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_ENTITY EntityVersionConfigType = 2 )
func (EntityVersionConfigType) Descriptor ¶
func (EntityVersionConfigType) Descriptor() protoreflect.EnumDescriptor
func (EntityVersionConfigType) Enum ¶
func (x EntityVersionConfigType) Enum() *EntityVersionConfigType
func (EntityVersionConfigType) EnumDescriptor
deprecated
func (EntityVersionConfigType) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityVersionConfigType.Descriptor instead.
func (EntityVersionConfigType) Number ¶
func (x EntityVersionConfigType) Number() protoreflect.EnumNumber
func (EntityVersionConfigType) String ¶
func (x EntityVersionConfigType) String() string
func (EntityVersionConfigType) Type ¶
func (EntityVersionConfigType) Type() protoreflect.EnumType
type EntityVersionTypeConfig ¶
type EntityVersionTypeConfig struct { Field *EntityVersionTypeFieldConfig `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Entity *EntityVersionTypeEntityConfig `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*EntityVersionTypeConfig) Descriptor
deprecated
func (*EntityVersionTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityVersionTypeConfig.ProtoReflect.Descriptor instead.
func (*EntityVersionTypeConfig) GetEntity ¶
func (x *EntityVersionTypeConfig) GetEntity() *EntityVersionTypeEntityConfig
func (*EntityVersionTypeConfig) GetField ¶
func (x *EntityVersionTypeConfig) GetField() *EntityVersionTypeFieldConfig
func (*EntityVersionTypeConfig) ProtoMessage ¶
func (*EntityVersionTypeConfig) ProtoMessage()
func (*EntityVersionTypeConfig) ProtoReflect ¶
func (x *EntityVersionTypeConfig) ProtoReflect() protoreflect.Message
func (*EntityVersionTypeConfig) Reset ¶
func (x *EntityVersionTypeConfig) Reset()
func (*EntityVersionTypeConfig) String ¶
func (x *EntityVersionTypeConfig) String() string
type EntityVersionTypeEntityConfig ¶
type EntityVersionTypeEntityConfig struct { EntityUuid string `protobuf:"bytes,1,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"` VersionFieldUuid string `protobuf:"bytes,2,opt,name=version_field_uuid,json=versionFieldUuid,proto3" json:"version_field_uuid,omitempty"` AppendOnly bool `protobuf:"varint,3,opt,name=append_only,json=appendOnly,proto3" json:"append_only,omitempty"` // contains filtered or unexported fields }
func (*EntityVersionTypeEntityConfig) Descriptor
deprecated
func (*EntityVersionTypeEntityConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityVersionTypeEntityConfig.ProtoReflect.Descriptor instead.
func (*EntityVersionTypeEntityConfig) GetAppendOnly ¶
func (x *EntityVersionTypeEntityConfig) GetAppendOnly() bool
func (*EntityVersionTypeEntityConfig) GetEntityUuid ¶
func (x *EntityVersionTypeEntityConfig) GetEntityUuid() string
func (*EntityVersionTypeEntityConfig) GetVersionFieldUuid ¶
func (x *EntityVersionTypeEntityConfig) GetVersionFieldUuid() string
func (*EntityVersionTypeEntityConfig) ProtoMessage ¶
func (*EntityVersionTypeEntityConfig) ProtoMessage()
func (*EntityVersionTypeEntityConfig) ProtoReflect ¶
func (x *EntityVersionTypeEntityConfig) ProtoReflect() protoreflect.Message
func (*EntityVersionTypeEntityConfig) Reset ¶
func (x *EntityVersionTypeEntityConfig) Reset()
func (*EntityVersionTypeEntityConfig) String ¶
func (x *EntityVersionTypeEntityConfig) String() string
type EntityVersionTypeFieldConfig ¶
type EntityVersionTypeFieldConfig struct { VersionFieldUuid string `protobuf:"bytes,1,opt,name=version_field_uuid,json=versionFieldUuid,proto3" json:"version_field_uuid,omitempty"` AppendOnly bool `protobuf:"varint,2,opt,name=append_only,json=appendOnly,proto3" json:"append_only,omitempty"` // contains filtered or unexported fields }
func (*EntityVersionTypeFieldConfig) Descriptor
deprecated
func (*EntityVersionTypeFieldConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntityVersionTypeFieldConfig.ProtoReflect.Descriptor instead.
func (*EntityVersionTypeFieldConfig) GetAppendOnly ¶
func (x *EntityVersionTypeFieldConfig) GetAppendOnly() bool
func (*EntityVersionTypeFieldConfig) GetVersionFieldUuid ¶
func (x *EntityVersionTypeFieldConfig) GetVersionFieldUuid() string
func (*EntityVersionTypeFieldConfig) ProtoMessage ¶
func (*EntityVersionTypeFieldConfig) ProtoMessage()
func (*EntityVersionTypeFieldConfig) ProtoReflect ¶
func (x *EntityVersionTypeFieldConfig) ProtoReflect() protoreflect.Message
func (*EntityVersionTypeFieldConfig) Reset ¶
func (x *EntityVersionTypeFieldConfig) Reset()
func (*EntityVersionTypeFieldConfig) String ¶
func (x *EntityVersionTypeFieldConfig) String() string
type Enum ¶
type Enum struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` StaticValues []*EnumValue `protobuf:"bytes,4,rep,name=static_values,json=staticValues,proto3" json:"static_values,omitempty"` RemoteValues bool `protobuf:"varint,5,opt,name=remote_values,json=remoteValues,proto3" json:"remote_values,omitempty"` Status EnumStatus `protobuf:"varint,6,opt,name=status,proto3,enum=nem.EnumStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Enum) Descriptor
deprecated
func (*Enum) GetCreatedAt ¶
func (x *Enum) GetCreatedAt() *timestamppb.Timestamp
func (*Enum) GetCreatedByUuid ¶
func (*Enum) GetIdentifier ¶
func (*Enum) GetRemoteValues ¶
func (*Enum) GetStaticValues ¶
func (*Enum) GetStatus ¶
func (x *Enum) GetStatus() EnumStatus
func (*Enum) GetUpdatedAt ¶
func (x *Enum) GetUpdatedAt() *timestamppb.Timestamp
func (*Enum) GetUpdatedByUuid ¶
func (*Enum) GetVersion ¶
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
type EnumStatus ¶
type EnumStatus int32
const ( EnumStatus_ENUM_STATUS_INVALID EnumStatus = 0 EnumStatus_ENUM_STATUS_ACTIVE EnumStatus = 1 EnumStatus_ENUM_STATUS_DISABLED EnumStatus = 2 )
func (EnumStatus) Descriptor ¶
func (EnumStatus) Descriptor() protoreflect.EnumDescriptor
func (EnumStatus) Enum ¶
func (x EnumStatus) Enum() *EnumStatus
func (EnumStatus) EnumDescriptor
deprecated
func (EnumStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use EnumStatus.Descriptor instead.
func (EnumStatus) Number ¶
func (x EnumStatus) Number() protoreflect.EnumNumber
func (EnumStatus) String ¶
func (x EnumStatus) String() string
func (EnumStatus) Type ¶
func (EnumStatus) Type() protoreflect.EnumType
type EnumValue ¶
type EnumValue struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` Display string `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"` NumericValue int64 `protobuf:"varint,3,opt,name=numeric_value,json=numericValue,proto3" json:"numeric_value,omitempty"` // contains filtered or unexported fields }
func (*EnumValue) Descriptor
deprecated
func (*EnumValue) GetDisplay ¶
func (*EnumValue) GetIdentifier ¶
func (*EnumValue) GetNumericValue ¶
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
type Enviorment ¶
type Enviorment struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` Critical bool `protobuf:"varint,3,opt,name=critical,proto3" json:"critical,omitempty"` Status EnviormentStatus `protobuf:"varint,4,opt,name=status,proto3,enum=nem.EnviormentStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,7,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,8,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Enviorment) Descriptor
deprecated
func (*Enviorment) Descriptor() ([]byte, []int)
Deprecated: Use Enviorment.ProtoReflect.Descriptor instead.
func (*Enviorment) GetCreatedAt ¶
func (x *Enviorment) GetCreatedAt() *timestamppb.Timestamp
func (*Enviorment) GetCreatedByUuid ¶
func (x *Enviorment) GetCreatedByUuid() string
func (*Enviorment) GetCritical ¶
func (x *Enviorment) GetCritical() bool
func (*Enviorment) GetIdentifier ¶
func (x *Enviorment) GetIdentifier() string
func (*Enviorment) GetStatus ¶
func (x *Enviorment) GetStatus() EnviormentStatus
func (*Enviorment) GetUpdatedAt ¶
func (x *Enviorment) GetUpdatedAt() *timestamppb.Timestamp
func (*Enviorment) GetUpdatedByUuid ¶
func (x *Enviorment) GetUpdatedByUuid() string
func (*Enviorment) GetUuid ¶
func (x *Enviorment) GetUuid() string
func (*Enviorment) ProtoMessage ¶
func (*Enviorment) ProtoMessage()
func (*Enviorment) ProtoReflect ¶
func (x *Enviorment) ProtoReflect() protoreflect.Message
func (*Enviorment) Reset ¶
func (x *Enviorment) Reset()
func (*Enviorment) String ¶
func (x *Enviorment) String() string
type EnviormentStatus ¶
type EnviormentStatus int32
const ( EnviormentStatus_ENVIORMENT_STATUS_INVALID EnviormentStatus = 0 EnviormentStatus_ENVIORMENT_STATUS_ACTIVE EnviormentStatus = 1 EnviormentStatus_ENVIORMENT_STATUS_DISABLED EnviormentStatus = 2 )
func (EnviormentStatus) Descriptor ¶
func (EnviormentStatus) Descriptor() protoreflect.EnumDescriptor
func (EnviormentStatus) Enum ¶
func (x EnviormentStatus) Enum() *EnviormentStatus
func (EnviormentStatus) EnumDescriptor
deprecated
func (EnviormentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use EnviormentStatus.Descriptor instead.
func (EnviormentStatus) Number ¶
func (x EnviormentStatus) Number() protoreflect.EnumNumber
func (EnviormentStatus) String ¶
func (x EnviormentStatus) String() string
func (EnviormentStatus) Type ¶
func (EnviormentStatus) Type() protoreflect.EnumType
type Extension ¶
type Extension struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` DisplayAuthorName string `protobuf:"bytes,5,opt,name=display_author_name,json=displayAuthorName,proto3" json:"display_author_name,omitempty"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` Verfied bool `protobuf:"varint,8,opt,name=verfied,proto3" json:"verfied,omitempty"` Repository string `protobuf:"bytes,9,opt,name=repository,proto3" json:"repository,omitempty"` ExtensionType ExtensionExtensionType `` /* 134-byte string literal not displayed */ Tags []string `protobuf:"bytes,11,rep,name=tags,proto3" json:"tags,omitempty"` Public bool `protobuf:"varint,12,opt,name=public,proto3" json:"public,omitempty"` Visibility []*Visibility `protobuf:"bytes,13,rep,name=visibility,proto3" json:"visibility,omitempty"` Status ExtensionStatus `protobuf:"varint,14,opt,name=status,proto3,enum=nem.ExtensionStatus" json:"status,omitempty"` OwnerUuid string `protobuf:"bytes,15,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,18,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,19,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Extension) Descriptor
deprecated
func (*Extension) GetCreatedAt ¶
func (x *Extension) GetCreatedAt() *timestamppb.Timestamp
func (*Extension) GetCreatedByUuid ¶
func (*Extension) GetDescription ¶
func (*Extension) GetDisplayAuthorName ¶
func (*Extension) GetDisplayName ¶
func (*Extension) GetExtensionType ¶
func (x *Extension) GetExtensionType() ExtensionExtensionType
func (*Extension) GetIdentifier ¶
func (*Extension) GetOwnerUuid ¶
func (*Extension) GetRepository ¶
func (*Extension) GetStatus ¶
func (x *Extension) GetStatus() ExtensionStatus
func (*Extension) GetUpdatedAt ¶
func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp
func (*Extension) GetUpdatedByUuid ¶
func (*Extension) GetVerfied ¶
func (*Extension) GetVersion ¶
func (*Extension) GetVisibility ¶
func (x *Extension) GetVisibility() []*Visibility
func (*Extension) ProtoMessage ¶
func (*Extension) ProtoMessage()
func (*Extension) ProtoReflect ¶
func (x *Extension) ProtoReflect() protoreflect.Message
type ExtensionExecution ¶
type ExtensionExecution struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` ExtensionUuid string `protobuf:"bytes,2,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"` ExtensionVersionUuid string `protobuf:"bytes,3,opt,name=extension_version_uuid,json=extensionVersionUuid,proto3" json:"extension_version_uuid,omitempty"` ProjectExtensionUuid string `protobuf:"bytes,4,opt,name=project_extension_uuid,json=projectExtensionUuid,proto3" json:"project_extension_uuid,omitempty"` ProjectUuid string `protobuf:"bytes,5,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"` ProjectVersionUuid string `protobuf:"bytes,6,opt,name=project_version_uuid,json=projectVersionUuid,proto3" json:"project_version_uuid,omitempty"` ExecutedByUuid string `protobuf:"bytes,7,opt,name=executed_by_uuid,json=executedByUuid,proto3" json:"executed_by_uuid,omitempty"` Metadata string `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"` Status ExtensionExecutionStatus `protobuf:"varint,9,opt,name=status,proto3,enum=nem.ExtensionExecutionStatus" json:"status,omitempty"` StatusMsg string `protobuf:"bytes,10,opt,name=status_msg,json=statusMsg,proto3" json:"status_msg,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*ExtensionExecution) Descriptor
deprecated
func (*ExtensionExecution) Descriptor() ([]byte, []int)
Deprecated: Use ExtensionExecution.ProtoReflect.Descriptor instead.
func (*ExtensionExecution) GetCreatedAt ¶
func (x *ExtensionExecution) GetCreatedAt() *timestamppb.Timestamp
func (*ExtensionExecution) GetExecutedByUuid ¶
func (x *ExtensionExecution) GetExecutedByUuid() string
func (*ExtensionExecution) GetExtensionUuid ¶
func (x *ExtensionExecution) GetExtensionUuid() string
func (*ExtensionExecution) GetExtensionVersionUuid ¶
func (x *ExtensionExecution) GetExtensionVersionUuid() string
func (*ExtensionExecution) GetMetadata ¶
func (x *ExtensionExecution) GetMetadata() string
func (*ExtensionExecution) GetProjectExtensionUuid ¶
func (x *ExtensionExecution) GetProjectExtensionUuid() string
func (*ExtensionExecution) GetProjectUuid ¶
func (x *ExtensionExecution) GetProjectUuid() string
func (*ExtensionExecution) GetProjectVersionUuid ¶
func (x *ExtensionExecution) GetProjectVersionUuid() string
func (*ExtensionExecution) GetStatus ¶
func (x *ExtensionExecution) GetStatus() ExtensionExecutionStatus
func (*ExtensionExecution) GetStatusMsg ¶
func (x *ExtensionExecution) GetStatusMsg() string
func (*ExtensionExecution) GetUpdatedAt ¶
func (x *ExtensionExecution) GetUpdatedAt() *timestamppb.Timestamp
func (*ExtensionExecution) GetUuid ¶
func (x *ExtensionExecution) GetUuid() string
func (*ExtensionExecution) ProtoMessage ¶
func (*ExtensionExecution) ProtoMessage()
func (*ExtensionExecution) ProtoReflect ¶
func (x *ExtensionExecution) ProtoReflect() protoreflect.Message
func (*ExtensionExecution) Reset ¶
func (x *ExtensionExecution) Reset()
func (*ExtensionExecution) String ¶
func (x *ExtensionExecution) String() string
type ExtensionExecutionStatus ¶
type ExtensionExecutionStatus int32
const ( ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_INVALID ExtensionExecutionStatus = 0 ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_INPROGRESS ExtensionExecutionStatus = 1 ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_SUCCEEDED ExtensionExecutionStatus = 2 ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_FAILED ExtensionExecutionStatus = 3 ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_CANCELLED ExtensionExecutionStatus = 4 )
func (ExtensionExecutionStatus) Descriptor ¶
func (ExtensionExecutionStatus) Descriptor() protoreflect.EnumDescriptor
func (ExtensionExecutionStatus) Enum ¶
func (x ExtensionExecutionStatus) Enum() *ExtensionExecutionStatus
func (ExtensionExecutionStatus) EnumDescriptor
deprecated
func (ExtensionExecutionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionExecutionStatus.Descriptor instead.
func (ExtensionExecutionStatus) Number ¶
func (x ExtensionExecutionStatus) Number() protoreflect.EnumNumber
func (ExtensionExecutionStatus) String ¶
func (x ExtensionExecutionStatus) String() string
func (ExtensionExecutionStatus) Type ¶
func (ExtensionExecutionStatus) Type() protoreflect.EnumType
type ExtensionExtensionType ¶
type ExtensionExtensionType int32
const ( ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_INVALID ExtensionExtensionType = 0 ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_IMPORTER ExtensionExtensionType = 1 ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_SYNCHRONIZER ExtensionExtensionType = 2 ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_GENERATOR ExtensionExtensionType = 3 )
func (ExtensionExtensionType) Descriptor ¶
func (ExtensionExtensionType) Descriptor() protoreflect.EnumDescriptor
func (ExtensionExtensionType) Enum ¶
func (x ExtensionExtensionType) Enum() *ExtensionExtensionType
func (ExtensionExtensionType) EnumDescriptor
deprecated
func (ExtensionExtensionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionExtensionType.Descriptor instead.
func (ExtensionExtensionType) Number ¶
func (x ExtensionExtensionType) Number() protoreflect.EnumNumber
func (ExtensionExtensionType) String ¶
func (x ExtensionExtensionType) String() string
func (ExtensionExtensionType) Type ¶
func (ExtensionExtensionType) Type() protoreflect.EnumType
type ExtensionStatus ¶
type ExtensionStatus int32
const ( ExtensionStatus_EXTENSION_STATUS_INVALID ExtensionStatus = 0 ExtensionStatus_EXTENSION_STATUS_ACTIVE ExtensionStatus = 1 ExtensionStatus_EXTENSION_STATUS_DISABLED ExtensionStatus = 2 )
func (ExtensionStatus) Descriptor ¶
func (ExtensionStatus) Descriptor() protoreflect.EnumDescriptor
func (ExtensionStatus) Enum ¶
func (x ExtensionStatus) Enum() *ExtensionStatus
func (ExtensionStatus) EnumDescriptor
deprecated
func (ExtensionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionStatus.Descriptor instead.
func (ExtensionStatus) Number ¶
func (x ExtensionStatus) Number() protoreflect.EnumNumber
func (ExtensionStatus) String ¶
func (x ExtensionStatus) String() string
func (ExtensionStatus) Type ¶
func (ExtensionStatus) Type() protoreflect.EnumType
type ExtensionVersion ¶
type ExtensionVersion struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` ExtensionUuid string `protobuf:"bytes,3,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"` DisplayVersion string `protobuf:"bytes,4,opt,name=display_version,json=displayVersion,proto3" json:"display_version,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` RepositoryTag string `protobuf:"bytes,6,opt,name=repository_tag,json=repositoryTag,proto3" json:"repository_tag,omitempty"` ConfigurationEntity string `protobuf:"bytes,7,opt,name=configuration_entity,json=configurationEntity,proto3" json:"configuration_entity,omitempty"` ExecutionMode []ExtensionVersionExecutionMode `` /* 147-byte string literal not displayed */ ReviewStatus ExtensionVersionReviewStatus `` /* 136-byte string literal not displayed */ Status ExtensionVersionStatus `protobuf:"varint,10,opt,name=status,proto3,enum=nem.ExtensionVersionStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,13,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,14,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ExtensionVersion) Descriptor
deprecated
func (*ExtensionVersion) Descriptor() ([]byte, []int)
Deprecated: Use ExtensionVersion.ProtoReflect.Descriptor instead.
func (*ExtensionVersion) GetConfigurationEntity ¶
func (x *ExtensionVersion) GetConfigurationEntity() string
func (*ExtensionVersion) GetCreatedAt ¶
func (x *ExtensionVersion) GetCreatedAt() *timestamppb.Timestamp
func (*ExtensionVersion) GetCreatedByUuid ¶
func (x *ExtensionVersion) GetCreatedByUuid() string
func (*ExtensionVersion) GetDescription ¶
func (x *ExtensionVersion) GetDescription() string
func (*ExtensionVersion) GetDisplayVersion ¶
func (x *ExtensionVersion) GetDisplayVersion() string
func (*ExtensionVersion) GetExecutionMode ¶
func (x *ExtensionVersion) GetExecutionMode() []ExtensionVersionExecutionMode
func (*ExtensionVersion) GetExtensionUuid ¶
func (x *ExtensionVersion) GetExtensionUuid() string
func (*ExtensionVersion) GetRepositoryTag ¶
func (x *ExtensionVersion) GetRepositoryTag() string
func (*ExtensionVersion) GetReviewStatus ¶
func (x *ExtensionVersion) GetReviewStatus() ExtensionVersionReviewStatus
func (*ExtensionVersion) GetStatus ¶
func (x *ExtensionVersion) GetStatus() ExtensionVersionStatus
func (*ExtensionVersion) GetUpdatedAt ¶
func (x *ExtensionVersion) GetUpdatedAt() *timestamppb.Timestamp
func (*ExtensionVersion) GetUpdatedByUuid ¶
func (x *ExtensionVersion) GetUpdatedByUuid() string
func (*ExtensionVersion) GetUuid ¶
func (x *ExtensionVersion) GetUuid() string
func (*ExtensionVersion) GetVersion ¶
func (x *ExtensionVersion) GetVersion() int64
func (*ExtensionVersion) ProtoMessage ¶
func (*ExtensionVersion) ProtoMessage()
func (*ExtensionVersion) ProtoReflect ¶
func (x *ExtensionVersion) ProtoReflect() protoreflect.Message
func (*ExtensionVersion) Reset ¶
func (x *ExtensionVersion) Reset()
func (*ExtensionVersion) String ¶
func (x *ExtensionVersion) String() string
type ExtensionVersionExecutionMode ¶
type ExtensionVersionExecutionMode int32
const ( ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_INVALID ExtensionVersionExecutionMode = 0 ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_MANUAL ExtensionVersionExecutionMode = 1 ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC ExtensionVersionExecutionMode = 2 )
func (ExtensionVersionExecutionMode) Descriptor ¶
func (ExtensionVersionExecutionMode) Descriptor() protoreflect.EnumDescriptor
func (ExtensionVersionExecutionMode) Enum ¶
func (x ExtensionVersionExecutionMode) Enum() *ExtensionVersionExecutionMode
func (ExtensionVersionExecutionMode) EnumDescriptor
deprecated
func (ExtensionVersionExecutionMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionVersionExecutionMode.Descriptor instead.
func (ExtensionVersionExecutionMode) Number ¶
func (x ExtensionVersionExecutionMode) Number() protoreflect.EnumNumber
func (ExtensionVersionExecutionMode) String ¶
func (x ExtensionVersionExecutionMode) String() string
func (ExtensionVersionExecutionMode) Type ¶
func (ExtensionVersionExecutionMode) Type() protoreflect.EnumType
type ExtensionVersionReviewStatus ¶
type ExtensionVersionReviewStatus int32
const ( ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_INVALID ExtensionVersionReviewStatus = 0 ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_DRAFT ExtensionVersionReviewStatus = 1 ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW ExtensionVersionReviewStatus = 2 ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_APPROVED ExtensionVersionReviewStatus = 3 ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_REJECTED ExtensionVersionReviewStatus = 4 ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED ExtensionVersionReviewStatus = 5 )
func (ExtensionVersionReviewStatus) Descriptor ¶
func (ExtensionVersionReviewStatus) Descriptor() protoreflect.EnumDescriptor
func (ExtensionVersionReviewStatus) Enum ¶
func (x ExtensionVersionReviewStatus) Enum() *ExtensionVersionReviewStatus
func (ExtensionVersionReviewStatus) EnumDescriptor
deprecated
func (ExtensionVersionReviewStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionVersionReviewStatus.Descriptor instead.
func (ExtensionVersionReviewStatus) Number ¶
func (x ExtensionVersionReviewStatus) Number() protoreflect.EnumNumber
func (ExtensionVersionReviewStatus) String ¶
func (x ExtensionVersionReviewStatus) String() string
func (ExtensionVersionReviewStatus) Type ¶
func (ExtensionVersionReviewStatus) Type() protoreflect.EnumType
type ExtensionVersionStatus ¶
type ExtensionVersionStatus int32
const ( ExtensionVersionStatus_EXTENSION_VERSION_STATUS_INVALID ExtensionVersionStatus = 0 ExtensionVersionStatus_EXTENSION_VERSION_STATUS_ACTIVE ExtensionVersionStatus = 1 ExtensionVersionStatus_EXTENSION_VERSION_STATUS_DISABLED ExtensionVersionStatus = 2 )
func (ExtensionVersionStatus) Descriptor ¶
func (ExtensionVersionStatus) Descriptor() protoreflect.EnumDescriptor
func (ExtensionVersionStatus) Enum ¶
func (x ExtensionVersionStatus) Enum() *ExtensionVersionStatus
func (ExtensionVersionStatus) EnumDescriptor
deprecated
func (ExtensionVersionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExtensionVersionStatus.Descriptor instead.
func (ExtensionVersionStatus) Number ¶
func (x ExtensionVersionStatus) Number() protoreflect.EnumNumber
func (ExtensionVersionStatus) String ¶
func (x ExtensionVersionStatus) String() string
func (ExtensionVersionStatus) Type ¶
func (ExtensionVersionStatus) Type() protoreflect.EnumType
type Field ¶
type Field struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Type FieldType `protobuf:"varint,5,opt,name=type,proto3,enum=nem.FieldType" json:"type,omitempty"` TypeConfig *FieldTypeConfig `protobuf:"bytes,6,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` Required bool `protobuf:"varint,7,opt,name=required,proto3" json:"required,omitempty"` Key bool `protobuf:"varint,8,opt,name=key,proto3" json:"key,omitempty"` KeyAutoIncrement bool `protobuf:"varint,9,opt,name=key_auto_increment,json=keyAutoIncrement,proto3" json:"key_auto_increment,omitempty"` Unique bool `protobuf:"varint,10,opt,name=unique,proto3" json:"unique,omitempty"` Deprecated bool `protobuf:"varint,11,opt,name=deprecated,proto3" json:"deprecated,omitempty"` Generated bool `protobuf:"varint,12,opt,name=generated,proto3" json:"generated,omitempty"` Status FieldStatus `protobuf:"varint,13,opt,name=status,proto3,enum=nem.FieldStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetCreatedAt ¶
func (x *Field) GetCreatedAt() *timestamppb.Timestamp
func (*Field) GetCreatedByUuid ¶
func (*Field) GetDeprecated ¶
func (*Field) GetDescription ¶
func (*Field) GetGenerated ¶
func (*Field) GetIdentifier ¶
func (*Field) GetKeyAutoIncrement ¶
func (*Field) GetRequired ¶
func (*Field) GetStatus ¶
func (x *Field) GetStatus() FieldStatus
func (*Field) GetTypeConfig ¶
func (x *Field) GetTypeConfig() *FieldTypeConfig
func (*Field) GetUpdatedAt ¶
func (x *Field) GetUpdatedAt() *timestamppb.Timestamp
func (*Field) GetUpdatedByUuid ¶
func (*Field) GetVersion ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type FieldStatus ¶
type FieldStatus int32
const ( FieldStatus_FIELD_STATUS_INVALID FieldStatus = 0 FieldStatus_FIELD_STATUS_ACTIVE FieldStatus = 1 FieldStatus_FIELD_STATUS_INACTIVE FieldStatus = 2 )
func (FieldStatus) Descriptor ¶
func (FieldStatus) Descriptor() protoreflect.EnumDescriptor
func (FieldStatus) Enum ¶
func (x FieldStatus) Enum() *FieldStatus
func (FieldStatus) EnumDescriptor
deprecated
func (FieldStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldStatus.Descriptor instead.
func (FieldStatus) Number ¶
func (x FieldStatus) Number() protoreflect.EnumNumber
func (FieldStatus) String ¶
func (x FieldStatus) String() string
func (FieldStatus) Type ¶
func (FieldStatus) Type() protoreflect.EnumType
type FieldType ¶
type FieldType int32
const ( FieldType_FIELD_TYPE_INVALID FieldType = 0 FieldType_FIELD_TYPE_UUID FieldType = 1 FieldType_FIELD_TYPE_INTEGER FieldType = 2 FieldType_FIELD_TYPE_FLOAT FieldType = 3 FieldType_FIELD_TYPE_DECIMAL FieldType = 4 FieldType_FIELD_TYPE_BOOLEAN FieldType = 5 FieldType_FIELD_TYPE_CHAR FieldType = 6 FieldType_FIELD_TYPE_VARCHAR FieldType = 7 FieldType_FIELD_TYPE_TEXT FieldType = 8 FieldType_FIELD_TYPE_ENCRYPTED FieldType = 9 FieldType_FIELD_TYPE_EMAIL FieldType = 10 FieldType_FIELD_TYPE_PHONE FieldType = 11 FieldType_FIELD_TYPE_URL FieldType = 12 FieldType_FIELD_TYPE_LOCATION FieldType = 13 FieldType_FIELD_TYPE_COLOR FieldType = 14 FieldType_FIELD_TYPE_RICHTEXT FieldType = 15 FieldType_FIELD_TYPE_CODE FieldType = 16 FieldType_FIELD_TYPE_MARKDOWN FieldType = 17 FieldType_FIELD_TYPE_FILE FieldType = 18 FieldType_FIELD_TYPE_IMAGE FieldType = 19 FieldType_FIELD_TYPE_AUDIO FieldType = 20 FieldType_FIELD_TYPE_VIDEO FieldType = 21 FieldType_FIELD_TYPE_ENUM FieldType = 22 FieldType_FIELD_TYPE_JSON FieldType = 23 FieldType_FIELD_TYPE_ARRAY FieldType = 24 FieldType_FIELD_TYPE_DATE FieldType = 25 FieldType_FIELD_TYPE_DATETIME FieldType = 26 FieldType_FIELD_TYPE_TIME FieldType = 27 FieldType_FIELD_TYPE_SLUG FieldType = 28 )
func (FieldType) Descriptor ¶
func (FieldType) Descriptor() protoreflect.EnumDescriptor
func (FieldType) EnumDescriptor
deprecated
func (FieldType) Number ¶
func (x FieldType) Number() protoreflect.EnumNumber
func (FieldType) Type ¶
func (FieldType) Type() protoreflect.EnumType
type FieldTypeArrayConfig ¶
type FieldTypeArrayConfig struct { MinElements int64 `protobuf:"varint,1,opt,name=min_elements,json=minElements,proto3" json:"min_elements,omitempty"` MaxElements int64 `protobuf:"varint,2,opt,name=max_elements,json=maxElements,proto3" json:"max_elements,omitempty"` EnforceUnique bool `protobuf:"varint,3,opt,name=enforce_unique,json=enforceUnique,proto3" json:"enforce_unique,omitempty"` Type FieldTypeArrayConfigType `protobuf:"varint,4,opt,name=type,proto3,enum=nem.FieldTypeArrayConfigType" json:"type,omitempty"` TypeConfig *ArrayTypeConfig `protobuf:"bytes,5,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeArrayConfig) Descriptor
deprecated
func (*FieldTypeArrayConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeArrayConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeArrayConfig) GetEnforceUnique ¶
func (x *FieldTypeArrayConfig) GetEnforceUnique() bool
func (*FieldTypeArrayConfig) GetMaxElements ¶
func (x *FieldTypeArrayConfig) GetMaxElements() int64
func (*FieldTypeArrayConfig) GetMinElements ¶
func (x *FieldTypeArrayConfig) GetMinElements() int64
func (*FieldTypeArrayConfig) GetType ¶
func (x *FieldTypeArrayConfig) GetType() FieldTypeArrayConfigType
func (*FieldTypeArrayConfig) GetTypeConfig ¶
func (x *FieldTypeArrayConfig) GetTypeConfig() *ArrayTypeConfig
func (*FieldTypeArrayConfig) ProtoMessage ¶
func (*FieldTypeArrayConfig) ProtoMessage()
func (*FieldTypeArrayConfig) ProtoReflect ¶
func (x *FieldTypeArrayConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeArrayConfig) Reset ¶
func (x *FieldTypeArrayConfig) Reset()
func (*FieldTypeArrayConfig) String ¶
func (x *FieldTypeArrayConfig) String() string
type FieldTypeArrayConfigType ¶
type FieldTypeArrayConfigType int32
const ( FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID FieldTypeArrayConfigType = 0 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID FieldTypeArrayConfigType = 1 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER FieldTypeArrayConfigType = 2 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT FieldTypeArrayConfigType = 3 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL FieldTypeArrayConfigType = 4 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR FieldTypeArrayConfigType = 5 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR FieldTypeArrayConfigType = 6 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL FieldTypeArrayConfigType = 7 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE FieldTypeArrayConfigType = 8 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_URL FieldTypeArrayConfigType = 9 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR FieldTypeArrayConfigType = 10 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE FieldTypeArrayConfigType = 11 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME FieldTypeArrayConfigType = 12 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED FieldTypeArrayConfigType = 13 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME FieldTypeArrayConfigType = 14 FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM FieldTypeArrayConfigType = 15 )
func (FieldTypeArrayConfigType) Descriptor ¶
func (FieldTypeArrayConfigType) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeArrayConfigType) Enum ¶
func (x FieldTypeArrayConfigType) Enum() *FieldTypeArrayConfigType
func (FieldTypeArrayConfigType) EnumDescriptor
deprecated
func (FieldTypeArrayConfigType) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeArrayConfigType.Descriptor instead.
func (FieldTypeArrayConfigType) Number ¶
func (x FieldTypeArrayConfigType) Number() protoreflect.EnumNumber
func (FieldTypeArrayConfigType) String ¶
func (x FieldTypeArrayConfigType) String() string
func (FieldTypeArrayConfigType) Type ¶
func (FieldTypeArrayConfigType) Type() protoreflect.EnumType
type FieldTypeCharConfig ¶
type FieldTypeCharConfig struct { MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeCharConfig) Descriptor
deprecated
func (*FieldTypeCharConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeCharConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeCharConfig) GetMaxSize ¶
func (x *FieldTypeCharConfig) GetMaxSize() int64
func (*FieldTypeCharConfig) GetMinSize ¶
func (x *FieldTypeCharConfig) GetMinSize() int64
func (*FieldTypeCharConfig) GetRegexValidation ¶
func (x *FieldTypeCharConfig) GetRegexValidation() string
func (*FieldTypeCharConfig) ProtoMessage ¶
func (*FieldTypeCharConfig) ProtoMessage()
func (*FieldTypeCharConfig) ProtoReflect ¶
func (x *FieldTypeCharConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeCharConfig) Reset ¶
func (x *FieldTypeCharConfig) Reset()
func (*FieldTypeCharConfig) String ¶
func (x *FieldTypeCharConfig) String() string
type FieldTypeConfig ¶
type FieldTypeConfig struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Integer *FieldTypeIntegerConfig `protobuf:"bytes,2,opt,name=integer,proto3" json:"integer,omitempty"` Float *FieldTypeFloatConfig `protobuf:"bytes,3,opt,name=float,proto3" json:"float,omitempty"` Decimal *FieldTypeDecimalConfig `protobuf:"bytes,4,opt,name=decimal,proto3" json:"decimal,omitempty"` Boolean string `protobuf:"bytes,5,opt,name=boolean,proto3" json:"boolean,omitempty"` Char *FieldTypeCharConfig `protobuf:"bytes,6,opt,name=char,proto3" json:"char,omitempty"` Varchar *FieldTypeVarcharConfig `protobuf:"bytes,7,opt,name=varchar,proto3" json:"varchar,omitempty"` Text *FieldTypeTextConfig `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"` Encrypted *FieldTypeEncryptedConfig `protobuf:"bytes,9,opt,name=encrypted,proto3" json:"encrypted,omitempty"` Email *FieldTypeEmailConfig `protobuf:"bytes,10,opt,name=email,proto3" json:"email,omitempty"` Phone *FieldTypePhoneConfig `protobuf:"bytes,11,opt,name=phone,proto3" json:"phone,omitempty"` Url *FieldTypeURLConfig `protobuf:"bytes,12,opt,name=url,proto3" json:"url,omitempty"` Location string `protobuf:"bytes,13,opt,name=location,proto3" json:"location,omitempty"` Color string `protobuf:"bytes,14,opt,name=color,proto3" json:"color,omitempty"` RichText string `protobuf:"bytes,15,opt,name=rich_text,json=richText,proto3" json:"rich_text,omitempty"` Code string `protobuf:"bytes,16,opt,name=code,proto3" json:"code,omitempty"` Markdown string `protobuf:"bytes,17,opt,name=markdown,proto3" json:"markdown,omitempty"` File *FieldTypeFileConfig `protobuf:"bytes,18,opt,name=file,proto3" json:"file,omitempty"` Image *FieldTypeFileConfig `protobuf:"bytes,19,opt,name=image,proto3" json:"image,omitempty"` Video *FieldTypeFileConfig `protobuf:"bytes,20,opt,name=video,proto3" json:"video,omitempty"` Audio *FieldTypeFileConfig `protobuf:"bytes,21,opt,name=audio,proto3" json:"audio,omitempty"` Enum *FieldTypeEnumConfig `protobuf:"bytes,22,opt,name=enum,proto3" json:"enum,omitempty"` Json *FieldTypeJSONConfig `protobuf:"bytes,23,opt,name=json,proto3" json:"json,omitempty"` Array *FieldTypeArrayConfig `protobuf:"bytes,24,opt,name=array,proto3" json:"array,omitempty"` Date *FieldTypeDateConfig `protobuf:"bytes,25,opt,name=date,proto3" json:"date,omitempty"` Datetime *FieldTypeDatetimeConfig `protobuf:"bytes,26,opt,name=datetime,proto3" json:"datetime,omitempty"` Time string `protobuf:"bytes,27,opt,name=time,proto3" json:"time,omitempty"` Slug *FieldTypeSlugConfig `protobuf:"bytes,28,opt,name=slug,proto3" json:"slug,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeConfig) Descriptor
deprecated
func (*FieldTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeConfig) GetArray ¶
func (x *FieldTypeConfig) GetArray() *FieldTypeArrayConfig
func (*FieldTypeConfig) GetAudio ¶
func (x *FieldTypeConfig) GetAudio() *FieldTypeFileConfig
func (*FieldTypeConfig) GetBoolean ¶
func (x *FieldTypeConfig) GetBoolean() string
func (*FieldTypeConfig) GetChar ¶
func (x *FieldTypeConfig) GetChar() *FieldTypeCharConfig
func (*FieldTypeConfig) GetCode ¶
func (x *FieldTypeConfig) GetCode() string
func (*FieldTypeConfig) GetColor ¶
func (x *FieldTypeConfig) GetColor() string
func (*FieldTypeConfig) GetDate ¶
func (x *FieldTypeConfig) GetDate() *FieldTypeDateConfig
func (*FieldTypeConfig) GetDatetime ¶
func (x *FieldTypeConfig) GetDatetime() *FieldTypeDatetimeConfig
func (*FieldTypeConfig) GetDecimal ¶
func (x *FieldTypeConfig) GetDecimal() *FieldTypeDecimalConfig
func (*FieldTypeConfig) GetEmail ¶
func (x *FieldTypeConfig) GetEmail() *FieldTypeEmailConfig
func (*FieldTypeConfig) GetEncrypted ¶
func (x *FieldTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig
func (*FieldTypeConfig) GetEnum ¶
func (x *FieldTypeConfig) GetEnum() *FieldTypeEnumConfig
func (*FieldTypeConfig) GetFile ¶
func (x *FieldTypeConfig) GetFile() *FieldTypeFileConfig
func (*FieldTypeConfig) GetFloat ¶
func (x *FieldTypeConfig) GetFloat() *FieldTypeFloatConfig
func (*FieldTypeConfig) GetImage ¶
func (x *FieldTypeConfig) GetImage() *FieldTypeFileConfig
func (*FieldTypeConfig) GetInteger ¶
func (x *FieldTypeConfig) GetInteger() *FieldTypeIntegerConfig
func (*FieldTypeConfig) GetJson ¶
func (x *FieldTypeConfig) GetJson() *FieldTypeJSONConfig
func (*FieldTypeConfig) GetLocation ¶
func (x *FieldTypeConfig) GetLocation() string
func (*FieldTypeConfig) GetMarkdown ¶
func (x *FieldTypeConfig) GetMarkdown() string
func (*FieldTypeConfig) GetPhone ¶
func (x *FieldTypeConfig) GetPhone() *FieldTypePhoneConfig
func (*FieldTypeConfig) GetRichText ¶
func (x *FieldTypeConfig) GetRichText() string
func (*FieldTypeConfig) GetSlug ¶
func (x *FieldTypeConfig) GetSlug() *FieldTypeSlugConfig
func (*FieldTypeConfig) GetText ¶
func (x *FieldTypeConfig) GetText() *FieldTypeTextConfig
func (*FieldTypeConfig) GetTime ¶
func (x *FieldTypeConfig) GetTime() string
func (*FieldTypeConfig) GetUrl ¶
func (x *FieldTypeConfig) GetUrl() *FieldTypeURLConfig
func (*FieldTypeConfig) GetUuid ¶
func (x *FieldTypeConfig) GetUuid() string
func (*FieldTypeConfig) GetVarchar ¶
func (x *FieldTypeConfig) GetVarchar() *FieldTypeVarcharConfig
func (*FieldTypeConfig) GetVideo ¶
func (x *FieldTypeConfig) GetVideo() *FieldTypeFileConfig
func (*FieldTypeConfig) ProtoMessage ¶
func (*FieldTypeConfig) ProtoMessage()
func (*FieldTypeConfig) ProtoReflect ¶
func (x *FieldTypeConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeConfig) Reset ¶
func (x *FieldTypeConfig) Reset()
func (*FieldTypeConfig) String ¶
func (x *FieldTypeConfig) String() string
type FieldTypeDateConfig ¶
type FieldTypeDateConfig struct { EnforceFuture bool `protobuf:"varint,1,opt,name=enforce_future,json=enforceFuture,proto3" json:"enforce_future,omitempty"` EnforcePast bool `protobuf:"varint,2,opt,name=enforce_past,json=enforcePast,proto3" json:"enforce_past,omitempty"` DisplayTimezone string `protobuf:"bytes,3,opt,name=display_timezone,json=displayTimezone,proto3" json:"display_timezone,omitempty"` StorageTimezone string `protobuf:"bytes,4,opt,name=storage_timezone,json=storageTimezone,proto3" json:"storage_timezone,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeDateConfig) Descriptor
deprecated
func (*FieldTypeDateConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeDateConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeDateConfig) GetDisplayTimezone ¶
func (x *FieldTypeDateConfig) GetDisplayTimezone() string
func (*FieldTypeDateConfig) GetEnforceFuture ¶
func (x *FieldTypeDateConfig) GetEnforceFuture() bool
func (*FieldTypeDateConfig) GetEnforcePast ¶
func (x *FieldTypeDateConfig) GetEnforcePast() bool
func (*FieldTypeDateConfig) GetStorageTimezone ¶
func (x *FieldTypeDateConfig) GetStorageTimezone() string
func (*FieldTypeDateConfig) ProtoMessage ¶
func (*FieldTypeDateConfig) ProtoMessage()
func (*FieldTypeDateConfig) ProtoReflect ¶
func (x *FieldTypeDateConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeDateConfig) Reset ¶
func (x *FieldTypeDateConfig) Reset()
func (*FieldTypeDateConfig) String ¶
func (x *FieldTypeDateConfig) String() string
type FieldTypeDatetimeConfig ¶
type FieldTypeDatetimeConfig struct { EnforceFuture bool `protobuf:"varint,1,opt,name=enforce_future,json=enforceFuture,proto3" json:"enforce_future,omitempty"` EnforcePast bool `protobuf:"varint,2,opt,name=enforce_past,json=enforcePast,proto3" json:"enforce_past,omitempty"` DisplayTimezone string `protobuf:"bytes,3,opt,name=display_timezone,json=displayTimezone,proto3" json:"display_timezone,omitempty"` StorageTimezone string `protobuf:"bytes,4,opt,name=storage_timezone,json=storageTimezone,proto3" json:"storage_timezone,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeDatetimeConfig) Descriptor
deprecated
func (*FieldTypeDatetimeConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeDatetimeConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeDatetimeConfig) GetDisplayTimezone ¶
func (x *FieldTypeDatetimeConfig) GetDisplayTimezone() string
func (*FieldTypeDatetimeConfig) GetEnforceFuture ¶
func (x *FieldTypeDatetimeConfig) GetEnforceFuture() bool
func (*FieldTypeDatetimeConfig) GetEnforcePast ¶
func (x *FieldTypeDatetimeConfig) GetEnforcePast() bool
func (*FieldTypeDatetimeConfig) GetStorageTimezone ¶
func (x *FieldTypeDatetimeConfig) GetStorageTimezone() string
func (*FieldTypeDatetimeConfig) ProtoMessage ¶
func (*FieldTypeDatetimeConfig) ProtoMessage()
func (*FieldTypeDatetimeConfig) ProtoReflect ¶
func (x *FieldTypeDatetimeConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeDatetimeConfig) Reset ¶
func (x *FieldTypeDatetimeConfig) Reset()
func (*FieldTypeDatetimeConfig) String ¶
func (x *FieldTypeDatetimeConfig) String() string
type FieldTypeDecimalConfig ¶
type FieldTypeDecimalConfig struct { MinValue float64 `protobuf:"fixed64,1,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` MinValueInclusive bool `protobuf:"varint,2,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"` MaxValue float64 `protobuf:"fixed64,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` MaxValueInclusive bool `protobuf:"varint,4,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"` AllowNegatives bool `protobuf:"varint,5,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"` NumberOfDecimals int64 `protobuf:"varint,6,opt,name=number_of_decimals,json=numberOfDecimals,proto3" json:"number_of_decimals,omitempty"` Separator FieldTypeDecimalConfigSeparator `protobuf:"varint,7,opt,name=separator,proto3,enum=nem.FieldTypeDecimalConfigSeparator" json:"separator,omitempty"` IsCurrency bool `protobuf:"varint,8,opt,name=is_currency,json=isCurrency,proto3" json:"is_currency,omitempty"` CurrencyCode string `protobuf:"bytes,9,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` EnableLimits bool `protobuf:"varint,10,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeDecimalConfig) Descriptor
deprecated
func (*FieldTypeDecimalConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeDecimalConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeDecimalConfig) GetAllowNegatives ¶
func (x *FieldTypeDecimalConfig) GetAllowNegatives() bool
func (*FieldTypeDecimalConfig) GetCurrencyCode ¶
func (x *FieldTypeDecimalConfig) GetCurrencyCode() string
func (*FieldTypeDecimalConfig) GetEnableLimits ¶
func (x *FieldTypeDecimalConfig) GetEnableLimits() bool
func (*FieldTypeDecimalConfig) GetIsCurrency ¶
func (x *FieldTypeDecimalConfig) GetIsCurrency() bool
func (*FieldTypeDecimalConfig) GetMaxValue ¶
func (x *FieldTypeDecimalConfig) GetMaxValue() float64
func (*FieldTypeDecimalConfig) GetMaxValueInclusive ¶
func (x *FieldTypeDecimalConfig) GetMaxValueInclusive() bool
func (*FieldTypeDecimalConfig) GetMinValue ¶
func (x *FieldTypeDecimalConfig) GetMinValue() float64
func (*FieldTypeDecimalConfig) GetMinValueInclusive ¶
func (x *FieldTypeDecimalConfig) GetMinValueInclusive() bool
func (*FieldTypeDecimalConfig) GetNumberOfDecimals ¶
func (x *FieldTypeDecimalConfig) GetNumberOfDecimals() int64
func (*FieldTypeDecimalConfig) GetSeparator ¶
func (x *FieldTypeDecimalConfig) GetSeparator() FieldTypeDecimalConfigSeparator
func (*FieldTypeDecimalConfig) ProtoMessage ¶
func (*FieldTypeDecimalConfig) ProtoMessage()
func (*FieldTypeDecimalConfig) ProtoReflect ¶
func (x *FieldTypeDecimalConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeDecimalConfig) Reset ¶
func (x *FieldTypeDecimalConfig) Reset()
func (*FieldTypeDecimalConfig) String ¶
func (x *FieldTypeDecimalConfig) String() string
type FieldTypeDecimalConfigSeparator ¶
type FieldTypeDecimalConfigSeparator int32
const ( FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID FieldTypeDecimalConfigSeparator = 0 FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT FieldTypeDecimalConfigSeparator = 1 FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA FieldTypeDecimalConfigSeparator = 2 )
func (FieldTypeDecimalConfigSeparator) Descriptor ¶
func (FieldTypeDecimalConfigSeparator) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeDecimalConfigSeparator) Enum ¶
func (x FieldTypeDecimalConfigSeparator) Enum() *FieldTypeDecimalConfigSeparator
func (FieldTypeDecimalConfigSeparator) EnumDescriptor
deprecated
func (FieldTypeDecimalConfigSeparator) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeDecimalConfigSeparator.Descriptor instead.
func (FieldTypeDecimalConfigSeparator) Number ¶
func (x FieldTypeDecimalConfigSeparator) Number() protoreflect.EnumNumber
func (FieldTypeDecimalConfigSeparator) String ¶
func (x FieldTypeDecimalConfigSeparator) String() string
func (FieldTypeDecimalConfigSeparator) Type ¶
func (FieldTypeDecimalConfigSeparator) Type() protoreflect.EnumType
type FieldTypeEmailConfig ¶
type FieldTypeEmailConfig struct { AllowDomains []string `protobuf:"bytes,1,rep,name=allow_domains,json=allowDomains,proto3" json:"allow_domains,omitempty"` ExcludeDomains []string `protobuf:"bytes,2,rep,name=exclude_domains,json=excludeDomains,proto3" json:"exclude_domains,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeEmailConfig) Descriptor
deprecated
func (*FieldTypeEmailConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeEmailConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeEmailConfig) GetAllowDomains ¶
func (x *FieldTypeEmailConfig) GetAllowDomains() []string
func (*FieldTypeEmailConfig) GetExcludeDomains ¶
func (x *FieldTypeEmailConfig) GetExcludeDomains() []string
func (*FieldTypeEmailConfig) ProtoMessage ¶
func (*FieldTypeEmailConfig) ProtoMessage()
func (*FieldTypeEmailConfig) ProtoReflect ¶
func (x *FieldTypeEmailConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeEmailConfig) Reset ¶
func (x *FieldTypeEmailConfig) Reset()
func (*FieldTypeEmailConfig) String ¶
func (x *FieldTypeEmailConfig) String() string
type FieldTypeEncryptedConfig ¶
type FieldTypeEncryptedConfig struct { MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"` EncryptionType FieldTypeEncryptedConfigEncryptionType `` /* 152-byte string literal not displayed */ UseSalt bool `protobuf:"varint,5,opt,name=use_salt,json=useSalt,proto3" json:"use_salt,omitempty"` SaltFieldUuids []string `protobuf:"bytes,6,rep,name=salt_field_uuids,json=saltFieldUuids,proto3" json:"salt_field_uuids,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeEncryptedConfig) Descriptor
deprecated
func (*FieldTypeEncryptedConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeEncryptedConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeEncryptedConfig) GetEncryptionType ¶
func (x *FieldTypeEncryptedConfig) GetEncryptionType() FieldTypeEncryptedConfigEncryptionType
func (*FieldTypeEncryptedConfig) GetMaxSize ¶
func (x *FieldTypeEncryptedConfig) GetMaxSize() int64
func (*FieldTypeEncryptedConfig) GetMinSize ¶
func (x *FieldTypeEncryptedConfig) GetMinSize() int64
func (*FieldTypeEncryptedConfig) GetRegexValidation ¶
func (x *FieldTypeEncryptedConfig) GetRegexValidation() string
func (*FieldTypeEncryptedConfig) GetSaltFieldUuids ¶
func (x *FieldTypeEncryptedConfig) GetSaltFieldUuids() []string
func (*FieldTypeEncryptedConfig) GetUseSalt ¶
func (x *FieldTypeEncryptedConfig) GetUseSalt() bool
func (*FieldTypeEncryptedConfig) ProtoMessage ¶
func (*FieldTypeEncryptedConfig) ProtoMessage()
func (*FieldTypeEncryptedConfig) ProtoReflect ¶
func (x *FieldTypeEncryptedConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeEncryptedConfig) Reset ¶
func (x *FieldTypeEncryptedConfig) Reset()
func (*FieldTypeEncryptedConfig) String ¶
func (x *FieldTypeEncryptedConfig) String() string
type FieldTypeEncryptedConfigEncryptionType ¶
type FieldTypeEncryptedConfigEncryptionType int32
const ( FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID FieldTypeEncryptedConfigEncryptionType = 0 FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT FieldTypeEncryptedConfigEncryptionType = 1 FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512 FieldTypeEncryptedConfigEncryptionType = 2 )
func (FieldTypeEncryptedConfigEncryptionType) Descriptor ¶
func (FieldTypeEncryptedConfigEncryptionType) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeEncryptedConfigEncryptionType) EnumDescriptor
deprecated
func (FieldTypeEncryptedConfigEncryptionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeEncryptedConfigEncryptionType.Descriptor instead.
func (FieldTypeEncryptedConfigEncryptionType) Number ¶
func (x FieldTypeEncryptedConfigEncryptionType) Number() protoreflect.EnumNumber
func (FieldTypeEncryptedConfigEncryptionType) String ¶
func (x FieldTypeEncryptedConfigEncryptionType) String() string
func (FieldTypeEncryptedConfigEncryptionType) Type ¶
func (FieldTypeEncryptedConfigEncryptionType) Type() protoreflect.EnumType
type FieldTypeEnumConfig ¶
type FieldTypeEnumConfig struct { EnumUuid string `protobuf:"bytes,1,opt,name=enum_uuid,json=enumUuid,proto3" json:"enum_uuid,omitempty"` AllowMultiple bool `protobuf:"varint,2,opt,name=allow_multiple,json=allowMultiple,proto3" json:"allow_multiple,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeEnumConfig) Descriptor
deprecated
func (*FieldTypeEnumConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeEnumConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeEnumConfig) GetAllowMultiple ¶
func (x *FieldTypeEnumConfig) GetAllowMultiple() bool
func (*FieldTypeEnumConfig) GetEnumUuid ¶
func (x *FieldTypeEnumConfig) GetEnumUuid() string
func (*FieldTypeEnumConfig) ProtoMessage ¶
func (*FieldTypeEnumConfig) ProtoMessage()
func (*FieldTypeEnumConfig) ProtoReflect ¶
func (x *FieldTypeEnumConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeEnumConfig) Reset ¶
func (x *FieldTypeEnumConfig) Reset()
func (*FieldTypeEnumConfig) String ¶
func (x *FieldTypeEnumConfig) String() string
type FieldTypeFileConfig ¶
type FieldTypeFileConfig struct { StorageType FieldTypeFileConfigStorageType `` /* 135-byte string literal not displayed */ StorageConfig *FileStorageConfig `protobuf:"bytes,2,opt,name=storage_config,json=storageConfig,proto3" json:"storage_config,omitempty"` AllowedExtensions []string `protobuf:"bytes,3,rep,name=allowed_extensions,json=allowedExtensions,proto3" json:"allowed_extensions,omitempty"` MaxSize int64 `protobuf:"varint,4,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` AllowMultiple bool `protobuf:"varint,5,opt,name=allow_multiple,json=allowMultiple,proto3" json:"allow_multiple,omitempty"` MaxFiles int64 `protobuf:"varint,6,opt,name=max_files,json=maxFiles,proto3" json:"max_files,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeFileConfig) Descriptor
deprecated
func (*FieldTypeFileConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeFileConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeFileConfig) GetAllowMultiple ¶
func (x *FieldTypeFileConfig) GetAllowMultiple() bool
func (*FieldTypeFileConfig) GetAllowedExtensions ¶
func (x *FieldTypeFileConfig) GetAllowedExtensions() []string
func (*FieldTypeFileConfig) GetMaxFiles ¶
func (x *FieldTypeFileConfig) GetMaxFiles() int64
func (*FieldTypeFileConfig) GetMaxSize ¶
func (x *FieldTypeFileConfig) GetMaxSize() int64
func (*FieldTypeFileConfig) GetStorageConfig ¶
func (x *FieldTypeFileConfig) GetStorageConfig() *FileStorageConfig
func (*FieldTypeFileConfig) GetStorageType ¶
func (x *FieldTypeFileConfig) GetStorageType() FieldTypeFileConfigStorageType
func (*FieldTypeFileConfig) ProtoMessage ¶
func (*FieldTypeFileConfig) ProtoMessage()
func (*FieldTypeFileConfig) ProtoReflect ¶
func (x *FieldTypeFileConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeFileConfig) Reset ¶
func (x *FieldTypeFileConfig) Reset()
func (*FieldTypeFileConfig) String ¶
func (x *FieldTypeFileConfig) String() string
type FieldTypeFileConfigStorageType ¶
type FieldTypeFileConfigStorageType int32
const ( FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID FieldTypeFileConfigStorageType = 0 FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY FieldTypeFileConfigStorageType = 1 FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE FieldTypeFileConfigStorageType = 2 )
func (FieldTypeFileConfigStorageType) Descriptor ¶
func (FieldTypeFileConfigStorageType) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeFileConfigStorageType) Enum ¶
func (x FieldTypeFileConfigStorageType) Enum() *FieldTypeFileConfigStorageType
func (FieldTypeFileConfigStorageType) EnumDescriptor
deprecated
func (FieldTypeFileConfigStorageType) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeFileConfigStorageType.Descriptor instead.
func (FieldTypeFileConfigStorageType) Number ¶
func (x FieldTypeFileConfigStorageType) Number() protoreflect.EnumNumber
func (FieldTypeFileConfigStorageType) String ¶
func (x FieldTypeFileConfigStorageType) String() string
func (FieldTypeFileConfigStorageType) Type ¶
func (FieldTypeFileConfigStorageType) Type() protoreflect.EnumType
type FieldTypeFloatConfig ¶
type FieldTypeFloatConfig struct { MinValue float64 `protobuf:"fixed64,1,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` MinValueInclusive bool `protobuf:"varint,2,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"` MaxValue float64 `protobuf:"fixed64,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` MaxValueInclusive bool `protobuf:"varint,4,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"` AllowNegatives bool `protobuf:"varint,5,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"` NumberOfDecimals int64 `protobuf:"varint,6,opt,name=number_of_decimals,json=numberOfDecimals,proto3" json:"number_of_decimals,omitempty"` Separator FieldTypeFloatConfigSeparator `protobuf:"varint,7,opt,name=separator,proto3,enum=nem.FieldTypeFloatConfigSeparator" json:"separator,omitempty"` EnableLimits bool `protobuf:"varint,8,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeFloatConfig) Descriptor
deprecated
func (*FieldTypeFloatConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeFloatConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeFloatConfig) GetAllowNegatives ¶
func (x *FieldTypeFloatConfig) GetAllowNegatives() bool
func (*FieldTypeFloatConfig) GetEnableLimits ¶
func (x *FieldTypeFloatConfig) GetEnableLimits() bool
func (*FieldTypeFloatConfig) GetMaxValue ¶
func (x *FieldTypeFloatConfig) GetMaxValue() float64
func (*FieldTypeFloatConfig) GetMaxValueInclusive ¶
func (x *FieldTypeFloatConfig) GetMaxValueInclusive() bool
func (*FieldTypeFloatConfig) GetMinValue ¶
func (x *FieldTypeFloatConfig) GetMinValue() float64
func (*FieldTypeFloatConfig) GetMinValueInclusive ¶
func (x *FieldTypeFloatConfig) GetMinValueInclusive() bool
func (*FieldTypeFloatConfig) GetNumberOfDecimals ¶
func (x *FieldTypeFloatConfig) GetNumberOfDecimals() int64
func (*FieldTypeFloatConfig) GetSeparator ¶
func (x *FieldTypeFloatConfig) GetSeparator() FieldTypeFloatConfigSeparator
func (*FieldTypeFloatConfig) ProtoMessage ¶
func (*FieldTypeFloatConfig) ProtoMessage()
func (*FieldTypeFloatConfig) ProtoReflect ¶
func (x *FieldTypeFloatConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeFloatConfig) Reset ¶
func (x *FieldTypeFloatConfig) Reset()
func (*FieldTypeFloatConfig) String ¶
func (x *FieldTypeFloatConfig) String() string
type FieldTypeFloatConfigSeparator ¶
type FieldTypeFloatConfigSeparator int32
const ( FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID FieldTypeFloatConfigSeparator = 0 FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT FieldTypeFloatConfigSeparator = 1 FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA FieldTypeFloatConfigSeparator = 2 )
func (FieldTypeFloatConfigSeparator) Descriptor ¶
func (FieldTypeFloatConfigSeparator) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeFloatConfigSeparator) Enum ¶
func (x FieldTypeFloatConfigSeparator) Enum() *FieldTypeFloatConfigSeparator
func (FieldTypeFloatConfigSeparator) EnumDescriptor
deprecated
func (FieldTypeFloatConfigSeparator) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeFloatConfigSeparator.Descriptor instead.
func (FieldTypeFloatConfigSeparator) Number ¶
func (x FieldTypeFloatConfigSeparator) Number() protoreflect.EnumNumber
func (FieldTypeFloatConfigSeparator) String ¶
func (x FieldTypeFloatConfigSeparator) String() string
func (FieldTypeFloatConfigSeparator) Type ¶
func (FieldTypeFloatConfigSeparator) Type() protoreflect.EnumType
type FieldTypeIntegerConfig ¶
type FieldTypeIntegerConfig struct { Size FieldTypeIntegerConfigSize `protobuf:"varint,1,opt,name=size,proto3,enum=nem.FieldTypeIntegerConfigSize" json:"size,omitempty"` MinValue int64 `protobuf:"varint,2,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` MinValueInclusive bool `protobuf:"varint,3,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"` MaxValue int64 `protobuf:"varint,4,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` MaxValueInclusive bool `protobuf:"varint,5,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"` AllowNegatives bool `protobuf:"varint,6,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"` EnableLimits bool `protobuf:"varint,7,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeIntegerConfig) Descriptor
deprecated
func (*FieldTypeIntegerConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeIntegerConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeIntegerConfig) GetAllowNegatives ¶
func (x *FieldTypeIntegerConfig) GetAllowNegatives() bool
func (*FieldTypeIntegerConfig) GetEnableLimits ¶
func (x *FieldTypeIntegerConfig) GetEnableLimits() bool
func (*FieldTypeIntegerConfig) GetMaxValue ¶
func (x *FieldTypeIntegerConfig) GetMaxValue() int64
func (*FieldTypeIntegerConfig) GetMaxValueInclusive ¶
func (x *FieldTypeIntegerConfig) GetMaxValueInclusive() bool
func (*FieldTypeIntegerConfig) GetMinValue ¶
func (x *FieldTypeIntegerConfig) GetMinValue() int64
func (*FieldTypeIntegerConfig) GetMinValueInclusive ¶
func (x *FieldTypeIntegerConfig) GetMinValueInclusive() bool
func (*FieldTypeIntegerConfig) GetSize ¶
func (x *FieldTypeIntegerConfig) GetSize() FieldTypeIntegerConfigSize
func (*FieldTypeIntegerConfig) ProtoMessage ¶
func (*FieldTypeIntegerConfig) ProtoMessage()
func (*FieldTypeIntegerConfig) ProtoReflect ¶
func (x *FieldTypeIntegerConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeIntegerConfig) Reset ¶
func (x *FieldTypeIntegerConfig) Reset()
func (*FieldTypeIntegerConfig) String ¶
func (x *FieldTypeIntegerConfig) String() string
type FieldTypeIntegerConfigSize ¶
type FieldTypeIntegerConfigSize int32
const ( FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID FieldTypeIntegerConfigSize = 0 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT FieldTypeIntegerConfigSize = 1 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS FieldTypeIntegerConfigSize = 2 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS FieldTypeIntegerConfigSize = 3 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS FieldTypeIntegerConfigSize = 4 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS FieldTypeIntegerConfigSize = 5 FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS FieldTypeIntegerConfigSize = 6 )
func (FieldTypeIntegerConfigSize) Descriptor ¶
func (FieldTypeIntegerConfigSize) Descriptor() protoreflect.EnumDescriptor
func (FieldTypeIntegerConfigSize) Enum ¶
func (x FieldTypeIntegerConfigSize) Enum() *FieldTypeIntegerConfigSize
func (FieldTypeIntegerConfigSize) EnumDescriptor
deprecated
func (FieldTypeIntegerConfigSize) EnumDescriptor() ([]byte, []int)
Deprecated: Use FieldTypeIntegerConfigSize.Descriptor instead.
func (FieldTypeIntegerConfigSize) Number ¶
func (x FieldTypeIntegerConfigSize) Number() protoreflect.EnumNumber
func (FieldTypeIntegerConfigSize) String ¶
func (x FieldTypeIntegerConfigSize) String() string
func (FieldTypeIntegerConfigSize) Type ¶
func (FieldTypeIntegerConfigSize) Type() protoreflect.EnumType
type FieldTypeJSONConfig ¶
type FieldTypeJSONConfig struct { EnforceSchemaValidation bool `` /* 133-byte string literal not displayed */ JsonSchema string `protobuf:"bytes,2,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeJSONConfig) Descriptor
deprecated
func (*FieldTypeJSONConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeJSONConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeJSONConfig) GetEnforceSchemaValidation ¶
func (x *FieldTypeJSONConfig) GetEnforceSchemaValidation() bool
func (*FieldTypeJSONConfig) GetJsonSchema ¶
func (x *FieldTypeJSONConfig) GetJsonSchema() string
func (*FieldTypeJSONConfig) ProtoMessage ¶
func (*FieldTypeJSONConfig) ProtoMessage()
func (*FieldTypeJSONConfig) ProtoReflect ¶
func (x *FieldTypeJSONConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeJSONConfig) Reset ¶
func (x *FieldTypeJSONConfig) Reset()
func (*FieldTypeJSONConfig) String ¶
func (x *FieldTypeJSONConfig) String() string
type FieldTypePhoneConfig ¶
type FieldTypePhoneConfig struct { AllowCountries []string `protobuf:"bytes,1,rep,name=allow_countries,json=allowCountries,proto3" json:"allow_countries,omitempty"` ExcludeCountries []string `protobuf:"bytes,2,rep,name=exclude_countries,json=excludeCountries,proto3" json:"exclude_countries,omitempty"` // contains filtered or unexported fields }
func (*FieldTypePhoneConfig) Descriptor
deprecated
func (*FieldTypePhoneConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypePhoneConfig.ProtoReflect.Descriptor instead.
func (*FieldTypePhoneConfig) GetAllowCountries ¶
func (x *FieldTypePhoneConfig) GetAllowCountries() []string
func (*FieldTypePhoneConfig) GetExcludeCountries ¶
func (x *FieldTypePhoneConfig) GetExcludeCountries() []string
func (*FieldTypePhoneConfig) ProtoMessage ¶
func (*FieldTypePhoneConfig) ProtoMessage()
func (*FieldTypePhoneConfig) ProtoReflect ¶
func (x *FieldTypePhoneConfig) ProtoReflect() protoreflect.Message
func (*FieldTypePhoneConfig) Reset ¶
func (x *FieldTypePhoneConfig) Reset()
func (*FieldTypePhoneConfig) String ¶
func (x *FieldTypePhoneConfig) String() string
type FieldTypeSlugConfig ¶
type FieldTypeSlugConfig struct { MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"` BasedOnFieldUuids []string `protobuf:"bytes,4,rep,name=based_on_field_uuids,json=basedOnFieldUuids,proto3" json:"based_on_field_uuids,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeSlugConfig) Descriptor
deprecated
func (*FieldTypeSlugConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeSlugConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeSlugConfig) GetBasedOnFieldUuids ¶
func (x *FieldTypeSlugConfig) GetBasedOnFieldUuids() []string
func (*FieldTypeSlugConfig) GetMaxSize ¶
func (x *FieldTypeSlugConfig) GetMaxSize() int64
func (*FieldTypeSlugConfig) GetMinSize ¶
func (x *FieldTypeSlugConfig) GetMinSize() int64
func (*FieldTypeSlugConfig) GetRegexValidation ¶
func (x *FieldTypeSlugConfig) GetRegexValidation() string
func (*FieldTypeSlugConfig) ProtoMessage ¶
func (*FieldTypeSlugConfig) ProtoMessage()
func (*FieldTypeSlugConfig) ProtoReflect ¶
func (x *FieldTypeSlugConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeSlugConfig) Reset ¶
func (x *FieldTypeSlugConfig) Reset()
func (*FieldTypeSlugConfig) String ¶
func (x *FieldTypeSlugConfig) String() string
type FieldTypeTextConfig ¶
type FieldTypeTextConfig struct { MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeTextConfig) Descriptor
deprecated
func (*FieldTypeTextConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeTextConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeTextConfig) GetMaxSize ¶
func (x *FieldTypeTextConfig) GetMaxSize() int64
func (*FieldTypeTextConfig) GetMinSize ¶
func (x *FieldTypeTextConfig) GetMinSize() int64
func (*FieldTypeTextConfig) ProtoMessage ¶
func (*FieldTypeTextConfig) ProtoMessage()
func (*FieldTypeTextConfig) ProtoReflect ¶
func (x *FieldTypeTextConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeTextConfig) Reset ¶
func (x *FieldTypeTextConfig) Reset()
func (*FieldTypeTextConfig) String ¶
func (x *FieldTypeTextConfig) String() string
type FieldTypeURLConfig ¶
type FieldTypeURLConfig struct { AllowDomains []string `protobuf:"bytes,1,rep,name=allow_domains,json=allowDomains,proto3" json:"allow_domains,omitempty"` ExcludeDomains []string `protobuf:"bytes,2,rep,name=exclude_domains,json=excludeDomains,proto3" json:"exclude_domains,omitempty"` HttpsRequired bool `protobuf:"varint,3,opt,name=https_required,json=httpsRequired,proto3" json:"https_required,omitempty"` AllowedExtensions []string `protobuf:"bytes,4,rep,name=allowed_extensions,json=allowedExtensions,proto3" json:"allowed_extensions,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeURLConfig) Descriptor
deprecated
func (*FieldTypeURLConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeURLConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeURLConfig) GetAllowDomains ¶
func (x *FieldTypeURLConfig) GetAllowDomains() []string
func (*FieldTypeURLConfig) GetAllowedExtensions ¶
func (x *FieldTypeURLConfig) GetAllowedExtensions() []string
func (*FieldTypeURLConfig) GetExcludeDomains ¶
func (x *FieldTypeURLConfig) GetExcludeDomains() []string
func (*FieldTypeURLConfig) GetHttpsRequired ¶
func (x *FieldTypeURLConfig) GetHttpsRequired() bool
func (*FieldTypeURLConfig) ProtoMessage ¶
func (*FieldTypeURLConfig) ProtoMessage()
func (*FieldTypeURLConfig) ProtoReflect ¶
func (x *FieldTypeURLConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeURLConfig) Reset ¶
func (x *FieldTypeURLConfig) Reset()
func (*FieldTypeURLConfig) String ¶
func (x *FieldTypeURLConfig) String() string
type FieldTypeVarcharConfig ¶
type FieldTypeVarcharConfig struct { MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"` MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"` RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"` // contains filtered or unexported fields }
func (*FieldTypeVarcharConfig) Descriptor
deprecated
func (*FieldTypeVarcharConfig) Descriptor() ([]byte, []int)
Deprecated: Use FieldTypeVarcharConfig.ProtoReflect.Descriptor instead.
func (*FieldTypeVarcharConfig) GetMaxSize ¶
func (x *FieldTypeVarcharConfig) GetMaxSize() int64
func (*FieldTypeVarcharConfig) GetMinSize ¶
func (x *FieldTypeVarcharConfig) GetMinSize() int64
func (*FieldTypeVarcharConfig) GetRegexValidation ¶
func (x *FieldTypeVarcharConfig) GetRegexValidation() string
func (*FieldTypeVarcharConfig) ProtoMessage ¶
func (*FieldTypeVarcharConfig) ProtoMessage()
func (*FieldTypeVarcharConfig) ProtoReflect ¶
func (x *FieldTypeVarcharConfig) ProtoReflect() protoreflect.Message
func (*FieldTypeVarcharConfig) Reset ¶
func (x *FieldTypeVarcharConfig) Reset()
func (*FieldTypeVarcharConfig) String ¶
func (x *FieldTypeVarcharConfig) String() string
type FileObjectStorageConfig ¶
type FileObjectStorageConfig struct { ObjectStoreUuid string `protobuf:"bytes,1,opt,name=object_store_uuid,json=objectStoreUuid,proto3" json:"object_store_uuid,omitempty"` // contains filtered or unexported fields }
func (*FileObjectStorageConfig) Descriptor
deprecated
func (*FileObjectStorageConfig) Descriptor() ([]byte, []int)
Deprecated: Use FileObjectStorageConfig.ProtoReflect.Descriptor instead.
func (*FileObjectStorageConfig) GetObjectStoreUuid ¶
func (x *FileObjectStorageConfig) GetObjectStoreUuid() string
func (*FileObjectStorageConfig) ProtoMessage ¶
func (*FileObjectStorageConfig) ProtoMessage()
func (*FileObjectStorageConfig) ProtoReflect ¶
func (x *FileObjectStorageConfig) ProtoReflect() protoreflect.Message
func (*FileObjectStorageConfig) Reset ¶
func (x *FileObjectStorageConfig) Reset()
func (*FileObjectStorageConfig) String ¶
func (x *FileObjectStorageConfig) String() string
type FileStorageConfig ¶
type FileStorageConfig struct { ObjectStore *FileObjectStorageConfig `protobuf:"bytes,1,opt,name=object_store,json=objectStore,proto3" json:"object_store,omitempty"` // contains filtered or unexported fields }
func (*FileStorageConfig) Descriptor
deprecated
func (*FileStorageConfig) Descriptor() ([]byte, []int)
Deprecated: Use FileStorageConfig.ProtoReflect.Descriptor instead.
func (*FileStorageConfig) GetObjectStore ¶
func (x *FileStorageConfig) GetObjectStore() *FileObjectStorageConfig
func (*FileStorageConfig) ProtoMessage ¶
func (*FileStorageConfig) ProtoMessage()
func (*FileStorageConfig) ProtoReflect ¶
func (x *FileStorageConfig) ProtoReflect() protoreflect.Message
func (*FileStorageConfig) Reset ¶
func (x *FileStorageConfig) Reset()
func (*FileStorageConfig) String ¶
func (x *FileStorageConfig) String() string
type Index ¶
type Index struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` Type IndexType `protobuf:"varint,3,opt,name=type,proto3,enum=nem.IndexType" json:"type,omitempty"` Fields []*IndexField `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"` Status IndexStatus `protobuf:"varint,5,opt,name=status,proto3,enum=nem.IndexStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Index) Descriptor
deprecated
func (*Index) GetCreatedAt ¶
func (x *Index) GetCreatedAt() *timestamppb.Timestamp
func (*Index) GetCreatedByUuid ¶
func (*Index) GetFields ¶
func (x *Index) GetFields() []*IndexField
func (*Index) GetIdentifier ¶
func (*Index) GetStatus ¶
func (x *Index) GetStatus() IndexStatus
func (*Index) GetUpdatedAt ¶
func (x *Index) GetUpdatedAt() *timestamppb.Timestamp
func (*Index) GetUpdatedByUuid ¶
func (*Index) ProtoMessage ¶
func (*Index) ProtoMessage()
func (*Index) ProtoReflect ¶
func (x *Index) ProtoReflect() protoreflect.Message
type IndexField ¶
type IndexField struct { FieldUuid string `protobuf:"bytes,1,opt,name=field_uuid,json=fieldUuid,proto3" json:"field_uuid,omitempty"` Priority int64 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"` Order IndexFieldOrder `protobuf:"varint,3,opt,name=order,proto3,enum=nem.IndexFieldOrder" json:"order,omitempty"` Length int64 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*IndexField) Descriptor
deprecated
func (*IndexField) Descriptor() ([]byte, []int)
Deprecated: Use IndexField.ProtoReflect.Descriptor instead.
func (*IndexField) GetFieldUuid ¶
func (x *IndexField) GetFieldUuid() string
func (*IndexField) GetLength ¶
func (x *IndexField) GetLength() int64
func (*IndexField) GetOrder ¶
func (x *IndexField) GetOrder() IndexFieldOrder
func (*IndexField) GetPriority ¶
func (x *IndexField) GetPriority() int64
func (*IndexField) ProtoMessage ¶
func (*IndexField) ProtoMessage()
func (*IndexField) ProtoReflect ¶
func (x *IndexField) ProtoReflect() protoreflect.Message
func (*IndexField) Reset ¶
func (x *IndexField) Reset()
func (*IndexField) String ¶
func (x *IndexField) String() string
type IndexFieldOrder ¶
type IndexFieldOrder int32
const ( IndexFieldOrder_INDEX_FIELD_ORDER_INVALID IndexFieldOrder = 0 IndexFieldOrder_INDEX_FIELD_ORDER_ASC IndexFieldOrder = 1 IndexFieldOrder_INDEX_FIELD_ORDER_DESC IndexFieldOrder = 2 )
func (IndexFieldOrder) Descriptor ¶
func (IndexFieldOrder) Descriptor() protoreflect.EnumDescriptor
func (IndexFieldOrder) Enum ¶
func (x IndexFieldOrder) Enum() *IndexFieldOrder
func (IndexFieldOrder) EnumDescriptor
deprecated
func (IndexFieldOrder) EnumDescriptor() ([]byte, []int)
Deprecated: Use IndexFieldOrder.Descriptor instead.
func (IndexFieldOrder) Number ¶
func (x IndexFieldOrder) Number() protoreflect.EnumNumber
func (IndexFieldOrder) String ¶
func (x IndexFieldOrder) String() string
func (IndexFieldOrder) Type ¶
func (IndexFieldOrder) Type() protoreflect.EnumType
type IndexStatus ¶
type IndexStatus int32
const ( IndexStatus_INDEX_STATUS_INVALID IndexStatus = 0 IndexStatus_INDEX_STATUS_ACTIVE IndexStatus = 1 IndexStatus_INDEX_STATUS_DISABLED IndexStatus = 2 )
func (IndexStatus) Descriptor ¶
func (IndexStatus) Descriptor() protoreflect.EnumDescriptor
func (IndexStatus) Enum ¶
func (x IndexStatus) Enum() *IndexStatus
func (IndexStatus) EnumDescriptor
deprecated
func (IndexStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use IndexStatus.Descriptor instead.
func (IndexStatus) Number ¶
func (x IndexStatus) Number() protoreflect.EnumNumber
func (IndexStatus) String ¶
func (x IndexStatus) String() string
func (IndexStatus) Type ¶
func (IndexStatus) Type() protoreflect.EnumType
type IndexType ¶
type IndexType int32
func (IndexType) Descriptor ¶
func (IndexType) Descriptor() protoreflect.EnumDescriptor
func (IndexType) EnumDescriptor
deprecated
func (IndexType) Number ¶
func (x IndexType) Number() protoreflect.EnumNumber
func (IndexType) Type ¶
func (IndexType) Type() protoreflect.EnumType
type ListChangeRequestsRequest ¶
type ListChangeRequestsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
change_request start
func (*ListChangeRequestsRequest) Descriptor
deprecated
func (*ListChangeRequestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListChangeRequestsRequest.ProtoReflect.Descriptor instead.
func (*ListChangeRequestsRequest) GetFilter ¶
func (x *ListChangeRequestsRequest) GetFilter() string
func (*ListChangeRequestsRequest) GetOrderBy ¶
func (x *ListChangeRequestsRequest) GetOrderBy() string
func (*ListChangeRequestsRequest) GetPageSize ¶
func (x *ListChangeRequestsRequest) GetPageSize() int32
func (*ListChangeRequestsRequest) GetPageToken ¶
func (x *ListChangeRequestsRequest) GetPageToken() string
func (*ListChangeRequestsRequest) ProtoMessage ¶
func (*ListChangeRequestsRequest) ProtoMessage()
func (*ListChangeRequestsRequest) ProtoReflect ¶
func (x *ListChangeRequestsRequest) ProtoReflect() protoreflect.Message
func (*ListChangeRequestsRequest) Reset ¶
func (x *ListChangeRequestsRequest) Reset()
func (*ListChangeRequestsRequest) String ¶
func (x *ListChangeRequestsRequest) String() string
type ListChangeRequestsResponse ¶
type ListChangeRequestsResponse struct { ChangeRequests []*ChangeRequest `protobuf:"bytes,1,rep,name=change_requests,json=changeRequests,proto3" json:"change_requests,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListChangeRequestsResponse) Descriptor
deprecated
func (*ListChangeRequestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListChangeRequestsResponse.ProtoReflect.Descriptor instead.
func (*ListChangeRequestsResponse) GetChangeRequests ¶
func (x *ListChangeRequestsResponse) GetChangeRequests() []*ChangeRequest
func (*ListChangeRequestsResponse) GetNextPageToken ¶
func (x *ListChangeRequestsResponse) GetNextPageToken() string
func (*ListChangeRequestsResponse) ProtoMessage ¶
func (*ListChangeRequestsResponse) ProtoMessage()
func (*ListChangeRequestsResponse) ProtoReflect ¶
func (x *ListChangeRequestsResponse) ProtoReflect() protoreflect.Message
func (*ListChangeRequestsResponse) Reset ¶
func (x *ListChangeRequestsResponse) Reset()
func (*ListChangeRequestsResponse) String ¶
func (x *ListChangeRequestsResponse) String() string
type ListExtensionExecutionsRequest ¶
type ListExtensionExecutionsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
extension_execution start
func (*ListExtensionExecutionsRequest) Descriptor
deprecated
func (*ListExtensionExecutionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionExecutionsRequest.ProtoReflect.Descriptor instead.
func (*ListExtensionExecutionsRequest) GetFilter ¶
func (x *ListExtensionExecutionsRequest) GetFilter() string
func (*ListExtensionExecutionsRequest) GetOrderBy ¶
func (x *ListExtensionExecutionsRequest) GetOrderBy() string
func (*ListExtensionExecutionsRequest) GetPageSize ¶
func (x *ListExtensionExecutionsRequest) GetPageSize() int32
func (*ListExtensionExecutionsRequest) GetPageToken ¶
func (x *ListExtensionExecutionsRequest) GetPageToken() string
func (*ListExtensionExecutionsRequest) ProtoMessage ¶
func (*ListExtensionExecutionsRequest) ProtoMessage()
func (*ListExtensionExecutionsRequest) ProtoReflect ¶
func (x *ListExtensionExecutionsRequest) ProtoReflect() protoreflect.Message
func (*ListExtensionExecutionsRequest) Reset ¶
func (x *ListExtensionExecutionsRequest) Reset()
func (*ListExtensionExecutionsRequest) String ¶
func (x *ListExtensionExecutionsRequest) String() string
type ListExtensionExecutionsResponse ¶
type ListExtensionExecutionsResponse struct { ExtensionExecutions []*ExtensionExecution `protobuf:"bytes,1,rep,name=extension_executions,json=extensionExecutions,proto3" json:"extension_executions,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListExtensionExecutionsResponse) Descriptor
deprecated
func (*ListExtensionExecutionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionExecutionsResponse.ProtoReflect.Descriptor instead.
func (*ListExtensionExecutionsResponse) GetExtensionExecutions ¶
func (x *ListExtensionExecutionsResponse) GetExtensionExecutions() []*ExtensionExecution
func (*ListExtensionExecutionsResponse) GetNextPageToken ¶
func (x *ListExtensionExecutionsResponse) GetNextPageToken() string
func (*ListExtensionExecutionsResponse) ProtoMessage ¶
func (*ListExtensionExecutionsResponse) ProtoMessage()
func (*ListExtensionExecutionsResponse) ProtoReflect ¶
func (x *ListExtensionExecutionsResponse) ProtoReflect() protoreflect.Message
func (*ListExtensionExecutionsResponse) Reset ¶
func (x *ListExtensionExecutionsResponse) Reset()
func (*ListExtensionExecutionsResponse) String ¶
func (x *ListExtensionExecutionsResponse) String() string
type ListExtensionVersionsRequest ¶
type ListExtensionVersionsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
extension_version start
func (*ListExtensionVersionsRequest) Descriptor
deprecated
func (*ListExtensionVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListExtensionVersionsRequest) GetFilter ¶
func (x *ListExtensionVersionsRequest) GetFilter() string
func (*ListExtensionVersionsRequest) GetOrderBy ¶
func (x *ListExtensionVersionsRequest) GetOrderBy() string
func (*ListExtensionVersionsRequest) GetPageSize ¶
func (x *ListExtensionVersionsRequest) GetPageSize() int32
func (*ListExtensionVersionsRequest) GetPageToken ¶
func (x *ListExtensionVersionsRequest) GetPageToken() string
func (*ListExtensionVersionsRequest) ProtoMessage ¶
func (*ListExtensionVersionsRequest) ProtoMessage()
func (*ListExtensionVersionsRequest) ProtoReflect ¶
func (x *ListExtensionVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListExtensionVersionsRequest) Reset ¶
func (x *ListExtensionVersionsRequest) Reset()
func (*ListExtensionVersionsRequest) String ¶
func (x *ListExtensionVersionsRequest) String() string
type ListExtensionVersionsResponse ¶
type ListExtensionVersionsResponse struct { ExtensionVersions []*ExtensionVersion `protobuf:"bytes,1,rep,name=extension_versions,json=extensionVersions,proto3" json:"extension_versions,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListExtensionVersionsResponse) Descriptor
deprecated
func (*ListExtensionVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListExtensionVersionsResponse) GetExtensionVersions ¶
func (x *ListExtensionVersionsResponse) GetExtensionVersions() []*ExtensionVersion
func (*ListExtensionVersionsResponse) GetNextPageToken ¶
func (x *ListExtensionVersionsResponse) GetNextPageToken() string
func (*ListExtensionVersionsResponse) ProtoMessage ¶
func (*ListExtensionVersionsResponse) ProtoMessage()
func (*ListExtensionVersionsResponse) ProtoReflect ¶
func (x *ListExtensionVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListExtensionVersionsResponse) Reset ¶
func (x *ListExtensionVersionsResponse) Reset()
func (*ListExtensionVersionsResponse) String ¶
func (x *ListExtensionVersionsResponse) String() string
type ListExtensionsRequest ¶
type ListExtensionsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
extension start
func (*ListExtensionsRequest) Descriptor
deprecated
func (*ListExtensionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionsRequest.ProtoReflect.Descriptor instead.
func (*ListExtensionsRequest) GetFilter ¶
func (x *ListExtensionsRequest) GetFilter() string
func (*ListExtensionsRequest) GetOrderBy ¶
func (x *ListExtensionsRequest) GetOrderBy() string
func (*ListExtensionsRequest) GetPageSize ¶
func (x *ListExtensionsRequest) GetPageSize() int32
func (*ListExtensionsRequest) GetPageToken ¶
func (x *ListExtensionsRequest) GetPageToken() string
func (*ListExtensionsRequest) ProtoMessage ¶
func (*ListExtensionsRequest) ProtoMessage()
func (*ListExtensionsRequest) ProtoReflect ¶
func (x *ListExtensionsRequest) ProtoReflect() protoreflect.Message
func (*ListExtensionsRequest) Reset ¶
func (x *ListExtensionsRequest) Reset()
func (*ListExtensionsRequest) String ¶
func (x *ListExtensionsRequest) String() string
type ListExtensionsResponse ¶
type ListExtensionsResponse struct { Extensions []*Extension `protobuf:"bytes,1,rep,name=extensions,proto3" json:"extensions,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListExtensionsResponse) Descriptor
deprecated
func (*ListExtensionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExtensionsResponse.ProtoReflect.Descriptor instead.
func (*ListExtensionsResponse) GetExtensions ¶
func (x *ListExtensionsResponse) GetExtensions() []*Extension
func (*ListExtensionsResponse) GetNextPageToken ¶
func (x *ListExtensionsResponse) GetNextPageToken() string
func (*ListExtensionsResponse) ProtoMessage ¶
func (*ListExtensionsResponse) ProtoMessage()
func (*ListExtensionsResponse) ProtoReflect ¶
func (x *ListExtensionsResponse) ProtoReflect() protoreflect.Message
func (*ListExtensionsResponse) Reset ¶
func (x *ListExtensionsResponse) Reset()
func (*ListExtensionsResponse) String ¶
func (x *ListExtensionsResponse) String() string
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
organization start
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetFilter ¶
func (x *ListOrganizationsRequest) GetFilter() string
func (*ListOrganizationsRequest) GetOrderBy ¶
func (x *ListOrganizationsRequest) GetOrderBy() string
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() int32
func (*ListOrganizationsRequest) GetPageToken ¶
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct { Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsResponse) Descriptor
deprecated
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetNextPageToken ¶
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type ListProjectVersionsRequest ¶
type ListProjectVersionsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
project_version start
func (*ListProjectVersionsRequest) Descriptor
deprecated
func (*ListProjectVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListProjectVersionsRequest) GetFilter ¶
func (x *ListProjectVersionsRequest) GetFilter() string
func (*ListProjectVersionsRequest) GetOrderBy ¶
func (x *ListProjectVersionsRequest) GetOrderBy() string
func (*ListProjectVersionsRequest) GetPageSize ¶
func (x *ListProjectVersionsRequest) GetPageSize() int32
func (*ListProjectVersionsRequest) GetPageToken ¶
func (x *ListProjectVersionsRequest) GetPageToken() string
func (*ListProjectVersionsRequest) ProtoMessage ¶
func (*ListProjectVersionsRequest) ProtoMessage()
func (*ListProjectVersionsRequest) ProtoReflect ¶
func (x *ListProjectVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListProjectVersionsRequest) Reset ¶
func (x *ListProjectVersionsRequest) Reset()
func (*ListProjectVersionsRequest) String ¶
func (x *ListProjectVersionsRequest) String() string
type ListProjectVersionsResponse ¶
type ListProjectVersionsResponse struct { ProjectVersions []*ProjectVersion `protobuf:"bytes,1,rep,name=project_versions,json=projectVersions,proto3" json:"project_versions,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectVersionsResponse) Descriptor
deprecated
func (*ListProjectVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListProjectVersionsResponse) GetNextPageToken ¶
func (x *ListProjectVersionsResponse) GetNextPageToken() string
func (*ListProjectVersionsResponse) GetProjectVersions ¶
func (x *ListProjectVersionsResponse) GetProjectVersions() []*ProjectVersion
func (*ListProjectVersionsResponse) ProtoMessage ¶
func (*ListProjectVersionsResponse) ProtoMessage()
func (*ListProjectVersionsResponse) ProtoReflect ¶
func (x *ListProjectVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListProjectVersionsResponse) Reset ¶
func (x *ListProjectVersionsResponse) Reset()
func (*ListProjectVersionsResponse) String ¶
func (x *ListProjectVersionsResponse) String() string
type ListProjectsRequest ¶
type ListProjectsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
project start
func (*ListProjectsRequest) Descriptor
deprecated
func (*ListProjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsRequest) GetFilter ¶
func (x *ListProjectsRequest) GetFilter() string
func (*ListProjectsRequest) GetOrderBy ¶
func (x *ListProjectsRequest) GetOrderBy() string
func (*ListProjectsRequest) GetPageSize ¶
func (x *ListProjectsRequest) GetPageSize() int32
func (*ListProjectsRequest) GetPageToken ¶
func (x *ListProjectsRequest) GetPageToken() string
func (*ListProjectsRequest) ProtoMessage ¶
func (*ListProjectsRequest) ProtoMessage()
func (*ListProjectsRequest) ProtoReflect ¶
func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
func (*ListProjectsRequest) Reset ¶
func (x *ListProjectsRequest) Reset()
func (*ListProjectsRequest) String ¶
func (x *ListProjectsRequest) String() string
type ListProjectsResponse ¶
type ListProjectsResponse struct { Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsResponse) Descriptor
deprecated
func (*ListProjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsResponse) GetNextPageToken ¶
func (x *ListProjectsResponse) GetNextPageToken() string
func (*ListProjectsResponse) GetProjects ¶
func (x *ListProjectsResponse) GetProjects() []*Project
func (*ListProjectsResponse) ProtoMessage ¶
func (*ListProjectsResponse) ProtoMessage()
func (*ListProjectsResponse) ProtoReflect ¶
func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
func (*ListProjectsResponse) Reset ¶
func (x *ListProjectsResponse) Reset()
func (*ListProjectsResponse) String ¶
func (x *ListProjectsResponse) String() string
type ListTeamsRequest ¶
type ListTeamsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
team start
func (*ListTeamsRequest) Descriptor
deprecated
func (*ListTeamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTeamsRequest.ProtoReflect.Descriptor instead.
func (*ListTeamsRequest) GetFilter ¶
func (x *ListTeamsRequest) GetFilter() string
func (*ListTeamsRequest) GetOrderBy ¶
func (x *ListTeamsRequest) GetOrderBy() string
func (*ListTeamsRequest) GetPageSize ¶
func (x *ListTeamsRequest) GetPageSize() int32
func (*ListTeamsRequest) GetPageToken ¶
func (x *ListTeamsRequest) GetPageToken() string
func (*ListTeamsRequest) ProtoMessage ¶
func (*ListTeamsRequest) ProtoMessage()
func (*ListTeamsRequest) ProtoReflect ¶
func (x *ListTeamsRequest) ProtoReflect() protoreflect.Message
func (*ListTeamsRequest) Reset ¶
func (x *ListTeamsRequest) Reset()
func (*ListTeamsRequest) String ¶
func (x *ListTeamsRequest) String() string
type ListTeamsResponse ¶
type ListTeamsResponse struct { Teams []*Team `protobuf:"bytes,1,rep,name=teams,proto3" json:"teams,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTeamsResponse) Descriptor
deprecated
func (*ListTeamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTeamsResponse.ProtoReflect.Descriptor instead.
func (*ListTeamsResponse) GetNextPageToken ¶
func (x *ListTeamsResponse) GetNextPageToken() string
func (*ListTeamsResponse) GetTeams ¶
func (x *ListTeamsResponse) GetTeams() []*Team
func (*ListTeamsResponse) ProtoMessage ¶
func (*ListTeamsResponse) ProtoMessage()
func (*ListTeamsResponse) ProtoReflect ¶
func (x *ListTeamsResponse) ProtoReflect() protoreflect.Message
func (*ListTeamsResponse) Reset ¶
func (x *ListTeamsResponse) Reset()
func (*ListTeamsResponse) String ¶
func (x *ListTeamsResponse) String() string
type ListUserConnectionsRequest ¶
type ListUserConnectionsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
user_connection start
func (*ListUserConnectionsRequest) Descriptor
deprecated
func (*ListUserConnectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserConnectionsRequest.ProtoReflect.Descriptor instead.
func (*ListUserConnectionsRequest) GetFilter ¶
func (x *ListUserConnectionsRequest) GetFilter() string
func (*ListUserConnectionsRequest) GetOrderBy ¶
func (x *ListUserConnectionsRequest) GetOrderBy() string
func (*ListUserConnectionsRequest) GetPageSize ¶
func (x *ListUserConnectionsRequest) GetPageSize() int32
func (*ListUserConnectionsRequest) GetPageToken ¶
func (x *ListUserConnectionsRequest) GetPageToken() string
func (*ListUserConnectionsRequest) ProtoMessage ¶
func (*ListUserConnectionsRequest) ProtoMessage()
func (*ListUserConnectionsRequest) ProtoReflect ¶
func (x *ListUserConnectionsRequest) ProtoReflect() protoreflect.Message
func (*ListUserConnectionsRequest) Reset ¶
func (x *ListUserConnectionsRequest) Reset()
func (*ListUserConnectionsRequest) String ¶
func (x *ListUserConnectionsRequest) String() string
type ListUserConnectionsResponse ¶
type ListUserConnectionsResponse struct { UserConnections []*UserConnection `protobuf:"bytes,1,rep,name=user_connections,json=userConnections,proto3" json:"user_connections,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserConnectionsResponse) Descriptor
deprecated
func (*ListUserConnectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserConnectionsResponse.ProtoReflect.Descriptor instead.
func (*ListUserConnectionsResponse) GetNextPageToken ¶
func (x *ListUserConnectionsResponse) GetNextPageToken() string
func (*ListUserConnectionsResponse) GetUserConnections ¶
func (x *ListUserConnectionsResponse) GetUserConnections() []*UserConnection
func (*ListUserConnectionsResponse) ProtoMessage ¶
func (*ListUserConnectionsResponse) ProtoMessage()
func (*ListUserConnectionsResponse) ProtoReflect ¶
func (x *ListUserConnectionsResponse) ProtoReflect() protoreflect.Message
func (*ListUserConnectionsResponse) Reset ¶
func (x *ListUserConnectionsResponse) Reset()
func (*ListUserConnectionsResponse) String ¶
func (x *ListUserConnectionsResponse) String() string
type ListUserTeamsRequest ¶
type ListUserTeamsRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
user_team start
func (*ListUserTeamsRequest) Descriptor
deprecated
func (*ListUserTeamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserTeamsRequest.ProtoReflect.Descriptor instead.
func (*ListUserTeamsRequest) GetFilter ¶
func (x *ListUserTeamsRequest) GetFilter() string
func (*ListUserTeamsRequest) GetOrderBy ¶
func (x *ListUserTeamsRequest) GetOrderBy() string
func (*ListUserTeamsRequest) GetPageSize ¶
func (x *ListUserTeamsRequest) GetPageSize() int32
func (*ListUserTeamsRequest) GetPageToken ¶
func (x *ListUserTeamsRequest) GetPageToken() string
func (*ListUserTeamsRequest) ProtoMessage ¶
func (*ListUserTeamsRequest) ProtoMessage()
func (*ListUserTeamsRequest) ProtoReflect ¶
func (x *ListUserTeamsRequest) ProtoReflect() protoreflect.Message
func (*ListUserTeamsRequest) Reset ¶
func (x *ListUserTeamsRequest) Reset()
func (*ListUserTeamsRequest) String ¶
func (x *ListUserTeamsRequest) String() string
type ListUserTeamsResponse ¶
type ListUserTeamsResponse struct { UserTeams []*UserTeam `protobuf:"bytes,1,rep,name=user_teams,json=userTeams,proto3" json:"user_teams,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserTeamsResponse) Descriptor
deprecated
func (*ListUserTeamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserTeamsResponse.ProtoReflect.Descriptor instead.
func (*ListUserTeamsResponse) GetNextPageToken ¶
func (x *ListUserTeamsResponse) GetNextPageToken() string
func (*ListUserTeamsResponse) GetUserTeams ¶
func (x *ListUserTeamsResponse) GetUserTeams() []*UserTeam
func (*ListUserTeamsResponse) ProtoMessage ¶
func (*ListUserTeamsResponse) ProtoMessage()
func (*ListUserTeamsResponse) ProtoReflect ¶
func (x *ListUserTeamsResponse) ProtoReflect() protoreflect.Message
func (*ListUserTeamsResponse) Reset ¶
func (x *ListUserTeamsResponse) Reset()
func (*ListUserTeamsResponse) String ¶
func (x *ListUserTeamsResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { // The maximum number of records to return. The service may return fewer than // this value. PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous call. // Provide this to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // https://google.aip.dev/160 // https://pkg.go.dev/go.einride.tech/aip@v0.67.1 // https://github.com/einride/aip-go Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
user start
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetFilter ¶
func (x *ListUsersRequest) GetFilter() string
func (*ListUsersRequest) GetOrderBy ¶
func (x *ListUsersRequest) GetOrderBy() string
func (*ListUsersRequest) GetPageSize ¶
func (x *ListUsersRequest) GetPageSize() int32
func (*ListUsersRequest) GetPageToken ¶
func (x *ListUsersRequest) GetPageToken() string
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // A token that can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetNextPageToken ¶
func (x *ListUsersResponse) GetNextPageToken() string
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type Membership ¶
type Membership struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` OwnerUuid string `protobuf:"bytes,2,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"` Type MembershipType `protobuf:"varint,3,opt,name=type,proto3,enum=nem.MembershipType" json:"type,omitempty"` Metadata string `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` Status MembershipStatus `protobuf:"varint,5,opt,name=status,proto3,enum=nem.MembershipStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Membership) Descriptor
deprecated
func (*Membership) Descriptor() ([]byte, []int)
Deprecated: Use Membership.ProtoReflect.Descriptor instead.
func (*Membership) GetCreatedAt ¶
func (x *Membership) GetCreatedAt() *timestamppb.Timestamp
func (*Membership) GetCreatedByUuid ¶
func (x *Membership) GetCreatedByUuid() string
func (*Membership) GetMetadata ¶
func (x *Membership) GetMetadata() string
func (*Membership) GetOwnerUuid ¶
func (x *Membership) GetOwnerUuid() string
func (*Membership) GetStatus ¶
func (x *Membership) GetStatus() MembershipStatus
func (*Membership) GetType ¶
func (x *Membership) GetType() MembershipType
func (*Membership) GetUpdatedAt ¶
func (x *Membership) GetUpdatedAt() *timestamppb.Timestamp
func (*Membership) GetUpdatedByUuid ¶
func (x *Membership) GetUpdatedByUuid() string
func (*Membership) GetUuid ¶
func (x *Membership) GetUuid() string
func (*Membership) ProtoMessage ¶
func (*Membership) ProtoMessage()
func (*Membership) ProtoReflect ¶
func (x *Membership) ProtoReflect() protoreflect.Message
func (*Membership) Reset ¶
func (x *Membership) Reset()
func (*Membership) String ¶
func (x *Membership) String() string
type MembershipStatus ¶
type MembershipStatus int32
const ( MembershipStatus_MEMBERSHIP_STATUS_INVALID MembershipStatus = 0 MembershipStatus_MEMBERSHIP_STATUS_ACTIVE MembershipStatus = 1 MembershipStatus_MEMBERSHIP_STATUS_DISABLED MembershipStatus = 2 )
func (MembershipStatus) Descriptor ¶
func (MembershipStatus) Descriptor() protoreflect.EnumDescriptor
func (MembershipStatus) Enum ¶
func (x MembershipStatus) Enum() *MembershipStatus
func (MembershipStatus) EnumDescriptor
deprecated
func (MembershipStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use MembershipStatus.Descriptor instead.
func (MembershipStatus) Number ¶
func (x MembershipStatus) Number() protoreflect.EnumNumber
func (MembershipStatus) String ¶
func (x MembershipStatus) String() string
func (MembershipStatus) Type ¶
func (MembershipStatus) Type() protoreflect.EnumType
type MembershipType ¶
type MembershipType int32
const ( MembershipType_MEMBERSHIP_TYPE_INVALID MembershipType = 0 MembershipType_MEMBERSHIP_TYPE_FREE MembershipType = 1 MembershipType_MEMBERSHIP_TYPE_SMALL MembershipType = 2 MembershipType_MEMBERSHIP_TYPE_MEDIUM MembershipType = 3 MembershipType_MEMBERSHIP_TYPE_ENTERPRISE MembershipType = 4 )
func (MembershipType) Descriptor ¶
func (MembershipType) Descriptor() protoreflect.EnumDescriptor
func (MembershipType) Enum ¶
func (x MembershipType) Enum() *MembershipType
func (MembershipType) EnumDescriptor
deprecated
func (MembershipType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MembershipType.Descriptor instead.
func (MembershipType) Number ¶
func (x MembershipType) Number() protoreflect.EnumNumber
func (MembershipType) String ¶
func (x MembershipType) String() string
func (MembershipType) Type ¶
func (MembershipType) Type() protoreflect.EnumType
type NemClient ¶
type NemClient interface { // team start ListTeams(ctx context.Context, in *ListTeamsRequest, opts ...grpc.CallOption) (*ListTeamsResponse, error) CreateTeam(ctx context.Context, in *CreateTeamRequest, opts ...grpc.CallOption) (*Team, error) UpdateTeam(ctx context.Context, in *UpdateTeamRequest, opts ...grpc.CallOption) (*Team, error) // organization start ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error) CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*Organization, error) UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*Organization, error) // project start ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error) CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*Project, error) UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*Project, error) // extension start ListExtensions(ctx context.Context, in *ListExtensionsRequest, opts ...grpc.CallOption) (*ListExtensionsResponse, error) CreateExtension(ctx context.Context, in *CreateExtensionRequest, opts ...grpc.CallOption) (*Extension, error) UpdateExtension(ctx context.Context, in *UpdateExtensionRequest, opts ...grpc.CallOption) (*Extension, error) // extension_version start ListExtensionVersions(ctx context.Context, in *ListExtensionVersionsRequest, opts ...grpc.CallOption) (*ListExtensionVersionsResponse, error) CreateExtensionVersion(ctx context.Context, in *CreateExtensionVersionRequest, opts ...grpc.CallOption) (*ExtensionVersion, error) UpdateExtensionVersion(ctx context.Context, in *UpdateExtensionVersionRequest, opts ...grpc.CallOption) (*ExtensionVersion, error) // user start ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error) UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*User, error) // change_request start ListChangeRequests(ctx context.Context, in *ListChangeRequestsRequest, opts ...grpc.CallOption) (*ListChangeRequestsResponse, error) CreateChangeRequest(ctx context.Context, in *CreateChangeRequestRequest, opts ...grpc.CallOption) (*ChangeRequest, error) UpdateChangeRequest(ctx context.Context, in *UpdateChangeRequestRequest, opts ...grpc.CallOption) (*ChangeRequest, error) // project_version start ListProjectVersions(ctx context.Context, in *ListProjectVersionsRequest, opts ...grpc.CallOption) (*ListProjectVersionsResponse, error) CreateProjectVersion(ctx context.Context, in *CreateProjectVersionRequest, opts ...grpc.CallOption) (*ProjectVersion, error) UpdateProjectVersion(ctx context.Context, in *UpdateProjectVersionRequest, opts ...grpc.CallOption) (*ProjectVersion, error) // user_team start ListUserTeams(ctx context.Context, in *ListUserTeamsRequest, opts ...grpc.CallOption) (*ListUserTeamsResponse, error) CreateUserTeam(ctx context.Context, in *CreateUserTeamRequest, opts ...grpc.CallOption) (*UserTeam, error) UpdateUserTeam(ctx context.Context, in *UpdateUserTeamRequest, opts ...grpc.CallOption) (*UserTeam, error) // extension_execution start ListExtensionExecutions(ctx context.Context, in *ListExtensionExecutionsRequest, opts ...grpc.CallOption) (*ListExtensionExecutionsResponse, error) CreateExtensionExecution(ctx context.Context, in *CreateExtensionExecutionRequest, opts ...grpc.CallOption) (*ExtensionExecution, error) UpdateExtensionExecution(ctx context.Context, in *UpdateExtensionExecutionRequest, opts ...grpc.CallOption) (*ExtensionExecution, error) // user_connection start ListUserConnections(ctx context.Context, in *ListUserConnectionsRequest, opts ...grpc.CallOption) (*ListUserConnectionsResponse, error) CreateUserConnection(ctx context.Context, in *CreateUserConnectionRequest, opts ...grpc.CallOption) (*UserConnection, error) UpdateUserConnection(ctx context.Context, in *UpdateUserConnectionRequest, opts ...grpc.CallOption) (*UserConnection, error) }
NemClient is the client API for Nem service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewNemClient ¶
func NewNemClient(cc grpc.ClientConnInterface) NemClient
type NemServer ¶
type NemServer interface { // team start ListTeams(context.Context, *ListTeamsRequest) (*ListTeamsResponse, error) CreateTeam(context.Context, *CreateTeamRequest) (*Team, error) UpdateTeam(context.Context, *UpdateTeamRequest) (*Team, error) // organization start ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) CreateOrganization(context.Context, *CreateOrganizationRequest) (*Organization, error) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*Organization, error) // project start ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error) CreateProject(context.Context, *CreateProjectRequest) (*Project, error) UpdateProject(context.Context, *UpdateProjectRequest) (*Project, error) // extension start ListExtensions(context.Context, *ListExtensionsRequest) (*ListExtensionsResponse, error) CreateExtension(context.Context, *CreateExtensionRequest) (*Extension, error) UpdateExtension(context.Context, *UpdateExtensionRequest) (*Extension, error) // extension_version start ListExtensionVersions(context.Context, *ListExtensionVersionsRequest) (*ListExtensionVersionsResponse, error) CreateExtensionVersion(context.Context, *CreateExtensionVersionRequest) (*ExtensionVersion, error) UpdateExtensionVersion(context.Context, *UpdateExtensionVersionRequest) (*ExtensionVersion, error) // user start ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) CreateUser(context.Context, *CreateUserRequest) (*User, error) UpdateUser(context.Context, *UpdateUserRequest) (*User, error) // change_request start ListChangeRequests(context.Context, *ListChangeRequestsRequest) (*ListChangeRequestsResponse, error) CreateChangeRequest(context.Context, *CreateChangeRequestRequest) (*ChangeRequest, error) UpdateChangeRequest(context.Context, *UpdateChangeRequestRequest) (*ChangeRequest, error) // project_version start ListProjectVersions(context.Context, *ListProjectVersionsRequest) (*ListProjectVersionsResponse, error) CreateProjectVersion(context.Context, *CreateProjectVersionRequest) (*ProjectVersion, error) UpdateProjectVersion(context.Context, *UpdateProjectVersionRequest) (*ProjectVersion, error) // user_team start ListUserTeams(context.Context, *ListUserTeamsRequest) (*ListUserTeamsResponse, error) CreateUserTeam(context.Context, *CreateUserTeamRequest) (*UserTeam, error) UpdateUserTeam(context.Context, *UpdateUserTeamRequest) (*UserTeam, error) // extension_execution start ListExtensionExecutions(context.Context, *ListExtensionExecutionsRequest) (*ListExtensionExecutionsResponse, error) CreateExtensionExecution(context.Context, *CreateExtensionExecutionRequest) (*ExtensionExecution, error) UpdateExtensionExecution(context.Context, *UpdateExtensionExecutionRequest) (*ExtensionExecution, error) // user_connection start ListUserConnections(context.Context, *ListUserConnectionsRequest) (*ListUserConnectionsResponse, error) CreateUserConnection(context.Context, *CreateUserConnectionRequest) (*UserConnection, error) UpdateUserConnection(context.Context, *UpdateUserConnectionRequest) (*UserConnection, error) // contains filtered or unexported methods }
NemServer is the server API for Nem service. All implementations must embed UnimplementedNemServer for forward compatibility.
type ObjectStore ¶
type ObjectStore struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` Type ObjectStoreType `protobuf:"varint,3,opt,name=type,proto3,enum=nem.ObjectStoreType" json:"type,omitempty"` TypeConfig *ObjectStoreTypeConfig `protobuf:"bytes,4,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` Status ObjectStoreStatus `protobuf:"varint,5,opt,name=status,proto3,enum=nem.ObjectStoreStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ObjectStore) Descriptor
deprecated
func (*ObjectStore) Descriptor() ([]byte, []int)
Deprecated: Use ObjectStore.ProtoReflect.Descriptor instead.
func (*ObjectStore) GetCreatedAt ¶
func (x *ObjectStore) GetCreatedAt() *timestamppb.Timestamp
func (*ObjectStore) GetCreatedByUuid ¶
func (x *ObjectStore) GetCreatedByUuid() string
func (*ObjectStore) GetIdentifier ¶
func (x *ObjectStore) GetIdentifier() string
func (*ObjectStore) GetStatus ¶
func (x *ObjectStore) GetStatus() ObjectStoreStatus
func (*ObjectStore) GetType ¶
func (x *ObjectStore) GetType() ObjectStoreType
func (*ObjectStore) GetTypeConfig ¶
func (x *ObjectStore) GetTypeConfig() *ObjectStoreTypeConfig
func (*ObjectStore) GetUpdatedAt ¶
func (x *ObjectStore) GetUpdatedAt() *timestamppb.Timestamp
func (*ObjectStore) GetUpdatedByUuid ¶
func (x *ObjectStore) GetUpdatedByUuid() string
func (*ObjectStore) GetUuid ¶
func (x *ObjectStore) GetUuid() string
func (*ObjectStore) ProtoMessage ¶
func (*ObjectStore) ProtoMessage()
func (*ObjectStore) ProtoReflect ¶
func (x *ObjectStore) ProtoReflect() protoreflect.Message
func (*ObjectStore) Reset ¶
func (x *ObjectStore) Reset()
func (*ObjectStore) String ¶
func (x *ObjectStore) String() string
type ObjectStoreS3TypeConfig ¶
type ObjectStoreS3TypeConfig struct { Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` Bucket string `protobuf:"bytes,4,opt,name=bucket,proto3" json:"bucket,omitempty"` // contains filtered or unexported fields }
func (*ObjectStoreS3TypeConfig) Descriptor
deprecated
func (*ObjectStoreS3TypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use ObjectStoreS3TypeConfig.ProtoReflect.Descriptor instead.
func (*ObjectStoreS3TypeConfig) GetBucket ¶
func (x *ObjectStoreS3TypeConfig) GetBucket() string
func (*ObjectStoreS3TypeConfig) GetKey ¶
func (x *ObjectStoreS3TypeConfig) GetKey() string
func (*ObjectStoreS3TypeConfig) GetRegion ¶
func (x *ObjectStoreS3TypeConfig) GetRegion() string
func (*ObjectStoreS3TypeConfig) GetSecret ¶
func (x *ObjectStoreS3TypeConfig) GetSecret() string
func (*ObjectStoreS3TypeConfig) ProtoMessage ¶
func (*ObjectStoreS3TypeConfig) ProtoMessage()
func (*ObjectStoreS3TypeConfig) ProtoReflect ¶
func (x *ObjectStoreS3TypeConfig) ProtoReflect() protoreflect.Message
func (*ObjectStoreS3TypeConfig) Reset ¶
func (x *ObjectStoreS3TypeConfig) Reset()
func (*ObjectStoreS3TypeConfig) String ¶
func (x *ObjectStoreS3TypeConfig) String() string
type ObjectStoreStatus ¶
type ObjectStoreStatus int32
const ( ObjectStoreStatus_OBJECT_STORE_STATUS_INVALID ObjectStoreStatus = 0 ObjectStoreStatus_OBJECT_STORE_STATUS_ACTIVE ObjectStoreStatus = 1 ObjectStoreStatus_OBJECT_STORE_STATUS_DISABLED ObjectStoreStatus = 2 )
func (ObjectStoreStatus) Descriptor ¶
func (ObjectStoreStatus) Descriptor() protoreflect.EnumDescriptor
func (ObjectStoreStatus) Enum ¶
func (x ObjectStoreStatus) Enum() *ObjectStoreStatus
func (ObjectStoreStatus) EnumDescriptor
deprecated
func (ObjectStoreStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ObjectStoreStatus.Descriptor instead.
func (ObjectStoreStatus) Number ¶
func (x ObjectStoreStatus) Number() protoreflect.EnumNumber
func (ObjectStoreStatus) String ¶
func (x ObjectStoreStatus) String() string
func (ObjectStoreStatus) Type ¶
func (ObjectStoreStatus) Type() protoreflect.EnumType
type ObjectStoreType ¶
type ObjectStoreType int32
const ( ObjectStoreType_OBJECT_STORE_TYPE_INVALID ObjectStoreType = 0 ObjectStoreType_OBJECT_STORE_TYPE_S_3 ObjectStoreType = 1 )
func (ObjectStoreType) Descriptor ¶
func (ObjectStoreType) Descriptor() protoreflect.EnumDescriptor
func (ObjectStoreType) Enum ¶
func (x ObjectStoreType) Enum() *ObjectStoreType
func (ObjectStoreType) EnumDescriptor
deprecated
func (ObjectStoreType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ObjectStoreType.Descriptor instead.
func (ObjectStoreType) Number ¶
func (x ObjectStoreType) Number() protoreflect.EnumNumber
func (ObjectStoreType) String ¶
func (x ObjectStoreType) String() string
func (ObjectStoreType) Type ¶
func (ObjectStoreType) Type() protoreflect.EnumType
type ObjectStoreTypeConfig ¶
type ObjectStoreTypeConfig struct { S3 *ObjectStoreS3TypeConfig `protobuf:"bytes,1,opt,name=s3,proto3" json:"s3,omitempty"` // contains filtered or unexported fields }
func (*ObjectStoreTypeConfig) Descriptor
deprecated
func (*ObjectStoreTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use ObjectStoreTypeConfig.ProtoReflect.Descriptor instead.
func (*ObjectStoreTypeConfig) GetS3 ¶
func (x *ObjectStoreTypeConfig) GetS3() *ObjectStoreS3TypeConfig
func (*ObjectStoreTypeConfig) ProtoMessage ¶
func (*ObjectStoreTypeConfig) ProtoMessage()
func (*ObjectStoreTypeConfig) ProtoReflect ¶
func (x *ObjectStoreTypeConfig) ProtoReflect() protoreflect.Message
func (*ObjectStoreTypeConfig) Reset ¶
func (x *ObjectStoreTypeConfig) Reset()
func (*ObjectStoreTypeConfig) String ¶
func (x *ObjectStoreTypeConfig) String() string
type Organization ¶
type Organization struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Domains []string `protobuf:"bytes,4,rep,name=domains,proto3" json:"domains,omitempty"` AdminUuids []string `protobuf:"bytes,5,rep,name=admin_uuids,json=adminUuids,proto3" json:"admin_uuids,omitempty"` Memberships []*Membership `protobuf:"bytes,6,rep,name=memberships,proto3" json:"memberships,omitempty"` Status OrganizationStatus `protobuf:"varint,7,opt,name=status,proto3,enum=nem.OrganizationStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,10,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,11,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetAdminUuids ¶
func (x *Organization) GetAdminUuids() []string
func (*Organization) GetCreatedAt ¶
func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
func (*Organization) GetCreatedByUuid ¶
func (x *Organization) GetCreatedByUuid() string
func (*Organization) GetDomains ¶
func (x *Organization) GetDomains() []string
func (*Organization) GetMemberships ¶
func (x *Organization) GetMemberships() []*Membership
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetStatus ¶
func (x *Organization) GetStatus() OrganizationStatus
func (*Organization) GetUpdatedAt ¶
func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp
func (*Organization) GetUpdatedByUuid ¶
func (x *Organization) GetUpdatedByUuid() string
func (*Organization) GetUuid ¶
func (x *Organization) GetUuid() string
func (*Organization) GetVersion ¶
func (x *Organization) GetVersion() int64
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationStatus ¶
type OrganizationStatus int32
const ( OrganizationStatus_ORGANIZATION_STATUS_INVALID OrganizationStatus = 0 OrganizationStatus_ORGANIZATION_STATUS_ACTIVE OrganizationStatus = 1 OrganizationStatus_ORGANIZATION_STATUS_DISABLED OrganizationStatus = 2 )
func (OrganizationStatus) Descriptor ¶
func (OrganizationStatus) Descriptor() protoreflect.EnumDescriptor
func (OrganizationStatus) Enum ¶
func (x OrganizationStatus) Enum() *OrganizationStatus
func (OrganizationStatus) EnumDescriptor
deprecated
func (OrganizationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrganizationStatus.Descriptor instead.
func (OrganizationStatus) Number ¶
func (x OrganizationStatus) Number() protoreflect.EnumNumber
func (OrganizationStatus) String ¶
func (x OrganizationStatus) String() string
func (OrganizationStatus) Type ¶
func (OrganizationStatus) Type() protoreflect.EnumType
type Project ¶
type Project struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` OwnerUuid string `protobuf:"bytes,7,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"` TeamUuid string `protobuf:"bytes,8,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"` ProjectExtensions []*ProjectExtension `protobuf:"bytes,9,rep,name=project_extensions,json=projectExtensions,proto3" json:"project_extensions,omitempty"` Status ProjectStatus `protobuf:"varint,10,opt,name=status,proto3,enum=nem.ProjectStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,13,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,14,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Project) Descriptor
deprecated
func (*Project) GetCreatedAt ¶
func (x *Project) GetCreatedAt() *timestamppb.Timestamp
func (*Project) GetCreatedByUuid ¶
func (*Project) GetDescription ¶
func (*Project) GetOwnerUuid ¶
func (*Project) GetProjectExtensions ¶
func (x *Project) GetProjectExtensions() []*ProjectExtension
func (*Project) GetStatus ¶
func (x *Project) GetStatus() ProjectStatus
func (*Project) GetTeamUuid ¶
func (*Project) GetUpdatedAt ¶
func (x *Project) GetUpdatedAt() *timestamppb.Timestamp
func (*Project) GetUpdatedByUuid ¶
func (*Project) GetVersion ¶
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
type ProjectExtension ¶
type ProjectExtension struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` ExtensionUuid string `protobuf:"bytes,2,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"` ExtensionVersionUuid string `protobuf:"bytes,3,opt,name=extension_version_uuid,json=extensionVersionUuid,proto3" json:"extension_version_uuid,omitempty"` ConfigurationEntityValues string `` /* 138-byte string literal not displayed */ Blocking bool `protobuf:"varint,5,opt,name=blocking,proto3" json:"blocking,omitempty"` Status ProjectExtensionStatus `protobuf:"varint,6,opt,name=status,proto3,enum=nem.ProjectExtensionStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ProjectExtension) Descriptor
deprecated
func (*ProjectExtension) Descriptor() ([]byte, []int)
Deprecated: Use ProjectExtension.ProtoReflect.Descriptor instead.
func (*ProjectExtension) GetBlocking ¶
func (x *ProjectExtension) GetBlocking() bool
func (*ProjectExtension) GetConfigurationEntityValues ¶
func (x *ProjectExtension) GetConfigurationEntityValues() string
func (*ProjectExtension) GetCreatedAt ¶
func (x *ProjectExtension) GetCreatedAt() *timestamppb.Timestamp
func (*ProjectExtension) GetCreatedByUuid ¶
func (x *ProjectExtension) GetCreatedByUuid() string
func (*ProjectExtension) GetExtensionUuid ¶
func (x *ProjectExtension) GetExtensionUuid() string
func (*ProjectExtension) GetExtensionVersionUuid ¶
func (x *ProjectExtension) GetExtensionVersionUuid() string
func (*ProjectExtension) GetStatus ¶
func (x *ProjectExtension) GetStatus() ProjectExtensionStatus
func (*ProjectExtension) GetUpdatedAt ¶
func (x *ProjectExtension) GetUpdatedAt() *timestamppb.Timestamp
func (*ProjectExtension) GetUpdatedByUuid ¶
func (x *ProjectExtension) GetUpdatedByUuid() string
func (*ProjectExtension) GetUuid ¶
func (x *ProjectExtension) GetUuid() string
func (*ProjectExtension) ProtoMessage ¶
func (*ProjectExtension) ProtoMessage()
func (*ProjectExtension) ProtoReflect ¶
func (x *ProjectExtension) ProtoReflect() protoreflect.Message
func (*ProjectExtension) Reset ¶
func (x *ProjectExtension) Reset()
func (*ProjectExtension) String ¶
func (x *ProjectExtension) String() string
type ProjectExtensionStatus ¶
type ProjectExtensionStatus int32
const ( ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_INVALID ProjectExtensionStatus = 0 ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_ACTIVE ProjectExtensionStatus = 1 ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_DISABLED ProjectExtensionStatus = 2 )
func (ProjectExtensionStatus) Descriptor ¶
func (ProjectExtensionStatus) Descriptor() protoreflect.EnumDescriptor
func (ProjectExtensionStatus) Enum ¶
func (x ProjectExtensionStatus) Enum() *ProjectExtensionStatus
func (ProjectExtensionStatus) EnumDescriptor
deprecated
func (ProjectExtensionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectExtensionStatus.Descriptor instead.
func (ProjectExtensionStatus) Number ¶
func (x ProjectExtensionStatus) Number() protoreflect.EnumNumber
func (ProjectExtensionStatus) String ¶
func (x ProjectExtensionStatus) String() string
func (ProjectExtensionStatus) Type ¶
func (ProjectExtensionStatus) Type() protoreflect.EnumType
type ProjectStatus ¶
type ProjectStatus int32
const ( ProjectStatus_PROJECT_STATUS_INVALID ProjectStatus = 0 ProjectStatus_PROJECT_STATUS_ACTIVE ProjectStatus = 1 ProjectStatus_PROJECT_STATUS_DISABLED ProjectStatus = 2 )
func (ProjectStatus) Descriptor ¶
func (ProjectStatus) Descriptor() protoreflect.EnumDescriptor
func (ProjectStatus) Enum ¶
func (x ProjectStatus) Enum() *ProjectStatus
func (ProjectStatus) EnumDescriptor
deprecated
func (ProjectStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectStatus.Descriptor instead.
func (ProjectStatus) Number ¶
func (x ProjectStatus) Number() protoreflect.EnumNumber
func (ProjectStatus) String ¶
func (x ProjectStatus) String() string
func (ProjectStatus) Type ¶
func (ProjectStatus) Type() protoreflect.EnumType
type ProjectVersion ¶
type ProjectVersion struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` ProjectUuid string `protobuf:"bytes,5,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"` Entities []*Entity `protobuf:"bytes,6,rep,name=entities,proto3" json:"entities,omitempty"` Relationships []*Relationship `protobuf:"bytes,7,rep,name=relationships,proto3" json:"relationships,omitempty"` Enums []*Enum `protobuf:"bytes,8,rep,name=enums,proto3" json:"enums,omitempty"` Services []*Service `protobuf:"bytes,9,rep,name=services,proto3" json:"services,omitempty"` BaseVersionUuid string `protobuf:"bytes,10,opt,name=base_version_uuid,json=baseVersionUuid,proto3" json:"base_version_uuid,omitempty"` ReviewStatus ProjectVersionReviewStatus `` /* 135-byte string literal not displayed */ Deployments []*ProjectVersionDeployment `protobuf:"bytes,12,rep,name=deployments,proto3" json:"deployments,omitempty"` Status ProjectVersionStatus `protobuf:"varint,13,opt,name=status,proto3,enum=nem.ProjectVersionStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ProjectVersion) Descriptor
deprecated
func (*ProjectVersion) Descriptor() ([]byte, []int)
Deprecated: Use ProjectVersion.ProtoReflect.Descriptor instead.
func (*ProjectVersion) GetBaseVersionUuid ¶
func (x *ProjectVersion) GetBaseVersionUuid() string
func (*ProjectVersion) GetCreatedAt ¶
func (x *ProjectVersion) GetCreatedAt() *timestamppb.Timestamp
func (*ProjectVersion) GetCreatedByUuid ¶
func (x *ProjectVersion) GetCreatedByUuid() string
func (*ProjectVersion) GetDeployments ¶
func (x *ProjectVersion) GetDeployments() []*ProjectVersionDeployment
func (*ProjectVersion) GetDescription ¶
func (x *ProjectVersion) GetDescription() string
func (*ProjectVersion) GetEntities ¶
func (x *ProjectVersion) GetEntities() []*Entity
func (*ProjectVersion) GetEnums ¶
func (x *ProjectVersion) GetEnums() []*Enum
func (*ProjectVersion) GetIdentifier ¶
func (x *ProjectVersion) GetIdentifier() string
func (*ProjectVersion) GetProjectUuid ¶
func (x *ProjectVersion) GetProjectUuid() string
func (*ProjectVersion) GetRelationships ¶
func (x *ProjectVersion) GetRelationships() []*Relationship
func (*ProjectVersion) GetReviewStatus ¶
func (x *ProjectVersion) GetReviewStatus() ProjectVersionReviewStatus
func (*ProjectVersion) GetServices ¶
func (x *ProjectVersion) GetServices() []*Service
func (*ProjectVersion) GetStatus ¶
func (x *ProjectVersion) GetStatus() ProjectVersionStatus
func (*ProjectVersion) GetUpdatedAt ¶
func (x *ProjectVersion) GetUpdatedAt() *timestamppb.Timestamp
func (*ProjectVersion) GetUpdatedByUuid ¶
func (x *ProjectVersion) GetUpdatedByUuid() string
func (*ProjectVersion) GetUuid ¶
func (x *ProjectVersion) GetUuid() string
func (*ProjectVersion) GetVersion ¶
func (x *ProjectVersion) GetVersion() int64
func (*ProjectVersion) ProtoMessage ¶
func (*ProjectVersion) ProtoMessage()
func (*ProjectVersion) ProtoReflect ¶
func (x *ProjectVersion) ProtoReflect() protoreflect.Message
func (*ProjectVersion) Reset ¶
func (x *ProjectVersion) Reset()
func (*ProjectVersion) String ¶
func (x *ProjectVersion) String() string
type ProjectVersionDeployment ¶
type ProjectVersionDeployment struct { EnviromentUuid string `protobuf:"bytes,1,opt,name=enviroment_uuid,json=enviromentUuid,proto3" json:"enviroment_uuid,omitempty"` Status ProjectVersionDeploymentStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nem.ProjectVersionDeploymentStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ProjectVersionDeployment) Descriptor
deprecated
func (*ProjectVersionDeployment) Descriptor() ([]byte, []int)
Deprecated: Use ProjectVersionDeployment.ProtoReflect.Descriptor instead.
func (*ProjectVersionDeployment) GetEnviromentUuid ¶
func (x *ProjectVersionDeployment) GetEnviromentUuid() string
func (*ProjectVersionDeployment) GetStatus ¶
func (x *ProjectVersionDeployment) GetStatus() ProjectVersionDeploymentStatus
func (*ProjectVersionDeployment) ProtoMessage ¶
func (*ProjectVersionDeployment) ProtoMessage()
func (*ProjectVersionDeployment) ProtoReflect ¶
func (x *ProjectVersionDeployment) ProtoReflect() protoreflect.Message
func (*ProjectVersionDeployment) Reset ¶
func (x *ProjectVersionDeployment) Reset()
func (*ProjectVersionDeployment) String ¶
func (x *ProjectVersionDeployment) String() string
type ProjectVersionDeploymentStatus ¶
type ProjectVersionDeploymentStatus int32
const ( ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID ProjectVersionDeploymentStatus = 0 ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED ProjectVersionDeploymentStatus = 1 ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED ProjectVersionDeploymentStatus = 2 ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED ProjectVersionDeploymentStatus = 3 ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED ProjectVersionDeploymentStatus = 4 ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK ProjectVersionDeploymentStatus = 5 )
func (ProjectVersionDeploymentStatus) Descriptor ¶
func (ProjectVersionDeploymentStatus) Descriptor() protoreflect.EnumDescriptor
func (ProjectVersionDeploymentStatus) Enum ¶
func (x ProjectVersionDeploymentStatus) Enum() *ProjectVersionDeploymentStatus
func (ProjectVersionDeploymentStatus) EnumDescriptor
deprecated
func (ProjectVersionDeploymentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectVersionDeploymentStatus.Descriptor instead.
func (ProjectVersionDeploymentStatus) Number ¶
func (x ProjectVersionDeploymentStatus) Number() protoreflect.EnumNumber
func (ProjectVersionDeploymentStatus) String ¶
func (x ProjectVersionDeploymentStatus) String() string
func (ProjectVersionDeploymentStatus) Type ¶
func (ProjectVersionDeploymentStatus) Type() protoreflect.EnumType
type ProjectVersionReviewStatus ¶
type ProjectVersionReviewStatus int32
const ( ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_INVALID ProjectVersionReviewStatus = 0 ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_DRAFT ProjectVersionReviewStatus = 1 ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW ProjectVersionReviewStatus = 2 ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_APPROVED ProjectVersionReviewStatus = 3 ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_REJECTED ProjectVersionReviewStatus = 4 ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_PUBLISHED ProjectVersionReviewStatus = 5 )
func (ProjectVersionReviewStatus) Descriptor ¶
func (ProjectVersionReviewStatus) Descriptor() protoreflect.EnumDescriptor
func (ProjectVersionReviewStatus) Enum ¶
func (x ProjectVersionReviewStatus) Enum() *ProjectVersionReviewStatus
func (ProjectVersionReviewStatus) EnumDescriptor
deprecated
func (ProjectVersionReviewStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectVersionReviewStatus.Descriptor instead.
func (ProjectVersionReviewStatus) Number ¶
func (x ProjectVersionReviewStatus) Number() protoreflect.EnumNumber
func (ProjectVersionReviewStatus) String ¶
func (x ProjectVersionReviewStatus) String() string
func (ProjectVersionReviewStatus) Type ¶
func (ProjectVersionReviewStatus) Type() protoreflect.EnumType
type ProjectVersionStatus ¶
type ProjectVersionStatus int32
const ( ProjectVersionStatus_PROJECT_VERSION_STATUS_INVALID ProjectVersionStatus = 0 ProjectVersionStatus_PROJECT_VERSION_STATUS_ACTIVE ProjectVersionStatus = 1 ProjectVersionStatus_PROJECT_VERSION_STATUS_DISABLED ProjectVersionStatus = 2 )
func (ProjectVersionStatus) Descriptor ¶
func (ProjectVersionStatus) Descriptor() protoreflect.EnumDescriptor
func (ProjectVersionStatus) Enum ¶
func (x ProjectVersionStatus) Enum() *ProjectVersionStatus
func (ProjectVersionStatus) EnumDescriptor
deprecated
func (ProjectVersionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectVersionStatus.Descriptor instead.
func (ProjectVersionStatus) Number ¶
func (x ProjectVersionStatus) Number() protoreflect.EnumNumber
func (ProjectVersionStatus) String ¶
func (x ProjectVersionStatus) String() string
func (ProjectVersionStatus) Type ¶
func (ProjectVersionStatus) Type() protoreflect.EnumType
type Relationship ¶
type Relationship struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Cardinality RelationshipCardinality `protobuf:"varint,5,opt,name=cardinality,proto3,enum=nem.RelationshipCardinality" json:"cardinality,omitempty"` From *RelationshipNode `protobuf:"bytes,6,opt,name=from,proto3" json:"from,omitempty"` To *RelationshipNode `protobuf:"bytes,7,opt,name=to,proto3" json:"to,omitempty"` UseForeignKey bool `protobuf:"varint,8,opt,name=use_foreign_key,json=useForeignKey,proto3" json:"use_foreign_key,omitempty"` Status RelationshipStatus `protobuf:"varint,9,opt,name=status,proto3,enum=nem.RelationshipStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,12,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,13,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Relationship) Descriptor
deprecated
func (*Relationship) Descriptor() ([]byte, []int)
Deprecated: Use Relationship.ProtoReflect.Descriptor instead.
func (*Relationship) GetCardinality ¶
func (x *Relationship) GetCardinality() RelationshipCardinality
func (*Relationship) GetCreatedAt ¶
func (x *Relationship) GetCreatedAt() *timestamppb.Timestamp
func (*Relationship) GetCreatedByUuid ¶
func (x *Relationship) GetCreatedByUuid() string
func (*Relationship) GetDescription ¶
func (x *Relationship) GetDescription() string
func (*Relationship) GetFrom ¶
func (x *Relationship) GetFrom() *RelationshipNode
func (*Relationship) GetIdentifier ¶
func (x *Relationship) GetIdentifier() string
func (*Relationship) GetStatus ¶
func (x *Relationship) GetStatus() RelationshipStatus
func (*Relationship) GetTo ¶
func (x *Relationship) GetTo() *RelationshipNode
func (*Relationship) GetUpdatedAt ¶
func (x *Relationship) GetUpdatedAt() *timestamppb.Timestamp
func (*Relationship) GetUpdatedByUuid ¶
func (x *Relationship) GetUpdatedByUuid() string
func (*Relationship) GetUseForeignKey ¶
func (x *Relationship) GetUseForeignKey() bool
func (*Relationship) GetUuid ¶
func (x *Relationship) GetUuid() string
func (*Relationship) GetVersion ¶
func (x *Relationship) GetVersion() int64
func (*Relationship) ProtoMessage ¶
func (*Relationship) ProtoMessage()
func (*Relationship) ProtoReflect ¶
func (x *Relationship) ProtoReflect() protoreflect.Message
func (*Relationship) Reset ¶
func (x *Relationship) Reset()
func (*Relationship) String ¶
func (x *Relationship) String() string
type RelationshipCardinality ¶
type RelationshipCardinality int32
const ( RelationshipCardinality_RELATIONSHIP_CARDINALITY_INVALID RelationshipCardinality = 0 RelationshipCardinality_RELATIONSHIP_CARDINALITY_ONE_TO_ONE RelationshipCardinality = 1 RelationshipCardinality_RELATIONSHIP_CARDINALITY_ONE_TO_MANY RelationshipCardinality = 2 )
func (RelationshipCardinality) Descriptor ¶
func (RelationshipCardinality) Descriptor() protoreflect.EnumDescriptor
func (RelationshipCardinality) Enum ¶
func (x RelationshipCardinality) Enum() *RelationshipCardinality
func (RelationshipCardinality) EnumDescriptor
deprecated
func (RelationshipCardinality) EnumDescriptor() ([]byte, []int)
Deprecated: Use RelationshipCardinality.Descriptor instead.
func (RelationshipCardinality) Number ¶
func (x RelationshipCardinality) Number() protoreflect.EnumNumber
func (RelationshipCardinality) String ¶
func (x RelationshipCardinality) String() string
func (RelationshipCardinality) Type ¶
func (RelationshipCardinality) Type() protoreflect.EnumType
type RelationshipNode ¶
type RelationshipNode struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Type RelationshipNodeType `protobuf:"varint,2,opt,name=type,proto3,enum=nem.RelationshipNodeType" json:"type,omitempty"` TypeConfig *RelationshipNodeTypeConfig `protobuf:"bytes,3,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,6,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,7,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*RelationshipNode) Descriptor
deprecated
func (*RelationshipNode) Descriptor() ([]byte, []int)
Deprecated: Use RelationshipNode.ProtoReflect.Descriptor instead.
func (*RelationshipNode) GetCreatedAt ¶
func (x *RelationshipNode) GetCreatedAt() *timestamppb.Timestamp
func (*RelationshipNode) GetCreatedByUuid ¶
func (x *RelationshipNode) GetCreatedByUuid() string
func (*RelationshipNode) GetType ¶
func (x *RelationshipNode) GetType() RelationshipNodeType
func (*RelationshipNode) GetTypeConfig ¶
func (x *RelationshipNode) GetTypeConfig() *RelationshipNodeTypeConfig
func (*RelationshipNode) GetUpdatedAt ¶
func (x *RelationshipNode) GetUpdatedAt() *timestamppb.Timestamp
func (*RelationshipNode) GetUpdatedByUuid ¶
func (x *RelationshipNode) GetUpdatedByUuid() string
func (*RelationshipNode) GetUuid ¶
func (x *RelationshipNode) GetUuid() string
func (*RelationshipNode) ProtoMessage ¶
func (*RelationshipNode) ProtoMessage()
func (*RelationshipNode) ProtoReflect ¶
func (x *RelationshipNode) ProtoReflect() protoreflect.Message
func (*RelationshipNode) Reset ¶
func (x *RelationshipNode) Reset()
func (*RelationshipNode) String ¶
func (x *RelationshipNode) String() string
type RelationshipNodeType ¶
type RelationshipNodeType int32
const ( RelationshipNodeType_RELATIONSHIP_NODE_TYPE_INVALID RelationshipNodeType = 0 RelationshipNodeType_RELATIONSHIP_NODE_TYPE_ENTITY RelationshipNodeType = 1 RelationshipNodeType_RELATIONSHIP_NODE_TYPE_SERVICE RelationshipNodeType = 2 )
func (RelationshipNodeType) Descriptor ¶
func (RelationshipNodeType) Descriptor() protoreflect.EnumDescriptor
func (RelationshipNodeType) Enum ¶
func (x RelationshipNodeType) Enum() *RelationshipNodeType
func (RelationshipNodeType) EnumDescriptor
deprecated
func (RelationshipNodeType) EnumDescriptor() ([]byte, []int)
Deprecated: Use RelationshipNodeType.Descriptor instead.
func (RelationshipNodeType) Number ¶
func (x RelationshipNodeType) Number() protoreflect.EnumNumber
func (RelationshipNodeType) String ¶
func (x RelationshipNodeType) String() string
func (RelationshipNodeType) Type ¶
func (RelationshipNodeType) Type() protoreflect.EnumType
type RelationshipNodeTypeConfig ¶
type RelationshipNodeTypeConfig struct { Entity *RelationshipNodeTypeEntityConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Service *RelationshipNodeTypeServiceConfig `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*RelationshipNodeTypeConfig) Descriptor
deprecated
func (*RelationshipNodeTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use RelationshipNodeTypeConfig.ProtoReflect.Descriptor instead.
func (*RelationshipNodeTypeConfig) GetEntity ¶
func (x *RelationshipNodeTypeConfig) GetEntity() *RelationshipNodeTypeEntityConfig
func (*RelationshipNodeTypeConfig) GetService ¶
func (x *RelationshipNodeTypeConfig) GetService() *RelationshipNodeTypeServiceConfig
func (*RelationshipNodeTypeConfig) ProtoMessage ¶
func (*RelationshipNodeTypeConfig) ProtoMessage()
func (*RelationshipNodeTypeConfig) ProtoReflect ¶
func (x *RelationshipNodeTypeConfig) ProtoReflect() protoreflect.Message
func (*RelationshipNodeTypeConfig) Reset ¶
func (x *RelationshipNodeTypeConfig) Reset()
func (*RelationshipNodeTypeConfig) String ¶
func (x *RelationshipNodeTypeConfig) String() string
type RelationshipNodeTypeEntityConfig ¶
type RelationshipNodeTypeEntityConfig struct { EntityUuid string `protobuf:"bytes,1,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"` FieldUuids []string `protobuf:"bytes,2,rep,name=field_uuids,json=fieldUuids,proto3" json:"field_uuids,omitempty"` FieldsGenerated bool `protobuf:"varint,3,opt,name=fields_generated,json=fieldsGenerated,proto3" json:"fields_generated,omitempty"` // contains filtered or unexported fields }
func (*RelationshipNodeTypeEntityConfig) Descriptor
deprecated
func (*RelationshipNodeTypeEntityConfig) Descriptor() ([]byte, []int)
Deprecated: Use RelationshipNodeTypeEntityConfig.ProtoReflect.Descriptor instead.
func (*RelationshipNodeTypeEntityConfig) GetEntityUuid ¶
func (x *RelationshipNodeTypeEntityConfig) GetEntityUuid() string
func (*RelationshipNodeTypeEntityConfig) GetFieldUuids ¶
func (x *RelationshipNodeTypeEntityConfig) GetFieldUuids() []string
func (*RelationshipNodeTypeEntityConfig) GetFieldsGenerated ¶
func (x *RelationshipNodeTypeEntityConfig) GetFieldsGenerated() bool
func (*RelationshipNodeTypeEntityConfig) ProtoMessage ¶
func (*RelationshipNodeTypeEntityConfig) ProtoMessage()
func (*RelationshipNodeTypeEntityConfig) ProtoReflect ¶
func (x *RelationshipNodeTypeEntityConfig) ProtoReflect() protoreflect.Message
func (*RelationshipNodeTypeEntityConfig) Reset ¶
func (x *RelationshipNodeTypeEntityConfig) Reset()
func (*RelationshipNodeTypeEntityConfig) String ¶
func (x *RelationshipNodeTypeEntityConfig) String() string
type RelationshipNodeTypeServiceConfig ¶
type RelationshipNodeTypeServiceConfig struct { ServiceUuid string `protobuf:"bytes,1,opt,name=service_uuid,json=serviceUuid,proto3" json:"service_uuid,omitempty"` // contains filtered or unexported fields }
func (*RelationshipNodeTypeServiceConfig) Descriptor
deprecated
func (*RelationshipNodeTypeServiceConfig) Descriptor() ([]byte, []int)
Deprecated: Use RelationshipNodeTypeServiceConfig.ProtoReflect.Descriptor instead.
func (*RelationshipNodeTypeServiceConfig) GetServiceUuid ¶
func (x *RelationshipNodeTypeServiceConfig) GetServiceUuid() string
func (*RelationshipNodeTypeServiceConfig) ProtoMessage ¶
func (*RelationshipNodeTypeServiceConfig) ProtoMessage()
func (*RelationshipNodeTypeServiceConfig) ProtoReflect ¶
func (x *RelationshipNodeTypeServiceConfig) ProtoReflect() protoreflect.Message
func (*RelationshipNodeTypeServiceConfig) Reset ¶
func (x *RelationshipNodeTypeServiceConfig) Reset()
func (*RelationshipNodeTypeServiceConfig) String ¶
func (x *RelationshipNodeTypeServiceConfig) String() string
type RelationshipStatus ¶
type RelationshipStatus int32
const ( RelationshipStatus_RELATIONSHIP_STATUS_INVALID RelationshipStatus = 0 RelationshipStatus_RELATIONSHIP_STATUS_ACTIVE RelationshipStatus = 1 RelationshipStatus_RELATIONSHIP_STATUS_DISABLED RelationshipStatus = 2 )
func (RelationshipStatus) Descriptor ¶
func (RelationshipStatus) Descriptor() protoreflect.EnumDescriptor
func (RelationshipStatus) Enum ¶
func (x RelationshipStatus) Enum() *RelationshipStatus
func (RelationshipStatus) EnumDescriptor
deprecated
func (RelationshipStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use RelationshipStatus.Descriptor instead.
func (RelationshipStatus) Number ¶
func (x RelationshipStatus) Number() protoreflect.EnumNumber
func (RelationshipStatus) String ¶
func (x RelationshipStatus) String() string
func (RelationshipStatus) Type ¶
func (RelationshipStatus) Type() protoreflect.EnumType
type ReviewConfig ¶
type ReviewConfig struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Types []ReviewConfigType `protobuf:"varint,2,rep,packed,name=types,proto3,enum=nem.ReviewConfigType" json:"types,omitempty"` UserRoles []ReviewConfigUserRole `` /* 126-byte string literal not displayed */ MinReviews int64 `protobuf:"varint,4,opt,name=min_reviews,json=minReviews,proto3" json:"min_reviews,omitempty"` Status ReviewConfigStatus `protobuf:"varint,5,opt,name=status,proto3,enum=nem.ReviewConfigStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*ReviewConfig) Descriptor
deprecated
func (*ReviewConfig) Descriptor() ([]byte, []int)
Deprecated: Use ReviewConfig.ProtoReflect.Descriptor instead.
func (*ReviewConfig) GetCreatedAt ¶
func (x *ReviewConfig) GetCreatedAt() *timestamppb.Timestamp
func (*ReviewConfig) GetCreatedByUuid ¶
func (x *ReviewConfig) GetCreatedByUuid() string
func (*ReviewConfig) GetMinReviews ¶
func (x *ReviewConfig) GetMinReviews() int64
func (*ReviewConfig) GetStatus ¶
func (x *ReviewConfig) GetStatus() ReviewConfigStatus
func (*ReviewConfig) GetTypes ¶
func (x *ReviewConfig) GetTypes() []ReviewConfigType
func (*ReviewConfig) GetUpdatedAt ¶
func (x *ReviewConfig) GetUpdatedAt() *timestamppb.Timestamp
func (*ReviewConfig) GetUpdatedByUuid ¶
func (x *ReviewConfig) GetUpdatedByUuid() string
func (*ReviewConfig) GetUserRoles ¶
func (x *ReviewConfig) GetUserRoles() []ReviewConfigUserRole
func (*ReviewConfig) GetUuid ¶
func (x *ReviewConfig) GetUuid() string
func (*ReviewConfig) ProtoMessage ¶
func (*ReviewConfig) ProtoMessage()
func (*ReviewConfig) ProtoReflect ¶
func (x *ReviewConfig) ProtoReflect() protoreflect.Message
func (*ReviewConfig) Reset ¶
func (x *ReviewConfig) Reset()
func (*ReviewConfig) String ¶
func (x *ReviewConfig) String() string
type ReviewConfigStatus ¶
type ReviewConfigStatus int32
const ( ReviewConfigStatus_REVIEW_CONFIG_STATUS_INVALID ReviewConfigStatus = 0 ReviewConfigStatus_REVIEW_CONFIG_STATUS_ACTIVE ReviewConfigStatus = 1 ReviewConfigStatus_REVIEW_CONFIG_STATUS_DISABLED ReviewConfigStatus = 2 )
func (ReviewConfigStatus) Descriptor ¶
func (ReviewConfigStatus) Descriptor() protoreflect.EnumDescriptor
func (ReviewConfigStatus) Enum ¶
func (x ReviewConfigStatus) Enum() *ReviewConfigStatus
func (ReviewConfigStatus) EnumDescriptor
deprecated
func (ReviewConfigStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReviewConfigStatus.Descriptor instead.
func (ReviewConfigStatus) Number ¶
func (x ReviewConfigStatus) Number() protoreflect.EnumNumber
func (ReviewConfigStatus) String ¶
func (x ReviewConfigStatus) String() string
func (ReviewConfigStatus) Type ¶
func (ReviewConfigStatus) Type() protoreflect.EnumType
type ReviewConfigType ¶
type ReviewConfigType int32
const ( ReviewConfigType_REVIEW_CONFIG_TYPE_INVALID ReviewConfigType = 0 ReviewConfigType_REVIEW_CONFIG_TYPE_DEFAULT ReviewConfigType = 1 ReviewConfigType_REVIEW_CONFIG_TYPE_PROJECT_VERSION ReviewConfigType = 2 ReviewConfigType_REVIEW_CONFIG_TYPE_EXTENSION_VERSION ReviewConfigType = 3 )
func (ReviewConfigType) Descriptor ¶
func (ReviewConfigType) Descriptor() protoreflect.EnumDescriptor
func (ReviewConfigType) Enum ¶
func (x ReviewConfigType) Enum() *ReviewConfigType
func (ReviewConfigType) EnumDescriptor
deprecated
func (ReviewConfigType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReviewConfigType.Descriptor instead.
func (ReviewConfigType) Number ¶
func (x ReviewConfigType) Number() protoreflect.EnumNumber
func (ReviewConfigType) String ¶
func (x ReviewConfigType) String() string
func (ReviewConfigType) Type ¶
func (ReviewConfigType) Type() protoreflect.EnumType
type ReviewConfigUserRole ¶
type ReviewConfigUserRole int32
const ( ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_INVALID ReviewConfigUserRole = 0 ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_ADMIN ReviewConfigUserRole = 1 ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DEVELOPER ReviewConfigUserRole = 2 ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DATA_MANAGER ReviewConfigUserRole = 3 ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DATA_ANALYST ReviewConfigUserRole = 4 ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_VIEWER ReviewConfigUserRole = 5 )
func (ReviewConfigUserRole) Descriptor ¶
func (ReviewConfigUserRole) Descriptor() protoreflect.EnumDescriptor
func (ReviewConfigUserRole) Enum ¶
func (x ReviewConfigUserRole) Enum() *ReviewConfigUserRole
func (ReviewConfigUserRole) EnumDescriptor
deprecated
func (ReviewConfigUserRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReviewConfigUserRole.Descriptor instead.
func (ReviewConfigUserRole) Number ¶
func (x ReviewConfigUserRole) Number() protoreflect.EnumNumber
func (ReviewConfigUserRole) String ¶
func (x ReviewConfigUserRole) String() string
func (ReviewConfigUserRole) Type ¶
func (ReviewConfigUserRole) Type() protoreflect.EnumType
type Service ¶
type Service struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Render *ElementRender `protobuf:"bytes,5,opt,name=render,proto3" json:"render,omitempty"` Status ServiceStatus `protobuf:"varint,6,opt,name=status,proto3,enum=nem.ServiceStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetCreatedAt ¶
func (x *Service) GetCreatedAt() *timestamppb.Timestamp
func (*Service) GetCreatedByUuid ¶
func (*Service) GetDescription ¶
func (*Service) GetIdentifier ¶
func (*Service) GetRender ¶
func (x *Service) GetRender() *ElementRender
func (*Service) GetStatus ¶
func (x *Service) GetStatus() ServiceStatus
func (*Service) GetUpdatedAt ¶
func (x *Service) GetUpdatedAt() *timestamppb.Timestamp
func (*Service) GetUpdatedByUuid ¶
func (*Service) GetVersion ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type ServiceStatus ¶
type ServiceStatus int32
const ( ServiceStatus_SERVICE_STATUS_INVALID ServiceStatus = 0 ServiceStatus_SERVICE_STATUS_ACTIVE ServiceStatus = 1 ServiceStatus_SERVICE_STATUS_DISABLED ServiceStatus = 2 )
func (ServiceStatus) Descriptor ¶
func (ServiceStatus) Descriptor() protoreflect.EnumDescriptor
func (ServiceStatus) Enum ¶
func (x ServiceStatus) Enum() *ServiceStatus
func (ServiceStatus) EnumDescriptor
deprecated
func (ServiceStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServiceStatus.Descriptor instead.
func (ServiceStatus) Number ¶
func (x ServiceStatus) Number() protoreflect.EnumNumber
func (ServiceStatus) String ¶
func (x ServiceStatus) String() string
func (ServiceStatus) Type ¶
func (ServiceStatus) Type() protoreflect.EnumType
type Store ¶
type Store struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Status StoreStatus `protobuf:"varint,4,opt,name=status,proto3,enum=nem.StoreStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,7,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,8,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Store) Descriptor
deprecated
func (*Store) GetCreatedAt ¶
func (x *Store) GetCreatedAt() *timestamppb.Timestamp
func (*Store) GetCreatedByUuid ¶
func (*Store) GetDescription ¶
func (*Store) GetIdentifier ¶
func (*Store) GetStatus ¶
func (x *Store) GetStatus() StoreStatus
func (*Store) GetUpdatedAt ¶
func (x *Store) GetUpdatedAt() *timestamppb.Timestamp
func (*Store) GetUpdatedByUuid ¶
func (*Store) ProtoMessage ¶
func (*Store) ProtoMessage()
func (*Store) ProtoReflect ¶
func (x *Store) ProtoReflect() protoreflect.Message
type StoreStatus ¶
type StoreStatus int32
const ( StoreStatus_STORE_STATUS_INVALID StoreStatus = 0 StoreStatus_STORE_STATUS_ACTIVE StoreStatus = 1 StoreStatus_STORE_STATUS_DISABLED StoreStatus = 2 )
func (StoreStatus) Descriptor ¶
func (StoreStatus) Descriptor() protoreflect.EnumDescriptor
func (StoreStatus) Enum ¶
func (x StoreStatus) Enum() *StoreStatus
func (StoreStatus) EnumDescriptor
deprecated
func (StoreStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use StoreStatus.Descriptor instead.
func (StoreStatus) Number ¶
func (x StoreStatus) Number() protoreflect.EnumNumber
func (StoreStatus) String ¶
func (x StoreStatus) String() string
func (StoreStatus) Type ¶
func (StoreStatus) Type() protoreflect.EnumType
type TcpIpConnectionTypeConfig ¶
type TcpIpConnectionTypeConfig struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Port string `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*TcpIpConnectionTypeConfig) Descriptor
deprecated
func (*TcpIpConnectionTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use TcpIpConnectionTypeConfig.ProtoReflect.Descriptor instead.
func (*TcpIpConnectionTypeConfig) GetHostname ¶
func (x *TcpIpConnectionTypeConfig) GetHostname() string
func (*TcpIpConnectionTypeConfig) GetPassword ¶
func (x *TcpIpConnectionTypeConfig) GetPassword() string
func (*TcpIpConnectionTypeConfig) GetPort ¶
func (x *TcpIpConnectionTypeConfig) GetPort() string
func (*TcpIpConnectionTypeConfig) GetUsername ¶
func (x *TcpIpConnectionTypeConfig) GetUsername() string
func (*TcpIpConnectionTypeConfig) ProtoMessage ¶
func (*TcpIpConnectionTypeConfig) ProtoMessage()
func (*TcpIpConnectionTypeConfig) ProtoReflect ¶
func (x *TcpIpConnectionTypeConfig) ProtoReflect() protoreflect.Message
func (*TcpIpConnectionTypeConfig) Reset ¶
func (x *TcpIpConnectionTypeConfig) Reset()
func (*TcpIpConnectionTypeConfig) String ¶
func (x *TcpIpConnectionTypeConfig) String() string
type TcpIpSshConnectionTypeConfig ¶
type TcpIpSshConnectionTypeConfig struct { SshHostname string `protobuf:"bytes,1,opt,name=ssh_hostname,json=sshHostname,proto3" json:"ssh_hostname,omitempty"` SshUsername string `protobuf:"bytes,2,opt,name=ssh_username,json=sshUsername,proto3" json:"ssh_username,omitempty"` SshPassword string `protobuf:"bytes,3,opt,name=ssh_password,json=sshPassword,proto3" json:"ssh_password,omitempty"` SshKeyFile string `protobuf:"bytes,4,opt,name=ssh_key_file,json=sshKeyFile,proto3" json:"ssh_key_file,omitempty"` UseSshKeyFile bool `protobuf:"varint,5,opt,name=use_ssh_key_file,json=useSshKeyFile,proto3" json:"use_ssh_key_file,omitempty"` Hostname string `protobuf:"bytes,6,opt,name=hostname,proto3" json:"hostname,omitempty"` Port string `protobuf:"bytes,7,opt,name=port,proto3" json:"port,omitempty"` Username string `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,9,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*TcpIpSshConnectionTypeConfig) Descriptor
deprecated
func (*TcpIpSshConnectionTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use TcpIpSshConnectionTypeConfig.ProtoReflect.Descriptor instead.
func (*TcpIpSshConnectionTypeConfig) GetHostname ¶
func (x *TcpIpSshConnectionTypeConfig) GetHostname() string
func (*TcpIpSshConnectionTypeConfig) GetPassword ¶
func (x *TcpIpSshConnectionTypeConfig) GetPassword() string
func (*TcpIpSshConnectionTypeConfig) GetPort ¶
func (x *TcpIpSshConnectionTypeConfig) GetPort() string
func (*TcpIpSshConnectionTypeConfig) GetSshHostname ¶
func (x *TcpIpSshConnectionTypeConfig) GetSshHostname() string
func (*TcpIpSshConnectionTypeConfig) GetSshKeyFile ¶
func (x *TcpIpSshConnectionTypeConfig) GetSshKeyFile() string
func (*TcpIpSshConnectionTypeConfig) GetSshPassword ¶
func (x *TcpIpSshConnectionTypeConfig) GetSshPassword() string
func (*TcpIpSshConnectionTypeConfig) GetSshUsername ¶
func (x *TcpIpSshConnectionTypeConfig) GetSshUsername() string
func (*TcpIpSshConnectionTypeConfig) GetUseSshKeyFile ¶
func (x *TcpIpSshConnectionTypeConfig) GetUseSshKeyFile() bool
func (*TcpIpSshConnectionTypeConfig) GetUsername ¶
func (x *TcpIpSshConnectionTypeConfig) GetUsername() string
func (*TcpIpSshConnectionTypeConfig) ProtoMessage ¶
func (*TcpIpSshConnectionTypeConfig) ProtoMessage()
func (*TcpIpSshConnectionTypeConfig) ProtoReflect ¶
func (x *TcpIpSshConnectionTypeConfig) ProtoReflect() protoreflect.Message
func (*TcpIpSshConnectionTypeConfig) Reset ¶
func (x *TcpIpSshConnectionTypeConfig) Reset()
func (*TcpIpSshConnectionTypeConfig) String ¶
func (x *TcpIpSshConnectionTypeConfig) String() string
type Team ¶
type Team struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Enviorments []*Enviorment `protobuf:"bytes,4,rep,name=enviorments,proto3" json:"enviorments,omitempty"` ReviewConfigs []*ReviewConfig `protobuf:"bytes,5,rep,name=review_configs,json=reviewConfigs,proto3" json:"review_configs,omitempty"` Memberships []*Membership `protobuf:"bytes,6,rep,name=memberships,proto3" json:"memberships,omitempty"` Stores []*Store `protobuf:"bytes,7,rep,name=stores,proto3" json:"stores,omitempty"` Connections []*Connection `protobuf:"bytes,8,rep,name=connections,proto3" json:"connections,omitempty"` ObjectStores []*ObjectStore `protobuf:"bytes,9,rep,name=object_stores,json=objectStores,proto3" json:"object_stores,omitempty"` OrganizationUuid string `protobuf:"bytes,10,opt,name=organization_uuid,json=organizationUuid,proto3" json:"organization_uuid,omitempty"` DefaultEntity *Entity `protobuf:"bytes,11,opt,name=default_entity,json=defaultEntity,proto3" json:"default_entity,omitempty"` Status TeamStatus `protobuf:"varint,12,opt,name=status,proto3,enum=nem.TeamStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,15,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,16,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Team) Descriptor
deprecated
func (*Team) GetConnections ¶
func (x *Team) GetConnections() []*Connection
func (*Team) GetCreatedAt ¶
func (x *Team) GetCreatedAt() *timestamppb.Timestamp
func (*Team) GetCreatedByUuid ¶
func (*Team) GetDefaultEntity ¶
func (*Team) GetEnviorments ¶
func (x *Team) GetEnviorments() []*Enviorment
func (*Team) GetMemberships ¶
func (x *Team) GetMemberships() []*Membership
func (*Team) GetObjectStores ¶
func (x *Team) GetObjectStores() []*ObjectStore
func (*Team) GetOrganizationUuid ¶
func (*Team) GetReviewConfigs ¶
func (x *Team) GetReviewConfigs() []*ReviewConfig
func (*Team) GetStatus ¶
func (x *Team) GetStatus() TeamStatus
func (*Team) GetUpdatedAt ¶
func (x *Team) GetUpdatedAt() *timestamppb.Timestamp
func (*Team) GetUpdatedByUuid ¶
func (*Team) GetVersion ¶
func (*Team) ProtoMessage ¶
func (*Team) ProtoMessage()
func (*Team) ProtoReflect ¶
func (x *Team) ProtoReflect() protoreflect.Message
type TeamStatus ¶
type TeamStatus int32
const ( TeamStatus_TEAM_STATUS_INVALID TeamStatus = 0 TeamStatus_TEAM_STATUS_ACTIVE TeamStatus = 1 TeamStatus_TEAM_STATUS_DISABLED TeamStatus = 2 )
func (TeamStatus) Descriptor ¶
func (TeamStatus) Descriptor() protoreflect.EnumDescriptor
func (TeamStatus) Enum ¶
func (x TeamStatus) Enum() *TeamStatus
func (TeamStatus) EnumDescriptor
deprecated
func (TeamStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TeamStatus.Descriptor instead.
func (TeamStatus) Number ¶
func (x TeamStatus) Number() protoreflect.EnumNumber
func (TeamStatus) String ¶
func (x TeamStatus) String() string
func (TeamStatus) Type ¶
func (TeamStatus) Type() protoreflect.EnumType
type UnimplementedNemServer ¶
type UnimplementedNemServer struct{}
UnimplementedNemServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedNemServer) CreateChangeRequest ¶
func (UnimplementedNemServer) CreateChangeRequest(context.Context, *CreateChangeRequestRequest) (*ChangeRequest, error)
func (UnimplementedNemServer) CreateExtension ¶
func (UnimplementedNemServer) CreateExtension(context.Context, *CreateExtensionRequest) (*Extension, error)
func (UnimplementedNemServer) CreateExtensionExecution ¶
func (UnimplementedNemServer) CreateExtensionExecution(context.Context, *CreateExtensionExecutionRequest) (*ExtensionExecution, error)
func (UnimplementedNemServer) CreateExtensionVersion ¶
func (UnimplementedNemServer) CreateExtensionVersion(context.Context, *CreateExtensionVersionRequest) (*ExtensionVersion, error)
func (UnimplementedNemServer) CreateOrganization ¶
func (UnimplementedNemServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*Organization, error)
func (UnimplementedNemServer) CreateProject ¶
func (UnimplementedNemServer) CreateProject(context.Context, *CreateProjectRequest) (*Project, error)
func (UnimplementedNemServer) CreateProjectVersion ¶
func (UnimplementedNemServer) CreateProjectVersion(context.Context, *CreateProjectVersionRequest) (*ProjectVersion, error)
func (UnimplementedNemServer) CreateTeam ¶
func (UnimplementedNemServer) CreateTeam(context.Context, *CreateTeamRequest) (*Team, error)
func (UnimplementedNemServer) CreateUser ¶
func (UnimplementedNemServer) CreateUser(context.Context, *CreateUserRequest) (*User, error)
func (UnimplementedNemServer) CreateUserConnection ¶
func (UnimplementedNemServer) CreateUserConnection(context.Context, *CreateUserConnectionRequest) (*UserConnection, error)
func (UnimplementedNemServer) CreateUserTeam ¶
func (UnimplementedNemServer) CreateUserTeam(context.Context, *CreateUserTeamRequest) (*UserTeam, error)
func (UnimplementedNemServer) ListChangeRequests ¶
func (UnimplementedNemServer) ListChangeRequests(context.Context, *ListChangeRequestsRequest) (*ListChangeRequestsResponse, error)
func (UnimplementedNemServer) ListExtensionExecutions ¶
func (UnimplementedNemServer) ListExtensionExecutions(context.Context, *ListExtensionExecutionsRequest) (*ListExtensionExecutionsResponse, error)
func (UnimplementedNemServer) ListExtensionVersions ¶
func (UnimplementedNemServer) ListExtensionVersions(context.Context, *ListExtensionVersionsRequest) (*ListExtensionVersionsResponse, error)
func (UnimplementedNemServer) ListExtensions ¶
func (UnimplementedNemServer) ListExtensions(context.Context, *ListExtensionsRequest) (*ListExtensionsResponse, error)
func (UnimplementedNemServer) ListOrganizations ¶
func (UnimplementedNemServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
func (UnimplementedNemServer) ListProjectVersions ¶
func (UnimplementedNemServer) ListProjectVersions(context.Context, *ListProjectVersionsRequest) (*ListProjectVersionsResponse, error)
func (UnimplementedNemServer) ListProjects ¶
func (UnimplementedNemServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
func (UnimplementedNemServer) ListTeams ¶
func (UnimplementedNemServer) ListTeams(context.Context, *ListTeamsRequest) (*ListTeamsResponse, error)
func (UnimplementedNemServer) ListUserConnections ¶
func (UnimplementedNemServer) ListUserConnections(context.Context, *ListUserConnectionsRequest) (*ListUserConnectionsResponse, error)
func (UnimplementedNemServer) ListUserTeams ¶
func (UnimplementedNemServer) ListUserTeams(context.Context, *ListUserTeamsRequest) (*ListUserTeamsResponse, error)
func (UnimplementedNemServer) ListUsers ¶
func (UnimplementedNemServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedNemServer) UpdateChangeRequest ¶
func (UnimplementedNemServer) UpdateChangeRequest(context.Context, *UpdateChangeRequestRequest) (*ChangeRequest, error)
func (UnimplementedNemServer) UpdateExtension ¶
func (UnimplementedNemServer) UpdateExtension(context.Context, *UpdateExtensionRequest) (*Extension, error)
func (UnimplementedNemServer) UpdateExtensionExecution ¶
func (UnimplementedNemServer) UpdateExtensionExecution(context.Context, *UpdateExtensionExecutionRequest) (*ExtensionExecution, error)
func (UnimplementedNemServer) UpdateExtensionVersion ¶
func (UnimplementedNemServer) UpdateExtensionVersion(context.Context, *UpdateExtensionVersionRequest) (*ExtensionVersion, error)
func (UnimplementedNemServer) UpdateOrganization ¶
func (UnimplementedNemServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*Organization, error)
func (UnimplementedNemServer) UpdateProject ¶
func (UnimplementedNemServer) UpdateProject(context.Context, *UpdateProjectRequest) (*Project, error)
func (UnimplementedNemServer) UpdateProjectVersion ¶
func (UnimplementedNemServer) UpdateProjectVersion(context.Context, *UpdateProjectVersionRequest) (*ProjectVersion, error)
func (UnimplementedNemServer) UpdateTeam ¶
func (UnimplementedNemServer) UpdateTeam(context.Context, *UpdateTeamRequest) (*Team, error)
func (UnimplementedNemServer) UpdateUser ¶
func (UnimplementedNemServer) UpdateUser(context.Context, *UpdateUserRequest) (*User, error)
func (UnimplementedNemServer) UpdateUserConnection ¶
func (UnimplementedNemServer) UpdateUserConnection(context.Context, *UpdateUserConnectionRequest) (*UserConnection, error)
func (UnimplementedNemServer) UpdateUserTeam ¶
func (UnimplementedNemServer) UpdateUserTeam(context.Context, *UpdateUserTeamRequest) (*UserTeam, error)
type UnsafeNemServer ¶
type UnsafeNemServer interface {
// contains filtered or unexported methods
}
UnsafeNemServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NemServer will result in compilation errors.
type UpdateChangeRequestRequest ¶
type UpdateChangeRequestRequest struct { ChangeRequest *ChangeRequest `protobuf:"bytes,1,opt,name=change_request,json=changeRequest,proto3" json:"change_request,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateChangeRequestRequest) Descriptor
deprecated
func (*UpdateChangeRequestRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateChangeRequestRequest.ProtoReflect.Descriptor instead.
func (*UpdateChangeRequestRequest) GetChangeRequest ¶
func (x *UpdateChangeRequestRequest) GetChangeRequest() *ChangeRequest
func (*UpdateChangeRequestRequest) GetUpdateMask ¶
func (x *UpdateChangeRequestRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateChangeRequestRequest) ProtoMessage ¶
func (*UpdateChangeRequestRequest) ProtoMessage()
func (*UpdateChangeRequestRequest) ProtoReflect ¶
func (x *UpdateChangeRequestRequest) ProtoReflect() protoreflect.Message
func (*UpdateChangeRequestRequest) Reset ¶
func (x *UpdateChangeRequestRequest) Reset()
func (*UpdateChangeRequestRequest) String ¶
func (x *UpdateChangeRequestRequest) String() string
type UpdateExtensionExecutionRequest ¶
type UpdateExtensionExecutionRequest struct { ExtensionExecution *ExtensionExecution `protobuf:"bytes,1,opt,name=extension_execution,json=extensionExecution,proto3" json:"extension_execution,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateExtensionExecutionRequest) Descriptor
deprecated
func (*UpdateExtensionExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateExtensionExecutionRequest.ProtoReflect.Descriptor instead.
func (*UpdateExtensionExecutionRequest) GetExtensionExecution ¶
func (x *UpdateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution
func (*UpdateExtensionExecutionRequest) GetUpdateMask ¶
func (x *UpdateExtensionExecutionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateExtensionExecutionRequest) ProtoMessage ¶
func (*UpdateExtensionExecutionRequest) ProtoMessage()
func (*UpdateExtensionExecutionRequest) ProtoReflect ¶
func (x *UpdateExtensionExecutionRequest) ProtoReflect() protoreflect.Message
func (*UpdateExtensionExecutionRequest) Reset ¶
func (x *UpdateExtensionExecutionRequest) Reset()
func (*UpdateExtensionExecutionRequest) String ¶
func (x *UpdateExtensionExecutionRequest) String() string
type UpdateExtensionRequest ¶
type UpdateExtensionRequest struct { Extension *Extension `protobuf:"bytes,1,opt,name=extension,proto3" json:"extension,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateExtensionRequest) Descriptor
deprecated
func (*UpdateExtensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateExtensionRequest.ProtoReflect.Descriptor instead.
func (*UpdateExtensionRequest) GetExtension ¶
func (x *UpdateExtensionRequest) GetExtension() *Extension
func (*UpdateExtensionRequest) GetUpdateMask ¶
func (x *UpdateExtensionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateExtensionRequest) ProtoMessage ¶
func (*UpdateExtensionRequest) ProtoMessage()
func (*UpdateExtensionRequest) ProtoReflect ¶
func (x *UpdateExtensionRequest) ProtoReflect() protoreflect.Message
func (*UpdateExtensionRequest) Reset ¶
func (x *UpdateExtensionRequest) Reset()
func (*UpdateExtensionRequest) String ¶
func (x *UpdateExtensionRequest) String() string
type UpdateExtensionVersionRequest ¶
type UpdateExtensionVersionRequest struct { ExtensionVersion *ExtensionVersion `protobuf:"bytes,1,opt,name=extension_version,json=extensionVersion,proto3" json:"extension_version,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateExtensionVersionRequest) Descriptor
deprecated
func (*UpdateExtensionVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateExtensionVersionRequest.ProtoReflect.Descriptor instead.
func (*UpdateExtensionVersionRequest) GetExtensionVersion ¶
func (x *UpdateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion
func (*UpdateExtensionVersionRequest) GetUpdateMask ¶
func (x *UpdateExtensionVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateExtensionVersionRequest) ProtoMessage ¶
func (*UpdateExtensionVersionRequest) ProtoMessage()
func (*UpdateExtensionVersionRequest) ProtoReflect ¶
func (x *UpdateExtensionVersionRequest) ProtoReflect() protoreflect.Message
func (*UpdateExtensionVersionRequest) Reset ¶
func (x *UpdateExtensionVersionRequest) Reset()
func (*UpdateExtensionVersionRequest) String ¶
func (x *UpdateExtensionVersionRequest) String() string
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetOrganization ¶
func (x *UpdateOrganizationRequest) GetOrganization() *Organization
func (*UpdateOrganizationRequest) GetUpdateMask ¶
func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationRequest) Reset ¶
func (x *UpdateOrganizationRequest) Reset()
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectRequest) Descriptor
deprecated
func (*UpdateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectRequest) GetProject ¶
func (x *UpdateProjectRequest) GetProject() *Project
func (*UpdateProjectRequest) GetUpdateMask ¶
func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateProjectRequest) ProtoMessage ¶
func (*UpdateProjectRequest) ProtoMessage()
func (*UpdateProjectRequest) ProtoReflect ¶
func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
func (*UpdateProjectRequest) Reset ¶
func (x *UpdateProjectRequest) Reset()
func (*UpdateProjectRequest) String ¶
func (x *UpdateProjectRequest) String() string
type UpdateProjectVersionRequest ¶
type UpdateProjectVersionRequest struct { ProjectVersion *ProjectVersion `protobuf:"bytes,1,opt,name=project_version,json=projectVersion,proto3" json:"project_version,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectVersionRequest) Descriptor
deprecated
func (*UpdateProjectVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectVersionRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectVersionRequest) GetProjectVersion ¶
func (x *UpdateProjectVersionRequest) GetProjectVersion() *ProjectVersion
func (*UpdateProjectVersionRequest) GetUpdateMask ¶
func (x *UpdateProjectVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateProjectVersionRequest) ProtoMessage ¶
func (*UpdateProjectVersionRequest) ProtoMessage()
func (*UpdateProjectVersionRequest) ProtoReflect ¶
func (x *UpdateProjectVersionRequest) ProtoReflect() protoreflect.Message
func (*UpdateProjectVersionRequest) Reset ¶
func (x *UpdateProjectVersionRequest) Reset()
func (*UpdateProjectVersionRequest) String ¶
func (x *UpdateProjectVersionRequest) String() string
type UpdateTeamRequest ¶
type UpdateTeamRequest struct { Team *Team `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateTeamRequest) Descriptor
deprecated
func (*UpdateTeamRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTeamRequest.ProtoReflect.Descriptor instead.
func (*UpdateTeamRequest) GetTeam ¶
func (x *UpdateTeamRequest) GetTeam() *Team
func (*UpdateTeamRequest) GetUpdateMask ¶
func (x *UpdateTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateTeamRequest) ProtoMessage ¶
func (*UpdateTeamRequest) ProtoMessage()
func (*UpdateTeamRequest) ProtoReflect ¶
func (x *UpdateTeamRequest) ProtoReflect() protoreflect.Message
func (*UpdateTeamRequest) Reset ¶
func (x *UpdateTeamRequest) Reset()
func (*UpdateTeamRequest) String ¶
func (x *UpdateTeamRequest) String() string
type UpdateUserConnectionRequest ¶
type UpdateUserConnectionRequest struct { UserConnection *UserConnection `protobuf:"bytes,1,opt,name=user_connection,json=userConnection,proto3" json:"user_connection,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserConnectionRequest) Descriptor
deprecated
func (*UpdateUserConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserConnectionRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserConnectionRequest) GetUpdateMask ¶
func (x *UpdateUserConnectionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserConnectionRequest) GetUserConnection ¶
func (x *UpdateUserConnectionRequest) GetUserConnection() *UserConnection
func (*UpdateUserConnectionRequest) ProtoMessage ¶
func (*UpdateUserConnectionRequest) ProtoMessage()
func (*UpdateUserConnectionRequest) ProtoReflect ¶
func (x *UpdateUserConnectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserConnectionRequest) Reset ¶
func (x *UpdateUserConnectionRequest) Reset()
func (*UpdateUserConnectionRequest) String ¶
func (x *UpdateUserConnectionRequest) String() string
type UpdateUserRequest ¶
type UpdateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserRequest) Descriptor
deprecated
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest) GetUpdateMask ¶
func (x *UpdateUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserRequest) GetUser ¶
func (x *UpdateUserRequest) GetUser() *User
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) ProtoReflect ¶
func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserRequest) Reset ¶
func (x *UpdateUserRequest) Reset()
func (*UpdateUserRequest) String ¶
func (x *UpdateUserRequest) String() string
type UpdateUserTeamRequest ¶
type UpdateUserTeamRequest struct { UserTeam *UserTeam `protobuf:"bytes,1,opt,name=user_team,json=userTeam,proto3" json:"user_team,omitempty"` // The list of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserTeamRequest) Descriptor
deprecated
func (*UpdateUserTeamRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserTeamRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserTeamRequest) GetUpdateMask ¶
func (x *UpdateUserTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserTeamRequest) GetUserTeam ¶
func (x *UpdateUserTeamRequest) GetUserTeam() *UserTeam
func (*UpdateUserTeamRequest) ProtoMessage ¶
func (*UpdateUserTeamRequest) ProtoMessage()
func (*UpdateUserTeamRequest) ProtoReflect ¶
func (x *UpdateUserTeamRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserTeamRequest) Reset ¶
func (x *UpdateUserTeamRequest) Reset()
func (*UpdateUserTeamRequest) String ¶
func (x *UpdateUserTeamRequest) String() string
type User ¶
type User struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` LastName string `protobuf:"bytes,4,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` UserType UserUserType `protobuf:"varint,6,opt,name=user_type,json=userType,proto3,enum=nem.UserUserType" json:"user_type,omitempty"` CountryIos2 string `protobuf:"bytes,7,opt,name=country_ios2,json=countryIos2,proto3" json:"country_ios2,omitempty"` Locale string `protobuf:"bytes,8,opt,name=locale,proto3" json:"locale,omitempty"` Metadata string `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` Status UserStatus `protobuf:"varint,10,opt,name=status,proto3,enum=nem.UserStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCountryIos2 ¶
func (*User) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) GetIdentifier ¶
func (*User) GetLastName ¶
func (*User) GetMetadata ¶
func (*User) GetStatus ¶
func (x *User) GetStatus() UserStatus
func (*User) GetUpdatedAt ¶
func (x *User) GetUpdatedAt() *timestamppb.Timestamp
func (*User) GetUserType ¶
func (x *User) GetUserType() UserUserType
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserConnection ¶
type UserConnection struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` UserUuid string `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"` ProjectUuid string `protobuf:"bytes,3,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"` ProjectVersionUuid string `protobuf:"bytes,4,opt,name=project_version_uuid,json=projectVersionUuid,proto3" json:"project_version_uuid,omitempty"` Type UserConnectionType `protobuf:"varint,5,opt,name=type,proto3,enum=nem.UserConnectionType" json:"type,omitempty"` TypeConfig *UserConnectionTypeConfig `protobuf:"bytes,6,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"` DbSchema string `protobuf:"bytes,7,opt,name=db_schema,json=dbSchema,proto3" json:"db_schema,omitempty"` Executions []*UserConnectionExecution `protobuf:"bytes,8,rep,name=executions,proto3" json:"executions,omitempty"` Status UserConnectionStatus `protobuf:"varint,9,opt,name=status,proto3,enum=nem.UserConnectionStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*UserConnection) Descriptor
deprecated
func (*UserConnection) Descriptor() ([]byte, []int)
Deprecated: Use UserConnection.ProtoReflect.Descriptor instead.
func (*UserConnection) GetCreatedAt ¶
func (x *UserConnection) GetCreatedAt() *timestamppb.Timestamp
func (*UserConnection) GetDbSchema ¶
func (x *UserConnection) GetDbSchema() string
func (*UserConnection) GetExecutions ¶
func (x *UserConnection) GetExecutions() []*UserConnectionExecution
func (*UserConnection) GetProjectUuid ¶
func (x *UserConnection) GetProjectUuid() string
func (*UserConnection) GetProjectVersionUuid ¶
func (x *UserConnection) GetProjectVersionUuid() string
func (*UserConnection) GetStatus ¶
func (x *UserConnection) GetStatus() UserConnectionStatus
func (*UserConnection) GetType ¶
func (x *UserConnection) GetType() UserConnectionType
func (*UserConnection) GetTypeConfig ¶
func (x *UserConnection) GetTypeConfig() *UserConnectionTypeConfig
func (*UserConnection) GetUpdatedAt ¶
func (x *UserConnection) GetUpdatedAt() *timestamppb.Timestamp
func (*UserConnection) GetUserUuid ¶
func (x *UserConnection) GetUserUuid() string
func (*UserConnection) GetUuid ¶
func (x *UserConnection) GetUuid() string
func (*UserConnection) ProtoMessage ¶
func (*UserConnection) ProtoMessage()
func (*UserConnection) ProtoReflect ¶
func (x *UserConnection) ProtoReflect() protoreflect.Message
func (*UserConnection) Reset ¶
func (x *UserConnection) Reset()
func (*UserConnection) String ¶
func (x *UserConnection) String() string
type UserConnectionExecution ¶
type UserConnectionExecution struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Status UserConnectionExecutionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nem.UserConnectionExecutionStatus" json:"status,omitempty"` ResultsPath string `protobuf:"bytes,3,opt,name=results_path,json=resultsPath,proto3" json:"results_path,omitempty"` NumResults int64 `protobuf:"varint,4,opt,name=num_results,json=numResults,proto3" json:"num_results,omitempty"` StartedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` FinishedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` EstimatedTime string `protobuf:"bytes,7,opt,name=estimated_time,json=estimatedTime,proto3" json:"estimated_time,omitempty"` UserMsg string `protobuf:"bytes,8,opt,name=user_msg,json=userMsg,proto3" json:"user_msg,omitempty"` // contains filtered or unexported fields }
func (*UserConnectionExecution) Descriptor
deprecated
func (*UserConnectionExecution) Descriptor() ([]byte, []int)
Deprecated: Use UserConnectionExecution.ProtoReflect.Descriptor instead.
func (*UserConnectionExecution) GetEstimatedTime ¶
func (x *UserConnectionExecution) GetEstimatedTime() string
func (*UserConnectionExecution) GetFinishedAt ¶
func (x *UserConnectionExecution) GetFinishedAt() *timestamppb.Timestamp
func (*UserConnectionExecution) GetNumResults ¶ added in v1.0.3
func (x *UserConnectionExecution) GetNumResults() int64
func (*UserConnectionExecution) GetResultsPath ¶
func (x *UserConnectionExecution) GetResultsPath() string
func (*UserConnectionExecution) GetStartedAt ¶
func (x *UserConnectionExecution) GetStartedAt() *timestamppb.Timestamp
func (*UserConnectionExecution) GetStatus ¶
func (x *UserConnectionExecution) GetStatus() UserConnectionExecutionStatus
func (*UserConnectionExecution) GetUserMsg ¶
func (x *UserConnectionExecution) GetUserMsg() string
func (*UserConnectionExecution) GetUuid ¶
func (x *UserConnectionExecution) GetUuid() string
func (*UserConnectionExecution) ProtoMessage ¶
func (*UserConnectionExecution) ProtoMessage()
func (*UserConnectionExecution) ProtoReflect ¶
func (x *UserConnectionExecution) ProtoReflect() protoreflect.Message
func (*UserConnectionExecution) Reset ¶
func (x *UserConnectionExecution) Reset()
func (*UserConnectionExecution) String ¶
func (x *UserConnectionExecution) String() string
type UserConnectionExecutionStatus ¶
type UserConnectionExecutionStatus int32
const ( UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_INVALID UserConnectionExecutionStatus = 0 UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED UserConnectionExecutionStatus = 1 UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_FAILED UserConnectionExecutionStatus = 2 UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_CANCELLED UserConnectionExecutionStatus = 3 )
func (UserConnectionExecutionStatus) Descriptor ¶
func (UserConnectionExecutionStatus) Descriptor() protoreflect.EnumDescriptor
func (UserConnectionExecutionStatus) Enum ¶
func (x UserConnectionExecutionStatus) Enum() *UserConnectionExecutionStatus
func (UserConnectionExecutionStatus) EnumDescriptor
deprecated
func (UserConnectionExecutionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserConnectionExecutionStatus.Descriptor instead.
func (UserConnectionExecutionStatus) Number ¶
func (x UserConnectionExecutionStatus) Number() protoreflect.EnumNumber
func (UserConnectionExecutionStatus) String ¶
func (x UserConnectionExecutionStatus) String() string
func (UserConnectionExecutionStatus) Type ¶
func (UserConnectionExecutionStatus) Type() protoreflect.EnumType
type UserConnectionLocalConfig ¶
type UserConnectionLocalConfig struct { IpAddress string `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"` DbType UserConnectionLocalConfigDbType `protobuf:"varint,2,opt,name=db_type,json=dbType,proto3,enum=nem.UserConnectionLocalConfigDbType" json:"db_type,omitempty"` // contains filtered or unexported fields }
func (*UserConnectionLocalConfig) Descriptor
deprecated
func (*UserConnectionLocalConfig) Descriptor() ([]byte, []int)
Deprecated: Use UserConnectionLocalConfig.ProtoReflect.Descriptor instead.
func (*UserConnectionLocalConfig) GetDbType ¶
func (x *UserConnectionLocalConfig) GetDbType() UserConnectionLocalConfigDbType
func (*UserConnectionLocalConfig) GetIpAddress ¶
func (x *UserConnectionLocalConfig) GetIpAddress() string
func (*UserConnectionLocalConfig) ProtoMessage ¶
func (*UserConnectionLocalConfig) ProtoMessage()
func (*UserConnectionLocalConfig) ProtoReflect ¶
func (x *UserConnectionLocalConfig) ProtoReflect() protoreflect.Message
func (*UserConnectionLocalConfig) Reset ¶
func (x *UserConnectionLocalConfig) Reset()
func (*UserConnectionLocalConfig) String ¶
func (x *UserConnectionLocalConfig) String() string
type UserConnectionLocalConfigDbType ¶
type UserConnectionLocalConfigDbType int32
const ( UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID UserConnectionLocalConfigDbType = 0 UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL UserConnectionLocalConfigDbType = 1 UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES UserConnectionLocalConfigDbType = 2 )
func (UserConnectionLocalConfigDbType) Descriptor ¶
func (UserConnectionLocalConfigDbType) Descriptor() protoreflect.EnumDescriptor
func (UserConnectionLocalConfigDbType) Enum ¶
func (x UserConnectionLocalConfigDbType) Enum() *UserConnectionLocalConfigDbType
func (UserConnectionLocalConfigDbType) EnumDescriptor
deprecated
func (UserConnectionLocalConfigDbType) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserConnectionLocalConfigDbType.Descriptor instead.
func (UserConnectionLocalConfigDbType) Number ¶
func (x UserConnectionLocalConfigDbType) Number() protoreflect.EnumNumber
func (UserConnectionLocalConfigDbType) String ¶
func (x UserConnectionLocalConfigDbType) String() string
func (UserConnectionLocalConfigDbType) Type ¶
func (UserConnectionLocalConfigDbType) Type() protoreflect.EnumType
type UserConnectionRemoteConfig ¶
type UserConnectionRemoteConfig struct { TeamUuid string `protobuf:"bytes,1,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"` StoreUuid string `protobuf:"bytes,2,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"` ConnectionUuid string `protobuf:"bytes,3,opt,name=connection_uuid,json=connectionUuid,proto3" json:"connection_uuid,omitempty"` // contains filtered or unexported fields }
func (*UserConnectionRemoteConfig) Descriptor
deprecated
func (*UserConnectionRemoteConfig) Descriptor() ([]byte, []int)
Deprecated: Use UserConnectionRemoteConfig.ProtoReflect.Descriptor instead.
func (*UserConnectionRemoteConfig) GetConnectionUuid ¶
func (x *UserConnectionRemoteConfig) GetConnectionUuid() string
func (*UserConnectionRemoteConfig) GetStoreUuid ¶
func (x *UserConnectionRemoteConfig) GetStoreUuid() string
func (*UserConnectionRemoteConfig) GetTeamUuid ¶
func (x *UserConnectionRemoteConfig) GetTeamUuid() string
func (*UserConnectionRemoteConfig) ProtoMessage ¶
func (*UserConnectionRemoteConfig) ProtoMessage()
func (*UserConnectionRemoteConfig) ProtoReflect ¶
func (x *UserConnectionRemoteConfig) ProtoReflect() protoreflect.Message
func (*UserConnectionRemoteConfig) Reset ¶
func (x *UserConnectionRemoteConfig) Reset()
func (*UserConnectionRemoteConfig) String ¶
func (x *UserConnectionRemoteConfig) String() string
type UserConnectionStatus ¶
type UserConnectionStatus int32
const ( UserConnectionStatus_USER_CONNECTION_STATUS_INVALID UserConnectionStatus = 0 UserConnectionStatus_USER_CONNECTION_STATUS_ACTIVE UserConnectionStatus = 1 UserConnectionStatus_USER_CONNECTION_STATUS_DISABLED UserConnectionStatus = 2 )
func (UserConnectionStatus) Descriptor ¶
func (UserConnectionStatus) Descriptor() protoreflect.EnumDescriptor
func (UserConnectionStatus) Enum ¶
func (x UserConnectionStatus) Enum() *UserConnectionStatus
func (UserConnectionStatus) EnumDescriptor
deprecated
func (UserConnectionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserConnectionStatus.Descriptor instead.
func (UserConnectionStatus) Number ¶
func (x UserConnectionStatus) Number() protoreflect.EnumNumber
func (UserConnectionStatus) String ¶
func (x UserConnectionStatus) String() string
func (UserConnectionStatus) Type ¶
func (UserConnectionStatus) Type() protoreflect.EnumType
type UserConnectionType ¶
type UserConnectionType int32
const ( UserConnectionType_USER_CONNECTION_TYPE_INVALID UserConnectionType = 0 UserConnectionType_USER_CONNECTION_TYPE_LOCAL UserConnectionType = 1 UserConnectionType_USER_CONNECTION_TYPE_REMOTE UserConnectionType = 2 )
func (UserConnectionType) Descriptor ¶
func (UserConnectionType) Descriptor() protoreflect.EnumDescriptor
func (UserConnectionType) Enum ¶
func (x UserConnectionType) Enum() *UserConnectionType
func (UserConnectionType) EnumDescriptor
deprecated
func (UserConnectionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserConnectionType.Descriptor instead.
func (UserConnectionType) Number ¶
func (x UserConnectionType) Number() protoreflect.EnumNumber
func (UserConnectionType) String ¶
func (x UserConnectionType) String() string
func (UserConnectionType) Type ¶
func (UserConnectionType) Type() protoreflect.EnumType
type UserConnectionTypeConfig ¶
type UserConnectionTypeConfig struct { Local *UserConnectionLocalConfig `protobuf:"bytes,1,opt,name=local,proto3" json:"local,omitempty"` Remote *UserConnectionRemoteConfig `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"` // contains filtered or unexported fields }
func (*UserConnectionTypeConfig) Descriptor
deprecated
func (*UserConnectionTypeConfig) Descriptor() ([]byte, []int)
Deprecated: Use UserConnectionTypeConfig.ProtoReflect.Descriptor instead.
func (*UserConnectionTypeConfig) GetLocal ¶
func (x *UserConnectionTypeConfig) GetLocal() *UserConnectionLocalConfig
func (*UserConnectionTypeConfig) GetRemote ¶
func (x *UserConnectionTypeConfig) GetRemote() *UserConnectionRemoteConfig
func (*UserConnectionTypeConfig) ProtoMessage ¶
func (*UserConnectionTypeConfig) ProtoMessage()
func (*UserConnectionTypeConfig) ProtoReflect ¶
func (x *UserConnectionTypeConfig) ProtoReflect() protoreflect.Message
func (*UserConnectionTypeConfig) Reset ¶
func (x *UserConnectionTypeConfig) Reset()
func (*UserConnectionTypeConfig) String ¶
func (x *UserConnectionTypeConfig) String() string
type UserStatus ¶
type UserStatus int32
const ( UserStatus_USER_STATUS_INVALID UserStatus = 0 UserStatus_USER_STATUS_ACTIVE UserStatus = 1 UserStatus_USER_STATUS_DISABLED UserStatus = 2 )
func (UserStatus) Descriptor ¶
func (UserStatus) Descriptor() protoreflect.EnumDescriptor
func (UserStatus) Enum ¶
func (x UserStatus) Enum() *UserStatus
func (UserStatus) EnumDescriptor
deprecated
func (UserStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserStatus.Descriptor instead.
func (UserStatus) Number ¶
func (x UserStatus) Number() protoreflect.EnumNumber
func (UserStatus) String ¶
func (x UserStatus) String() string
func (UserStatus) Type ¶
func (UserStatus) Type() protoreflect.EnumType
type UserTeam ¶
type UserTeam struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` UserUuid string `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"` UserEmail string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` TeamUuid string `protobuf:"bytes,4,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"` Roles []UserTeamRole `protobuf:"varint,5,rep,packed,name=roles,proto3,enum=nem.UserTeamRole" json:"roles,omitempty"` Status UserTeamStatus `protobuf:"varint,6,opt,name=status,proto3,enum=nem.UserTeamStatus" json:"status,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*UserTeam) Descriptor
deprecated
func (*UserTeam) GetCreatedAt ¶
func (x *UserTeam) GetCreatedAt() *timestamppb.Timestamp
func (*UserTeam) GetCreatedByUuid ¶
func (*UserTeam) GetRoles ¶
func (x *UserTeam) GetRoles() []UserTeamRole
func (*UserTeam) GetStatus ¶
func (x *UserTeam) GetStatus() UserTeamStatus
func (*UserTeam) GetTeamUuid ¶
func (*UserTeam) GetUpdatedAt ¶
func (x *UserTeam) GetUpdatedAt() *timestamppb.Timestamp
func (*UserTeam) GetUpdatedByUuid ¶
func (*UserTeam) GetUserEmail ¶
func (*UserTeam) GetUserUuid ¶
func (*UserTeam) ProtoMessage ¶
func (*UserTeam) ProtoMessage()
func (*UserTeam) ProtoReflect ¶
func (x *UserTeam) ProtoReflect() protoreflect.Message
type UserTeamRole ¶
type UserTeamRole int32
const ( UserTeamRole_USER_TEAM_ROLE_INVALID UserTeamRole = 0 UserTeamRole_USER_TEAM_ROLE_ADMIN UserTeamRole = 1 UserTeamRole_USER_TEAM_ROLE_DEVELOPER UserTeamRole = 2 UserTeamRole_USER_TEAM_ROLE_DATA_MANAGER UserTeamRole = 3 UserTeamRole_USER_TEAM_ROLE_DATA_ANALYST UserTeamRole = 4 UserTeamRole_USER_TEAM_ROLE_VIEWER UserTeamRole = 5 )
func (UserTeamRole) Descriptor ¶
func (UserTeamRole) Descriptor() protoreflect.EnumDescriptor
func (UserTeamRole) Enum ¶
func (x UserTeamRole) Enum() *UserTeamRole
func (UserTeamRole) EnumDescriptor
deprecated
func (UserTeamRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserTeamRole.Descriptor instead.
func (UserTeamRole) Number ¶
func (x UserTeamRole) Number() protoreflect.EnumNumber
func (UserTeamRole) String ¶
func (x UserTeamRole) String() string
func (UserTeamRole) Type ¶
func (UserTeamRole) Type() protoreflect.EnumType
type UserTeamStatus ¶
type UserTeamStatus int32
const ( UserTeamStatus_USER_TEAM_STATUS_INVALID UserTeamStatus = 0 UserTeamStatus_USER_TEAM_STATUS_ACTIVE UserTeamStatus = 1 UserTeamStatus_USER_TEAM_STATUS_DISABLED UserTeamStatus = 2 UserTeamStatus_USER_TEAM_STATUS_INVITED UserTeamStatus = 3 )
func (UserTeamStatus) Descriptor ¶
func (UserTeamStatus) Descriptor() protoreflect.EnumDescriptor
func (UserTeamStatus) Enum ¶
func (x UserTeamStatus) Enum() *UserTeamStatus
func (UserTeamStatus) EnumDescriptor
deprecated
func (UserTeamStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserTeamStatus.Descriptor instead.
func (UserTeamStatus) Number ¶
func (x UserTeamStatus) Number() protoreflect.EnumNumber
func (UserTeamStatus) String ¶
func (x UserTeamStatus) String() string
func (UserTeamStatus) Type ¶
func (UserTeamStatus) Type() protoreflect.EnumType
type UserUserType ¶
type UserUserType int32
const ( UserUserType_USER_USER_TYPE_INVALID UserUserType = 0 UserUserType_USER_USER_TYPE_ADMIN UserUserType = 1 UserUserType_USER_USER_TYPE_REGULAR UserUserType = 2 )
func (UserUserType) Descriptor ¶
func (UserUserType) Descriptor() protoreflect.EnumDescriptor
func (UserUserType) Enum ¶
func (x UserUserType) Enum() *UserUserType
func (UserUserType) EnumDescriptor
deprecated
func (UserUserType) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserUserType.Descriptor instead.
func (UserUserType) Number ¶
func (x UserUserType) Number() protoreflect.EnumNumber
func (UserUserType) String ¶
func (x UserUserType) String() string
func (UserUserType) Type ¶
func (UserUserType) Type() protoreflect.EnumType
type Visibility ¶
type Visibility struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` OrganizationUuids []string `protobuf:"bytes,3,rep,name=organization_uuids,json=organizationUuids,proto3" json:"organization_uuids,omitempty"` TeamUuids []string `protobuf:"bytes,4,rep,name=team_uuids,json=teamUuids,proto3" json:"team_uuids,omitempty"` UserUuids []string `protobuf:"bytes,5,rep,name=user_uuids,json=userUuids,proto3" json:"user_uuids,omitempty"` Roles []VisibilityRole `protobuf:"varint,6,rep,packed,name=roles,proto3,enum=nem.VisibilityRole" json:"roles,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CreatedByUuid string `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"` UpdatedByUuid string `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"` // contains filtered or unexported fields }
func (*Visibility) Descriptor
deprecated
func (*Visibility) Descriptor() ([]byte, []int)
Deprecated: Use Visibility.ProtoReflect.Descriptor instead.
func (*Visibility) GetCreatedAt ¶
func (x *Visibility) GetCreatedAt() *timestamppb.Timestamp
func (*Visibility) GetCreatedByUuid ¶
func (x *Visibility) GetCreatedByUuid() string
func (*Visibility) GetDescription ¶
func (x *Visibility) GetDescription() string
func (*Visibility) GetOrganizationUuids ¶
func (x *Visibility) GetOrganizationUuids() []string
func (*Visibility) GetRoles ¶
func (x *Visibility) GetRoles() []VisibilityRole
func (*Visibility) GetTeamUuids ¶
func (x *Visibility) GetTeamUuids() []string
func (*Visibility) GetUpdatedAt ¶
func (x *Visibility) GetUpdatedAt() *timestamppb.Timestamp
func (*Visibility) GetUpdatedByUuid ¶
func (x *Visibility) GetUpdatedByUuid() string
func (*Visibility) GetUserUuids ¶
func (x *Visibility) GetUserUuids() []string
func (*Visibility) GetUuid ¶
func (x *Visibility) GetUuid() string
func (*Visibility) ProtoMessage ¶
func (*Visibility) ProtoMessage()
func (*Visibility) ProtoReflect ¶
func (x *Visibility) ProtoReflect() protoreflect.Message
func (*Visibility) Reset ¶
func (x *Visibility) Reset()
func (*Visibility) String ¶
func (x *Visibility) String() string
type VisibilityRole ¶
type VisibilityRole int32
const ( VisibilityRole_VISIBILITY_ROLE_INVALID VisibilityRole = 0 VisibilityRole_VISIBILITY_ROLE_ADMIN VisibilityRole = 1 VisibilityRole_VISIBILITY_ROLE_DEVELOPER VisibilityRole = 2 VisibilityRole_VISIBILITY_ROLE_DATA_MANAGER VisibilityRole = 3 VisibilityRole_VISIBILITY_ROLE_DATA_ANALYST VisibilityRole = 4 VisibilityRole_VISIBILITY_ROLE_VIEWER VisibilityRole = 5 )
func (VisibilityRole) Descriptor ¶
func (VisibilityRole) Descriptor() protoreflect.EnumDescriptor
func (VisibilityRole) Enum ¶
func (x VisibilityRole) Enum() *VisibilityRole
func (VisibilityRole) EnumDescriptor
deprecated
func (VisibilityRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use VisibilityRole.Descriptor instead.
func (VisibilityRole) Number ¶
func (x VisibilityRole) Number() protoreflect.EnumNumber
func (VisibilityRole) String ¶
func (x VisibilityRole) String() string
func (VisibilityRole) Type ¶
func (VisibilityRole) Type() protoreflect.EnumType
Source Files
¶
- array_type_config.pb.go
- change_request.pb.go
- change_request_review.pb.go
- connection.pb.go
- connection_type_config.pb.go
- db_type_config.pb.go
- db_type_mysql_config.pb.go
- db_type_postgres_config.pb.go
- element_render.pb.go
- entity.pb.go
- entity_type_config.pb.go
- entity_type_dependent_config.pb.go
- entity_type_standalone_config.pb.go
- entity_version_config.pb.go
- entity_version_type_config.pb.go
- entity_version_type_entity_config.pb.go
- entity_version_type_field_config.pb.go
- enum.pb.go
- enum_value.pb.go
- enviorment.pb.go
- extension.pb.go
- extension_execution.pb.go
- extension_version.pb.go
- field.pb.go
- field_type_array_config.pb.go
- field_type_char_config.pb.go
- field_type_config.pb.go
- field_type_date_config.pb.go
- field_type_datetime_config.pb.go
- field_type_decimal_config.pb.go
- field_type_email_config.pb.go
- field_type_encrypted_config.pb.go
- field_type_enum_config.pb.go
- field_type_file_config.pb.go
- field_type_float_config.pb.go
- field_type_integer_config.pb.go
- field_type_json_config.pb.go
- field_type_phone_config.pb.go
- field_type_slug_config.pb.go
- field_type_text_config.pb.go
- field_type_url_config.pb.go
- field_type_varchar_config.pb.go
- file_object_storage_config.pb.go
- file_storage_config.pb.go
- index.pb.go
- index_field.pb.go
- membership.pb.go
- object_store.pb.go
- object_store_s_3_type_config.pb.go
- object_store_type_config.pb.go
- organization.pb.go
- project.pb.go
- project_extension.pb.go
- project_version.pb.go
- project_version_deployment.pb.go
- relationship.pb.go
- relationship_node.pb.go
- relationship_node_type_config.pb.go
- relationship_node_type_entity_config.pb.go
- relationship_node_type_service_config.pb.go
- review_config.pb.go
- service.pb.go
- service_nem.pb.go
- service_nem_grpc.pb.go
- store.pb.go
- tcp_ip_connection_type_config.pb.go
- tcp_ip_ssh_connection_type_config.pb.go
- team.pb.go
- user.pb.go
- user_connection.pb.go
- user_connection_execution.pb.go
- user_connection_local_config.pb.go
- user_connection_remote_config.pb.go
- user_connection_type_config.pb.go
- user_team.pb.go
- visibility.pb.go