Documentation ¶
Overview ¶
Package dynizer is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterDynizerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterDynizerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DynizerClient) error
- func RegisterDynizerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterDynizerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DynizerServer) error
- func RegisterDynizerServer(s grpc.ServiceRegistrar, srv DynizerServer)
- type Action
- type ActionInstanceRecord
- func (*ActionInstanceRecord) Descriptor() ([]byte, []int)deprecated
- func (x *ActionInstanceRecord) GetInstanceCellValues() []string
- func (x *ActionInstanceRecord) GetInstanceId() string
- func (*ActionInstanceRecord) ProtoMessage()
- func (x *ActionInstanceRecord) ProtoReflect() protoreflect.Message
- func (x *ActionInstanceRecord) Reset()
- func (x *ActionInstanceRecord) String() string
- type ActionInstanceRes
- func (*ActionInstanceRes) Descriptor() ([]byte, []int)deprecated
- func (x *ActionInstanceRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *ActionInstanceRes) GetResultRows() []*ActionInstanceRecord
- func (x *ActionInstanceRes) GetUserActionLabels() []*ResultLabel
- func (*ActionInstanceRes) ProtoMessage()
- func (x *ActionInstanceRes) ProtoReflect() protoreflect.Message
- func (x *ActionInstanceRes) Reset()
- func (x *ActionInstanceRes) String() string
- type ActionLabel
- func (*ActionLabel) Descriptor() ([]byte, []int)deprecated
- func (x *ActionLabel) GetActionLabelName() string
- func (x *ActionLabel) GetAlternativeDataTypes() []DataType
- func (x *ActionLabel) GetComponent() ComponentType
- func (x *ActionLabel) GetDefaultDataType() DataType
- func (x *ActionLabel) GetMaxOccurrence() uint32
- func (x *ActionLabel) GetMinOccurrence() uint32
- func (x *ActionLabel) GetShareName() string
- func (*ActionLabel) ProtoMessage()
- func (x *ActionLabel) ProtoReflect() protoreflect.Message
- func (x *ActionLabel) Reset()
- func (x *ActionLabel) String() string
- type ActionLabelLink
- func (*ActionLabelLink) Descriptor() ([]byte, []int)deprecated
- func (x *ActionLabelLink) GetLeftActionLabel() *ActionNameActionLabelName
- func (x *ActionLabelLink) GetLeftTotal() int64
- func (x *ActionLabelLink) GetRightActionLabel() *ActionNameActionLabelName
- func (x *ActionLabelLink) GetRightTotal() int64
- func (x *ActionLabelLink) GetSharedTotal() int64
- func (*ActionLabelLink) ProtoMessage()
- func (x *ActionLabelLink) ProtoReflect() protoreflect.Message
- func (x *ActionLabelLink) Reset()
- func (x *ActionLabelLink) String() string
- type ActionLabelReq
- func (*ActionLabelReq) Descriptor() ([]byte, []int)deprecated
- func (x *ActionLabelReq) GetActionLabel() string
- func (x *ActionLabelReq) GetActionName() string
- func (*ActionLabelReq) ProtoMessage()
- func (x *ActionLabelReq) ProtoReflect() protoreflect.Message
- func (x *ActionLabelReq) Reset()
- func (x *ActionLabelReq) String() string
- type ActionLabelSelector
- func (*ActionLabelSelector) Descriptor() ([]byte, []int)deprecated
- func (x *ActionLabelSelector) GetActionLabel() string
- func (x *ActionLabelSelector) GetActionName() string
- func (*ActionLabelSelector) ProtoMessage()
- func (x *ActionLabelSelector) ProtoReflect() protoreflect.Message
- func (x *ActionLabelSelector) Reset()
- func (x *ActionLabelSelector) String() string
- type ActionName
- type ActionNameActionLabelName
- func (*ActionNameActionLabelName) Descriptor() ([]byte, []int)deprecated
- func (x *ActionNameActionLabelName) GetActionLabelName() string
- func (x *ActionNameActionLabelName) GetActionName() string
- func (*ActionNameActionLabelName) ProtoMessage()
- func (x *ActionNameActionLabelName) ProtoReflect() protoreflect.Message
- func (x *ActionNameActionLabelName) Reset()
- func (x *ActionNameActionLabelName) String() string
- type ActionNameArrayRes
- func (*ActionNameArrayRes) Descriptor() ([]byte, []int)deprecated
- func (x *ActionNameArrayRes) GetActionNames() []string
- func (x *ActionNameArrayRes) GetTotalActions() int64
- func (*ActionNameArrayRes) ProtoMessage()
- func (x *ActionNameArrayRes) ProtoReflect() protoreflect.Message
- func (x *ActionNameArrayRes) Reset()
- func (x *ActionNameArrayRes) String() string
- type ActionReq
- type ActionRes
- type ActionTypeArrayRes
- func (*ActionTypeArrayRes) Descriptor() ([]byte, []int)deprecated
- func (x *ActionTypeArrayRes) GetActionTypeLabels() []string
- func (x *ActionTypeArrayRes) GetTotalActionTypes() int64
- func (*ActionTypeArrayRes) ProtoMessage()
- func (x *ActionTypeArrayRes) ProtoReflect() protoreflect.Message
- func (x *ActionTypeArrayRes) Reset()
- func (x *ActionTypeArrayRes) String() string
- type ActionTypeLabel
- type ActionTypeReq
- type ActionTypeRes
- func (*ActionTypeRes) Descriptor() ([]byte, []int)deprecated
- func (x *ActionTypeRes) GetActionType() int64
- func (x *ActionTypeRes) GetActionTypeLabel() string
- func (*ActionTypeRes) ProtoMessage()
- func (x *ActionTypeRes) ProtoReflect() protoreflect.Message
- func (x *ActionTypeRes) Reset()
- func (x *ActionTypeRes) String() string
- type AddActionLabelReq
- func (*AddActionLabelReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddActionLabelReq) GetActionLabelName() string
- func (x *AddActionLabelReq) GetActionName() string
- func (x *AddActionLabelReq) GetAlternativeDataTypes() []DataType
- func (x *AddActionLabelReq) GetComponent() ComponentType
- func (x *AddActionLabelReq) GetDefaultDataType() DataType
- func (x *AddActionLabelReq) GetIfNotExists() bool
- func (x *AddActionLabelReq) GetMaxOccurrence() uint32
- func (x *AddActionLabelReq) GetMinOccurrence() uint32
- func (x *AddActionLabelReq) GetShareName() string
- func (*AddActionLabelReq) ProtoMessage()
- func (x *AddActionLabelReq) ProtoReflect() protoreflect.Message
- func (x *AddActionLabelReq) Reset()
- func (x *AddActionLabelReq) String() string
- type AddInstanceActionLabelMetaDataReq
- func (*AddInstanceActionLabelMetaDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceActionLabelMetaDataReq) GetActionLabel() string
- func (x *AddInstanceActionLabelMetaDataReq) GetInstanceId() string
- func (x *AddInstanceActionLabelMetaDataReq) GetKeyName() string
- func (x *AddInstanceActionLabelMetaDataReq) GetSpecs() []*ValueSpec
- func (x *AddInstanceActionLabelMetaDataReq) GetValues() []string
- func (*AddInstanceActionLabelMetaDataReq) ProtoMessage()
- func (x *AddInstanceActionLabelMetaDataReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceActionLabelMetaDataReq) Reset()
- func (x *AddInstanceActionLabelMetaDataReq) String() string
- type AddInstanceActionLabelMetaDataValueReq
- func (*AddInstanceActionLabelMetaDataValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceActionLabelMetaDataValueReq) GetActionLabel() string
- func (x *AddInstanceActionLabelMetaDataValueReq) GetInstanceId() string
- func (x *AddInstanceActionLabelMetaDataValueReq) GetKeyName() string
- func (x *AddInstanceActionLabelMetaDataValueReq) GetSpec() *DataTypeFormat
- func (x *AddInstanceActionLabelMetaDataValueReq) GetValue() string
- func (*AddInstanceActionLabelMetaDataValueReq) ProtoMessage()
- func (x *AddInstanceActionLabelMetaDataValueReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceActionLabelMetaDataValueReq) Reset()
- func (x *AddInstanceActionLabelMetaDataValueReq) String() string
- type AddInstanceCellMetaDataReq
- func (*AddInstanceCellMetaDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceCellMetaDataReq) GetActionLabel() string
- func (x *AddInstanceCellMetaDataReq) GetInstanceId() string
- func (x *AddInstanceCellMetaDataReq) GetKeyName() string
- func (x *AddInstanceCellMetaDataReq) GetSpecs() []*ValueSpec
- func (x *AddInstanceCellMetaDataReq) GetValuePosition() uint32
- func (x *AddInstanceCellMetaDataReq) GetValues() []string
- func (*AddInstanceCellMetaDataReq) ProtoMessage()
- func (x *AddInstanceCellMetaDataReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceCellMetaDataReq) Reset()
- func (x *AddInstanceCellMetaDataReq) String() string
- type AddInstanceCellMetaDataValueReq
- func (*AddInstanceCellMetaDataValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceCellMetaDataValueReq) GetActionLabel() string
- func (x *AddInstanceCellMetaDataValueReq) GetInstanceId() string
- func (x *AddInstanceCellMetaDataValueReq) GetKeyName() string
- func (x *AddInstanceCellMetaDataValueReq) GetSpec() *DataTypeFormat
- func (x *AddInstanceCellMetaDataValueReq) GetValue() string
- func (x *AddInstanceCellMetaDataValueReq) GetValuePosition() uint32
- func (*AddInstanceCellMetaDataValueReq) ProtoMessage()
- func (x *AddInstanceCellMetaDataValueReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceCellMetaDataValueReq) Reset()
- func (x *AddInstanceCellMetaDataValueReq) String() string
- type AddInstanceMetaDataReq
- func (*AddInstanceMetaDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceMetaDataReq) GetInstanceId() string
- func (x *AddInstanceMetaDataReq) GetKeyName() string
- func (x *AddInstanceMetaDataReq) GetSpecs() []*ValueSpec
- func (x *AddInstanceMetaDataReq) GetValues() []string
- func (*AddInstanceMetaDataReq) ProtoMessage()
- func (x *AddInstanceMetaDataReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceMetaDataReq) Reset()
- func (x *AddInstanceMetaDataReq) String() string
- type AddInstanceMetaDataValueReq
- func (*AddInstanceMetaDataValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceMetaDataValueReq) GetInstanceId() string
- func (x *AddInstanceMetaDataValueReq) GetKeyName() string
- func (x *AddInstanceMetaDataValueReq) GetSpec() *DataTypeFormat
- func (x *AddInstanceMetaDataValueReq) GetValue() string
- func (*AddInstanceMetaDataValueReq) ProtoMessage()
- func (x *AddInstanceMetaDataValueReq) ProtoReflect() protoreflect.Message
- func (x *AddInstanceMetaDataValueReq) Reset()
- func (x *AddInstanceMetaDataValueReq) String() string
- type AddUserReq
- func (*AddUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserReq) GetDisabled() bool
- func (x *AddUserReq) GetPassword() string
- func (x *AddUserReq) GetRoles() []*DynizerRole
- func (x *AddUserReq) GetUser() string
- func (*AddUserReq) ProtoMessage()
- func (x *AddUserReq) ProtoReflect() protoreflect.Message
- func (x *AddUserReq) Reset()
- func (x *AddUserReq) String() string
- type BuilInstanceInsertRes
- type BulkInstanceInsertCloseReq
- type BulkInstanceInsertDataReq
- type BulkInstanceInsertStartReq
- type ChangePasswordReq
- func (*ChangePasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *ChangePasswordReq) GetNewPassword() string
- func (x *ChangePasswordReq) GetOldPassword() string
- func (*ChangePasswordReq) ProtoMessage()
- func (x *ChangePasswordReq) ProtoReflect() protoreflect.Message
- func (x *ChangePasswordReq) Reset()
- func (x *ChangePasswordReq) String() string
- type CheckActionLabelNameReq
- func (*CheckActionLabelNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *CheckActionLabelNameReq) GetActionLabel() string
- func (x *CheckActionLabelNameReq) GetActionName() string
- func (*CheckActionLabelNameReq) ProtoMessage()
- func (x *CheckActionLabelNameReq) ProtoReflect() protoreflect.Message
- func (x *CheckActionLabelNameReq) Reset()
- func (x *CheckActionLabelNameReq) String() string
- type CheckActionNameReq
- func (*CheckActionNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *CheckActionNameReq) GetActionName() string
- func (*CheckActionNameReq) ProtoMessage()
- func (x *CheckActionNameReq) ProtoReflect() protoreflect.Message
- func (x *CheckActionNameReq) Reset()
- func (x *CheckActionNameReq) String() string
- type CheckMetaDataKeyNameReq
- func (*CheckMetaDataKeyNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *CheckMetaDataKeyNameReq) GetKeyName() string
- func (*CheckMetaDataKeyNameReq) ProtoMessage()
- func (x *CheckMetaDataKeyNameReq) ProtoReflect() protoreflect.Message
- func (x *CheckMetaDataKeyNameReq) Reset()
- func (x *CheckMetaDataKeyNameReq) String() string
- type CheckPasswordReq
- type CheckPasswordRes
- func (*CheckPasswordRes) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPasswordRes) GetCrackTime() string
- func (x *CheckPasswordRes) GetFailReason() string
- func (x *CheckPasswordRes) GetStrength() uint32
- func (x *CheckPasswordRes) GetValid() bool
- func (*CheckPasswordRes) ProtoMessage()
- func (x *CheckPasswordRes) ProtoReflect() protoreflect.Message
- func (x *CheckPasswordRes) Reset()
- func (x *CheckPasswordRes) String() string
- type ClearObjectDataReq
- func (*ClearObjectDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *ClearObjectDataReq) GetObjectRef() *ObjectRef
- func (x *ClearObjectDataReq) GetRefUuid() stringdeprecated
- func (x *ClearObjectDataReq) GetType() ObjectDataTypedeprecated
- func (*ClearObjectDataReq) ProtoMessage()
- func (x *ClearObjectDataReq) ProtoReflect() protoreflect.Message
- func (x *ClearObjectDataReq) Reset()
- func (x *ClearObjectDataReq) String() string
- type ComponentType
- func (ComponentType) Descriptor() protoreflect.EnumDescriptor
- func (x ComponentType) Enum() *ComponentType
- func (ComponentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComponentType) Number() protoreflect.EnumNumber
- func (x ComponentType) String() string
- func (ComponentType) Type() protoreflect.EnumType
- type ComponentTypeUsage
- func (*ComponentTypeUsage) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentTypeUsage) GetComponentType() ComponentType
- func (x *ComponentTypeUsage) GetNumInstances() int64
- func (*ComponentTypeUsage) ProtoMessage()
- func (x *ComponentTypeUsage) ProtoReflect() protoreflect.Message
- func (x *ComponentTypeUsage) Reset()
- func (x *ComponentTypeUsage) String() string
- type ConfigKV
- func (*ConfigKV) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigKV) GetConfigKey() string
- func (m *ConfigKV) GetConfigValue() isConfigKV_ConfigValue
- func (x *ConfigKV) GetNumericValue() float32
- func (x *ConfigKV) GetStringValue() string
- func (*ConfigKV) ProtoMessage()
- func (x *ConfigKV) ProtoReflect() protoreflect.Message
- func (x *ConfigKV) Reset()
- func (x *ConfigKV) String() string
- type ConfigKV_NumericValue
- type ConfigKV_StringValue
- type CountActionReq
- type CountRes
- type CreateActionReq
- func (*CreateActionReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActionReq) GetActionLabels() []*ActionLabel
- func (x *CreateActionReq) GetActionName() string
- func (x *CreateActionReq) GetIfNotExists() bool
- func (*CreateActionReq) ProtoMessage()
- func (x *CreateActionReq) ProtoReflect() protoreflect.Message
- func (x *CreateActionReq) Reset()
- func (x *CreateActionReq) String() string
- type CreateActionTypeReq
- func (*CreateActionTypeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActionTypeReq) GetActionTypeLabel() string
- func (x *CreateActionTypeReq) GetIfNotExists() bool
- func (*CreateActionTypeReq) ProtoMessage()
- func (x *CreateActionTypeReq) ProtoReflect() protoreflect.Message
- func (x *CreateActionTypeReq) Reset()
- func (x *CreateActionTypeReq) String() string
- type CreateInstanceReq
- func (*CreateInstanceReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceReq) GetActionName() string
- func (x *CreateInstanceReq) GetInstanceElements() []*InstanceElement
- func (x *CreateInstanceReq) GetInstanceMetadata() []*MetaDataKeyValue
- func (*CreateInstanceReq) ProtoMessage()
- func (x *CreateInstanceReq) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceReq) Reset()
- func (x *CreateInstanceReq) String() string
- type CreateMetaDataKeyReq
- func (*CreateMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetaDataKeyReq) GetAlternativeDataTypes() []DataType
- func (x *CreateMetaDataKeyReq) GetDefaultDataType() DataType
- func (x *CreateMetaDataKeyReq) GetKeyName() string
- func (x *CreateMetaDataKeyReq) GetMaxOccurrence() uint32
- func (*CreateMetaDataKeyReq) ProtoMessage()
- func (x *CreateMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *CreateMetaDataKeyReq) Reset()
- func (x *CreateMetaDataKeyReq) String() string
- type CreateObjectReq
- type CreateShareNameReq
- func (*CreateShareNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateShareNameReq) GetIfNotExists() bool
- func (x *CreateShareNameReq) GetShareName() string
- func (*CreateShareNameReq) ProtoMessage()
- func (x *CreateShareNameReq) ProtoReflect() protoreflect.Message
- func (x *CreateShareNameReq) Reset()
- func (x *CreateShareNameReq) String() string
- type DDLResult
- type DQLParam
- func (*DQLParam) Descriptor() ([]byte, []int)deprecated
- func (x *DQLParam) GetBinaryValue() []byte
- func (x *DQLParam) GetIndex() uint32
- func (x *DQLParam) GetSpec() *DataTypeFormat
- func (x *DQLParam) GetStringValue() string
- func (m *DQLParam) GetValue() isDQLParam_Value
- func (*DQLParam) ProtoMessage()
- func (x *DQLParam) ProtoReflect() protoreflect.Message
- func (x *DQLParam) Reset()
- func (x *DQLParam) String() string
- type DQLParamDescription
- func (*DQLParamDescription) Descriptor() ([]byte, []int)deprecated
- func (x *DQLParamDescription) GetDataType() DataType
- func (x *DQLParamDescription) GetIndex() uint32
- func (*DQLParamDescription) ProtoMessage()
- func (x *DQLParamDescription) ProtoReflect() protoreflect.Message
- func (x *DQLParamDescription) Reset()
- func (x *DQLParamDescription) String() string
- type DQLParam_BinaryValue
- type DQLParam_StringValue
- type DQLReq
- func (*DQLReq) Descriptor() ([]byte, []int)deprecated
- func (x *DQLReq) GetDql() string
- func (x *DQLReq) GetParameters() []*DQLParam
- func (x *DQLReq) GetPortal() string
- func (x *DQLReq) GetStatement() string
- func (*DQLReq) ProtoMessage()
- func (x *DQLReq) ProtoReflect() protoreflect.Message
- func (x *DQLReq) Reset()
- func (x *DQLReq) String() string
- type DQLRes
- func (*DQLRes) Descriptor() ([]byte, []int)deprecated
- func (m *DQLRes) GetKind() isDQLRes_Kind
- func (x *DQLRes) GetRowsAffected() int64
- func (x *DQLRes) GetSelectResult() *SelectDQLResult
- func (*DQLRes) ProtoMessage()
- func (x *DQLRes) ProtoReflect() protoreflect.Message
- func (x *DQLRes) Reset()
- func (x *DQLRes) String() string
- type DQLRes_RowsAffected
- type DQLRes_SelectResult
- type DQLType
- type DataElement
- func (*DataElement) Descriptor() ([]byte, []int)deprecated
- func (x *DataElement) GetByComponentType() []*ComponentTypeUsage
- func (x *DataElement) GetContains() []string
- func (x *DataElement) GetDataType() DataType
- func (x *DataElement) GetNumInstances() int64
- func (x *DataElement) GetValue() string
- func (*DataElement) ProtoMessage()
- func (x *DataElement) ProtoReflect() protoreflect.Message
- func (x *DataElement) Reset()
- func (x *DataElement) String() string
- type DataType
- type DataTypeFormat
- func (*DataTypeFormat) Descriptor() ([]byte, []int)deprecated
- func (x *DataTypeFormat) GetDataType() DataType
- func (x *DataTypeFormat) GetFormat() string
- func (*DataTypeFormat) ProtoMessage()
- func (x *DataTypeFormat) ProtoReflect() protoreflect.Message
- func (x *DataTypeFormat) Reset()
- func (x *DataTypeFormat) String() string
- type DeactivateMetaDataKeyReq
- func (*DeactivateMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateMetaDataKeyReq) GetKeyName() string
- func (*DeactivateMetaDataKeyReq) ProtoMessage()
- func (x *DeactivateMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *DeactivateMetaDataKeyReq) Reset()
- func (x *DeactivateMetaDataKeyReq) String() string
- type DeleteActionReq
- func (*DeleteActionReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteActionReq) GetActionName() string
- func (x *DeleteActionReq) GetCascade() bool
- func (*DeleteActionReq) ProtoMessage()
- func (x *DeleteActionReq) ProtoReflect() protoreflect.Message
- func (x *DeleteActionReq) Reset()
- func (x *DeleteActionReq) String() string
- type DeleteActionTypeReq
- func (*DeleteActionTypeReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteActionTypeReq) GetActionTypeLabel() string
- func (x *DeleteActionTypeReq) GetCascade() bool
- func (*DeleteActionTypeReq) ProtoMessage()
- func (x *DeleteActionTypeReq) ProtoReflect() protoreflect.Message
- func (x *DeleteActionTypeReq) Reset()
- func (x *DeleteActionTypeReq) String() string
- type DeleteMetaDataKeyReq
- func (*DeleteMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMetaDataKeyReq) GetCascade() bool
- func (x *DeleteMetaDataKeyReq) GetKeyName() string
- func (*DeleteMetaDataKeyReq) ProtoMessage()
- func (x *DeleteMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *DeleteMetaDataKeyReq) Reset()
- func (x *DeleteMetaDataKeyReq) String() string
- type DeleteObjectReq
- func (*DeleteObjectReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteObjectReq) GetObjectRef() *ObjectRef
- func (x *DeleteObjectReq) GetRefUuid() stringdeprecated
- func (x *DeleteObjectReq) GetType() stringdeprecated
- func (*DeleteObjectReq) ProtoMessage()
- func (x *DeleteObjectReq) ProtoReflect() protoreflect.Message
- func (x *DeleteObjectReq) Reset()
- func (x *DeleteObjectReq) String() string
- type DeleteShareNameValueReq
- func (*DeleteShareNameValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteShareNameValueReq) GetCurrentValue() string
- func (x *DeleteShareNameValueReq) GetDataType() DataType
- func (x *DeleteShareNameValueReq) GetShareName() string
- func (*DeleteShareNameValueReq) ProtoMessage()
- func (x *DeleteShareNameValueReq) ProtoReflect() protoreflect.Message
- func (x *DeleteShareNameValueReq) Reset()
- func (x *DeleteShareNameValueReq) String() string
- type DownloadObjectDataReq
- func (*DownloadObjectDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadObjectDataReq) GetObjectRef() *ObjectRef
- func (x *DownloadObjectDataReq) GetRefUuid() stringdeprecated
- func (x *DownloadObjectDataReq) GetType() stringdeprecated
- func (*DownloadObjectDataReq) ProtoMessage()
- func (x *DownloadObjectDataReq) ProtoReflect() protoreflect.Message
- func (x *DownloadObjectDataReq) Reset()
- func (x *DownloadObjectDataReq) String() string
- type DownloadObjectDataRes
- func (*DownloadObjectDataRes) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadObjectDataRes) GetContentType() string
- func (x *DownloadObjectDataRes) GetData() []byte
- func (*DownloadObjectDataRes) ProtoMessage()
- func (x *DownloadObjectDataRes) ProtoReflect() protoreflect.Message
- func (x *DownloadObjectDataRes) Reset()
- func (x *DownloadObjectDataRes) String() string
- type DynizerClient
- type DynizerRole
- type DynizerServer
- type Dynizer_StreamInstancesClient
- type Dynizer_StreamInstancesServer
- type Dynizer_StreamObjectDataInClient
- type Dynizer_StreamObjectDataInServer
- type Dynizer_StreamObjectDataOutClient
- type Dynizer_StreamObjectDataOutServer
- type EmptyReq
- type EmptyRes
- type ErrorArg
- func (*ErrorArg) Descriptor() ([]byte, []int)deprecated
- func (m *ErrorArg) GetArg() isErrorArg_Arg
- func (x *ErrorArg) GetBoolArg() bool
- func (x *ErrorArg) GetBytesArg() []byte
- func (x *ErrorArg) GetDoubleArg() float64
- func (x *ErrorArg) GetIntArg() int64
- func (x *ErrorArg) GetStringArg() string
- func (*ErrorArg) ProtoMessage()
- func (x *ErrorArg) ProtoReflect() protoreflect.Message
- func (x *ErrorArg) Reset()
- func (x *ErrorArg) String() string
- type ErrorArg_BoolArg
- type ErrorArg_BytesArg
- type ErrorArg_DoubleArg
- type ErrorArg_IntArg
- type ErrorArg_StringArg
- type ErrorMeta
- func (*ErrorMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorMeta) GetArgs() []*ErrorArg
- func (x *ErrorMeta) GetDynizerCode() int64
- func (x *ErrorMeta) GetOriginalError() string
- func (x *ErrorMeta) GetUuid() string
- func (*ErrorMeta) ProtoMessage()
- func (x *ErrorMeta) ProtoReflect() protoreflect.Message
- func (x *ErrorMeta) Reset()
- func (x *ErrorMeta) String() string
- type ErrorResponse
- func (*ErrorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorResponse) GetArgs() []*ErrorArg
- func (x *ErrorResponse) GetDetail() string
- func (x *ErrorResponse) GetReference() string
- func (x *ErrorResponse) GetStatus() int32
- func (x *ErrorResponse) GetTitle() string
- func (x *ErrorResponse) GetType() string
- func (*ErrorResponse) ProtoMessage()
- func (x *ErrorResponse) ProtoReflect() protoreflect.Message
- func (x *ErrorResponse) Reset()
- func (x *ErrorResponse) String() string
- type ExportUserActionsReq
- func (*ExportUserActionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ExportUserActionsReq) GetActions() []string
- func (*ExportUserActionsReq) ProtoMessage()
- func (x *ExportUserActionsReq) ProtoReflect() protoreflect.Message
- func (x *ExportUserActionsReq) Reset()
- func (x *ExportUserActionsReq) String() string
- type ExportUserActionsRes
- func (*ExportUserActionsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ExportUserActionsRes) GetActions() []*Action
- func (*ExportUserActionsRes) ProtoMessage()
- func (x *ExportUserActionsRes) ProtoReflect() protoreflect.Message
- func (x *ExportUserActionsRes) Reset()
- func (x *ExportUserActionsRes) String() string
- type FilterQueryReq
- func (*FilterQueryReq) Descriptor() ([]byte, []int)deprecated
- func (x *FilterQueryReq) GetActions() []string
- func (x *FilterQueryReq) GetFilters() []*InstanceFilter
- func (*FilterQueryReq) ProtoMessage()
- func (x *FilterQueryReq) ProtoReflect() protoreflect.Message
- func (x *FilterQueryReq) Reset()
- func (x *FilterQueryReq) String() string
- type FilteredPlotReq
- func (*FilteredPlotReq) Descriptor() ([]byte, []int)deprecated
- func (x *FilteredPlotReq) GetActions() []string
- func (x *FilteredPlotReq) GetComponentTypes() []ComponentType
- func (x *FilteredPlotReq) GetDataTypes() []DataType
- func (x *FilteredPlotReq) GetFilters() []*InstanceFilter
- func (x *FilteredPlotReq) GetPlotName() string
- func (x *FilteredPlotReq) GetTop() int64
- func (*FilteredPlotReq) ProtoMessage()
- func (x *FilteredPlotReq) ProtoReflect() protoreflect.Message
- func (x *FilteredPlotReq) Reset()
- func (x *FilteredPlotReq) String() string
- type FindActionLabelLinksReq
- func (*FindActionLabelLinksReq) Descriptor() ([]byte, []int)deprecated
- func (x *FindActionLabelLinksReq) GetActionNames() []string
- func (*FindActionLabelLinksReq) ProtoMessage()
- func (x *FindActionLabelLinksReq) ProtoReflect() protoreflect.Message
- func (x *FindActionLabelLinksReq) Reset()
- func (x *FindActionLabelLinksReq) String() string
- type FindActionLabelLinksRes
- func (*FindActionLabelLinksRes) Descriptor() ([]byte, []int)deprecated
- func (x *FindActionLabelLinksRes) GetLinks() []*ActionLabelLink
- func (*FindActionLabelLinksRes) ProtoMessage()
- func (x *FindActionLabelLinksRes) ProtoReflect() protoreflect.Message
- func (x *FindActionLabelLinksRes) Reset()
- func (x *FindActionLabelLinksRes) String() string
- type GetDynizerConfigurationRes
- func (*GetDynizerConfigurationRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetDynizerConfigurationRes) GetConfigKeyValues() []*ConfigKV
- func (*GetDynizerConfigurationRes) ProtoMessage()
- func (x *GetDynizerConfigurationRes) ProtoReflect() protoreflect.Message
- func (x *GetDynizerConfigurationRes) Reset()
- func (x *GetDynizerConfigurationRes) String() string
- type GetInstanceCellMetaDataKeyRes
- func (*GetInstanceCellMetaDataKeyRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceCellMetaDataKeyRes) GetActionLabel() string
- func (x *GetInstanceCellMetaDataKeyRes) GetInstanceId() string
- func (x *GetInstanceCellMetaDataKeyRes) GetMetaData() *MetaDataOut
- func (x *GetInstanceCellMetaDataKeyRes) GetValuePosition() uint32
- func (*GetInstanceCellMetaDataKeyRes) ProtoMessage()
- func (x *GetInstanceCellMetaDataKeyRes) ProtoReflect() protoreflect.Message
- func (x *GetInstanceCellMetaDataKeyRes) Reset()
- func (x *GetInstanceCellMetaDataKeyRes) String() string
- type GetInstanceMetaDataKeyRes
- func (*GetInstanceMetaDataKeyRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceMetaDataKeyRes) GetInstanceId() string
- func (x *GetInstanceMetaDataKeyRes) GetMetaData() *MetaDataOut
- func (*GetInstanceMetaDataKeyRes) ProtoMessage()
- func (x *GetInstanceMetaDataKeyRes) ProtoReflect() protoreflect.Message
- func (x *GetInstanceMetaDataKeyRes) Reset()
- func (x *GetInstanceMetaDataKeyRes) String() string
- type GetTopNDataElementsReq
- func (*GetTopNDataElementsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTopNDataElementsReq) GetActions() []string
- func (x *GetTopNDataElementsReq) GetComponentTypes() []ComponentType
- func (x *GetTopNDataElementsReq) GetDataTypes() []DataType
- func (x *GetTopNDataElementsReq) GetFilters() []*InstanceFilter
- func (x *GetTopNDataElementsReq) GetTop() int64
- func (*GetTopNDataElementsReq) ProtoMessage()
- func (x *GetTopNDataElementsReq) ProtoReflect() protoreflect.Message
- func (x *GetTopNDataElementsReq) Reset()
- func (x *GetTopNDataElementsReq) String() string
- type GetTopNDataElementsRes
- func (*GetTopNDataElementsRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetTopNDataElementsRes) GetWhat() []*TopNDataElement
- func (x *GetTopNDataElementsRes) GetWhen() []*TopNDataElement
- func (x *GetTopNDataElementsRes) GetWhere() []*TopNDataElement
- func (x *GetTopNDataElementsRes) GetWho() []*TopNDataElement
- func (*GetTopNDataElementsRes) ProtoMessage()
- func (x *GetTopNDataElementsRes) ProtoReflect() protoreflect.Message
- func (x *GetTopNDataElementsRes) Reset()
- func (x *GetTopNDataElementsRes) String() string
- type ImportUserActionsReq
- func (*ImportUserActionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ImportUserActionsReq) GetActions() []*Action
- func (x *ImportUserActionsReq) GetIfNotExists() bool
- func (*ImportUserActionsReq) ProtoMessage()
- func (x *ImportUserActionsReq) ProtoReflect() protoreflect.Message
- func (x *ImportUserActionsReq) Reset()
- func (x *ImportUserActionsReq) String() string
- type InstanceActionLabelMetaDataKeyReq
- func (*InstanceActionLabelMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceActionLabelMetaDataKeyReq) GetActionLabel() string
- func (x *InstanceActionLabelMetaDataKeyReq) GetInstanceId() string
- func (x *InstanceActionLabelMetaDataKeyReq) GetKeyName() string
- func (*InstanceActionLabelMetaDataKeyReq) ProtoMessage()
- func (x *InstanceActionLabelMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *InstanceActionLabelMetaDataKeyReq) Reset()
- func (x *InstanceActionLabelMetaDataKeyReq) String() string
- type InstanceActionLabelMetaDataReq
- func (*InstanceActionLabelMetaDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceActionLabelMetaDataReq) GetActionLabel() string
- func (x *InstanceActionLabelMetaDataReq) GetInstanceId() string
- func (*InstanceActionLabelMetaDataReq) ProtoMessage()
- func (x *InstanceActionLabelMetaDataReq) ProtoReflect() protoreflect.Message
- func (x *InstanceActionLabelMetaDataReq) Reset()
- func (x *InstanceActionLabelMetaDataReq) String() string
- type InstanceActionLabelMetaDataValueReq
- func (*InstanceActionLabelMetaDataValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceActionLabelMetaDataValueReq) GetActionLabel() string
- func (x *InstanceActionLabelMetaDataValueReq) GetInstanceId() string
- func (x *InstanceActionLabelMetaDataValueReq) GetKeyName() string
- func (x *InstanceActionLabelMetaDataValueReq) GetSpec() *DataTypeFormat
- func (x *InstanceActionLabelMetaDataValueReq) GetValue() string
- func (*InstanceActionLabelMetaDataValueReq) ProtoMessage()
- func (x *InstanceActionLabelMetaDataValueReq) ProtoReflect() protoreflect.Message
- func (x *InstanceActionLabelMetaDataValueReq) Reset()
- func (x *InstanceActionLabelMetaDataValueReq) String() string
- type InstanceCellMetaDataKeyReq
- func (*InstanceCellMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceCellMetaDataKeyReq) GetActionLabel() string
- func (x *InstanceCellMetaDataKeyReq) GetInstanceId() string
- func (x *InstanceCellMetaDataKeyReq) GetKeyName() string
- func (x *InstanceCellMetaDataKeyReq) GetValuePosition() uint32
- func (*InstanceCellMetaDataKeyReq) ProtoMessage()
- func (x *InstanceCellMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *InstanceCellMetaDataKeyReq) Reset()
- func (x *InstanceCellMetaDataKeyReq) String() string
- type InstanceCellMetaDataKeyValueReq
- func (*InstanceCellMetaDataKeyValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceCellMetaDataKeyValueReq) GetActionLabel() string
- func (x *InstanceCellMetaDataKeyValueReq) GetInstanceId() string
- func (x *InstanceCellMetaDataKeyValueReq) GetKeyName() string
- func (x *InstanceCellMetaDataKeyValueReq) GetSpec() *DataTypeFormat
- func (x *InstanceCellMetaDataKeyValueReq) GetValue() string
- func (x *InstanceCellMetaDataKeyValueReq) GetValuePosition() uint32
- func (*InstanceCellMetaDataKeyValueReq) ProtoMessage()
- func (x *InstanceCellMetaDataKeyValueReq) ProtoReflect() protoreflect.Message
- func (x *InstanceCellMetaDataKeyValueReq) Reset()
- func (x *InstanceCellMetaDataKeyValueReq) String() string
- type InstanceCellMetaDataReq
- func (*InstanceCellMetaDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceCellMetaDataReq) GetActionLabel() string
- func (x *InstanceCellMetaDataReq) GetInstanceId() string
- func (x *InstanceCellMetaDataReq) GetValuePosition() uint32
- func (*InstanceCellMetaDataReq) ProtoMessage()
- func (x *InstanceCellMetaDataReq) ProtoReflect() protoreflect.Message
- func (x *InstanceCellMetaDataReq) Reset()
- func (x *InstanceCellMetaDataReq) String() string
- type InstanceElement
- func (*InstanceElement) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceElement) GetActionLabel() string
- func (x *InstanceElement) GetMetaData() []*InstanceElementMetaData
- func (x *InstanceElement) GetSpecs() []*ValueSpec
- func (x *InstanceElement) GetValues() []string
- func (*InstanceElement) ProtoMessage()
- func (x *InstanceElement) ProtoReflect() protoreflect.Message
- func (x *InstanceElement) Reset()
- func (x *InstanceElement) String() string
- type InstanceElementMetaData
- func (*InstanceElementMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceElementMetaData) GetMetaDataKeyValues() *MetaDataKeyValue
- func (x *InstanceElementMetaData) GetPosition() uint32
- func (*InstanceElementMetaData) ProtoMessage()
- func (x *InstanceElementMetaData) ProtoReflect() protoreflect.Message
- func (x *InstanceElementMetaData) Reset()
- func (x *InstanceElementMetaData) String() string
- type InstanceFilter
- func (*InstanceFilter) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceFilter) GetActionLabelName() string
- func (x *InstanceFilter) GetComponentType() ComponentType
- func (x *InstanceFilter) GetValues() []string
- func (*InstanceFilter) ProtoMessage()
- func (x *InstanceFilter) ProtoReflect() protoreflect.Message
- func (x *InstanceFilter) Reset()
- func (x *InstanceFilter) String() string
- type InstanceIDRes
- type InstanceMetaDataKeyReq
- func (*InstanceMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceMetaDataKeyReq) GetInstanceId() string
- func (x *InstanceMetaDataKeyReq) GetKeyName() string
- func (*InstanceMetaDataKeyReq) ProtoMessage()
- func (x *InstanceMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *InstanceMetaDataKeyReq) Reset()
- func (x *InstanceMetaDataKeyReq) String() string
- type InstanceMetaDataKeyValueReq
- func (*InstanceMetaDataKeyValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceMetaDataKeyValueReq) GetInstanceId() string
- func (x *InstanceMetaDataKeyValueReq) GetKeyName() string
- func (x *InstanceMetaDataKeyValueReq) GetSpec() *DataTypeFormat
- func (x *InstanceMetaDataKeyValueReq) GetValue() string
- func (*InstanceMetaDataKeyValueReq) ProtoMessage()
- func (x *InstanceMetaDataKeyValueReq) ProtoReflect() protoreflect.Message
- func (x *InstanceMetaDataKeyValueReq) Reset()
- func (x *InstanceMetaDataKeyValueReq) String() string
- type InstanceReq
- type InstanceRes
- func (*InstanceRes) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceRes) GetActionLabels() []*ResultLabel
- func (x *InstanceRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *InstanceRes) GetInstanceCellValues() []string
- func (x *InstanceRes) GetInstanceId() string
- func (*InstanceRes) ProtoMessage()
- func (x *InstanceRes) ProtoReflect() protoreflect.Message
- func (x *InstanceRes) Reset()
- func (x *InstanceRes) String() string
- type InstanceUpdateElementCell
- func (*InstanceUpdateElementCell) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceUpdateElementCell) GetActionLabel() string
- func (x *InstanceUpdateElementCell) GetOverride() *DataTypeFormat
- func (x *InstanceUpdateElementCell) GetValue() string
- func (x *InstanceUpdateElementCell) GetValuePosition() uint32
- func (*InstanceUpdateElementCell) ProtoMessage()
- func (x *InstanceUpdateElementCell) ProtoReflect() protoreflect.Message
- func (x *InstanceUpdateElementCell) Reset()
- func (x *InstanceUpdateElementCell) String() string
- type LabelRes
- type ListActionNamesWindowReq
- func (*ListActionNamesWindowReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListActionNamesWindowReq) GetActionTypeLabel() string
- func (x *ListActionNamesWindowReq) GetOrderDirection() SortOrder
- func (x *ListActionNamesWindowReq) GetOrderField() OrderField
- func (x *ListActionNamesWindowReq) GetWindow() *Window
- func (*ListActionNamesWindowReq) ProtoMessage()
- func (x *ListActionNamesWindowReq) ProtoReflect() protoreflect.Message
- func (x *ListActionNamesWindowReq) Reset()
- func (x *ListActionNamesWindowReq) String() string
- type ListInstanceCellMetaDataRes
- func (*ListInstanceCellMetaDataRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstanceCellMetaDataRes) GetActionLabel() string
- func (x *ListInstanceCellMetaDataRes) GetInstanceId() string
- func (x *ListInstanceCellMetaDataRes) GetMetaData() []*MetaDataOut
- func (x *ListInstanceCellMetaDataRes) GetTotalMetaDataEntries() int64
- func (x *ListInstanceCellMetaDataRes) GetValuePosition() uint32
- func (*ListInstanceCellMetaDataRes) ProtoMessage()
- func (x *ListInstanceCellMetaDataRes) ProtoReflect() protoreflect.Message
- func (x *ListInstanceCellMetaDataRes) Reset()
- func (x *ListInstanceCellMetaDataRes) String() string
- type ListInstanceMetaDataRes
- func (*ListInstanceMetaDataRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstanceMetaDataRes) GetInstanceId() string
- func (x *ListInstanceMetaDataRes) GetMetaData() []*MetaDataOut
- func (x *ListInstanceMetaDataRes) GetTotalMetaDataEntries() int64
- func (*ListInstanceMetaDataRes) ProtoMessage()
- func (x *ListInstanceMetaDataRes) ProtoReflect() protoreflect.Message
- func (x *ListInstanceMetaDataRes) Reset()
- func (x *ListInstanceMetaDataRes) String() string
- type ListMetaDataKeyLinksReq
- func (*ListMetaDataKeyLinksReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetaDataKeyLinksReq) GetKeyName() string
- func (x *ListMetaDataKeyLinksReq) GetWindow() *Window
- func (*ListMetaDataKeyLinksReq) ProtoMessage()
- func (x *ListMetaDataKeyLinksReq) ProtoReflect() protoreflect.Message
- func (x *ListMetaDataKeyLinksReq) Reset()
- func (x *ListMetaDataKeyLinksReq) String() string
- type ListMetaDataKeysReq
- func (*ListMetaDataKeysReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetaDataKeysReq) GetWindow() *Window
- func (*ListMetaDataKeysReq) ProtoMessage()
- func (x *ListMetaDataKeysReq) ProtoReflect() protoreflect.Message
- func (x *ListMetaDataKeysReq) Reset()
- func (x *ListMetaDataKeysReq) String() string
- type ListRolesRes
- func (*ListRolesRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListRolesRes) GetRoles() []*DynizerRole
- func (x *ListRolesRes) GetTotalRoles() int64
- func (*ListRolesRes) ProtoMessage()
- func (x *ListRolesRes) ProtoReflect() protoreflect.Message
- func (x *ListRolesRes) Reset()
- func (x *ListRolesRes) String() string
- type ListUserRolesRes
- func (*ListUserRolesRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserRolesRes) GetRoles() []*DynizerRole
- func (x *ListUserRolesRes) GetTotalRoles() int64
- func (*ListUserRolesRes) ProtoMessage()
- func (x *ListUserRolesRes) ProtoReflect() protoreflect.Message
- func (x *ListUserRolesRes) Reset()
- func (x *ListUserRolesRes) String() string
- type ListUsersRes
- func (*ListUsersRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRes) GetTotalUsers() int64
- func (x *ListUsersRes) GetUsers() []*User
- func (*ListUsersRes) ProtoMessage()
- func (x *ListUsersRes) ProtoReflect() protoreflect.Message
- func (x *ListUsersRes) Reset()
- func (x *ListUsersRes) String() string
- type LoginReq
- type LoginRes
- type MetaDataKey
- func (*MetaDataKey) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataKey) GetAlternativeDataTypes() []DataType
- func (x *MetaDataKey) GetDefaultDataType() DataType
- func (x *MetaDataKey) GetKeyName() string
- func (x *MetaDataKey) GetMaxOccurrence() uint32
- func (*MetaDataKey) ProtoMessage()
- func (x *MetaDataKey) ProtoReflect() protoreflect.Message
- func (x *MetaDataKey) Reset()
- func (x *MetaDataKey) String() string
- type MetaDataKeyArrayRes
- func (*MetaDataKeyArrayRes) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataKeyArrayRes) GetMetaDataKeys() []*MetaDataKey
- func (x *MetaDataKeyArrayRes) GetTotalMetaDataKeys() int64
- func (*MetaDataKeyArrayRes) ProtoMessage()
- func (x *MetaDataKeyArrayRes) ProtoReflect() protoreflect.Message
- func (x *MetaDataKeyArrayRes) Reset()
- func (x *MetaDataKeyArrayRes) String() string
- type MetaDataKeyReq
- type MetaDataKeyRes
- type MetaDataKeyValue
- func (*MetaDataKeyValue) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataKeyValue) GetKeyName() string
- func (x *MetaDataKeyValue) GetSpecs() []*ValueSpec
- func (x *MetaDataKeyValue) GetValues() []string
- func (*MetaDataKeyValue) ProtoMessage()
- func (x *MetaDataKeyValue) ProtoReflect() protoreflect.Message
- func (x *MetaDataKeyValue) Reset()
- func (x *MetaDataKeyValue) String() string
- type MetaDataOut
- type MetaDataRecord
- func (*MetaDataRecord) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataRecord) GetDataType() DataType
- func (x *MetaDataRecord) GetKeyName() string
- func (x *MetaDataRecord) GetValues() []string
- func (*MetaDataRecord) ProtoMessage()
- func (x *MetaDataRecord) ProtoReflect() protoreflect.Message
- func (x *MetaDataRecord) Reset()
- func (x *MetaDataRecord) String() string
- type MetaDataValue
- func (*MetaDataValue) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataValue) GetDataType() []DataType
- func (x *MetaDataValue) GetFormat() string
- func (x *MetaDataValue) GetValue() *MetaDataValue
- func (*MetaDataValue) ProtoMessage()
- func (x *MetaDataValue) ProtoReflect() protoreflect.Message
- func (x *MetaDataValue) Reset()
- func (x *MetaDataValue) String() string
- type ObjectDataType
- func (ObjectDataType) Descriptor() protoreflect.EnumDescriptor
- func (x ObjectDataType) Enum() *ObjectDataType
- func (ObjectDataType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ObjectDataType) Number() protoreflect.EnumNumber
- func (x ObjectDataType) String() string
- func (ObjectDataType) Type() protoreflect.EnumType
- type ObjectRef
- func (*ObjectRef) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectRef) GetRefUri() stringdeprecated
- func (x *ObjectRef) GetRefUuid() string
- func (x *ObjectRef) GetType() ObjectDataType
- func (*ObjectRef) ProtoMessage()
- func (x *ObjectRef) ProtoReflect() protoreflect.Message
- func (x *ObjectRef) Reset()
- func (x *ObjectRef) String() string
- type ObjectRes
- type ObjectUUIDArrayRes
- func (*ObjectUUIDArrayRes) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectUUIDArrayRes) GetObjectUuids() []string
- func (x *ObjectUUIDArrayRes) GetTotalObjects() int64
- func (*ObjectUUIDArrayRes) ProtoMessage()
- func (x *ObjectUUIDArrayRes) ProtoReflect() protoreflect.Message
- func (x *ObjectUUIDArrayRes) Reset()
- func (x *ObjectUUIDArrayRes) String() string
- type OrderField
- type PlotRes
- type QueryBindReq
- func (*QueryBindReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryBindReq) GetParameters() []*DQLParam
- func (x *QueryBindReq) GetPortal() string
- func (x *QueryBindReq) GetStatement() string
- func (*QueryBindReq) ProtoMessage()
- func (x *QueryBindReq) ProtoReflect() protoreflect.Message
- func (x *QueryBindReq) Reset()
- func (x *QueryBindReq) String() string
- type QueryCancelReq
- type QueryCloseReq
- func (*QueryCloseReq) Descriptor() ([]byte, []int)deprecated
- func (m *QueryCloseReq) GetCloseFor() isQueryCloseReq_CloseFor
- func (x *QueryCloseReq) GetPortal() string
- func (x *QueryCloseReq) GetResultHandle() stringdeprecated
- func (x *QueryCloseReq) GetStatement() string
- func (*QueryCloseReq) ProtoMessage()
- func (x *QueryCloseReq) ProtoReflect() protoreflect.Message
- func (x *QueryCloseReq) Reset()
- func (x *QueryCloseReq) String() string
- type QueryCloseReq_Portal
- type QueryCloseReq_Statement
- type QueryDataElementsReq
- func (*QueryDataElementsReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDataElementsReq) GetActions() []string
- func (x *QueryDataElementsReq) GetComponentTypes() []ComponentType
- func (x *QueryDataElementsReq) GetContains() string
- func (x *QueryDataElementsReq) GetDataTypes() []DataType
- func (x *QueryDataElementsReq) GetFilters() []*InstanceFilter
- func (x *QueryDataElementsReq) GetMaxLength() int64
- func (x *QueryDataElementsReq) GetWithComponentTypeSplit() bool
- func (*QueryDataElementsReq) ProtoMessage()
- func (x *QueryDataElementsReq) ProtoReflect() protoreflect.Message
- func (x *QueryDataElementsReq) Reset()
- func (x *QueryDataElementsReq) String() string
- type QueryDataElementsRes
- func (*QueryDataElementsRes) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDataElementsRes) GetDataelements() []*DataElement
- func (x *QueryDataElementsRes) GetTotalDataelements() int64
- func (*QueryDataElementsRes) ProtoMessage()
- func (x *QueryDataElementsRes) ProtoReflect() protoreflect.Message
- func (x *QueryDataElementsRes) Reset()
- func (x *QueryDataElementsRes) String() string
- type QueryDescribePortalReq
- func (*QueryDescribePortalReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDescribePortalReq) GetPortal() string
- func (*QueryDescribePortalReq) ProtoMessage()
- func (x *QueryDescribePortalReq) ProtoReflect() protoreflect.Message
- func (x *QueryDescribePortalReq) Reset()
- func (x *QueryDescribePortalReq) String() string
- type QueryDescribePortalRes
- func (*QueryDescribePortalRes) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDescribePortalRes) GetParameters() []*DQLParam
- func (x *QueryDescribePortalRes) GetResultLabels() []*ResultLabelWithOverride
- func (x *QueryDescribePortalRes) GetType() DQLType
- func (*QueryDescribePortalRes) ProtoMessage()
- func (x *QueryDescribePortalRes) ProtoReflect() protoreflect.Message
- func (x *QueryDescribePortalRes) Reset()
- func (x *QueryDescribePortalRes) String() string
- type QueryDescribeStatementReq
- func (*QueryDescribeStatementReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDescribeStatementReq) GetStatement() string
- func (*QueryDescribeStatementReq) ProtoMessage()
- func (x *QueryDescribeStatementReq) ProtoReflect() protoreflect.Message
- func (x *QueryDescribeStatementReq) Reset()
- func (x *QueryDescribeStatementReq) String() string
- type QueryDescribeStatementRes
- func (*QueryDescribeStatementRes) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDescribeStatementRes) GetParameterDescriptions() []*DQLParamDescription
- func (x *QueryDescribeStatementRes) GetResultLabels() []*ResultLabelWithOverride
- func (x *QueryDescribeStatementRes) GetType() DQLType
- func (*QueryDescribeStatementRes) ProtoMessage()
- func (x *QueryDescribeStatementRes) ProtoReflect() protoreflect.Message
- func (x *QueryDescribeStatementRes) Reset()
- func (x *QueryDescribeStatementRes) String() string
- type QueryExecuteReq
- func (*QueryExecuteReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExecuteReq) GetPortal() string
- func (x *QueryExecuteReq) GetWindow() *Window
- func (*QueryExecuteReq) ProtoMessage()
- func (x *QueryExecuteReq) ProtoReflect() protoreflect.Message
- func (x *QueryExecuteReq) Reset()
- func (x *QueryExecuteReq) String() string
- type QueryExecuteRes
- func (*QueryExecuteRes) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExecuteRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *QueryExecuteRes) GetCompleted() bool
- func (x *QueryExecuteRes) GetCount() int64
- func (x *QueryExecuteRes) GetRows() []*ResultRow
- func (x *QueryExecuteRes) GetRowsAffected() int64
- func (x *QueryExecuteRes) GetType() DQLType
- func (*QueryExecuteRes) ProtoMessage()
- func (x *QueryExecuteRes) ProtoReflect() protoreflect.Message
- func (x *QueryExecuteRes) Reset()
- func (x *QueryExecuteRes) String() string
- type QueryParseReq
- func (*QueryParseReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryParseReq) GetDql() string
- func (x *QueryParseReq) GetParameterDescriptions() []*DQLParamDescription
- func (x *QueryParseReq) GetStatement() string
- func (*QueryParseReq) ProtoMessage()
- func (x *QueryParseReq) ProtoReflect() protoreflect.Message
- func (x *QueryParseReq) Reset()
- func (x *QueryParseReq) String() string
- type QueryResultReq
- func (*QueryResultReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResultReq) GetResultHandle() string
- func (x *QueryResultReq) GetWindow() *Window
- func (*QueryResultReq) ProtoMessage()
- func (x *QueryResultReq) ProtoReflect() protoreflect.Message
- func (x *QueryResultReq) Reset()
- func (x *QueryResultReq) String() string
- type QueryResultRes
- func (*QueryResultRes) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResultRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *QueryResultRes) GetRows() []*ResultRow
- func (*QueryResultRes) ProtoMessage()
- func (x *QueryResultRes) ProtoReflect() protoreflect.Message
- func (x *QueryResultRes) Reset()
- func (x *QueryResultRes) String() string
- type ReIndexReq
- type ReadActionInstancesReq
- func (*ReadActionInstancesReq) Descriptor() ([]byte, []int)deprecated
- func (x *ReadActionInstancesReq) GetActionName() string
- func (x *ReadActionInstancesReq) GetWindow() *Window
- func (*ReadActionInstancesReq) ProtoMessage()
- func (x *ReadActionInstancesReq) ProtoReflect() protoreflect.Message
- func (x *ReadActionInstancesReq) Reset()
- func (x *ReadActionInstancesReq) String() string
- type ReadActionInstancesRes
- func (*ReadActionInstancesRes) Descriptor() ([]byte, []int)deprecated
- func (x *ReadActionInstancesRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *ReadActionInstancesRes) GetResultLabels() []*ResultLabel
- func (x *ReadActionInstancesRes) GetRows() []*ActionInstanceRecord
- func (x *ReadActionInstancesRes) GetTotalInstances() int64
- func (*ReadActionInstancesRes) ProtoMessage()
- func (x *ReadActionInstancesRes) ProtoReflect() protoreflect.Message
- func (x *ReadActionInstancesRes) Reset()
- func (x *ReadActionInstancesRes) String() string
- type ResultLabel
- func (*ResultLabel) Descriptor() ([]byte, []int)deprecated
- func (x *ResultLabel) GetActionName() string
- func (x *ResultLabel) GetComponentType() ComponentType
- func (x *ResultLabel) GetDefaultDataType() DataType
- func (x *ResultLabel) GetResultLabelIndex() uint32
- func (x *ResultLabel) GetResultLabelName() string
- func (*ResultLabel) ProtoMessage()
- func (x *ResultLabel) ProtoReflect() protoreflect.Message
- func (x *ResultLabel) Reset()
- func (x *ResultLabel) String() string
- type ResultLabelWithOverride
- func (*ResultLabelWithOverride) Descriptor() ([]byte, []int)deprecated
- func (x *ResultLabelWithOverride) GetActionName() string
- func (x *ResultLabelWithOverride) GetComponentType() ComponentType
- func (x *ResultLabelWithOverride) GetDefaultDataType() DataType
- func (x *ResultLabelWithOverride) GetOverrideDataType() DataType
- func (x *ResultLabelWithOverride) GetResultLabelIndex() uint32
- func (x *ResultLabelWithOverride) GetResultLabelName() string
- func (*ResultLabelWithOverride) ProtoMessage()
- func (x *ResultLabelWithOverride) ProtoReflect() protoreflect.Message
- func (x *ResultLabelWithOverride) Reset()
- func (x *ResultLabelWithOverride) String() string
- type ResultRow
- type ResultValueAlternativeMetaDataPosition
- func (*ResultValueAlternativeMetaDataPosition) Descriptor() ([]byte, []int)deprecated
- func (x *ResultValueAlternativeMetaDataPosition) GetCol() uint32
- func (x *ResultValueAlternativeMetaDataPosition) GetDataType() DataType
- func (x *ResultValueAlternativeMetaDataPosition) GetRow() uint32
- func (*ResultValueAlternativeMetaDataPosition) ProtoMessage()
- func (x *ResultValueAlternativeMetaDataPosition) ProtoReflect() protoreflect.Message
- func (x *ResultValueAlternativeMetaDataPosition) Reset()
- func (x *ResultValueAlternativeMetaDataPosition) String() string
- type SelectDQLResult
- func (*SelectDQLResult) Descriptor() ([]byte, []int)deprecated
- func (x *SelectDQLResult) GetResultCount() int64
- func (x *SelectDQLResult) GetResultHandle() string
- func (x *SelectDQLResult) GetResultLabels() []*ResultLabel
- func (*SelectDQLResult) ProtoMessage()
- func (x *SelectDQLResult) ProtoReflect() protoreflect.Message
- func (x *SelectDQLResult) Reset()
- func (x *SelectDQLResult) String() string
- type ServiceLoginReq
- type ServiceTokenRes
- type SessionID
- type SetUserPasswordReq
- func (*SetUserPasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserPasswordReq) GetNewPassword() string
- func (x *SetUserPasswordReq) GetUser() string
- func (*SetUserPasswordReq) ProtoMessage()
- func (x *SetUserPasswordReq) ProtoReflect() protoreflect.Message
- func (x *SetUserPasswordReq) Reset()
- func (x *SetUserPasswordReq) String() string
- type SimpleQueryRes
- type SimpleQueryResItem
- func (*SimpleQueryResItem) Descriptor() ([]byte, []int)deprecated
- func (m *SimpleQueryResItem) GetKind() isSimpleQueryResItem_Kind
- func (x *SimpleQueryResItem) GetRowsAffected() int64
- func (x *SimpleQueryResItem) GetSelectResult() *SimpleSelectResult
- func (x *SimpleQueryResItem) GetType() DQLType
- func (*SimpleQueryResItem) ProtoMessage()
- func (x *SimpleQueryResItem) ProtoReflect() protoreflect.Message
- func (x *SimpleQueryResItem) Reset()
- func (x *SimpleQueryResItem) String() string
- type SimpleQueryResItem_RowsAffected
- type SimpleQueryResItem_SelectResult
- type SimpleSelectResult
- func (*SimpleSelectResult) Descriptor() ([]byte, []int)deprecated
- func (x *SimpleSelectResult) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
- func (x *SimpleSelectResult) GetResultCount() int64
- func (x *SimpleSelectResult) GetResultLabels() []*ResultLabelWithOverride
- func (x *SimpleSelectResult) GetRows() []*ResultRow
- func (*SimpleSelectResult) ProtoMessage()
- func (x *SimpleSelectResult) ProtoReflect() protoreflect.Message
- func (x *SimpleSelectResult) Reset()
- func (x *SimpleSelectResult) String() string
- type SortOrder
- type StatsMetaDataKeyUsageReq
- func (*StatsMetaDataKeyUsageReq) Descriptor() ([]byte, []int)deprecated
- func (x *StatsMetaDataKeyUsageReq) GetKeyName() string
- func (*StatsMetaDataKeyUsageReq) ProtoMessage()
- func (x *StatsMetaDataKeyUsageReq) ProtoReflect() protoreflect.Message
- func (x *StatsMetaDataKeyUsageReq) Reset()
- func (x *StatsMetaDataKeyUsageReq) String() string
- type StatsMetaDataKeyValueUsageReq
- func (*StatsMetaDataKeyValueUsageReq) Descriptor() ([]byte, []int)deprecated
- func (x *StatsMetaDataKeyValueUsageReq) GetKeyName() string
- func (x *StatsMetaDataKeyValueUsageReq) GetSpec() *DataTypeFormat
- func (x *StatsMetaDataKeyValueUsageReq) GetValue() string
- func (*StatsMetaDataKeyValueUsageReq) ProtoMessage()
- func (x *StatsMetaDataKeyValueUsageReq) ProtoReflect() protoreflect.Message
- func (x *StatsMetaDataKeyValueUsageReq) Reset()
- func (x *StatsMetaDataKeyValueUsageReq) String() string
- type StatsMetaUsageRes
- func (*StatsMetaUsageRes) Descriptor() ([]byte, []int)deprecated
- func (x *StatsMetaUsageRes) GetCellCount() int64
- func (x *StatsMetaUsageRes) GetInstanceCount() int64
- func (*StatsMetaUsageRes) ProtoMessage()
- func (x *StatsMetaUsageRes) ProtoReflect() protoreflect.Message
- func (x *StatsMetaUsageRes) Reset()
- func (x *StatsMetaUsageRes) String() string
- type StreamInstanceIDRes
- func (*StreamInstanceIDRes) Descriptor() ([]byte, []int)deprecated
- func (x *StreamInstanceIDRes) GetError() *ErrorResponse
- func (x *StreamInstanceIDRes) GetInstanceId() string
- func (x *StreamInstanceIDRes) GetUserReference() string
- func (*StreamInstanceIDRes) ProtoMessage()
- func (x *StreamInstanceIDRes) ProtoReflect() protoreflect.Message
- func (x *StreamInstanceIDRes) Reset()
- func (x *StreamInstanceIDRes) String() string
- type StreamInstanceReq
- func (*StreamInstanceReq) Descriptor() ([]byte, []int)deprecated
- func (x *StreamInstanceReq) GetInstance() *CreateInstanceReq
- func (x *StreamInstanceReq) GetUserReference() string
- func (*StreamInstanceReq) ProtoMessage()
- func (x *StreamInstanceReq) ProtoReflect() protoreflect.Message
- func (x *StreamInstanceReq) Reset()
- func (x *StreamInstanceReq) String() string
- type StreamObjectDataInReq
- func (*StreamObjectDataInReq) Descriptor() ([]byte, []int)deprecated
- func (x *StreamObjectDataInReq) GetContentType() string
- func (x *StreamObjectDataInReq) GetData() []byte
- func (x *StreamObjectDataInReq) GetObjectRef() *ObjectRef
- func (*StreamObjectDataInReq) ProtoMessage()
- func (x *StreamObjectDataInReq) ProtoReflect() protoreflect.Message
- func (x *StreamObjectDataInReq) Reset()
- func (x *StreamObjectDataInReq) String() string
- type StreamObjectDataOutReq
- func (*StreamObjectDataOutReq) Descriptor() ([]byte, []int)deprecated
- func (x *StreamObjectDataOutReq) GetObjectRef() *ObjectRef
- func (x *StreamObjectDataOutReq) GetRefUuid() stringdeprecated
- func (x *StreamObjectDataOutReq) GetType() ObjectDataTypedeprecated
- func (*StreamObjectDataOutReq) ProtoMessage()
- func (x *StreamObjectDataOutReq) ProtoReflect() protoreflect.Message
- func (x *StreamObjectDataOutReq) Reset()
- func (x *StreamObjectDataOutReq) String() string
- type StreamObjectDataOutRes
- func (*StreamObjectDataOutRes) Descriptor() ([]byte, []int)deprecated
- func (x *StreamObjectDataOutRes) GetContentType() string
- func (x *StreamObjectDataOutRes) GetData() []byte
- func (*StreamObjectDataOutRes) ProtoMessage()
- func (x *StreamObjectDataOutRes) ProtoReflect() protoreflect.Message
- func (x *StreamObjectDataOutRes) Reset()
- func (x *StreamObjectDataOutRes) String() string
- type TokenReq
- type TopNDataElement
- func (*TopNDataElement) Descriptor() ([]byte, []int)deprecated
- func (x *TopNDataElement) GetDataType() DataType
- func (x *TopNDataElement) GetNumInstances() int64
- func (x *TopNDataElement) GetValue() string
- func (*TopNDataElement) ProtoMessage()
- func (x *TopNDataElement) ProtoReflect() protoreflect.Message
- func (x *TopNDataElement) Reset()
- func (x *TopNDataElement) String() string
- type UnimplementedDynizerServer
- func (UnimplementedDynizerServer) AddActionLabel(context.Context, *AddActionLabelReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceActionLabelMetaData(context.Context, *AddInstanceActionLabelMetaDataReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceActionLabelMetaDataValue(context.Context, *AddInstanceActionLabelMetaDataValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceCellMetaData(context.Context, *AddInstanceCellMetaDataReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceCellMetaDataValue(context.Context, *AddInstanceCellMetaDataValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceMetaData(context.Context, *AddInstanceMetaDataReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddInstanceMetaDataValue(context.Context, *AddInstanceMetaDataValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AddUser(context.Context, *AddUserReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) AssignUserRole(context.Context, *UserRoleReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ChangeMyPassword(context.Context, *ChangePasswordReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CheckActionLabelName(context.Context, *CheckActionLabelNameReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CheckActionName(context.Context, *CheckActionNameReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CheckMetaDataKeyName(context.Context, *CheckMetaDataKeyNameReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CheckPassword(context.Context, *CheckPasswordReq) (*CheckPasswordRes, error)
- func (UnimplementedDynizerServer) CheckUserName(context.Context, *UserReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ClearObjectData(context.Context, *ClearObjectDataReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CountActions(context.Context, *CountActionReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeyValues(context.Context, *InstanceCellMetaDataKeyReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeys(context.Context, *InstanceCellMetaDataReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CountInstanceMetaDataKeyValues(context.Context, *InstanceMetaDataKeyReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CountInstanceMetaDataKeys(context.Context, *InstanceReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CountMetaDataKeys(context.Context, *EmptyReq) (*CountRes, error)
- func (UnimplementedDynizerServer) CreateAction(context.Context, *CreateActionReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CreateActionType(context.Context, *CreateActionTypeReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CreateInstance(context.Context, *CreateInstanceReq) (*InstanceIDRes, error)
- func (UnimplementedDynizerServer) CreateMetaDataKey(context.Context, *CreateMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) CreateObject(context.Context, *CreateObjectReq) (*ObjectRes, error)
- func (UnimplementedDynizerServer) CreateShareName(context.Context, *CreateShareNameReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteAction(context.Context, *DeleteActionReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteActionLabel(context.Context, *ActionLabelReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteAllObjects(context.Context, *EmptyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteInstance(context.Context, *InstanceReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteMetaDataKey(context.Context, *DeleteMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteObject(context.Context, *DeleteObjectReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteShareNameValue(context.Context, *DeleteShareNameValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DeleteUser(context.Context, *UserReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DisableUser(context.Context, *UserReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DownloadObjectData(context.Context, *DownloadObjectDataReq) (*DownloadObjectDataRes, error)
- func (UnimplementedDynizerServer) DropData(context.Context, *EmptyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) DynizerFilteredPlot(context.Context, *FilteredPlotReq) (*PlotRes, error)
- func (UnimplementedDynizerServer) DynizerFilteredQuery(context.Context, *FilterQueryReq) (*DQLRes, error)
- func (UnimplementedDynizerServer) DynizerQuery(context.Context, *DQLReq) (*DQLRes, error)
- func (UnimplementedDynizerServer) EnableUser(context.Context, *UserReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ExportUserActions(context.Context, *ExportUserActionsReq) (*ExportUserActionsRes, error)
- func (UnimplementedDynizerServer) FindActionLabelLinks(context.Context, *FindActionLabelLinksReq) (*FindActionLabelLinksRes, error)
- func (UnimplementedDynizerServer) GetDynizerConfiguration(context.Context, *EmptyReq) (*GetDynizerConfigurationRes, error)
- func (UnimplementedDynizerServer) GetDynizerVersion(context.Context, *EmptyReq) (*VersionRes, error)
- func (UnimplementedDynizerServer) GetInstanceCellMetaDataValues(context.Context, *InstanceCellMetaDataKeyReq) (*GetInstanceCellMetaDataKeyRes, error)
- func (UnimplementedDynizerServer) GetInstanceMetaDataValues(context.Context, *InstanceMetaDataKeyReq) (*GetInstanceMetaDataKeyRes, error)
- func (UnimplementedDynizerServer) GetMyProfile(context.Context, *EmptyReq) (*UserRes, error)
- func (UnimplementedDynizerServer) GetMyRoles(context.Context, *EmptyReq) (*ListUserRolesRes, error)
- func (UnimplementedDynizerServer) GetTopNDataElements(context.Context, *GetTopNDataElementsReq) (*GetTopNDataElementsRes, error)
- func (UnimplementedDynizerServer) GetUser(context.Context, *UserReq) (*UserRes, error)
- func (UnimplementedDynizerServer) GetUserCount(context.Context, *EmptyReq) (*UserCountRes, error)
- func (UnimplementedDynizerServer) ImportUserActions(context.Context, *ImportUserActionsReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) IssueServiceToken(context.Context, *EmptyReq) (*ServiceTokenRes, error)
- func (UnimplementedDynizerServer) ListActionNames(context.Context, *ListActionNamesWindowReq) (*ActionNameArrayRes, error)
- func (UnimplementedDynizerServer) ListActionTypes(context.Context, *WindowReq) (*ActionTypeArrayRes, error)
- func (UnimplementedDynizerServer) ListInstanceCellMetaData(context.Context, *InstanceCellMetaDataReq) (*ListInstanceCellMetaDataRes, error)
- func (UnimplementedDynizerServer) ListInstanceMetaData(context.Context, *InstanceReq) (*ListInstanceMetaDataRes, error)
- func (UnimplementedDynizerServer) ListMetaDataKeys(context.Context, *ListMetaDataKeysReq) (*MetaDataKeyArrayRes, error)
- func (UnimplementedDynizerServer) ListObjectUUIDS(context.Context, *EmptyReq) (*ObjectUUIDArrayRes, error)
- func (UnimplementedDynizerServer) ListRoles(context.Context, *EmptyReq) (*ListRolesRes, error)
- func (UnimplementedDynizerServer) ListUserRoles(context.Context, *UserReq) (*ListUserRolesRes, error)
- func (UnimplementedDynizerServer) ListUsers(context.Context, *WindowReq) (*ListUsersRes, error)
- func (UnimplementedDynizerServer) Login(context.Context, *LoginReq) (*LoginRes, error)
- func (UnimplementedDynizerServer) Logout(context.Context, *EmptyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) QueryBind(context.Context, *QueryBindReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) QueryClose(context.Context, *QueryCloseReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) QueryDataElements(context.Context, *QueryDataElementsReq) (*QueryDataElementsRes, error)
- func (UnimplementedDynizerServer) QueryDescribePortal(context.Context, *QueryDescribePortalReq) (*QueryDescribePortalRes, error)
- func (UnimplementedDynizerServer) QueryDescribeStatement(context.Context, *QueryDescribeStatementReq) (*QueryDescribeStatementRes, error)
- func (UnimplementedDynizerServer) QueryExecute(context.Context, *QueryExecuteReq) (*QueryExecuteRes, error)
- func (UnimplementedDynizerServer) QueryParse(context.Context, *QueryParseReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) QueryResultClose(context.Context, *QueryCloseReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) QueryResultNext(context.Context, *QueryResultReq) (*QueryResultRes, error)
- func (UnimplementedDynizerServer) ReIndex(context.Context, *ReIndexReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ReadAction(context.Context, *ActionReq) (*ActionRes, error)
- func (UnimplementedDynizerServer) ReadActionLabel(context.Context, *ActionLabelReq) (*LabelRes, error)
- func (UnimplementedDynizerServer) ReadActionType(context.Context, *ActionTypeReq) (*ActionTypeRes, error)
- func (UnimplementedDynizerServer) ReadInstance(context.Context, *InstanceReq) (*InstanceRes, error)
- func (UnimplementedDynizerServer) ReadMetaDataKey(context.Context, *MetaDataKeyReq) (*MetaDataKeyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaData(context.Context, *InstanceActionLabelMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaDataValue(context.Context, *InstanceActionLabelMetaDataValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceCellMetaData(context.Context, *InstanceCellMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceCellMetaDataValue(context.Context, *InstanceCellMetaDataKeyValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceMetaData(context.Context, *InstanceMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RemoveInstanceMetaDataValue(context.Context, *InstanceMetaDataKeyValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) RevokeUserRole(context.Context, *UserRoleReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ServiceLogin(context.Context, *ServiceLoginReq) (*LoginRes, error)
- func (UnimplementedDynizerServer) SetUserPassword(context.Context, *SetUserPasswordReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) SimpleQuery(context.Context, *DQLReq) (*SimpleQueryRes, error)
- func (UnimplementedDynizerServer) StreamInstances(Dynizer_StreamInstancesServer) error
- func (UnimplementedDynizerServer) StreamObjectDataIn(Dynizer_StreamObjectDataInServer) error
- func (UnimplementedDynizerServer) StreamObjectDataOut(*StreamObjectDataOutReq, Dynizer_StreamObjectDataOutServer) error
- func (UnimplementedDynizerServer) UpdateAction(context.Context, *UpdateActionReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UpdateActionLabel(context.Context, *UpdateActionLabelReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UpdateActionType(context.Context, *UpdateActionTypeReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UpdateInstance(context.Context, *UpdateInstanceReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UpdateMetaDataKey(context.Context, *UpdateMetaDataKeyReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UpdateShareNameValue(context.Context, *UpdateShareNameValueReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) UploadObjectData(context.Context, *UploadObjectDataReq) (*EmptyRes, error)
- func (UnimplementedDynizerServer) ValidateToken(context.Context, *TokenReq) (*SessionID, error)
- type UnsafeDynizerServer
- type UpdateActionLabelReq
- func (*UpdateActionLabelReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateActionLabelReq) GetActionLabel() string
- func (x *UpdateActionLabelReq) GetActionName() string
- func (x *UpdateActionLabelReq) GetAlternativeDataTypes() []DataType
- func (x *UpdateActionLabelReq) GetCascade() bool
- func (x *UpdateActionLabelReq) GetDefaultDataType() DataType
- func (x *UpdateActionLabelReq) GetMaxOccurrence() uint32
- func (x *UpdateActionLabelReq) GetMinOccurrence() uint32
- func (x *UpdateActionLabelReq) GetNewActionLabelName() string
- func (*UpdateActionLabelReq) ProtoMessage()
- func (x *UpdateActionLabelReq) ProtoReflect() protoreflect.Message
- func (x *UpdateActionLabelReq) Reset()
- func (x *UpdateActionLabelReq) String() string
- type UpdateActionReq
- func (*UpdateActionReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateActionReq) GetActionName() string
- func (x *UpdateActionReq) GetNewActionName() *ActionName
- func (*UpdateActionReq) ProtoMessage()
- func (x *UpdateActionReq) ProtoReflect() protoreflect.Message
- func (x *UpdateActionReq) Reset()
- func (x *UpdateActionReq) String() string
- type UpdateActionTypeReq
- func (*UpdateActionTypeReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateActionTypeReq) GetActionTypeLabel() string
- func (x *UpdateActionTypeReq) GetNewActionTypeLabel() *ActionTypeLabel
- func (*UpdateActionTypeReq) ProtoMessage()
- func (x *UpdateActionTypeReq) ProtoReflect() protoreflect.Message
- func (x *UpdateActionTypeReq) Reset()
- func (x *UpdateActionTypeReq) String() string
- type UpdateInstanceReq
- func (*UpdateInstanceReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceReq) GetInstanceCellElements() []*InstanceUpdateElementCell
- func (x *UpdateInstanceReq) GetInstanceId() string
- func (*UpdateInstanceReq) ProtoMessage()
- func (x *UpdateInstanceReq) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceReq) Reset()
- func (x *UpdateInstanceReq) String() string
- type UpdateMetaDataKeyReq
- func (*UpdateMetaDataKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMetaDataKeyReq) GetAlternativeDataTypes() []DataType
- func (x *UpdateMetaDataKeyReq) GetDefaultDataType() DataType
- func (x *UpdateMetaDataKeyReq) GetKeyName() string
- func (x *UpdateMetaDataKeyReq) GetMaxOccurrence() uint32
- func (x *UpdateMetaDataKeyReq) GetNewKeyName() string
- func (*UpdateMetaDataKeyReq) ProtoMessage()
- func (x *UpdateMetaDataKeyReq) ProtoReflect() protoreflect.Message
- func (x *UpdateMetaDataKeyReq) Reset()
- func (x *UpdateMetaDataKeyReq) String() string
- type UpdateShareNameValueReq
- func (*UpdateShareNameValueReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateShareNameValueReq) GetDataType() DataType
- func (x *UpdateShareNameValueReq) GetNewValue() string
- func (x *UpdateShareNameValueReq) GetOldValue() string
- func (x *UpdateShareNameValueReq) GetShareName() string
- func (*UpdateShareNameValueReq) ProtoMessage()
- func (x *UpdateShareNameValueReq) ProtoReflect() protoreflect.Message
- func (x *UpdateShareNameValueReq) Reset()
- func (x *UpdateShareNameValueReq) String() string
- type UploadObjectDataReq
- func (*UploadObjectDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *UploadObjectDataReq) GetContentType() string
- func (x *UploadObjectDataReq) GetData() []byte
- func (x *UploadObjectDataReq) GetObjectRef() *ObjectRef
- func (x *UploadObjectDataReq) GetRefUuid() stringdeprecated
- func (x *UploadObjectDataReq) GetType() stringdeprecated
- func (*UploadObjectDataReq) ProtoMessage()
- func (x *UploadObjectDataReq) ProtoReflect() protoreflect.Message
- func (x *UploadObjectDataReq) Reset()
- func (x *UploadObjectDataReq) String() string
- type User
- type UserCountRes
- func (*UserCountRes) Descriptor() ([]byte, []int)deprecated
- func (x *UserCountRes) GetActiveUsers() int64
- func (x *UserCountRes) GetDisabledUsers() int64
- func (x *UserCountRes) GetTotalUsers() int64
- func (*UserCountRes) ProtoMessage()
- func (x *UserCountRes) ProtoReflect() protoreflect.Message
- func (x *UserCountRes) Reset()
- func (x *UserCountRes) String() string
- type UserReq
- type UserRes
- type UserRoleReq
- func (*UserRoleReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserRoleReq) GetRole() *DynizerRole
- func (x *UserRoleReq) GetUser() string
- func (*UserRoleReq) ProtoMessage()
- func (x *UserRoleReq) ProtoReflect() protoreflect.Message
- func (x *UserRoleReq) Reset()
- func (x *UserRoleReq) String() string
- type ValueSpec
- func (*ValueSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ValueSpec) GetOverride() *DataTypeFormat
- func (x *ValueSpec) GetPosition() uint32
- func (*ValueSpec) ProtoMessage()
- func (x *ValueSpec) ProtoReflect() protoreflect.Message
- func (x *ValueSpec) Reset()
- func (x *ValueSpec) String() string
- type VersionRes
- func (*VersionRes) Descriptor() ([]byte, []int)deprecated
- func (x *VersionRes) GetBuild() string
- func (x *VersionRes) GetBuildDate() string
- func (x *VersionRes) GetVersion() string
- func (*VersionRes) ProtoMessage()
- func (x *VersionRes) ProtoReflect() protoreflect.Message
- func (x *VersionRes) Reset()
- func (x *VersionRes) String() string
- type Window
- type WindowReq
Constants ¶
This section is empty.
Variables ¶
var ( ComponentType_name = map[int32]string{ 0: "InvalidComponentType", 1: "Who", 2: "What", 3: "Where", 4: "When", } ComponentType_value = map[string]int32{ "InvalidComponentType": 0, "Who": 1, "What": 2, "Where": 3, "When": 4, } )
Enum value maps for ComponentType.
var ( DataType_name = map[int32]string{ 0: "InvalidDataType", 1: "DT_Integer", 2: "DT_String", 3: "DT_Boolean", 4: "DT_Decimal", 5: "DT_Timestamp", 6: "DT_Uri", 7: "DT_Void", 8: "DT_Float", 9: "DT_UnsignedInteger", 10: "DT_Binary", 11: "DT_Uuid", 12: "DT_Text", 13: "DT_Blob", 14: "DT_Clob", 15: "DT_Document", 100000: "DT_Any", 100001: "DT_Delete", } DataType_value = map[string]int32{ "InvalidDataType": 0, "DT_Integer": 1, "DT_String": 2, "DT_Boolean": 3, "DT_Decimal": 4, "DT_Timestamp": 5, "DT_Uri": 6, "DT_Void": 7, "DT_Float": 8, "DT_UnsignedInteger": 9, "DT_Binary": 10, "DT_Uuid": 11, "DT_Text": 12, "DT_Blob": 13, "DT_Clob": 14, "DT_Document": 15, "DT_Any": 100000, "DT_Delete": 100001, } )
Enum value maps for DataType.
var ( ObjectDataType_name = map[int32]string{ 0: "InvalidObjectDataType", 12: "ODT_Text", 13: "ODT_Blob", 14: "ODT_Clob", 15: "ODT_Document", } ObjectDataType_value = map[string]int32{ "InvalidObjectDataType": 0, "ODT_Text": 12, "ODT_Blob": 13, "ODT_Clob": 14, "ODT_Document": 15, } )
Enum value maps for ObjectDataType.
var ( SortOrder_name = map[int32]string{ 0: "Asc", 1: "Desc", } SortOrder_value = map[string]int32{ "Asc": 0, "Desc": 1, } )
Enum value maps for SortOrder.
var ( OrderField_name = map[int32]string{ 0: "Created", 1: "Name", } OrderField_value = map[string]int32{ "Created": 0, "Name": 1, } )
Enum value maps for OrderField.
var ( DQLType_name = map[int32]string{ 0: "DQL_None", 1: "DQL_Set", 2: "DQL_Show", 3: "DQL_Select", 4: "DQL_Insert", 5: "DQL_Update", 6: "DQL_Delete", 7: "DQL_CreateSchema", 8: "DQL_CreateTable", 9: "DQL_AlterSchema", 10: "DQL_AlterTable", 11: "DQL_DropSchema", 12: "DQL_DropTable", 13: "DQL_Begin", 14: "DQL_Commit", 15: "DQL_Rollback", 16: "DQL_Discard", 17: "DQL_Prepare", 18: "DQL_Execute", 19: "DQL_Deallocate", 20: "DQL_Explain", } DQLType_value = map[string]int32{ "DQL_None": 0, "DQL_Set": 1, "DQL_Show": 2, "DQL_Select": 3, "DQL_Insert": 4, "DQL_Update": 5, "DQL_Delete": 6, "DQL_CreateSchema": 7, "DQL_CreateTable": 8, "DQL_AlterSchema": 9, "DQL_AlterTable": 10, "DQL_DropSchema": 11, "DQL_DropTable": 12, "DQL_Begin": 13, "DQL_Commit": 14, "DQL_Rollback": 15, "DQL_Discard": 16, "DQL_Prepare": 17, "DQL_Execute": 18, "DQL_Deallocate": 19, "DQL_Explain": 20, } )
Enum value maps for DQLType.
var Dynizer_ServiceDesc = grpc.ServiceDesc{ ServiceName: "Dynizer", HandlerType: (*DynizerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Login", Handler: _Dynizer_Login_Handler, }, { MethodName: "ServiceLogin", Handler: _Dynizer_ServiceLogin_Handler, }, { MethodName: "Logout", Handler: _Dynizer_Logout_Handler, }, { MethodName: "ValidateToken", Handler: _Dynizer_ValidateToken_Handler, }, { MethodName: "IssueServiceToken", Handler: _Dynizer_IssueServiceToken_Handler, }, { MethodName: "ListRoles", Handler: _Dynizer_ListRoles_Handler, }, { MethodName: "AddUser", Handler: _Dynizer_AddUser_Handler, }, { MethodName: "AssignUserRole", Handler: _Dynizer_AssignUserRole_Handler, }, { MethodName: "RevokeUserRole", Handler: _Dynizer_RevokeUserRole_Handler, }, { MethodName: "EnableUser", Handler: _Dynizer_EnableUser_Handler, }, { MethodName: "DisableUser", Handler: _Dynizer_DisableUser_Handler, }, { MethodName: "SetUserPassword", Handler: _Dynizer_SetUserPassword_Handler, }, { MethodName: "ChangeMyPassword", Handler: _Dynizer_ChangeMyPassword_Handler, }, { MethodName: "GetUser", Handler: _Dynizer_GetUser_Handler, }, { MethodName: "GetMyProfile", Handler: _Dynizer_GetMyProfile_Handler, }, { MethodName: "DeleteUser", Handler: _Dynizer_DeleteUser_Handler, }, { MethodName: "GetUserCount", Handler: _Dynizer_GetUserCount_Handler, }, { MethodName: "ListUsers", Handler: _Dynizer_ListUsers_Handler, }, { MethodName: "ListUserRoles", Handler: _Dynizer_ListUserRoles_Handler, }, { MethodName: "GetMyRoles", Handler: _Dynizer_GetMyRoles_Handler, }, { MethodName: "CheckUserName", Handler: _Dynizer_CheckUserName_Handler, }, { MethodName: "CheckPassword", Handler: _Dynizer_CheckPassword_Handler, }, { MethodName: "CreateActionType", Handler: _Dynizer_CreateActionType_Handler, }, { MethodName: "UpdateActionType", Handler: _Dynizer_UpdateActionType_Handler, }, { MethodName: "ReadActionType", Handler: _Dynizer_ReadActionType_Handler, }, { MethodName: "ListActionTypes", Handler: _Dynizer_ListActionTypes_Handler, }, { MethodName: "CheckActionName", Handler: _Dynizer_CheckActionName_Handler, }, { MethodName: "CreateAction", Handler: _Dynizer_CreateAction_Handler, }, { MethodName: "UpdateAction", Handler: _Dynizer_UpdateAction_Handler, }, { MethodName: "DeleteAction", Handler: _Dynizer_DeleteAction_Handler, }, { MethodName: "ReadAction", Handler: _Dynizer_ReadAction_Handler, }, { MethodName: "CountActions", Handler: _Dynizer_CountActions_Handler, }, { MethodName: "ListActionNames", Handler: _Dynizer_ListActionNames_Handler, }, { MethodName: "CheckActionLabelName", Handler: _Dynizer_CheckActionLabelName_Handler, }, { MethodName: "AddActionLabel", Handler: _Dynizer_AddActionLabel_Handler, }, { MethodName: "UpdateActionLabel", Handler: _Dynizer_UpdateActionLabel_Handler, }, { MethodName: "DeleteActionLabel", Handler: _Dynizer_DeleteActionLabel_Handler, }, { MethodName: "ReadActionLabel", Handler: _Dynizer_ReadActionLabel_Handler, }, { MethodName: "CreateObject", Handler: _Dynizer_CreateObject_Handler, }, { MethodName: "ClearObjectData", Handler: _Dynizer_ClearObjectData_Handler, }, { MethodName: "DeleteObject", Handler: _Dynizer_DeleteObject_Handler, }, { MethodName: "UploadObjectData", Handler: _Dynizer_UploadObjectData_Handler, }, { MethodName: "DownloadObjectData", Handler: _Dynizer_DownloadObjectData_Handler, }, { MethodName: "ListObjectUUIDS", Handler: _Dynizer_ListObjectUUIDS_Handler, }, { MethodName: "DeleteAllObjects", Handler: _Dynizer_DeleteAllObjects_Handler, }, { MethodName: "CreateInstance", Handler: _Dynizer_CreateInstance_Handler, }, { MethodName: "UpdateInstance", Handler: _Dynizer_UpdateInstance_Handler, }, { MethodName: "DeleteInstance", Handler: _Dynizer_DeleteInstance_Handler, }, { MethodName: "ReadInstance", Handler: _Dynizer_ReadInstance_Handler, }, { MethodName: "DynizerQuery", Handler: _Dynizer_DynizerQuery_Handler, }, { MethodName: "QueryResultNext", Handler: _Dynizer_QueryResultNext_Handler, }, { MethodName: "QueryResultClose", Handler: _Dynizer_QueryResultClose_Handler, }, { MethodName: "CheckMetaDataKeyName", Handler: _Dynizer_CheckMetaDataKeyName_Handler, }, { MethodName: "CreateMetaDataKey", Handler: _Dynizer_CreateMetaDataKey_Handler, }, { MethodName: "ReadMetaDataKey", Handler: _Dynizer_ReadMetaDataKey_Handler, }, { MethodName: "UpdateMetaDataKey", Handler: _Dynizer_UpdateMetaDataKey_Handler, }, { MethodName: "DeleteMetaDataKey", Handler: _Dynizer_DeleteMetaDataKey_Handler, }, { MethodName: "CountMetaDataKeys", Handler: _Dynizer_CountMetaDataKeys_Handler, }, { MethodName: "ListMetaDataKeys", Handler: _Dynizer_ListMetaDataKeys_Handler, }, { MethodName: "AddInstanceMetaData", Handler: _Dynizer_AddInstanceMetaData_Handler, }, { MethodName: "RemoveInstanceMetaData", Handler: _Dynizer_RemoveInstanceMetaData_Handler, }, { MethodName: "AddInstanceMetaDataValue", Handler: _Dynizer_AddInstanceMetaDataValue_Handler, }, { MethodName: "RemoveInstanceMetaDataValue", Handler: _Dynizer_RemoveInstanceMetaDataValue_Handler, }, { MethodName: "GetInstanceMetaDataValues", Handler: _Dynizer_GetInstanceMetaDataValues_Handler, }, { MethodName: "CountInstanceMetaDataKeys", Handler: _Dynizer_CountInstanceMetaDataKeys_Handler, }, { MethodName: "CountInstanceMetaDataKeyValues", Handler: _Dynizer_CountInstanceMetaDataKeyValues_Handler, }, { MethodName: "ListInstanceMetaData", Handler: _Dynizer_ListInstanceMetaData_Handler, }, { MethodName: "AddInstanceActionLabelMetaData", Handler: _Dynizer_AddInstanceActionLabelMetaData_Handler, }, { MethodName: "RemoveInstanceActionLabelMetaData", Handler: _Dynizer_RemoveInstanceActionLabelMetaData_Handler, }, { MethodName: "AddInstanceActionLabelMetaDataValue", Handler: _Dynizer_AddInstanceActionLabelMetaDataValue_Handler, }, { MethodName: "RemoveInstanceActionLabelMetaDataValue", Handler: _Dynizer_RemoveInstanceActionLabelMetaDataValue_Handler, }, { MethodName: "AddInstanceCellMetaData", Handler: _Dynizer_AddInstanceCellMetaData_Handler, }, { MethodName: "RemoveInstanceCellMetaData", Handler: _Dynizer_RemoveInstanceCellMetaData_Handler, }, { MethodName: "AddInstanceCellMetaDataValue", Handler: _Dynizer_AddInstanceCellMetaDataValue_Handler, }, { MethodName: "RemoveInstanceCellMetaDataValue", Handler: _Dynizer_RemoveInstanceCellMetaDataValue_Handler, }, { MethodName: "GetInstanceCellMetaDataValues", Handler: _Dynizer_GetInstanceCellMetaDataValues_Handler, }, { MethodName: "CountInstanceCellMetaDataKeys", Handler: _Dynizer_CountInstanceCellMetaDataKeys_Handler, }, { MethodName: "CountInstanceCellMetaDataKeyValues", Handler: _Dynizer_CountInstanceCellMetaDataKeyValues_Handler, }, { MethodName: "ListInstanceCellMetaData", Handler: _Dynizer_ListInstanceCellMetaData_Handler, }, { MethodName: "GetDynizerConfiguration", Handler: _Dynizer_GetDynizerConfiguration_Handler, }, { MethodName: "ExportUserActions", Handler: _Dynizer_ExportUserActions_Handler, }, { MethodName: "ImportUserActions", Handler: _Dynizer_ImportUserActions_Handler, }, { MethodName: "DropData", Handler: _Dynizer_DropData_Handler, }, { MethodName: "GetDynizerVersion", Handler: _Dynizer_GetDynizerVersion_Handler, }, { MethodName: "QueryDataElements", Handler: _Dynizer_QueryDataElements_Handler, }, { MethodName: "GetTopNDataElements", Handler: _Dynizer_GetTopNDataElements_Handler, }, { MethodName: "DynizerFilteredQuery", Handler: _Dynizer_DynizerFilteredQuery_Handler, }, { MethodName: "ReIndex", Handler: _Dynizer_ReIndex_Handler, }, { MethodName: "DynizerFilteredPlot", Handler: _Dynizer_DynizerFilteredPlot_Handler, }, { MethodName: "CreateShareName", Handler: _Dynizer_CreateShareName_Handler, }, { MethodName: "UpdateShareNameValue", Handler: _Dynizer_UpdateShareNameValue_Handler, }, { MethodName: "DeleteShareNameValue", Handler: _Dynizer_DeleteShareNameValue_Handler, }, { MethodName: "SimpleQuery", Handler: _Dynizer_SimpleQuery_Handler, }, { MethodName: "QueryParse", Handler: _Dynizer_QueryParse_Handler, }, { MethodName: "QueryBind", Handler: _Dynizer_QueryBind_Handler, }, { MethodName: "QueryDescribeStatement", Handler: _Dynizer_QueryDescribeStatement_Handler, }, { MethodName: "QueryDescribePortal", Handler: _Dynizer_QueryDescribePortal_Handler, }, { MethodName: "QueryExecute", Handler: _Dynizer_QueryExecute_Handler, }, { MethodName: "QueryClose", Handler: _Dynizer_QueryClose_Handler, }, { MethodName: "FindActionLabelLinks", Handler: _Dynizer_FindActionLabelLinks_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "StreamObjectDataIn", Handler: _Dynizer_StreamObjectDataIn_Handler, ClientStreams: true, }, { StreamName: "StreamObjectDataOut", Handler: _Dynizer_StreamObjectDataOut_Handler, ServerStreams: true, }, { StreamName: "StreamInstances", Handler: _Dynizer_StreamInstances_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "dynizer.proto", }
Dynizer_ServiceDesc is the grpc.ServiceDesc for Dynizer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_dynizer_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDynizerHandler ¶
func RegisterDynizerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterDynizerHandler registers the http handlers for service Dynizer to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterDynizerHandlerClient ¶
func RegisterDynizerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DynizerClient) error
RegisterDynizerHandlerClient registers the http handlers for service Dynizer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DynizerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DynizerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DynizerClient" to call the correct interceptors.
func RegisterDynizerHandlerFromEndpoint ¶
func RegisterDynizerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterDynizerHandlerFromEndpoint is same as RegisterDynizerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterDynizerHandlerServer ¶
func RegisterDynizerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DynizerServer) error
RegisterDynizerHandlerServer registers the http handlers for service Dynizer to "mux". UnaryRPC :call DynizerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDynizerHandlerFromEndpoint instead.
func RegisterDynizerServer ¶
func RegisterDynizerServer(s grpc.ServiceRegistrar, srv DynizerServer)
Types ¶
type Action ¶
type Action struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabels []*ActionLabel `protobuf:"bytes,3,rep,name=action_labels,json=actionLabels,proto3" json:"action_labels,omitempty"` // contains filtered or unexported fields }
Action
func (*Action) Descriptor
deprecated
func (*Action) GetActionLabels ¶
func (x *Action) GetActionLabels() []*ActionLabel
func (*Action) GetActionName ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type ActionInstanceRecord ¶
type ActionInstanceRecord struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` InstanceCellValues []string `protobuf:"bytes,2,rep,name=instance_cell_values,json=instanceCellValues,proto3" json:"instance_cell_values,omitempty"` // contains filtered or unexported fields }
ActionInstanceRecord
func (*ActionInstanceRecord) Descriptor
deprecated
func (*ActionInstanceRecord) Descriptor() ([]byte, []int)
Deprecated: Use ActionInstanceRecord.ProtoReflect.Descriptor instead.
func (*ActionInstanceRecord) GetInstanceCellValues ¶
func (x *ActionInstanceRecord) GetInstanceCellValues() []string
func (*ActionInstanceRecord) GetInstanceId ¶
func (x *ActionInstanceRecord) GetInstanceId() string
func (*ActionInstanceRecord) ProtoMessage ¶
func (*ActionInstanceRecord) ProtoMessage()
func (*ActionInstanceRecord) ProtoReflect ¶
func (x *ActionInstanceRecord) ProtoReflect() protoreflect.Message
func (*ActionInstanceRecord) Reset ¶
func (x *ActionInstanceRecord) Reset()
func (*ActionInstanceRecord) String ¶
func (x *ActionInstanceRecord) String() string
type ActionInstanceRes ¶
type ActionInstanceRes struct { UserActionLabels []*ResultLabel `protobuf:"bytes,1,rep,name=user_action_labels,json=userActionLabels,proto3" json:"user_action_labels,omitempty"` ResultRows []*ActionInstanceRecord `protobuf:"bytes,2,rep,name=result_rows,json=resultRows,proto3" json:"result_rows,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,3,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` // contains filtered or unexported fields }
ActionInstanceResponse
func (*ActionInstanceRes) Descriptor
deprecated
func (*ActionInstanceRes) Descriptor() ([]byte, []int)
Deprecated: Use ActionInstanceRes.ProtoReflect.Descriptor instead.
func (*ActionInstanceRes) GetAlternativeDataTypes ¶
func (x *ActionInstanceRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*ActionInstanceRes) GetResultRows ¶
func (x *ActionInstanceRes) GetResultRows() []*ActionInstanceRecord
func (*ActionInstanceRes) GetUserActionLabels ¶
func (x *ActionInstanceRes) GetUserActionLabels() []*ResultLabel
func (*ActionInstanceRes) ProtoMessage ¶
func (*ActionInstanceRes) ProtoMessage()
func (*ActionInstanceRes) ProtoReflect ¶
func (x *ActionInstanceRes) ProtoReflect() protoreflect.Message
func (*ActionInstanceRes) Reset ¶
func (x *ActionInstanceRes) Reset()
func (*ActionInstanceRes) String ¶
func (x *ActionInstanceRes) String() string
type ActionLabel ¶
type ActionLabel struct { ActionLabelName string `protobuf:"bytes,1,opt,name=action_label_name,json=actionLabelName,proto3" json:"action_label_name,omitempty"` Component ComponentType `protobuf:"varint,2,opt,name=component,proto3,enum=ComponentType" json:"component,omitempty"` DefaultDataType DataType `protobuf:"varint,3,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MinOccurrence uint32 `protobuf:"varint,4,opt,name=min_occurrence,json=minOccurrence,proto3" json:"min_occurrence,omitempty"` MaxOccurrence uint32 `protobuf:"varint,5,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
ActionLabel
func (*ActionLabel) Descriptor
deprecated
func (*ActionLabel) Descriptor() ([]byte, []int)
Deprecated: Use ActionLabel.ProtoReflect.Descriptor instead.
func (*ActionLabel) GetActionLabelName ¶
func (x *ActionLabel) GetActionLabelName() string
func (*ActionLabel) GetAlternativeDataTypes ¶
func (x *ActionLabel) GetAlternativeDataTypes() []DataType
func (*ActionLabel) GetComponent ¶
func (x *ActionLabel) GetComponent() ComponentType
func (*ActionLabel) GetDefaultDataType ¶
func (x *ActionLabel) GetDefaultDataType() DataType
func (*ActionLabel) GetMaxOccurrence ¶
func (x *ActionLabel) GetMaxOccurrence() uint32
func (*ActionLabel) GetMinOccurrence ¶
func (x *ActionLabel) GetMinOccurrence() uint32
func (*ActionLabel) GetShareName ¶
func (x *ActionLabel) GetShareName() string
func (*ActionLabel) ProtoMessage ¶
func (*ActionLabel) ProtoMessage()
func (*ActionLabel) ProtoReflect ¶
func (x *ActionLabel) ProtoReflect() protoreflect.Message
func (*ActionLabel) Reset ¶
func (x *ActionLabel) Reset()
func (*ActionLabel) String ¶
func (x *ActionLabel) String() string
type ActionLabelLink ¶
type ActionLabelLink struct { LeftActionLabel *ActionNameActionLabelName `protobuf:"bytes,1,opt,name=left_action_label,json=leftActionLabel,proto3" json:"left_action_label,omitempty"` RightActionLabel *ActionNameActionLabelName `protobuf:"bytes,2,opt,name=right_action_label,json=rightActionLabel,proto3" json:"right_action_label,omitempty"` LeftTotal int64 `protobuf:"varint,3,opt,name=left_total,json=leftTotal,proto3" json:"left_total,omitempty"` RightTotal int64 `protobuf:"varint,4,opt,name=right_total,json=rightTotal,proto3" json:"right_total,omitempty"` // contains filtered or unexported fields }
ActionLabelLink
func (*ActionLabelLink) Descriptor
deprecated
func (*ActionLabelLink) Descriptor() ([]byte, []int)
Deprecated: Use ActionLabelLink.ProtoReflect.Descriptor instead.
func (*ActionLabelLink) GetLeftActionLabel ¶
func (x *ActionLabelLink) GetLeftActionLabel() *ActionNameActionLabelName
func (*ActionLabelLink) GetLeftTotal ¶
func (x *ActionLabelLink) GetLeftTotal() int64
func (*ActionLabelLink) GetRightActionLabel ¶
func (x *ActionLabelLink) GetRightActionLabel() *ActionNameActionLabelName
func (*ActionLabelLink) GetRightTotal ¶
func (x *ActionLabelLink) GetRightTotal() int64
func (*ActionLabelLink) GetSharedTotal ¶
func (x *ActionLabelLink) GetSharedTotal() int64
func (*ActionLabelLink) ProtoMessage ¶
func (*ActionLabelLink) ProtoMessage()
func (*ActionLabelLink) ProtoReflect ¶
func (x *ActionLabelLink) ProtoReflect() protoreflect.Message
func (*ActionLabelLink) Reset ¶
func (x *ActionLabelLink) Reset()
func (*ActionLabelLink) String ¶
func (x *ActionLabelLink) String() string
type ActionLabelReq ¶
type ActionLabelReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` // contains filtered or unexported fields }
ActionLabelRequest
func (*ActionLabelReq) Descriptor
deprecated
func (*ActionLabelReq) Descriptor() ([]byte, []int)
Deprecated: Use ActionLabelReq.ProtoReflect.Descriptor instead.
func (*ActionLabelReq) GetActionLabel ¶
func (x *ActionLabelReq) GetActionLabel() string
func (*ActionLabelReq) GetActionName ¶
func (x *ActionLabelReq) GetActionName() string
func (*ActionLabelReq) ProtoMessage ¶
func (*ActionLabelReq) ProtoMessage()
func (*ActionLabelReq) ProtoReflect ¶
func (x *ActionLabelReq) ProtoReflect() protoreflect.Message
func (*ActionLabelReq) Reset ¶
func (x *ActionLabelReq) Reset()
func (*ActionLabelReq) String ¶
func (x *ActionLabelReq) String() string
type ActionLabelSelector ¶
type ActionLabelSelector struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` // contains filtered or unexported fields }
ActionLabelSelector
func (*ActionLabelSelector) Descriptor
deprecated
func (*ActionLabelSelector) Descriptor() ([]byte, []int)
Deprecated: Use ActionLabelSelector.ProtoReflect.Descriptor instead.
func (*ActionLabelSelector) GetActionLabel ¶
func (x *ActionLabelSelector) GetActionLabel() string
func (*ActionLabelSelector) GetActionName ¶
func (x *ActionLabelSelector) GetActionName() string
func (*ActionLabelSelector) ProtoMessage ¶
func (*ActionLabelSelector) ProtoMessage()
func (*ActionLabelSelector) ProtoReflect ¶
func (x *ActionLabelSelector) ProtoReflect() protoreflect.Message
func (*ActionLabelSelector) Reset ¶
func (x *ActionLabelSelector) Reset()
func (*ActionLabelSelector) String ¶
func (x *ActionLabelSelector) String() string
type ActionName ¶
type ActionName struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ActionName) Descriptor
deprecated
func (*ActionName) Descriptor() ([]byte, []int)
Deprecated: Use ActionName.ProtoReflect.Descriptor instead.
func (*ActionName) GetName ¶
func (x *ActionName) GetName() string
func (*ActionName) ProtoMessage ¶
func (*ActionName) ProtoMessage()
func (*ActionName) ProtoReflect ¶
func (x *ActionName) ProtoReflect() protoreflect.Message
func (*ActionName) Reset ¶
func (x *ActionName) Reset()
func (*ActionName) String ¶
func (x *ActionName) String() string
type ActionNameActionLabelName ¶
type ActionNameActionLabelName struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabelName string `protobuf:"bytes,2,opt,name=action_label_name,json=actionLabelName,proto3" json:"action_label_name,omitempty"` // contains filtered or unexported fields }
ActionNameActionLabelName
func (*ActionNameActionLabelName) Descriptor
deprecated
func (*ActionNameActionLabelName) Descriptor() ([]byte, []int)
Deprecated: Use ActionNameActionLabelName.ProtoReflect.Descriptor instead.
func (*ActionNameActionLabelName) GetActionLabelName ¶
func (x *ActionNameActionLabelName) GetActionLabelName() string
func (*ActionNameActionLabelName) GetActionName ¶
func (x *ActionNameActionLabelName) GetActionName() string
func (*ActionNameActionLabelName) ProtoMessage ¶
func (*ActionNameActionLabelName) ProtoMessage()
func (*ActionNameActionLabelName) ProtoReflect ¶
func (x *ActionNameActionLabelName) ProtoReflect() protoreflect.Message
func (*ActionNameActionLabelName) Reset ¶
func (x *ActionNameActionLabelName) Reset()
func (*ActionNameActionLabelName) String ¶
func (x *ActionNameActionLabelName) String() string
type ActionNameArrayRes ¶
type ActionNameArrayRes struct { TotalActions int64 `protobuf:"varint,1,opt,name=total_actions,json=totalActions,proto3" json:"total_actions,omitempty"` ActionNames []string `protobuf:"bytes,2,rep,name=action_names,json=actionNames,proto3" json:"action_names,omitempty"` // contains filtered or unexported fields }
ActionNameArrayResponse
func (*ActionNameArrayRes) Descriptor
deprecated
func (*ActionNameArrayRes) Descriptor() ([]byte, []int)
Deprecated: Use ActionNameArrayRes.ProtoReflect.Descriptor instead.
func (*ActionNameArrayRes) GetActionNames ¶
func (x *ActionNameArrayRes) GetActionNames() []string
func (*ActionNameArrayRes) GetTotalActions ¶
func (x *ActionNameArrayRes) GetTotalActions() int64
func (*ActionNameArrayRes) ProtoMessage ¶
func (*ActionNameArrayRes) ProtoMessage()
func (*ActionNameArrayRes) ProtoReflect ¶
func (x *ActionNameArrayRes) ProtoReflect() protoreflect.Message
func (*ActionNameArrayRes) Reset ¶
func (x *ActionNameArrayRes) Reset()
func (*ActionNameArrayRes) String ¶
func (x *ActionNameArrayRes) String() string
type ActionReq ¶
type ActionReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` // contains filtered or unexported fields }
ActionRequest
func (*ActionReq) Descriptor
deprecated
func (*ActionReq) GetActionName ¶
func (*ActionReq) ProtoMessage ¶
func (*ActionReq) ProtoMessage()
func (*ActionReq) ProtoReflect ¶
func (x *ActionReq) ProtoReflect() protoreflect.Message
type ActionRes ¶
type ActionRes struct { Action *Action `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"` // contains filtered or unexported fields }
ActionResponse
func (*ActionRes) Descriptor
deprecated
func (*ActionRes) ProtoMessage ¶
func (*ActionRes) ProtoMessage()
func (*ActionRes) ProtoReflect ¶
func (x *ActionRes) ProtoReflect() protoreflect.Message
type ActionTypeArrayRes ¶
type ActionTypeArrayRes struct { TotalActionTypes int64 `protobuf:"varint,1,opt,name=total_action_types,json=totalActionTypes,proto3" json:"total_action_types,omitempty"` ActionTypeLabels []string `protobuf:"bytes,2,rep,name=action_type_labels,json=actionTypeLabels,proto3" json:"action_type_labels,omitempty"` // contains filtered or unexported fields }
ActionTypeArrayRes
func (*ActionTypeArrayRes) Descriptor
deprecated
func (*ActionTypeArrayRes) Descriptor() ([]byte, []int)
Deprecated: Use ActionTypeArrayRes.ProtoReflect.Descriptor instead.
func (*ActionTypeArrayRes) GetActionTypeLabels ¶
func (x *ActionTypeArrayRes) GetActionTypeLabels() []string
func (*ActionTypeArrayRes) GetTotalActionTypes ¶
func (x *ActionTypeArrayRes) GetTotalActionTypes() int64
func (*ActionTypeArrayRes) ProtoMessage ¶
func (*ActionTypeArrayRes) ProtoMessage()
func (*ActionTypeArrayRes) ProtoReflect ¶
func (x *ActionTypeArrayRes) ProtoReflect() protoreflect.Message
func (*ActionTypeArrayRes) Reset ¶
func (x *ActionTypeArrayRes) Reset()
func (*ActionTypeArrayRes) String ¶
func (x *ActionTypeArrayRes) String() string
type ActionTypeLabel ¶
type ActionTypeLabel struct { Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` // contains filtered or unexported fields }
func (*ActionTypeLabel) Descriptor
deprecated
func (*ActionTypeLabel) Descriptor() ([]byte, []int)
Deprecated: Use ActionTypeLabel.ProtoReflect.Descriptor instead.
func (*ActionTypeLabel) GetLabel ¶
func (x *ActionTypeLabel) GetLabel() string
func (*ActionTypeLabel) ProtoMessage ¶
func (*ActionTypeLabel) ProtoMessage()
func (*ActionTypeLabel) ProtoReflect ¶
func (x *ActionTypeLabel) ProtoReflect() protoreflect.Message
func (*ActionTypeLabel) Reset ¶
func (x *ActionTypeLabel) Reset()
func (*ActionTypeLabel) String ¶
func (x *ActionTypeLabel) String() string
type ActionTypeReq ¶
type ActionTypeReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` // contains filtered or unexported fields }
ActionTypeRequest
func (*ActionTypeReq) Descriptor
deprecated
func (*ActionTypeReq) Descriptor() ([]byte, []int)
Deprecated: Use ActionTypeReq.ProtoReflect.Descriptor instead.
func (*ActionTypeReq) GetActionTypeLabel ¶
func (x *ActionTypeReq) GetActionTypeLabel() string
func (*ActionTypeReq) ProtoMessage ¶
func (*ActionTypeReq) ProtoMessage()
func (*ActionTypeReq) ProtoReflect ¶
func (x *ActionTypeReq) ProtoReflect() protoreflect.Message
func (*ActionTypeReq) Reset ¶
func (x *ActionTypeReq) Reset()
func (*ActionTypeReq) String ¶
func (x *ActionTypeReq) String() string
type ActionTypeRes ¶
type ActionTypeRes struct { ActionType int64 `protobuf:"varint,1,opt,name=action_type,json=actionType,proto3" json:"action_type,omitempty"` ActionTypeLabel string `protobuf:"bytes,2,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` // contains filtered or unexported fields }
ActionTypeResponse
func (*ActionTypeRes) Descriptor
deprecated
func (*ActionTypeRes) Descriptor() ([]byte, []int)
Deprecated: Use ActionTypeRes.ProtoReflect.Descriptor instead.
func (*ActionTypeRes) GetActionType ¶
func (x *ActionTypeRes) GetActionType() int64
func (*ActionTypeRes) GetActionTypeLabel ¶
func (x *ActionTypeRes) GetActionTypeLabel() string
func (*ActionTypeRes) ProtoMessage ¶
func (*ActionTypeRes) ProtoMessage()
func (*ActionTypeRes) ProtoReflect ¶
func (x *ActionTypeRes) ProtoReflect() protoreflect.Message
func (*ActionTypeRes) Reset ¶
func (x *ActionTypeRes) Reset()
func (*ActionTypeRes) String ¶
func (x *ActionTypeRes) String() string
type AddActionLabelReq ¶
type AddActionLabelReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` IfNotExists bool `protobuf:"varint,2,opt,name=if_not_exists,json=ifNotExists,proto3" json:"if_not_exists,omitempty"` ActionLabelName string `protobuf:"bytes,3,opt,name=action_label_name,json=actionLabelName,proto3" json:"action_label_name,omitempty"` Component ComponentType `protobuf:"varint,4,opt,name=component,proto3,enum=ComponentType" json:"component,omitempty"` DefaultDataType DataType `protobuf:"varint,5,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MinOccurrence uint32 `protobuf:"varint,6,opt,name=min_occurrence,json=minOccurrence,proto3" json:"min_occurrence,omitempty"` MaxOccurrence uint32 `protobuf:"varint,7,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
AddActionLabelRequest
func (*AddActionLabelReq) Descriptor
deprecated
func (*AddActionLabelReq) Descriptor() ([]byte, []int)
Deprecated: Use AddActionLabelReq.ProtoReflect.Descriptor instead.
func (*AddActionLabelReq) GetActionLabelName ¶
func (x *AddActionLabelReq) GetActionLabelName() string
func (*AddActionLabelReq) GetActionName ¶
func (x *AddActionLabelReq) GetActionName() string
func (*AddActionLabelReq) GetAlternativeDataTypes ¶
func (x *AddActionLabelReq) GetAlternativeDataTypes() []DataType
func (*AddActionLabelReq) GetComponent ¶
func (x *AddActionLabelReq) GetComponent() ComponentType
func (*AddActionLabelReq) GetDefaultDataType ¶
func (x *AddActionLabelReq) GetDefaultDataType() DataType
func (*AddActionLabelReq) GetIfNotExists ¶
func (x *AddActionLabelReq) GetIfNotExists() bool
func (*AddActionLabelReq) GetMaxOccurrence ¶
func (x *AddActionLabelReq) GetMaxOccurrence() uint32
func (*AddActionLabelReq) GetMinOccurrence ¶
func (x *AddActionLabelReq) GetMinOccurrence() uint32
func (*AddActionLabelReq) GetShareName ¶
func (x *AddActionLabelReq) GetShareName() string
func (*AddActionLabelReq) ProtoMessage ¶
func (*AddActionLabelReq) ProtoMessage()
func (*AddActionLabelReq) ProtoReflect ¶
func (x *AddActionLabelReq) ProtoReflect() protoreflect.Message
func (*AddActionLabelReq) Reset ¶
func (x *AddActionLabelReq) Reset()
func (*AddActionLabelReq) String ¶
func (x *AddActionLabelReq) String() string
type AddInstanceActionLabelMetaDataReq ¶
type AddInstanceActionLabelMetaDataReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` KeyName string `protobuf:"bytes,3,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Values []string `protobuf:"bytes,4,rep,name=values,proto3" json:"values,omitempty"` Specs []*ValueSpec `protobuf:"bytes,5,rep,name=specs,proto3" json:"specs,omitempty"` // contains filtered or unexported fields }
AddInstanceActionLabelMetaDataRequest
func (*AddInstanceActionLabelMetaDataReq) Descriptor
deprecated
func (*AddInstanceActionLabelMetaDataReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceActionLabelMetaDataReq.ProtoReflect.Descriptor instead.
func (*AddInstanceActionLabelMetaDataReq) GetActionLabel ¶
func (x *AddInstanceActionLabelMetaDataReq) GetActionLabel() string
func (*AddInstanceActionLabelMetaDataReq) GetInstanceId ¶
func (x *AddInstanceActionLabelMetaDataReq) GetInstanceId() string
func (*AddInstanceActionLabelMetaDataReq) GetKeyName ¶
func (x *AddInstanceActionLabelMetaDataReq) GetKeyName() string
func (*AddInstanceActionLabelMetaDataReq) GetSpecs ¶
func (x *AddInstanceActionLabelMetaDataReq) GetSpecs() []*ValueSpec
func (*AddInstanceActionLabelMetaDataReq) GetValues ¶
func (x *AddInstanceActionLabelMetaDataReq) GetValues() []string
func (*AddInstanceActionLabelMetaDataReq) ProtoMessage ¶
func (*AddInstanceActionLabelMetaDataReq) ProtoMessage()
func (*AddInstanceActionLabelMetaDataReq) ProtoReflect ¶
func (x *AddInstanceActionLabelMetaDataReq) ProtoReflect() protoreflect.Message
func (*AddInstanceActionLabelMetaDataReq) Reset ¶
func (x *AddInstanceActionLabelMetaDataReq) Reset()
func (*AddInstanceActionLabelMetaDataReq) String ¶
func (x *AddInstanceActionLabelMetaDataReq) String() string
type AddInstanceActionLabelMetaDataValueReq ¶
type AddInstanceActionLabelMetaDataValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` KeyName string `protobuf:"bytes,3,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,5,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
AddInstanceActionLabelMetaDataValueRequest
func (*AddInstanceActionLabelMetaDataValueReq) Descriptor
deprecated
func (*AddInstanceActionLabelMetaDataValueReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceActionLabelMetaDataValueReq.ProtoReflect.Descriptor instead.
func (*AddInstanceActionLabelMetaDataValueReq) GetActionLabel ¶
func (x *AddInstanceActionLabelMetaDataValueReq) GetActionLabel() string
func (*AddInstanceActionLabelMetaDataValueReq) GetInstanceId ¶
func (x *AddInstanceActionLabelMetaDataValueReq) GetInstanceId() string
func (*AddInstanceActionLabelMetaDataValueReq) GetKeyName ¶
func (x *AddInstanceActionLabelMetaDataValueReq) GetKeyName() string
func (*AddInstanceActionLabelMetaDataValueReq) GetSpec ¶
func (x *AddInstanceActionLabelMetaDataValueReq) GetSpec() *DataTypeFormat
func (*AddInstanceActionLabelMetaDataValueReq) GetValue ¶
func (x *AddInstanceActionLabelMetaDataValueReq) GetValue() string
func (*AddInstanceActionLabelMetaDataValueReq) ProtoMessage ¶
func (*AddInstanceActionLabelMetaDataValueReq) ProtoMessage()
func (*AddInstanceActionLabelMetaDataValueReq) ProtoReflect ¶
func (x *AddInstanceActionLabelMetaDataValueReq) ProtoReflect() protoreflect.Message
func (*AddInstanceActionLabelMetaDataValueReq) Reset ¶
func (x *AddInstanceActionLabelMetaDataValueReq) Reset()
func (*AddInstanceActionLabelMetaDataValueReq) String ¶
func (x *AddInstanceActionLabelMetaDataValueReq) String() string
type AddInstanceCellMetaDataReq ¶
type AddInstanceCellMetaDataReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` KeyName string `protobuf:"bytes,4,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Values []string `protobuf:"bytes,5,rep,name=values,proto3" json:"values,omitempty"` Specs []*ValueSpec `protobuf:"bytes,6,rep,name=specs,proto3" json:"specs,omitempty"` // contains filtered or unexported fields }
AddInstanceCellMetaDataRequest
func (*AddInstanceCellMetaDataReq) Descriptor
deprecated
func (*AddInstanceCellMetaDataReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceCellMetaDataReq.ProtoReflect.Descriptor instead.
func (*AddInstanceCellMetaDataReq) GetActionLabel ¶
func (x *AddInstanceCellMetaDataReq) GetActionLabel() string
func (*AddInstanceCellMetaDataReq) GetInstanceId ¶
func (x *AddInstanceCellMetaDataReq) GetInstanceId() string
func (*AddInstanceCellMetaDataReq) GetKeyName ¶
func (x *AddInstanceCellMetaDataReq) GetKeyName() string
func (*AddInstanceCellMetaDataReq) GetSpecs ¶
func (x *AddInstanceCellMetaDataReq) GetSpecs() []*ValueSpec
func (*AddInstanceCellMetaDataReq) GetValuePosition ¶
func (x *AddInstanceCellMetaDataReq) GetValuePosition() uint32
func (*AddInstanceCellMetaDataReq) GetValues ¶
func (x *AddInstanceCellMetaDataReq) GetValues() []string
func (*AddInstanceCellMetaDataReq) ProtoMessage ¶
func (*AddInstanceCellMetaDataReq) ProtoMessage()
func (*AddInstanceCellMetaDataReq) ProtoReflect ¶
func (x *AddInstanceCellMetaDataReq) ProtoReflect() protoreflect.Message
func (*AddInstanceCellMetaDataReq) Reset ¶
func (x *AddInstanceCellMetaDataReq) Reset()
func (*AddInstanceCellMetaDataReq) String ¶
func (x *AddInstanceCellMetaDataReq) String() string
type AddInstanceCellMetaDataValueReq ¶
type AddInstanceCellMetaDataValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` KeyName string `protobuf:"bytes,4,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,6,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
AddInstanceCellMetaDataValueRequest
func (*AddInstanceCellMetaDataValueReq) Descriptor
deprecated
func (*AddInstanceCellMetaDataValueReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceCellMetaDataValueReq.ProtoReflect.Descriptor instead.
func (*AddInstanceCellMetaDataValueReq) GetActionLabel ¶
func (x *AddInstanceCellMetaDataValueReq) GetActionLabel() string
func (*AddInstanceCellMetaDataValueReq) GetInstanceId ¶
func (x *AddInstanceCellMetaDataValueReq) GetInstanceId() string
func (*AddInstanceCellMetaDataValueReq) GetKeyName ¶
func (x *AddInstanceCellMetaDataValueReq) GetKeyName() string
func (*AddInstanceCellMetaDataValueReq) GetSpec ¶
func (x *AddInstanceCellMetaDataValueReq) GetSpec() *DataTypeFormat
func (*AddInstanceCellMetaDataValueReq) GetValue ¶
func (x *AddInstanceCellMetaDataValueReq) GetValue() string
func (*AddInstanceCellMetaDataValueReq) GetValuePosition ¶
func (x *AddInstanceCellMetaDataValueReq) GetValuePosition() uint32
func (*AddInstanceCellMetaDataValueReq) ProtoMessage ¶
func (*AddInstanceCellMetaDataValueReq) ProtoMessage()
func (*AddInstanceCellMetaDataValueReq) ProtoReflect ¶
func (x *AddInstanceCellMetaDataValueReq) ProtoReflect() protoreflect.Message
func (*AddInstanceCellMetaDataValueReq) Reset ¶
func (x *AddInstanceCellMetaDataValueReq) Reset()
func (*AddInstanceCellMetaDataValueReq) String ¶
func (x *AddInstanceCellMetaDataValueReq) String() string
type AddInstanceMetaDataReq ¶
type AddInstanceMetaDataReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` KeyName string `protobuf:"bytes,2,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` Specs []*ValueSpec `protobuf:"bytes,4,rep,name=specs,proto3" json:"specs,omitempty"` // contains filtered or unexported fields }
AddInstanceMetaDataRequest
func (*AddInstanceMetaDataReq) Descriptor
deprecated
func (*AddInstanceMetaDataReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceMetaDataReq.ProtoReflect.Descriptor instead.
func (*AddInstanceMetaDataReq) GetInstanceId ¶
func (x *AddInstanceMetaDataReq) GetInstanceId() string
func (*AddInstanceMetaDataReq) GetKeyName ¶
func (x *AddInstanceMetaDataReq) GetKeyName() string
func (*AddInstanceMetaDataReq) GetSpecs ¶
func (x *AddInstanceMetaDataReq) GetSpecs() []*ValueSpec
func (*AddInstanceMetaDataReq) GetValues ¶
func (x *AddInstanceMetaDataReq) GetValues() []string
func (*AddInstanceMetaDataReq) ProtoMessage ¶
func (*AddInstanceMetaDataReq) ProtoMessage()
func (*AddInstanceMetaDataReq) ProtoReflect ¶
func (x *AddInstanceMetaDataReq) ProtoReflect() protoreflect.Message
func (*AddInstanceMetaDataReq) Reset ¶
func (x *AddInstanceMetaDataReq) Reset()
func (*AddInstanceMetaDataReq) String ¶
func (x *AddInstanceMetaDataReq) String() string
type AddInstanceMetaDataValueReq ¶
type AddInstanceMetaDataValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` KeyName string `protobuf:"bytes,2,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
AddInstanceMetaDataValueRequest
func (*AddInstanceMetaDataValueReq) Descriptor
deprecated
func (*AddInstanceMetaDataValueReq) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceMetaDataValueReq.ProtoReflect.Descriptor instead.
func (*AddInstanceMetaDataValueReq) GetInstanceId ¶
func (x *AddInstanceMetaDataValueReq) GetInstanceId() string
func (*AddInstanceMetaDataValueReq) GetKeyName ¶
func (x *AddInstanceMetaDataValueReq) GetKeyName() string
func (*AddInstanceMetaDataValueReq) GetSpec ¶
func (x *AddInstanceMetaDataValueReq) GetSpec() *DataTypeFormat
func (*AddInstanceMetaDataValueReq) GetValue ¶
func (x *AddInstanceMetaDataValueReq) GetValue() string
func (*AddInstanceMetaDataValueReq) ProtoMessage ¶
func (*AddInstanceMetaDataValueReq) ProtoMessage()
func (*AddInstanceMetaDataValueReq) ProtoReflect ¶
func (x *AddInstanceMetaDataValueReq) ProtoReflect() protoreflect.Message
func (*AddInstanceMetaDataValueReq) Reset ¶
func (x *AddInstanceMetaDataValueReq) Reset()
func (*AddInstanceMetaDataValueReq) String ¶
func (x *AddInstanceMetaDataValueReq) String() string
type AddUserReq ¶
type AddUserReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Roles []*DynizerRole `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"` Disabled bool `protobuf:"varint,4,opt,name=disabled,proto3" json:"disabled,omitempty"` // contains filtered or unexported fields }
AddUserRequest
func (*AddUserReq) Descriptor
deprecated
func (*AddUserReq) Descriptor() ([]byte, []int)
Deprecated: Use AddUserReq.ProtoReflect.Descriptor instead.
func (*AddUserReq) GetDisabled ¶
func (x *AddUserReq) GetDisabled() bool
func (*AddUserReq) GetPassword ¶
func (x *AddUserReq) GetPassword() string
func (*AddUserReq) GetRoles ¶
func (x *AddUserReq) GetRoles() []*DynizerRole
func (*AddUserReq) GetUser ¶
func (x *AddUserReq) GetUser() string
func (*AddUserReq) ProtoMessage ¶
func (*AddUserReq) ProtoMessage()
func (*AddUserReq) ProtoReflect ¶
func (x *AddUserReq) ProtoReflect() protoreflect.Message
func (*AddUserReq) Reset ¶
func (x *AddUserReq) Reset()
func (*AddUserReq) String ¶
func (x *AddUserReq) String() string
type BuilInstanceInsertRes ¶
type BuilInstanceInsertRes struct {
// contains filtered or unexported fields
}
func (*BuilInstanceInsertRes) Descriptor
deprecated
func (*BuilInstanceInsertRes) Descriptor() ([]byte, []int)
Deprecated: Use BuilInstanceInsertRes.ProtoReflect.Descriptor instead.
func (*BuilInstanceInsertRes) ProtoMessage ¶
func (*BuilInstanceInsertRes) ProtoMessage()
func (*BuilInstanceInsertRes) ProtoReflect ¶
func (x *BuilInstanceInsertRes) ProtoReflect() protoreflect.Message
func (*BuilInstanceInsertRes) Reset ¶
func (x *BuilInstanceInsertRes) Reset()
func (*BuilInstanceInsertRes) String ¶
func (x *BuilInstanceInsertRes) String() string
type BulkInstanceInsertCloseReq ¶
type BulkInstanceInsertCloseReq struct {
// contains filtered or unexported fields
}
func (*BulkInstanceInsertCloseReq) Descriptor
deprecated
func (*BulkInstanceInsertCloseReq) Descriptor() ([]byte, []int)
Deprecated: Use BulkInstanceInsertCloseReq.ProtoReflect.Descriptor instead.
func (*BulkInstanceInsertCloseReq) ProtoMessage ¶
func (*BulkInstanceInsertCloseReq) ProtoMessage()
func (*BulkInstanceInsertCloseReq) ProtoReflect ¶
func (x *BulkInstanceInsertCloseReq) ProtoReflect() protoreflect.Message
func (*BulkInstanceInsertCloseReq) Reset ¶
func (x *BulkInstanceInsertCloseReq) Reset()
func (*BulkInstanceInsertCloseReq) String ¶
func (x *BulkInstanceInsertCloseReq) String() string
type BulkInstanceInsertDataReq ¶
type BulkInstanceInsertDataReq struct {
// contains filtered or unexported fields
}
func (*BulkInstanceInsertDataReq) Descriptor
deprecated
func (*BulkInstanceInsertDataReq) Descriptor() ([]byte, []int)
Deprecated: Use BulkInstanceInsertDataReq.ProtoReflect.Descriptor instead.
func (*BulkInstanceInsertDataReq) ProtoMessage ¶
func (*BulkInstanceInsertDataReq) ProtoMessage()
func (*BulkInstanceInsertDataReq) ProtoReflect ¶
func (x *BulkInstanceInsertDataReq) ProtoReflect() protoreflect.Message
func (*BulkInstanceInsertDataReq) Reset ¶
func (x *BulkInstanceInsertDataReq) Reset()
func (*BulkInstanceInsertDataReq) String ¶
func (x *BulkInstanceInsertDataReq) String() string
type BulkInstanceInsertStartReq ¶
type BulkInstanceInsertStartReq struct {
// contains filtered or unexported fields
}
func (*BulkInstanceInsertStartReq) Descriptor
deprecated
func (*BulkInstanceInsertStartReq) Descriptor() ([]byte, []int)
Deprecated: Use BulkInstanceInsertStartReq.ProtoReflect.Descriptor instead.
func (*BulkInstanceInsertStartReq) ProtoMessage ¶
func (*BulkInstanceInsertStartReq) ProtoMessage()
func (*BulkInstanceInsertStartReq) ProtoReflect ¶
func (x *BulkInstanceInsertStartReq) ProtoReflect() protoreflect.Message
func (*BulkInstanceInsertStartReq) Reset ¶
func (x *BulkInstanceInsertStartReq) Reset()
func (*BulkInstanceInsertStartReq) String ¶
func (x *BulkInstanceInsertStartReq) String() string
type ChangePasswordReq ¶
type ChangePasswordReq struct { OldPassword string `protobuf:"bytes,1,opt,name=old_password,json=oldPassword,proto3" json:"old_password,omitempty"` NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` // contains filtered or unexported fields }
ChangePasswordRequest
func (*ChangePasswordReq) Descriptor
deprecated
func (*ChangePasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use ChangePasswordReq.ProtoReflect.Descriptor instead.
func (*ChangePasswordReq) GetNewPassword ¶
func (x *ChangePasswordReq) GetNewPassword() string
func (*ChangePasswordReq) GetOldPassword ¶
func (x *ChangePasswordReq) GetOldPassword() string
func (*ChangePasswordReq) ProtoMessage ¶
func (*ChangePasswordReq) ProtoMessage()
func (*ChangePasswordReq) ProtoReflect ¶
func (x *ChangePasswordReq) ProtoReflect() protoreflect.Message
func (*ChangePasswordReq) Reset ¶
func (x *ChangePasswordReq) Reset()
func (*ChangePasswordReq) String ¶
func (x *ChangePasswordReq) String() string
type CheckActionLabelNameReq ¶
type CheckActionLabelNameReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` // contains filtered or unexported fields }
CheckActionLabelNameRequest
func (*CheckActionLabelNameReq) Descriptor
deprecated
func (*CheckActionLabelNameReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckActionLabelNameReq.ProtoReflect.Descriptor instead.
func (*CheckActionLabelNameReq) GetActionLabel ¶
func (x *CheckActionLabelNameReq) GetActionLabel() string
func (*CheckActionLabelNameReq) GetActionName ¶
func (x *CheckActionLabelNameReq) GetActionName() string
func (*CheckActionLabelNameReq) ProtoMessage ¶
func (*CheckActionLabelNameReq) ProtoMessage()
func (*CheckActionLabelNameReq) ProtoReflect ¶
func (x *CheckActionLabelNameReq) ProtoReflect() protoreflect.Message
func (*CheckActionLabelNameReq) Reset ¶
func (x *CheckActionLabelNameReq) Reset()
func (*CheckActionLabelNameReq) String ¶
func (x *CheckActionLabelNameReq) String() string
type CheckActionNameReq ¶
type CheckActionNameReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` // contains filtered or unexported fields }
CheckActionNameRequest
func (*CheckActionNameReq) Descriptor
deprecated
func (*CheckActionNameReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckActionNameReq.ProtoReflect.Descriptor instead.
func (*CheckActionNameReq) GetActionName ¶
func (x *CheckActionNameReq) GetActionName() string
func (*CheckActionNameReq) ProtoMessage ¶
func (*CheckActionNameReq) ProtoMessage()
func (*CheckActionNameReq) ProtoReflect ¶
func (x *CheckActionNameReq) ProtoReflect() protoreflect.Message
func (*CheckActionNameReq) Reset ¶
func (x *CheckActionNameReq) Reset()
func (*CheckActionNameReq) String ¶
func (x *CheckActionNameReq) String() string
type CheckMetaDataKeyNameReq ¶
type CheckMetaDataKeyNameReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
CheckMetaDataKeyNameRequest
func (*CheckMetaDataKeyNameReq) Descriptor
deprecated
func (*CheckMetaDataKeyNameReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckMetaDataKeyNameReq.ProtoReflect.Descriptor instead.
func (*CheckMetaDataKeyNameReq) GetKeyName ¶
func (x *CheckMetaDataKeyNameReq) GetKeyName() string
func (*CheckMetaDataKeyNameReq) ProtoMessage ¶
func (*CheckMetaDataKeyNameReq) ProtoMessage()
func (*CheckMetaDataKeyNameReq) ProtoReflect ¶
func (x *CheckMetaDataKeyNameReq) ProtoReflect() protoreflect.Message
func (*CheckMetaDataKeyNameReq) Reset ¶
func (x *CheckMetaDataKeyNameReq) Reset()
func (*CheckMetaDataKeyNameReq) String ¶
func (x *CheckMetaDataKeyNameReq) String() string
type CheckPasswordReq ¶
type CheckPasswordReq struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
CheckPasswordReq
func (*CheckPasswordReq) Descriptor
deprecated
func (*CheckPasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckPasswordReq.ProtoReflect.Descriptor instead.
func (*CheckPasswordReq) GetPassword ¶
func (x *CheckPasswordReq) GetPassword() string
func (*CheckPasswordReq) ProtoMessage ¶
func (*CheckPasswordReq) ProtoMessage()
func (*CheckPasswordReq) ProtoReflect ¶
func (x *CheckPasswordReq) ProtoReflect() protoreflect.Message
func (*CheckPasswordReq) Reset ¶
func (x *CheckPasswordReq) Reset()
func (*CheckPasswordReq) String ¶
func (x *CheckPasswordReq) String() string
type CheckPasswordRes ¶
type CheckPasswordRes struct { Strength uint32 `protobuf:"varint,1,opt,name=strength,proto3" json:"strength,omitempty"` CrackTime string `protobuf:"bytes,2,opt,name=crack_time,json=crackTime,proto3" json:"crack_time,omitempty"` Valid bool `protobuf:"varint,3,opt,name=valid,proto3" json:"valid,omitempty"` FailReason string `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"` // contains filtered or unexported fields }
CheckPasswordRes
func (*CheckPasswordRes) Descriptor
deprecated
func (*CheckPasswordRes) Descriptor() ([]byte, []int)
Deprecated: Use CheckPasswordRes.ProtoReflect.Descriptor instead.
func (*CheckPasswordRes) GetCrackTime ¶
func (x *CheckPasswordRes) GetCrackTime() string
func (*CheckPasswordRes) GetFailReason ¶
func (x *CheckPasswordRes) GetFailReason() string
func (*CheckPasswordRes) GetStrength ¶
func (x *CheckPasswordRes) GetStrength() uint32
func (*CheckPasswordRes) GetValid ¶
func (x *CheckPasswordRes) GetValid() bool
func (*CheckPasswordRes) ProtoMessage ¶
func (*CheckPasswordRes) ProtoMessage()
func (*CheckPasswordRes) ProtoReflect ¶
func (x *CheckPasswordRes) ProtoReflect() protoreflect.Message
func (*CheckPasswordRes) Reset ¶
func (x *CheckPasswordRes) Reset()
func (*CheckPasswordRes) String ¶
func (x *CheckPasswordRes) String() string
type ClearObjectDataReq ¶
type ClearObjectDataReq struct { // Deprecated: Do not use. Type ObjectDataType `protobuf:"varint,1,opt,name=type,proto3,enum=ObjectDataType" json:"type,omitempty"` // Deprecated: Do not use. RefUuid string `protobuf:"bytes,2,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` ObjectRef *ObjectRef `protobuf:"bytes,3,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` // contains filtered or unexported fields }
ClearObjectDataRequest
func (*ClearObjectDataReq) Descriptor
deprecated
func (*ClearObjectDataReq) Descriptor() ([]byte, []int)
Deprecated: Use ClearObjectDataReq.ProtoReflect.Descriptor instead.
func (*ClearObjectDataReq) GetObjectRef ¶ added in v2.1.0
func (x *ClearObjectDataReq) GetObjectRef() *ObjectRef
func (*ClearObjectDataReq) GetRefUuid
deprecated
func (x *ClearObjectDataReq) GetRefUuid() string
Deprecated: Do not use.
func (*ClearObjectDataReq) GetType
deprecated
func (x *ClearObjectDataReq) GetType() ObjectDataType
Deprecated: Do not use.
func (*ClearObjectDataReq) ProtoMessage ¶
func (*ClearObjectDataReq) ProtoMessage()
func (*ClearObjectDataReq) ProtoReflect ¶
func (x *ClearObjectDataReq) ProtoReflect() protoreflect.Message
func (*ClearObjectDataReq) Reset ¶
func (x *ClearObjectDataReq) Reset()
func (*ClearObjectDataReq) String ¶
func (x *ClearObjectDataReq) String() string
type ComponentType ¶
type ComponentType int32
ComponentType
const ( ComponentType_InvalidComponentType ComponentType = 0 // subject data category ComponentType_Who ComponentType = 1 // object data category ComponentType_What ComponentType = 2 // spatial data category ComponentType_Where ComponentType = 3 // temporal data category ComponentType_When ComponentType = 4 )
func (ComponentType) Descriptor ¶
func (ComponentType) Descriptor() protoreflect.EnumDescriptor
func (ComponentType) Enum ¶
func (x ComponentType) Enum() *ComponentType
func (ComponentType) EnumDescriptor
deprecated
func (ComponentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ComponentType.Descriptor instead.
func (ComponentType) Number ¶
func (x ComponentType) Number() protoreflect.EnumNumber
func (ComponentType) String ¶
func (x ComponentType) String() string
func (ComponentType) Type ¶
func (ComponentType) Type() protoreflect.EnumType
type ComponentTypeUsage ¶
type ComponentTypeUsage struct { ComponentType ComponentType `protobuf:"varint,1,opt,name=component_type,json=componentType,proto3,enum=ComponentType" json:"component_type,omitempty"` NumInstances int64 `protobuf:"varint,2,opt,name=num_instances,json=numInstances,proto3" json:"num_instances,omitempty"` // contains filtered or unexported fields }
func (*ComponentTypeUsage) Descriptor
deprecated
func (*ComponentTypeUsage) Descriptor() ([]byte, []int)
Deprecated: Use ComponentTypeUsage.ProtoReflect.Descriptor instead.
func (*ComponentTypeUsage) GetComponentType ¶
func (x *ComponentTypeUsage) GetComponentType() ComponentType
func (*ComponentTypeUsage) GetNumInstances ¶
func (x *ComponentTypeUsage) GetNumInstances() int64
func (*ComponentTypeUsage) ProtoMessage ¶
func (*ComponentTypeUsage) ProtoMessage()
func (*ComponentTypeUsage) ProtoReflect ¶
func (x *ComponentTypeUsage) ProtoReflect() protoreflect.Message
func (*ComponentTypeUsage) Reset ¶
func (x *ComponentTypeUsage) Reset()
func (*ComponentTypeUsage) String ¶
func (x *ComponentTypeUsage) String() string
type ConfigKV ¶
type ConfigKV struct { ConfigKey string `protobuf:"bytes,1,opt,name=config_key,json=configKey,proto3" json:"config_key,omitempty"` // Types that are assignable to ConfigValue: // // *ConfigKV_NumericValue // *ConfigKV_StringValue ConfigValue isConfigKV_ConfigValue `protobuf_oneof:"config_value"` // contains filtered or unexported fields }
ConfigKV
func (*ConfigKV) Descriptor
deprecated
func (*ConfigKV) GetConfigKey ¶
func (*ConfigKV) GetConfigValue ¶
func (m *ConfigKV) GetConfigValue() isConfigKV_ConfigValue
func (*ConfigKV) GetNumericValue ¶
func (*ConfigKV) GetStringValue ¶
func (*ConfigKV) ProtoMessage ¶
func (*ConfigKV) ProtoMessage()
func (*ConfigKV) ProtoReflect ¶
func (x *ConfigKV) ProtoReflect() protoreflect.Message
type ConfigKV_NumericValue ¶
type ConfigKV_NumericValue struct {
NumericValue float32 `protobuf:"fixed32,2,opt,name=numeric_value,json=numericValue,proto3,oneof"`
}
type ConfigKV_StringValue ¶
type ConfigKV_StringValue struct {
StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type CountActionReq ¶
type CountActionReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` // contains filtered or unexported fields }
func (*CountActionReq) Descriptor
deprecated
func (*CountActionReq) Descriptor() ([]byte, []int)
Deprecated: Use CountActionReq.ProtoReflect.Descriptor instead.
func (*CountActionReq) GetActionTypeLabel ¶
func (x *CountActionReq) GetActionTypeLabel() string
func (*CountActionReq) ProtoMessage ¶
func (*CountActionReq) ProtoMessage()
func (*CountActionReq) ProtoReflect ¶
func (x *CountActionReq) ProtoReflect() protoreflect.Message
func (*CountActionReq) Reset ¶
func (x *CountActionReq) Reset()
func (*CountActionReq) String ¶
func (x *CountActionReq) String() string
type CountRes ¶
type CountRes struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
CountResponse
func (*CountRes) Descriptor
deprecated
func (*CountRes) ProtoMessage ¶
func (*CountRes) ProtoMessage()
func (*CountRes) ProtoReflect ¶
func (x *CountRes) ProtoReflect() protoreflect.Message
type CreateActionReq ¶
type CreateActionReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` IfNotExists bool `protobuf:"varint,2,opt,name=if_not_exists,json=ifNotExists,proto3" json:"if_not_exists,omitempty"` ActionLabels []*ActionLabel `protobuf:"bytes,3,rep,name=action_labels,json=actionLabels,proto3" json:"action_labels,omitempty"` // contains filtered or unexported fields }
CreateActionRequest
func (*CreateActionReq) Descriptor
deprecated
func (*CreateActionReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateActionReq.ProtoReflect.Descriptor instead.
func (*CreateActionReq) GetActionLabels ¶
func (x *CreateActionReq) GetActionLabels() []*ActionLabel
func (*CreateActionReq) GetActionName ¶
func (x *CreateActionReq) GetActionName() string
func (*CreateActionReq) GetIfNotExists ¶
func (x *CreateActionReq) GetIfNotExists() bool
func (*CreateActionReq) ProtoMessage ¶
func (*CreateActionReq) ProtoMessage()
func (*CreateActionReq) ProtoReflect ¶
func (x *CreateActionReq) ProtoReflect() protoreflect.Message
func (*CreateActionReq) Reset ¶
func (x *CreateActionReq) Reset()
func (*CreateActionReq) String ¶
func (x *CreateActionReq) String() string
type CreateActionTypeReq ¶
type CreateActionTypeReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` IfNotExists bool `protobuf:"varint,2,opt,name=if_not_exists,json=ifNotExists,proto3" json:"if_not_exists,omitempty"` // contains filtered or unexported fields }
CreateActionTypeRequest
func (*CreateActionTypeReq) Descriptor
deprecated
func (*CreateActionTypeReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateActionTypeReq.ProtoReflect.Descriptor instead.
func (*CreateActionTypeReq) GetActionTypeLabel ¶
func (x *CreateActionTypeReq) GetActionTypeLabel() string
func (*CreateActionTypeReq) GetIfNotExists ¶
func (x *CreateActionTypeReq) GetIfNotExists() bool
func (*CreateActionTypeReq) ProtoMessage ¶
func (*CreateActionTypeReq) ProtoMessage()
func (*CreateActionTypeReq) ProtoReflect ¶
func (x *CreateActionTypeReq) ProtoReflect() protoreflect.Message
func (*CreateActionTypeReq) Reset ¶
func (x *CreateActionTypeReq) Reset()
func (*CreateActionTypeReq) String ¶
func (x *CreateActionTypeReq) String() string
type CreateInstanceReq ¶
type CreateInstanceReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` InstanceElements []*InstanceElement `protobuf:"bytes,2,rep,name=instance_elements,json=instanceElements,proto3" json:"instance_elements,omitempty"` InstanceMetadata []*MetaDataKeyValue `protobuf:"bytes,3,rep,name=instance_metadata,json=instanceMetadata,proto3" json:"instance_metadata,omitempty"` // contains filtered or unexported fields }
CreateInstanceRequest
func (*CreateInstanceReq) Descriptor
deprecated
func (*CreateInstanceReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateInstanceReq.ProtoReflect.Descriptor instead.
func (*CreateInstanceReq) GetActionName ¶
func (x *CreateInstanceReq) GetActionName() string
func (*CreateInstanceReq) GetInstanceElements ¶
func (x *CreateInstanceReq) GetInstanceElements() []*InstanceElement
func (*CreateInstanceReq) GetInstanceMetadata ¶
func (x *CreateInstanceReq) GetInstanceMetadata() []*MetaDataKeyValue
func (*CreateInstanceReq) ProtoMessage ¶
func (*CreateInstanceReq) ProtoMessage()
func (*CreateInstanceReq) ProtoReflect ¶
func (x *CreateInstanceReq) ProtoReflect() protoreflect.Message
func (*CreateInstanceReq) Reset ¶
func (x *CreateInstanceReq) Reset()
func (*CreateInstanceReq) String ¶
func (x *CreateInstanceReq) String() string
type CreateMetaDataKeyReq ¶
type CreateMetaDataKeyReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` DefaultDataType DataType `protobuf:"varint,2,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MaxOccurrence uint32 `protobuf:"varint,3,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
CreateMetaDataKeyRequest
func (*CreateMetaDataKeyReq) Descriptor
deprecated
func (*CreateMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*CreateMetaDataKeyReq) GetAlternativeDataTypes ¶
func (x *CreateMetaDataKeyReq) GetAlternativeDataTypes() []DataType
func (*CreateMetaDataKeyReq) GetDefaultDataType ¶
func (x *CreateMetaDataKeyReq) GetDefaultDataType() DataType
func (*CreateMetaDataKeyReq) GetKeyName ¶
func (x *CreateMetaDataKeyReq) GetKeyName() string
func (*CreateMetaDataKeyReq) GetMaxOccurrence ¶
func (x *CreateMetaDataKeyReq) GetMaxOccurrence() uint32
func (*CreateMetaDataKeyReq) ProtoMessage ¶
func (*CreateMetaDataKeyReq) ProtoMessage()
func (*CreateMetaDataKeyReq) ProtoReflect ¶
func (x *CreateMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*CreateMetaDataKeyReq) Reset ¶
func (x *CreateMetaDataKeyReq) Reset()
func (*CreateMetaDataKeyReq) String ¶
func (x *CreateMetaDataKeyReq) String() string
type CreateObjectReq ¶
type CreateObjectReq struct { Type ObjectDataType `protobuf:"varint,1,opt,name=type,proto3,enum=ObjectDataType" json:"type,omitempty"` // contains filtered or unexported fields }
CreateObjectRequest
func (*CreateObjectReq) Descriptor
deprecated
func (*CreateObjectReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateObjectReq.ProtoReflect.Descriptor instead.
func (*CreateObjectReq) GetType ¶
func (x *CreateObjectReq) GetType() ObjectDataType
func (*CreateObjectReq) ProtoMessage ¶
func (*CreateObjectReq) ProtoMessage()
func (*CreateObjectReq) ProtoReflect ¶
func (x *CreateObjectReq) ProtoReflect() protoreflect.Message
func (*CreateObjectReq) Reset ¶
func (x *CreateObjectReq) Reset()
func (*CreateObjectReq) String ¶
func (x *CreateObjectReq) String() string
type CreateShareNameReq ¶
type CreateShareNameReq struct { // contains filtered or unexported fields }
func (*CreateShareNameReq) Descriptor
deprecated
func (*CreateShareNameReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateShareNameReq.ProtoReflect.Descriptor instead.
func (*CreateShareNameReq) GetIfNotExists ¶
func (x *CreateShareNameReq) GetIfNotExists() bool
func (*CreateShareNameReq) GetShareName ¶
func (x *CreateShareNameReq) GetShareName() string
func (*CreateShareNameReq) ProtoMessage ¶
func (*CreateShareNameReq) ProtoMessage()
func (*CreateShareNameReq) ProtoReflect ¶
func (x *CreateShareNameReq) ProtoReflect() protoreflect.Message
func (*CreateShareNameReq) Reset ¶
func (x *CreateShareNameReq) Reset()
func (*CreateShareNameReq) String ¶
func (x *CreateShareNameReq) String() string
type DDLResult ¶
type DDLResult struct {
// contains filtered or unexported fields
}
DDLResult
func (*DDLResult) Descriptor
deprecated
func (*DDLResult) ProtoMessage ¶
func (*DDLResult) ProtoMessage()
func (*DDLResult) ProtoReflect ¶
func (x *DDLResult) ProtoReflect() protoreflect.Message
type DQLParam ¶
type DQLParam struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` // Types that are assignable to Value: // // *DQLParam_StringValue // *DQLParam_BinaryValue Value isDQLParam_Value `protobuf_oneof:"value"` Spec *DataTypeFormat `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
DynizerQueryParameter
func (*DQLParam) Descriptor
deprecated
func (*DQLParam) GetBinaryValue ¶
func (*DQLParam) GetSpec ¶
func (x *DQLParam) GetSpec() *DataTypeFormat
func (*DQLParam) GetStringValue ¶
func (*DQLParam) ProtoMessage ¶
func (*DQLParam) ProtoMessage()
func (*DQLParam) ProtoReflect ¶
func (x *DQLParam) ProtoReflect() protoreflect.Message
type DQLParamDescription ¶
type DQLParamDescription struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` DataType DataType `protobuf:"varint,2,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` // contains filtered or unexported fields }
DynizerQueryParameterDescription
func (*DQLParamDescription) Descriptor
deprecated
func (*DQLParamDescription) Descriptor() ([]byte, []int)
Deprecated: Use DQLParamDescription.ProtoReflect.Descriptor instead.
func (*DQLParamDescription) GetDataType ¶
func (x *DQLParamDescription) GetDataType() DataType
func (*DQLParamDescription) GetIndex ¶
func (x *DQLParamDescription) GetIndex() uint32
func (*DQLParamDescription) ProtoMessage ¶
func (*DQLParamDescription) ProtoMessage()
func (*DQLParamDescription) ProtoReflect ¶
func (x *DQLParamDescription) ProtoReflect() protoreflect.Message
func (*DQLParamDescription) Reset ¶
func (x *DQLParamDescription) Reset()
func (*DQLParamDescription) String ¶
func (x *DQLParamDescription) String() string
type DQLParam_BinaryValue ¶
type DQLParam_BinaryValue struct {
BinaryValue []byte `protobuf:"bytes,3,opt,name=binary_value,json=binaryValue,proto3,oneof"`
}
type DQLParam_StringValue ¶
type DQLParam_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type DQLReq ¶
type DQLReq struct { Dql string `protobuf:"bytes,1,opt,name=dql,proto3" json:"dql,omitempty"` Parameters []*DQLParam `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` Statement string `protobuf:"bytes,3,opt,name=statement,proto3" json:"statement,omitempty"` Portal string `protobuf:"bytes,4,opt,name=portal,proto3" json:"portal,omitempty"` // contains filtered or unexported fields }
DynizerQueryLanguageRequest
func (*DQLReq) Descriptor
deprecated
func (*DQLReq) GetParameters ¶
func (*DQLReq) GetStatement ¶ added in v2.1.0
func (*DQLReq) ProtoMessage ¶
func (*DQLReq) ProtoMessage()
func (*DQLReq) ProtoReflect ¶
func (x *DQLReq) ProtoReflect() protoreflect.Message
type DQLRes ¶
type DQLRes struct { // oneof KIND // TODO: check this in the documentation... // // Types that are assignable to Kind: // // *DQLRes_SelectResult // *DQLRes_RowsAffected Kind isDQLRes_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
DynizerQueryResponse
func (*DQLRes) Descriptor
deprecated
func (*DQLRes) GetRowsAffected ¶
func (*DQLRes) GetSelectResult ¶
func (x *DQLRes) GetSelectResult() *SelectDQLResult
func (*DQLRes) ProtoMessage ¶
func (*DQLRes) ProtoMessage()
func (*DQLRes) ProtoReflect ¶
func (x *DQLRes) ProtoReflect() protoreflect.Message
type DQLRes_RowsAffected ¶
type DQLRes_RowsAffected struct {
RowsAffected int64 `protobuf:"varint,2,opt,name=rows_affected,json=rowsAffected,proto3,oneof"`
}
type DQLRes_SelectResult ¶
type DQLRes_SelectResult struct {
SelectResult *SelectDQLResult `protobuf:"bytes,1,opt,name=select_result,json=selectResult,proto3,oneof"`
}
type DQLType ¶
type DQLType int32
DQLType
const ( // Empty query type DQLType_DQL_None DQLType = 0 // Type of a SET query DQLType_DQL_Set DQLType = 1 // Type of a SHOW query DQLType_DQL_Show DQLType = 2 // Type of a SELECT query DQLType_DQL_Select DQLType = 3 // Type of a INSERT query DQLType_DQL_Insert DQLType = 4 // Type of a UPDATE query DQLType_DQL_Update DQLType = 5 // Type of a DELETE query DQLType_DQL_Delete DQLType = 6 // Type of a CREATE SCHEMA query DQLType_DQL_CreateSchema DQLType = 7 // Type of a CREATE_TABLE query DQLType_DQL_CreateTable DQLType = 8 // Type of a ALTER SCHEMA query DQLType_DQL_AlterSchema DQLType = 9 // Type of a ALTER TABLE query DQLType_DQL_AlterTable DQLType = 10 // Type of a DROP SCHEMA query DQLType_DQL_DropSchema DQLType = 11 // Type of a DROP TABLE query DQLType_DQL_DropTable DQLType = 12 // Type of a BEGIN query => Not implemented, no-op DQLType_DQL_Begin DQLType = 13 // Type of a COMMIT query => Not implemented, no-op DQLType_DQL_Commit DQLType = 14 // Type of a ROLLBACK query => Not implemented, no-op DQLType_DQL_Rollback DQLType = 15 // Type of a DISCARD query => Not implemented, no-op DQLType_DQL_Discard DQLType = 16 // Type of a PREPARE query DQLType_DQL_Prepare DQLType = 17 // Type of a EXECUTE query DQLType_DQL_Execute DQLType = 18 // Type of a DEALLOCATE query DQLType_DQL_Deallocate DQLType = 19 // Type of a EXPLAIN query DQLType_DQL_Explain DQLType = 20 )
func (DQLType) Descriptor ¶
func (DQLType) Descriptor() protoreflect.EnumDescriptor
func (DQLType) EnumDescriptor
deprecated
func (DQLType) Number ¶
func (x DQLType) Number() protoreflect.EnumNumber
func (DQLType) Type ¶
func (DQLType) Type() protoreflect.EnumType
type DataElement ¶
type DataElement struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` DataType DataType `protobuf:"varint,2,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` NumInstances int64 `protobuf:"varint,3,opt,name=num_instances,json=numInstances,proto3" json:"num_instances,omitempty"` ByComponentType []*ComponentTypeUsage `protobuf:"bytes,4,rep,name=by_component_type,json=byComponentType,proto3" json:"by_component_type,omitempty"` Contains []string `protobuf:"bytes,5,rep,name=contains,proto3" json:"contains,omitempty"` // contains filtered or unexported fields }
func (*DataElement) Descriptor
deprecated
func (*DataElement) Descriptor() ([]byte, []int)
Deprecated: Use DataElement.ProtoReflect.Descriptor instead.
func (*DataElement) GetByComponentType ¶
func (x *DataElement) GetByComponentType() []*ComponentTypeUsage
func (*DataElement) GetContains ¶
func (x *DataElement) GetContains() []string
func (*DataElement) GetDataType ¶
func (x *DataElement) GetDataType() DataType
func (*DataElement) GetNumInstances ¶
func (x *DataElement) GetNumInstances() int64
func (*DataElement) GetValue ¶
func (x *DataElement) GetValue() string
func (*DataElement) ProtoMessage ¶
func (*DataElement) ProtoMessage()
func (*DataElement) ProtoReflect ¶
func (x *DataElement) ProtoReflect() protoreflect.Message
func (*DataElement) Reset ¶
func (x *DataElement) Reset()
func (*DataElement) String ¶
func (x *DataElement) String() string
type DataType ¶
type DataType int32
DataType
const ( DataType_InvalidDataType DataType = 0 // Integer DataType_DT_Integer DataType = 1 // String DataType_DT_String DataType = 2 // Boolean DataType_DT_Boolean DataType = 3 // Decimal fixed DataType_DT_Decimal DataType = 4 // Timestamp DataType_DT_Timestamp DataType = 5 // URI DataType_DT_Uri DataType = 6 // VOID is a designated DataType to indicate no value DataType_DT_Void DataType = 7 // Float DataType_DT_Float DataType = 8 // UInt DataType_DT_UnsignedInteger DataType = 9 // Byte Array DataType_DT_Binary DataType = 10 // UUID DataType_DT_Uuid DataType = 11 // FullTextIndex large object DataType_DT_Text DataType = 12 // Binary large object DataType_DT_Blob DataType = 13 // Character large object DataType_DT_Clob DataType = 14 // Document large object, stores/indexes document analysis output DataType_DT_Document DataType = 15 // DT_Date = 16; // DT_Time = 17; // special flag to indicate all DataTypes, to be used in AlternativeDataTypes for ActionLabels and MetaDataKeys DataType_DT_Any DataType = 100000 // special flag to indicate that the value is to be removed DataType_DT_Delete DataType = 100001 )
func (DataType) Descriptor ¶
func (DataType) Descriptor() protoreflect.EnumDescriptor
func (DataType) EnumDescriptor
deprecated
func (DataType) Number ¶
func (x DataType) Number() protoreflect.EnumNumber
func (DataType) Type ¶
func (DataType) Type() protoreflect.EnumType
type DataTypeFormat ¶
type DataTypeFormat struct { DataType DataType `protobuf:"varint,3,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` Format string `protobuf:"bytes,4,opt,name=format,proto3" json:"format,omitempty"` // contains filtered or unexported fields }
DataTypeFormat
func (*DataTypeFormat) Descriptor
deprecated
func (*DataTypeFormat) Descriptor() ([]byte, []int)
Deprecated: Use DataTypeFormat.ProtoReflect.Descriptor instead.
func (*DataTypeFormat) GetDataType ¶
func (x *DataTypeFormat) GetDataType() DataType
func (*DataTypeFormat) GetFormat ¶
func (x *DataTypeFormat) GetFormat() string
func (*DataTypeFormat) ProtoMessage ¶
func (*DataTypeFormat) ProtoMessage()
func (*DataTypeFormat) ProtoReflect ¶
func (x *DataTypeFormat) ProtoReflect() protoreflect.Message
func (*DataTypeFormat) Reset ¶
func (x *DataTypeFormat) Reset()
func (*DataTypeFormat) String ¶
func (x *DataTypeFormat) String() string
type DeactivateMetaDataKeyReq ¶
type DeactivateMetaDataKeyReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
DeactivateMetaDataKeyReq
func (*DeactivateMetaDataKeyReq) Descriptor
deprecated
func (*DeactivateMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*DeactivateMetaDataKeyReq) GetKeyName ¶
func (x *DeactivateMetaDataKeyReq) GetKeyName() string
func (*DeactivateMetaDataKeyReq) ProtoMessage ¶
func (*DeactivateMetaDataKeyReq) ProtoMessage()
func (*DeactivateMetaDataKeyReq) ProtoReflect ¶
func (x *DeactivateMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*DeactivateMetaDataKeyReq) Reset ¶
func (x *DeactivateMetaDataKeyReq) Reset()
func (*DeactivateMetaDataKeyReq) String ¶
func (x *DeactivateMetaDataKeyReq) String() string
type DeleteActionReq ¶
type DeleteActionReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` Cascade bool `protobuf:"varint,2,opt,name=cascade,proto3" json:"cascade,omitempty"` // contains filtered or unexported fields }
DeleteActionReq
func (*DeleteActionReq) Descriptor
deprecated
func (*DeleteActionReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteActionReq.ProtoReflect.Descriptor instead.
func (*DeleteActionReq) GetActionName ¶
func (x *DeleteActionReq) GetActionName() string
func (*DeleteActionReq) GetCascade ¶
func (x *DeleteActionReq) GetCascade() bool
func (*DeleteActionReq) ProtoMessage ¶
func (*DeleteActionReq) ProtoMessage()
func (*DeleteActionReq) ProtoReflect ¶
func (x *DeleteActionReq) ProtoReflect() protoreflect.Message
func (*DeleteActionReq) Reset ¶
func (x *DeleteActionReq) Reset()
func (*DeleteActionReq) String ¶
func (x *DeleteActionReq) String() string
type DeleteActionTypeReq ¶
type DeleteActionTypeReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` Cascade bool `protobuf:"varint,2,opt,name=cascade,proto3" json:"cascade,omitempty"` // contains filtered or unexported fields }
DeleteActionTypeRequest
func (*DeleteActionTypeReq) Descriptor
deprecated
func (*DeleteActionTypeReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteActionTypeReq.ProtoReflect.Descriptor instead.
func (*DeleteActionTypeReq) GetActionTypeLabel ¶
func (x *DeleteActionTypeReq) GetActionTypeLabel() string
func (*DeleteActionTypeReq) GetCascade ¶
func (x *DeleteActionTypeReq) GetCascade() bool
func (*DeleteActionTypeReq) ProtoMessage ¶
func (*DeleteActionTypeReq) ProtoMessage()
func (*DeleteActionTypeReq) ProtoReflect ¶
func (x *DeleteActionTypeReq) ProtoReflect() protoreflect.Message
func (*DeleteActionTypeReq) Reset ¶
func (x *DeleteActionTypeReq) Reset()
func (*DeleteActionTypeReq) String ¶
func (x *DeleteActionTypeReq) String() string
type DeleteMetaDataKeyReq ¶
type DeleteMetaDataKeyReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Cascade bool `protobuf:"varint,2,opt,name=cascade,proto3" json:"cascade,omitempty"` // contains filtered or unexported fields }
DeleteMetaDataKeyRequest
func (*DeleteMetaDataKeyReq) Descriptor
deprecated
func (*DeleteMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*DeleteMetaDataKeyReq) GetCascade ¶
func (x *DeleteMetaDataKeyReq) GetCascade() bool
func (*DeleteMetaDataKeyReq) GetKeyName ¶
func (x *DeleteMetaDataKeyReq) GetKeyName() string
func (*DeleteMetaDataKeyReq) ProtoMessage ¶
func (*DeleteMetaDataKeyReq) ProtoMessage()
func (*DeleteMetaDataKeyReq) ProtoReflect ¶
func (x *DeleteMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*DeleteMetaDataKeyReq) Reset ¶
func (x *DeleteMetaDataKeyReq) Reset()
func (*DeleteMetaDataKeyReq) String ¶
func (x *DeleteMetaDataKeyReq) String() string
type DeleteObjectReq ¶
type DeleteObjectReq struct { // Deprecated: Do not use. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Deprecated: Do not use. RefUuid string `protobuf:"bytes,2,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` ObjectRef *ObjectRef `protobuf:"bytes,3,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` // contains filtered or unexported fields }
DeleteObjectRequest
func (*DeleteObjectReq) Descriptor
deprecated
func (*DeleteObjectReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteObjectReq.ProtoReflect.Descriptor instead.
func (*DeleteObjectReq) GetObjectRef ¶ added in v2.1.0
func (x *DeleteObjectReq) GetObjectRef() *ObjectRef
func (*DeleteObjectReq) GetRefUuid
deprecated
func (x *DeleteObjectReq) GetRefUuid() string
Deprecated: Do not use.
func (*DeleteObjectReq) GetType
deprecated
func (x *DeleteObjectReq) GetType() string
Deprecated: Do not use.
func (*DeleteObjectReq) ProtoMessage ¶
func (*DeleteObjectReq) ProtoMessage()
func (*DeleteObjectReq) ProtoReflect ¶
func (x *DeleteObjectReq) ProtoReflect() protoreflect.Message
func (*DeleteObjectReq) Reset ¶
func (x *DeleteObjectReq) Reset()
func (*DeleteObjectReq) String ¶
func (x *DeleteObjectReq) String() string
type DeleteShareNameValueReq ¶
type DeleteShareNameValueReq struct { // contains filtered or unexported fields }
func (*DeleteShareNameValueReq) Descriptor
deprecated
func (*DeleteShareNameValueReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteShareNameValueReq.ProtoReflect.Descriptor instead.
func (*DeleteShareNameValueReq) GetCurrentValue ¶
func (x *DeleteShareNameValueReq) GetCurrentValue() string
func (*DeleteShareNameValueReq) GetDataType ¶
func (x *DeleteShareNameValueReq) GetDataType() DataType
func (*DeleteShareNameValueReq) GetShareName ¶
func (x *DeleteShareNameValueReq) GetShareName() string
func (*DeleteShareNameValueReq) ProtoMessage ¶
func (*DeleteShareNameValueReq) ProtoMessage()
func (*DeleteShareNameValueReq) ProtoReflect ¶
func (x *DeleteShareNameValueReq) ProtoReflect() protoreflect.Message
func (*DeleteShareNameValueReq) Reset ¶
func (x *DeleteShareNameValueReq) Reset()
func (*DeleteShareNameValueReq) String ¶
func (x *DeleteShareNameValueReq) String() string
type DownloadObjectDataReq ¶
type DownloadObjectDataReq struct { // Deprecated: Do not use. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Deprecated: Do not use. RefUuid string `protobuf:"bytes,2,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` ObjectRef *ObjectRef `protobuf:"bytes,3,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` // contains filtered or unexported fields }
DownloadObjectDataRequest
func (*DownloadObjectDataReq) Descriptor
deprecated
func (*DownloadObjectDataReq) Descriptor() ([]byte, []int)
Deprecated: Use DownloadObjectDataReq.ProtoReflect.Descriptor instead.
func (*DownloadObjectDataReq) GetObjectRef ¶ added in v2.1.0
func (x *DownloadObjectDataReq) GetObjectRef() *ObjectRef
func (*DownloadObjectDataReq) GetRefUuid
deprecated
func (x *DownloadObjectDataReq) GetRefUuid() string
Deprecated: Do not use.
func (*DownloadObjectDataReq) GetType
deprecated
func (x *DownloadObjectDataReq) GetType() string
Deprecated: Do not use.
func (*DownloadObjectDataReq) ProtoMessage ¶
func (*DownloadObjectDataReq) ProtoMessage()
func (*DownloadObjectDataReq) ProtoReflect ¶
func (x *DownloadObjectDataReq) ProtoReflect() protoreflect.Message
func (*DownloadObjectDataReq) Reset ¶
func (x *DownloadObjectDataReq) Reset()
func (*DownloadObjectDataReq) String ¶
func (x *DownloadObjectDataReq) String() string
type DownloadObjectDataRes ¶
type DownloadObjectDataRes struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` ContentType string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
DownloadObjectDataResponse
func (*DownloadObjectDataRes) Descriptor
deprecated
func (*DownloadObjectDataRes) Descriptor() ([]byte, []int)
Deprecated: Use DownloadObjectDataRes.ProtoReflect.Descriptor instead.
func (*DownloadObjectDataRes) GetContentType ¶ added in v2.1.0
func (x *DownloadObjectDataRes) GetContentType() string
func (*DownloadObjectDataRes) GetData ¶
func (x *DownloadObjectDataRes) GetData() []byte
func (*DownloadObjectDataRes) ProtoMessage ¶
func (*DownloadObjectDataRes) ProtoMessage()
func (*DownloadObjectDataRes) ProtoReflect ¶
func (x *DownloadObjectDataRes) ProtoReflect() protoreflect.Message
func (*DownloadObjectDataRes) Reset ¶
func (x *DownloadObjectDataRes) Reset()
func (*DownloadObjectDataRes) String ¶
func (x *DownloadObjectDataRes) String() string
type DynizerClient ¶
type DynizerClient interface { // Login Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginRes, error) // Service Login ServiceLogin(ctx context.Context, in *ServiceLoginReq, opts ...grpc.CallOption) (*LoginRes, error) // Logout Logout(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Validate Token ValidateToken(ctx context.Context, in *TokenReq, opts ...grpc.CallOption) (*SessionID, error) // Issue ServiceToken IssueServiceToken(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*ServiceTokenRes, error) // List Roles ListRoles(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*ListRolesRes, error) // Add User AddUser(ctx context.Context, in *AddUserReq, opts ...grpc.CallOption) (*EmptyRes, error) // Assign User Role AssignUserRole(ctx context.Context, in *UserRoleReq, opts ...grpc.CallOption) (*EmptyRes, error) // Revoke User Role RevokeUserRole(ctx context.Context, in *UserRoleReq, opts ...grpc.CallOption) (*EmptyRes, error) // Enable User EnableUser(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*EmptyRes, error) // Disable User DisableUser(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*EmptyRes, error) // Set User Password SetUserPassword(ctx context.Context, in *SetUserPasswordReq, opts ...grpc.CallOption) (*EmptyRes, error) // Change My Password ChangeMyPassword(ctx context.Context, in *ChangePasswordReq, opts ...grpc.CallOption) (*EmptyRes, error) // Get User GetUser(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*UserRes, error) // Get My Profile GetMyProfile(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*UserRes, error) // Delete User DeleteUser(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*EmptyRes, error) // Get User Count GetUserCount(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*UserCountRes, error) // List Users ListUsers(ctx context.Context, in *WindowReq, opts ...grpc.CallOption) (*ListUsersRes, error) // List User Roles ListUserRoles(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*ListUserRolesRes, error) // Get My Roles GetMyRoles(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*ListUserRolesRes, error) // Check User Name CheckUserName(ctx context.Context, in *UserReq, opts ...grpc.CallOption) (*EmptyRes, error) // Check Password CheckPassword(ctx context.Context, in *CheckPasswordReq, opts ...grpc.CallOption) (*CheckPasswordRes, error) // Create ActionType CreateActionType(ctx context.Context, in *CreateActionTypeReq, opts ...grpc.CallOption) (*EmptyRes, error) // Update ActionType UpdateActionType(ctx context.Context, in *UpdateActionTypeReq, opts ...grpc.CallOption) (*EmptyRes, error) // Read ActionType ReadActionType(ctx context.Context, in *ActionTypeReq, opts ...grpc.CallOption) (*ActionTypeRes, error) // List Action Types ListActionTypes(ctx context.Context, in *WindowReq, opts ...grpc.CallOption) (*ActionTypeArrayRes, error) // Check Action Name CheckActionName(ctx context.Context, in *CheckActionNameReq, opts ...grpc.CallOption) (*EmptyRes, error) // Create Action CreateAction(ctx context.Context, in *CreateActionReq, opts ...grpc.CallOption) (*EmptyRes, error) // Update Action UpdateAction(ctx context.Context, in *UpdateActionReq, opts ...grpc.CallOption) (*EmptyRes, error) // Delete Action DeleteAction(ctx context.Context, in *DeleteActionReq, opts ...grpc.CallOption) (*EmptyRes, error) // Read Action ReadAction(ctx context.Context, in *ActionReq, opts ...grpc.CallOption) (*ActionRes, error) // Count Actions CountActions(ctx context.Context, in *CountActionReq, opts ...grpc.CallOption) (*CountRes, error) // List Action Names ListActionNames(ctx context.Context, in *ListActionNamesWindowReq, opts ...grpc.CallOption) (*ActionNameArrayRes, error) // Check ActionLabel Name CheckActionLabelName(ctx context.Context, in *CheckActionLabelNameReq, opts ...grpc.CallOption) (*EmptyRes, error) // Add ActionLabel AddActionLabel(ctx context.Context, in *AddActionLabelReq, opts ...grpc.CallOption) (*EmptyRes, error) // Update ActionLabel UpdateActionLabel(ctx context.Context, in *UpdateActionLabelReq, opts ...grpc.CallOption) (*EmptyRes, error) // Delete ActionLabel DeleteActionLabel(ctx context.Context, in *ActionLabelReq, opts ...grpc.CallOption) (*EmptyRes, error) // Read ActionLabel ReadActionLabel(ctx context.Context, in *ActionLabelReq, opts ...grpc.CallOption) (*LabelRes, error) // Create Object CreateObject(ctx context.Context, in *CreateObjectReq, opts ...grpc.CallOption) (*ObjectRes, error) // Clear Object Data ClearObjectData(ctx context.Context, in *ClearObjectDataReq, opts ...grpc.CallOption) (*EmptyRes, error) // Delete Object DeleteObject(ctx context.Context, in *DeleteObjectReq, opts ...grpc.CallOption) (*EmptyRes, error) // Stream Object Data IN // gRPC only StreamObjectDataIn(ctx context.Context, opts ...grpc.CallOption) (Dynizer_StreamObjectDataInClient, error) // Stream Object Data OUT // gRPC only StreamObjectDataOut(ctx context.Context, in *StreamObjectDataOutReq, opts ...grpc.CallOption) (Dynizer_StreamObjectDataOutClient, error) // Upload Object Data UploadObjectData(ctx context.Context, in *UploadObjectDataReq, opts ...grpc.CallOption) (*EmptyRes, error) // Download Object Data DownloadObjectData(ctx context.Context, in *DownloadObjectDataReq, opts ...grpc.CallOption) (*DownloadObjectDataRes, error) // List Object UUIDs ListObjectUUIDS(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*ObjectUUIDArrayRes, error) // Delete all Objects DeleteAllObjects(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Create Instance CreateInstance(ctx context.Context, in *CreateInstanceReq, opts ...grpc.CallOption) (*InstanceIDRes, error) StreamInstances(ctx context.Context, opts ...grpc.CallOption) (Dynizer_StreamInstancesClient, error) // Update Instance UpdateInstance(ctx context.Context, in *UpdateInstanceReq, opts ...grpc.CallOption) (*EmptyRes, error) // Delete Instance DeleteInstance(ctx context.Context, in *InstanceReq, opts ...grpc.CallOption) (*EmptyRes, error) // Read Instance ReadInstance(ctx context.Context, in *InstanceReq, opts ...grpc.CallOption) (*InstanceRes, error) // Dynizer Query DynizerQuery(ctx context.Context, in *DQLReq, opts ...grpc.CallOption) (*DQLRes, error) // Query Result Next QueryResultNext(ctx context.Context, in *QueryResultReq, opts ...grpc.CallOption) (*QueryResultRes, error) // QueryResultClose QueryResultClose(ctx context.Context, in *QueryCloseReq, opts ...grpc.CallOption) (*EmptyRes, error) // Check MetaDataKey Name CheckMetaDataKeyName(ctx context.Context, in *CheckMetaDataKeyNameReq, opts ...grpc.CallOption) (*EmptyRes, error) // Create MetaDataKey CreateMetaDataKey(ctx context.Context, in *CreateMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Read MetaDataKey ReadMetaDataKey(ctx context.Context, in *MetaDataKeyReq, opts ...grpc.CallOption) (*MetaDataKeyRes, error) // Update MetaDataKey UpdateMetaDataKey(ctx context.Context, in *UpdateMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Delete MetaDataKey DeleteMetaDataKey(ctx context.Context, in *DeleteMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Count MetaDataKeys CountMetaDataKeys(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*CountRes, error) // List MetaDataKeys ListMetaDataKeys(ctx context.Context, in *ListMetaDataKeysReq, opts ...grpc.CallOption) (*MetaDataKeyArrayRes, error) // Add Instance MetaData AddInstanceMetaData(ctx context.Context, in *AddInstanceMetaDataReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove Instance MetaData RemoveInstanceMetaData(ctx context.Context, in *InstanceMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Add Instance MetaData Value AddInstanceMetaDataValue(ctx context.Context, in *AddInstanceMetaDataValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove Instance MetaData Value RemoveInstanceMetaDataValue(ctx context.Context, in *InstanceMetaDataKeyValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Get Instance MetaData Values GetInstanceMetaDataValues(ctx context.Context, in *InstanceMetaDataKeyReq, opts ...grpc.CallOption) (*GetInstanceMetaDataKeyRes, error) // Count Instance MetaDataKeys CountInstanceMetaDataKeys(ctx context.Context, in *InstanceReq, opts ...grpc.CallOption) (*CountRes, error) // Count Instance MetaDataKey Values CountInstanceMetaDataKeyValues(ctx context.Context, in *InstanceMetaDataKeyReq, opts ...grpc.CallOption) (*CountRes, error) // List Instance MetaData ListInstanceMetaData(ctx context.Context, in *InstanceReq, opts ...grpc.CallOption) (*ListInstanceMetaDataRes, error) // Add Instance ActionLabel MetaData AddInstanceActionLabelMetaData(ctx context.Context, in *AddInstanceActionLabelMetaDataReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove Instance ActionLabel MetaData RemoveInstanceActionLabelMetaData(ctx context.Context, in *InstanceActionLabelMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Add Instance ActionLabel MetaData Value AddInstanceActionLabelMetaDataValue(ctx context.Context, in *AddInstanceActionLabelMetaDataValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove Instance ActionLabel MetaData Value RemoveInstanceActionLabelMetaDataValue(ctx context.Context, in *InstanceActionLabelMetaDataValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Add InstanceCell MetaData AddInstanceCellMetaData(ctx context.Context, in *AddInstanceCellMetaDataReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove InstanceCell MetaData RemoveInstanceCellMetaData(ctx context.Context, in *InstanceCellMetaDataKeyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Add InstanceCell MetaData Value AddInstanceCellMetaDataValue(ctx context.Context, in *AddInstanceCellMetaDataValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Remove InstanceCell MetaData Value RemoveInstanceCellMetaDataValue(ctx context.Context, in *InstanceCellMetaDataKeyValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Get InstanceCell MetaData GetInstanceCellMetaDataValues(ctx context.Context, in *InstanceCellMetaDataKeyReq, opts ...grpc.CallOption) (*GetInstanceCellMetaDataKeyRes, error) // Count InstanceCell MetaDataKeys CountInstanceCellMetaDataKeys(ctx context.Context, in *InstanceCellMetaDataReq, opts ...grpc.CallOption) (*CountRes, error) // Count InstanceCell MetaDataKey Values CountInstanceCellMetaDataKeyValues(ctx context.Context, in *InstanceCellMetaDataKeyReq, opts ...grpc.CallOption) (*CountRes, error) // List InstanceCell MetaData ListInstanceCellMetaData(ctx context.Context, in *InstanceCellMetaDataReq, opts ...grpc.CallOption) (*ListInstanceCellMetaDataRes, error) GetDynizerConfiguration(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*GetDynizerConfigurationRes, error) ExportUserActions(ctx context.Context, in *ExportUserActionsReq, opts ...grpc.CallOption) (*ExportUserActionsRes, error) ImportUserActions(ctx context.Context, in *ImportUserActionsReq, opts ...grpc.CallOption) (*EmptyRes, error) DropData(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*EmptyRes, error) // Get Dynizer Version GetDynizerVersion(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*VersionRes, error) // Query DataElements Contains QueryDataElements(ctx context.Context, in *QueryDataElementsReq, opts ...grpc.CallOption) (*QueryDataElementsRes, error) // Query DataElements TopN GetTopNDataElements(ctx context.Context, in *GetTopNDataElementsReq, opts ...grpc.CallOption) (*GetTopNDataElementsRes, error) // Dynizer Filtered Query DynizerFilteredQuery(ctx context.Context, in *FilterQueryReq, opts ...grpc.CallOption) (*DQLRes, error) // Dynizer Index rebuild ReIndex(ctx context.Context, in *ReIndexReq, opts ...grpc.CallOption) (*EmptyRes, error) // Dynizer Filtered Plot DynizerFilteredPlot(ctx context.Context, in *FilteredPlotReq, opts ...grpc.CallOption) (*PlotRes, error) CreateShareName(ctx context.Context, in *CreateShareNameReq, opts ...grpc.CallOption) (*EmptyRes, error) UpdateShareNameValue(ctx context.Context, in *UpdateShareNameValueReq, opts ...grpc.CallOption) (*EmptyRes, error) DeleteShareNameValue(ctx context.Context, in *DeleteShareNameValueReq, opts ...grpc.CallOption) (*EmptyRes, error) // Simple Query with immediate results SimpleQuery(ctx context.Context, in *DQLReq, opts ...grpc.CallOption) (*SimpleQueryRes, error) // Parses a dql and stores the result in the session QueryParse(ctx context.Context, in *QueryParseReq, opts ...grpc.CallOption) (*EmptyRes, error) // Binds the parameter to a parsed query QueryBind(ctx context.Context, in *QueryBindReq, opts ...grpc.CallOption) (*EmptyRes, error) // Returns the description for the result labels and optionally for the bound parameters QueryDescribeStatement(ctx context.Context, in *QueryDescribeStatementReq, opts ...grpc.CallOption) (*QueryDescribeStatementRes, error) // Returns the description for the result labels and optionally for the bound parameters QueryDescribePortal(ctx context.Context, in *QueryDescribePortalReq, opts ...grpc.CallOption) (*QueryDescribePortalRes, error) // Executes a parsed and bound query QueryExecute(ctx context.Context, in *QueryExecuteReq, opts ...grpc.CallOption) (*QueryExecuteRes, error) // Closes and cleans parsed and/or bind queries QueryClose(ctx context.Context, in *QueryCloseReq, opts ...grpc.CallOption) (*EmptyRes, error) // Finds the actionlabels with shared dataelements within a set of actions FindActionLabelLinks(ctx context.Context, in *FindActionLabelLinksReq, opts ...grpc.CallOption) (*FindActionLabelLinksRes, error) }
DynizerClient is the client API for Dynizer 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 NewDynizerClient ¶
func NewDynizerClient(cc grpc.ClientConnInterface) DynizerClient
type DynizerRole ¶
type DynizerRole struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DynizerRole
func (*DynizerRole) Descriptor
deprecated
func (*DynizerRole) Descriptor() ([]byte, []int)
Deprecated: Use DynizerRole.ProtoReflect.Descriptor instead.
func (*DynizerRole) GetName ¶
func (x *DynizerRole) GetName() string
func (*DynizerRole) ProtoMessage ¶
func (*DynizerRole) ProtoMessage()
func (*DynizerRole) ProtoReflect ¶
func (x *DynizerRole) ProtoReflect() protoreflect.Message
func (*DynizerRole) Reset ¶
func (x *DynizerRole) Reset()
func (*DynizerRole) String ¶
func (x *DynizerRole) String() string
type DynizerServer ¶
type DynizerServer interface { // Login Login(context.Context, *LoginReq) (*LoginRes, error) // Service Login ServiceLogin(context.Context, *ServiceLoginReq) (*LoginRes, error) // Logout Logout(context.Context, *EmptyReq) (*EmptyRes, error) // Validate Token ValidateToken(context.Context, *TokenReq) (*SessionID, error) // Issue ServiceToken IssueServiceToken(context.Context, *EmptyReq) (*ServiceTokenRes, error) // List Roles ListRoles(context.Context, *EmptyReq) (*ListRolesRes, error) // Add User AddUser(context.Context, *AddUserReq) (*EmptyRes, error) // Assign User Role AssignUserRole(context.Context, *UserRoleReq) (*EmptyRes, error) // Revoke User Role RevokeUserRole(context.Context, *UserRoleReq) (*EmptyRes, error) // Enable User EnableUser(context.Context, *UserReq) (*EmptyRes, error) // Disable User DisableUser(context.Context, *UserReq) (*EmptyRes, error) // Set User Password SetUserPassword(context.Context, *SetUserPasswordReq) (*EmptyRes, error) // Change My Password ChangeMyPassword(context.Context, *ChangePasswordReq) (*EmptyRes, error) // Get User GetUser(context.Context, *UserReq) (*UserRes, error) // Get My Profile GetMyProfile(context.Context, *EmptyReq) (*UserRes, error) // Delete User DeleteUser(context.Context, *UserReq) (*EmptyRes, error) // Get User Count GetUserCount(context.Context, *EmptyReq) (*UserCountRes, error) // List Users ListUsers(context.Context, *WindowReq) (*ListUsersRes, error) // List User Roles ListUserRoles(context.Context, *UserReq) (*ListUserRolesRes, error) // Get My Roles GetMyRoles(context.Context, *EmptyReq) (*ListUserRolesRes, error) // Check User Name CheckUserName(context.Context, *UserReq) (*EmptyRes, error) // Check Password CheckPassword(context.Context, *CheckPasswordReq) (*CheckPasswordRes, error) // Create ActionType CreateActionType(context.Context, *CreateActionTypeReq) (*EmptyRes, error) // Update ActionType UpdateActionType(context.Context, *UpdateActionTypeReq) (*EmptyRes, error) // Read ActionType ReadActionType(context.Context, *ActionTypeReq) (*ActionTypeRes, error) // List Action Types ListActionTypes(context.Context, *WindowReq) (*ActionTypeArrayRes, error) // Check Action Name CheckActionName(context.Context, *CheckActionNameReq) (*EmptyRes, error) // Create Action CreateAction(context.Context, *CreateActionReq) (*EmptyRes, error) // Update Action UpdateAction(context.Context, *UpdateActionReq) (*EmptyRes, error) // Delete Action DeleteAction(context.Context, *DeleteActionReq) (*EmptyRes, error) // Read Action ReadAction(context.Context, *ActionReq) (*ActionRes, error) // Count Actions CountActions(context.Context, *CountActionReq) (*CountRes, error) // List Action Names ListActionNames(context.Context, *ListActionNamesWindowReq) (*ActionNameArrayRes, error) // Check ActionLabel Name CheckActionLabelName(context.Context, *CheckActionLabelNameReq) (*EmptyRes, error) // Add ActionLabel AddActionLabel(context.Context, *AddActionLabelReq) (*EmptyRes, error) // Update ActionLabel UpdateActionLabel(context.Context, *UpdateActionLabelReq) (*EmptyRes, error) // Delete ActionLabel DeleteActionLabel(context.Context, *ActionLabelReq) (*EmptyRes, error) // Read ActionLabel ReadActionLabel(context.Context, *ActionLabelReq) (*LabelRes, error) // Create Object CreateObject(context.Context, *CreateObjectReq) (*ObjectRes, error) // Clear Object Data ClearObjectData(context.Context, *ClearObjectDataReq) (*EmptyRes, error) // Delete Object DeleteObject(context.Context, *DeleteObjectReq) (*EmptyRes, error) // Stream Object Data IN // gRPC only StreamObjectDataIn(Dynizer_StreamObjectDataInServer) error // Stream Object Data OUT // gRPC only StreamObjectDataOut(*StreamObjectDataOutReq, Dynizer_StreamObjectDataOutServer) error // Upload Object Data UploadObjectData(context.Context, *UploadObjectDataReq) (*EmptyRes, error) // Download Object Data DownloadObjectData(context.Context, *DownloadObjectDataReq) (*DownloadObjectDataRes, error) // List Object UUIDs ListObjectUUIDS(context.Context, *EmptyReq) (*ObjectUUIDArrayRes, error) // Delete all Objects DeleteAllObjects(context.Context, *EmptyReq) (*EmptyRes, error) // Create Instance CreateInstance(context.Context, *CreateInstanceReq) (*InstanceIDRes, error) StreamInstances(Dynizer_StreamInstancesServer) error // Update Instance UpdateInstance(context.Context, *UpdateInstanceReq) (*EmptyRes, error) // Delete Instance DeleteInstance(context.Context, *InstanceReq) (*EmptyRes, error) // Read Instance ReadInstance(context.Context, *InstanceReq) (*InstanceRes, error) // Dynizer Query DynizerQuery(context.Context, *DQLReq) (*DQLRes, error) // Query Result Next QueryResultNext(context.Context, *QueryResultReq) (*QueryResultRes, error) // QueryResultClose QueryResultClose(context.Context, *QueryCloseReq) (*EmptyRes, error) // Check MetaDataKey Name CheckMetaDataKeyName(context.Context, *CheckMetaDataKeyNameReq) (*EmptyRes, error) // Create MetaDataKey CreateMetaDataKey(context.Context, *CreateMetaDataKeyReq) (*EmptyRes, error) // Read MetaDataKey ReadMetaDataKey(context.Context, *MetaDataKeyReq) (*MetaDataKeyRes, error) // Update MetaDataKey UpdateMetaDataKey(context.Context, *UpdateMetaDataKeyReq) (*EmptyRes, error) // Delete MetaDataKey DeleteMetaDataKey(context.Context, *DeleteMetaDataKeyReq) (*EmptyRes, error) // Count MetaDataKeys CountMetaDataKeys(context.Context, *EmptyReq) (*CountRes, error) // List MetaDataKeys ListMetaDataKeys(context.Context, *ListMetaDataKeysReq) (*MetaDataKeyArrayRes, error) // Add Instance MetaData AddInstanceMetaData(context.Context, *AddInstanceMetaDataReq) (*EmptyRes, error) // Remove Instance MetaData RemoveInstanceMetaData(context.Context, *InstanceMetaDataKeyReq) (*EmptyRes, error) // Add Instance MetaData Value AddInstanceMetaDataValue(context.Context, *AddInstanceMetaDataValueReq) (*EmptyRes, error) // Remove Instance MetaData Value RemoveInstanceMetaDataValue(context.Context, *InstanceMetaDataKeyValueReq) (*EmptyRes, error) // Get Instance MetaData Values GetInstanceMetaDataValues(context.Context, *InstanceMetaDataKeyReq) (*GetInstanceMetaDataKeyRes, error) // Count Instance MetaDataKeys CountInstanceMetaDataKeys(context.Context, *InstanceReq) (*CountRes, error) // Count Instance MetaDataKey Values CountInstanceMetaDataKeyValues(context.Context, *InstanceMetaDataKeyReq) (*CountRes, error) // List Instance MetaData ListInstanceMetaData(context.Context, *InstanceReq) (*ListInstanceMetaDataRes, error) // Add Instance ActionLabel MetaData AddInstanceActionLabelMetaData(context.Context, *AddInstanceActionLabelMetaDataReq) (*EmptyRes, error) // Remove Instance ActionLabel MetaData RemoveInstanceActionLabelMetaData(context.Context, *InstanceActionLabelMetaDataKeyReq) (*EmptyRes, error) // Add Instance ActionLabel MetaData Value AddInstanceActionLabelMetaDataValue(context.Context, *AddInstanceActionLabelMetaDataValueReq) (*EmptyRes, error) // Remove Instance ActionLabel MetaData Value RemoveInstanceActionLabelMetaDataValue(context.Context, *InstanceActionLabelMetaDataValueReq) (*EmptyRes, error) // Add InstanceCell MetaData AddInstanceCellMetaData(context.Context, *AddInstanceCellMetaDataReq) (*EmptyRes, error) // Remove InstanceCell MetaData RemoveInstanceCellMetaData(context.Context, *InstanceCellMetaDataKeyReq) (*EmptyRes, error) // Add InstanceCell MetaData Value AddInstanceCellMetaDataValue(context.Context, *AddInstanceCellMetaDataValueReq) (*EmptyRes, error) // Remove InstanceCell MetaData Value RemoveInstanceCellMetaDataValue(context.Context, *InstanceCellMetaDataKeyValueReq) (*EmptyRes, error) // Get InstanceCell MetaData GetInstanceCellMetaDataValues(context.Context, *InstanceCellMetaDataKeyReq) (*GetInstanceCellMetaDataKeyRes, error) // Count InstanceCell MetaDataKeys CountInstanceCellMetaDataKeys(context.Context, *InstanceCellMetaDataReq) (*CountRes, error) // Count InstanceCell MetaDataKey Values CountInstanceCellMetaDataKeyValues(context.Context, *InstanceCellMetaDataKeyReq) (*CountRes, error) // List InstanceCell MetaData ListInstanceCellMetaData(context.Context, *InstanceCellMetaDataReq) (*ListInstanceCellMetaDataRes, error) GetDynizerConfiguration(context.Context, *EmptyReq) (*GetDynizerConfigurationRes, error) ExportUserActions(context.Context, *ExportUserActionsReq) (*ExportUserActionsRes, error) ImportUserActions(context.Context, *ImportUserActionsReq) (*EmptyRes, error) DropData(context.Context, *EmptyReq) (*EmptyRes, error) // Get Dynizer Version GetDynizerVersion(context.Context, *EmptyReq) (*VersionRes, error) // Query DataElements Contains QueryDataElements(context.Context, *QueryDataElementsReq) (*QueryDataElementsRes, error) // Query DataElements TopN GetTopNDataElements(context.Context, *GetTopNDataElementsReq) (*GetTopNDataElementsRes, error) // Dynizer Filtered Query DynizerFilteredQuery(context.Context, *FilterQueryReq) (*DQLRes, error) // Dynizer Index rebuild ReIndex(context.Context, *ReIndexReq) (*EmptyRes, error) // Dynizer Filtered Plot DynizerFilteredPlot(context.Context, *FilteredPlotReq) (*PlotRes, error) CreateShareName(context.Context, *CreateShareNameReq) (*EmptyRes, error) UpdateShareNameValue(context.Context, *UpdateShareNameValueReq) (*EmptyRes, error) DeleteShareNameValue(context.Context, *DeleteShareNameValueReq) (*EmptyRes, error) // Simple Query with immediate results SimpleQuery(context.Context, *DQLReq) (*SimpleQueryRes, error) // Parses a dql and stores the result in the session QueryParse(context.Context, *QueryParseReq) (*EmptyRes, error) // Binds the parameter to a parsed query QueryBind(context.Context, *QueryBindReq) (*EmptyRes, error) // Returns the description for the result labels and optionally for the bound parameters QueryDescribeStatement(context.Context, *QueryDescribeStatementReq) (*QueryDescribeStatementRes, error) // Returns the description for the result labels and optionally for the bound parameters QueryDescribePortal(context.Context, *QueryDescribePortalReq) (*QueryDescribePortalRes, error) // Executes a parsed and bound query QueryExecute(context.Context, *QueryExecuteReq) (*QueryExecuteRes, error) // Closes and cleans parsed and/or bind queries QueryClose(context.Context, *QueryCloseReq) (*EmptyRes, error) // Finds the actionlabels with shared dataelements within a set of actions FindActionLabelLinks(context.Context, *FindActionLabelLinksReq) (*FindActionLabelLinksRes, error) // contains filtered or unexported methods }
DynizerServer is the server API for Dynizer service. All implementations must embed UnimplementedDynizerServer for forward compatibility
type Dynizer_StreamInstancesClient ¶
type Dynizer_StreamInstancesClient interface { Send(*StreamInstanceReq) error Recv() (*StreamInstanceIDRes, error) grpc.ClientStream }
type Dynizer_StreamInstancesServer ¶
type Dynizer_StreamInstancesServer interface { Send(*StreamInstanceIDRes) error Recv() (*StreamInstanceReq, error) grpc.ServerStream }
type Dynizer_StreamObjectDataInClient ¶
type Dynizer_StreamObjectDataInClient interface { Send(*StreamObjectDataInReq) error CloseAndRecv() (*EmptyRes, error) grpc.ClientStream }
type Dynizer_StreamObjectDataInServer ¶
type Dynizer_StreamObjectDataInServer interface { SendAndClose(*EmptyRes) error Recv() (*StreamObjectDataInReq, error) grpc.ServerStream }
type Dynizer_StreamObjectDataOutClient ¶
type Dynizer_StreamObjectDataOutClient interface { Recv() (*StreamObjectDataOutRes, error) grpc.ClientStream }
type Dynizer_StreamObjectDataOutServer ¶
type Dynizer_StreamObjectDataOutServer interface { Send(*StreamObjectDataOutRes) error grpc.ServerStream }
type EmptyReq ¶
type EmptyReq struct {
// contains filtered or unexported fields
}
EmptyRequest
func (*EmptyReq) Descriptor
deprecated
func (*EmptyReq) ProtoMessage ¶
func (*EmptyReq) ProtoMessage()
func (*EmptyReq) ProtoReflect ¶
func (x *EmptyReq) ProtoReflect() protoreflect.Message
type EmptyRes ¶
type EmptyRes struct {
// contains filtered or unexported fields
}
EmptyResponse
func (*EmptyRes) Descriptor
deprecated
func (*EmptyRes) ProtoMessage ¶
func (*EmptyRes) ProtoMessage()
func (*EmptyRes) ProtoReflect ¶
func (x *EmptyRes) ProtoReflect() protoreflect.Message
type ErrorArg ¶
type ErrorArg struct { // Types that are assignable to Arg: // // *ErrorArg_IntArg // *ErrorArg_BoolArg // *ErrorArg_StringArg // *ErrorArg_DoubleArg // *ErrorArg_BytesArg Arg isErrorArg_Arg `protobuf_oneof:"arg"` // contains filtered or unexported fields }
ErrorArg holds an argument of an encoded gRPC error metadata
func (*ErrorArg) Descriptor
deprecated
func (*ErrorArg) GetBoolArg ¶
func (*ErrorArg) GetBytesArg ¶
func (*ErrorArg) GetDoubleArg ¶
func (*ErrorArg) GetStringArg ¶
func (*ErrorArg) ProtoMessage ¶
func (*ErrorArg) ProtoMessage()
func (*ErrorArg) ProtoReflect ¶
func (x *ErrorArg) ProtoReflect() protoreflect.Message
type ErrorArg_BoolArg ¶
type ErrorArg_BoolArg struct {
BoolArg bool `protobuf:"varint,2,opt,name=bool_arg,json=boolArg,proto3,oneof"`
}
type ErrorArg_BytesArg ¶
type ErrorArg_BytesArg struct {
BytesArg []byte `protobuf:"bytes,5,opt,name=bytes_arg,json=bytesArg,proto3,oneof"`
}
type ErrorArg_DoubleArg ¶
type ErrorArg_DoubleArg struct {
DoubleArg float64 `protobuf:"fixed64,4,opt,name=double_arg,json=doubleArg,proto3,oneof"`
}
type ErrorArg_IntArg ¶
type ErrorArg_IntArg struct {
IntArg int64 `protobuf:"varint,1,opt,name=int_arg,json=intArg,proto3,oneof"`
}
type ErrorArg_StringArg ¶
type ErrorArg_StringArg struct {
StringArg string `protobuf:"bytes,3,opt,name=string_arg,json=stringArg,proto3,oneof"`
}
type ErrorMeta ¶
type ErrorMeta struct { // Dynizer error code. DynizerCode int64 `protobuf:"varint,1,opt,name=dynizer_code,json=dynizerCode,proto3" json:"dynizer_code,omitempty"` // Error UUID. Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // Original error. OriginalError string `protobuf:"bytes,3,opt,name=original_error,json=originalError,proto3" json:"original_error,omitempty"` // Error meta args Args []*ErrorArg `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
ErrorMeta metadata holds an encoded gRPC error metadata.
func (*ErrorMeta) Descriptor
deprecated
func (*ErrorMeta) GetDynizerCode ¶
func (*ErrorMeta) GetOriginalError ¶
func (*ErrorMeta) ProtoMessage ¶
func (*ErrorMeta) ProtoMessage()
func (*ErrorMeta) ProtoReflect ¶
func (x *ErrorMeta) ProtoReflect() protoreflect.Message
type ErrorResponse ¶
type ErrorResponse struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` Detail string `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail,omitempty"` Reference string `protobuf:"bytes,5,opt,name=reference,proto3" json:"reference,omitempty"` Args []*ErrorArg `protobuf:"bytes,6,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
ErrorResponse
func (*ErrorResponse) Descriptor
deprecated
func (*ErrorResponse) Descriptor() ([]byte, []int)
Deprecated: Use ErrorResponse.ProtoReflect.Descriptor instead.
func (*ErrorResponse) GetArgs ¶
func (x *ErrorResponse) GetArgs() []*ErrorArg
func (*ErrorResponse) GetDetail ¶
func (x *ErrorResponse) GetDetail() string
func (*ErrorResponse) GetReference ¶
func (x *ErrorResponse) GetReference() string
func (*ErrorResponse) GetStatus ¶
func (x *ErrorResponse) GetStatus() int32
func (*ErrorResponse) GetTitle ¶
func (x *ErrorResponse) GetTitle() string
func (*ErrorResponse) GetType ¶
func (x *ErrorResponse) GetType() string
func (*ErrorResponse) ProtoMessage ¶
func (*ErrorResponse) ProtoMessage()
func (*ErrorResponse) ProtoReflect ¶
func (x *ErrorResponse) ProtoReflect() protoreflect.Message
func (*ErrorResponse) Reset ¶
func (x *ErrorResponse) Reset()
func (*ErrorResponse) String ¶
func (x *ErrorResponse) String() string
type ExportUserActionsReq ¶
type ExportUserActionsReq struct { Actions []string `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` // contains filtered or unexported fields }
ExportUserActionsRequest
func (*ExportUserActionsReq) Descriptor
deprecated
func (*ExportUserActionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ExportUserActionsReq.ProtoReflect.Descriptor instead.
func (*ExportUserActionsReq) GetActions ¶
func (x *ExportUserActionsReq) GetActions() []string
func (*ExportUserActionsReq) ProtoMessage ¶
func (*ExportUserActionsReq) ProtoMessage()
func (*ExportUserActionsReq) ProtoReflect ¶
func (x *ExportUserActionsReq) ProtoReflect() protoreflect.Message
func (*ExportUserActionsReq) Reset ¶
func (x *ExportUserActionsReq) Reset()
func (*ExportUserActionsReq) String ¶
func (x *ExportUserActionsReq) String() string
type ExportUserActionsRes ¶
type ExportUserActionsRes struct { Actions []*Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` // contains filtered or unexported fields }
ExportUserActionsResponse
func (*ExportUserActionsRes) Descriptor
deprecated
func (*ExportUserActionsRes) Descriptor() ([]byte, []int)
Deprecated: Use ExportUserActionsRes.ProtoReflect.Descriptor instead.
func (*ExportUserActionsRes) GetActions ¶
func (x *ExportUserActionsRes) GetActions() []*Action
func (*ExportUserActionsRes) ProtoMessage ¶
func (*ExportUserActionsRes) ProtoMessage()
func (*ExportUserActionsRes) ProtoReflect ¶
func (x *ExportUserActionsRes) ProtoReflect() protoreflect.Message
func (*ExportUserActionsRes) Reset ¶
func (x *ExportUserActionsRes) Reset()
func (*ExportUserActionsRes) String ¶
func (x *ExportUserActionsRes) String() string
type FilterQueryReq ¶
type FilterQueryReq struct { Actions []string `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` Filters []*InstanceFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*FilterQueryReq) Descriptor
deprecated
func (*FilterQueryReq) Descriptor() ([]byte, []int)
Deprecated: Use FilterQueryReq.ProtoReflect.Descriptor instead.
func (*FilterQueryReq) GetActions ¶
func (x *FilterQueryReq) GetActions() []string
func (*FilterQueryReq) GetFilters ¶
func (x *FilterQueryReq) GetFilters() []*InstanceFilter
func (*FilterQueryReq) ProtoMessage ¶
func (*FilterQueryReq) ProtoMessage()
func (*FilterQueryReq) ProtoReflect ¶
func (x *FilterQueryReq) ProtoReflect() protoreflect.Message
func (*FilterQueryReq) Reset ¶
func (x *FilterQueryReq) Reset()
func (*FilterQueryReq) String ¶
func (x *FilterQueryReq) String() string
type FilteredPlotReq ¶
type FilteredPlotReq struct { Top int64 `protobuf:"varint,1,opt,name=top,proto3" json:"top,omitempty"` PlotName string `protobuf:"bytes,2,opt,name=plot_name,json=plotName,proto3" json:"plot_name,omitempty"` Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"` DataTypes []DataType `protobuf:"varint,4,rep,packed,name=data_types,json=dataTypes,proto3,enum=DataType" json:"data_types,omitempty"` ComponentTypes []ComponentType `` /* 130-byte string literal not displayed */ Filters []*InstanceFilter `protobuf:"bytes,6,rep,name=filters,proto3" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*FilteredPlotReq) Descriptor
deprecated
func (*FilteredPlotReq) Descriptor() ([]byte, []int)
Deprecated: Use FilteredPlotReq.ProtoReflect.Descriptor instead.
func (*FilteredPlotReq) GetActions ¶
func (x *FilteredPlotReq) GetActions() []string
func (*FilteredPlotReq) GetComponentTypes ¶
func (x *FilteredPlotReq) GetComponentTypes() []ComponentType
func (*FilteredPlotReq) GetDataTypes ¶
func (x *FilteredPlotReq) GetDataTypes() []DataType
func (*FilteredPlotReq) GetFilters ¶
func (x *FilteredPlotReq) GetFilters() []*InstanceFilter
func (*FilteredPlotReq) GetPlotName ¶
func (x *FilteredPlotReq) GetPlotName() string
func (*FilteredPlotReq) GetTop ¶
func (x *FilteredPlotReq) GetTop() int64
func (*FilteredPlotReq) ProtoMessage ¶
func (*FilteredPlotReq) ProtoMessage()
func (*FilteredPlotReq) ProtoReflect ¶
func (x *FilteredPlotReq) ProtoReflect() protoreflect.Message
func (*FilteredPlotReq) Reset ¶
func (x *FilteredPlotReq) Reset()
func (*FilteredPlotReq) String ¶
func (x *FilteredPlotReq) String() string
type FindActionLabelLinksReq ¶
type FindActionLabelLinksReq struct { ActionNames []string `protobuf:"bytes,1,rep,name=action_names,json=actionNames,proto3" json:"action_names,omitempty"` // contains filtered or unexported fields }
FindActionLabelLinksRequest
func (*FindActionLabelLinksReq) Descriptor
deprecated
func (*FindActionLabelLinksReq) Descriptor() ([]byte, []int)
Deprecated: Use FindActionLabelLinksReq.ProtoReflect.Descriptor instead.
func (*FindActionLabelLinksReq) GetActionNames ¶
func (x *FindActionLabelLinksReq) GetActionNames() []string
func (*FindActionLabelLinksReq) ProtoMessage ¶
func (*FindActionLabelLinksReq) ProtoMessage()
func (*FindActionLabelLinksReq) ProtoReflect ¶
func (x *FindActionLabelLinksReq) ProtoReflect() protoreflect.Message
func (*FindActionLabelLinksReq) Reset ¶
func (x *FindActionLabelLinksReq) Reset()
func (*FindActionLabelLinksReq) String ¶
func (x *FindActionLabelLinksReq) String() string
type FindActionLabelLinksRes ¶
type FindActionLabelLinksRes struct { Links []*ActionLabelLink `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"` // contains filtered or unexported fields }
FindActionLabelLinksResponse
func (*FindActionLabelLinksRes) Descriptor
deprecated
func (*FindActionLabelLinksRes) Descriptor() ([]byte, []int)
Deprecated: Use FindActionLabelLinksRes.ProtoReflect.Descriptor instead.
func (*FindActionLabelLinksRes) GetLinks ¶
func (x *FindActionLabelLinksRes) GetLinks() []*ActionLabelLink
func (*FindActionLabelLinksRes) ProtoMessage ¶
func (*FindActionLabelLinksRes) ProtoMessage()
func (*FindActionLabelLinksRes) ProtoReflect ¶
func (x *FindActionLabelLinksRes) ProtoReflect() protoreflect.Message
func (*FindActionLabelLinksRes) Reset ¶
func (x *FindActionLabelLinksRes) Reset()
func (*FindActionLabelLinksRes) String ¶
func (x *FindActionLabelLinksRes) String() string
type GetDynizerConfigurationRes ¶
type GetDynizerConfigurationRes struct { ConfigKeyValues []*ConfigKV `protobuf:"bytes,1,rep,name=config_key_values,json=configKeyValues,proto3" json:"config_key_values,omitempty"` // contains filtered or unexported fields }
GetDynizerConfigurationResponse
func (*GetDynizerConfigurationRes) Descriptor
deprecated
func (*GetDynizerConfigurationRes) Descriptor() ([]byte, []int)
Deprecated: Use GetDynizerConfigurationRes.ProtoReflect.Descriptor instead.
func (*GetDynizerConfigurationRes) GetConfigKeyValues ¶
func (x *GetDynizerConfigurationRes) GetConfigKeyValues() []*ConfigKV
func (*GetDynizerConfigurationRes) ProtoMessage ¶
func (*GetDynizerConfigurationRes) ProtoMessage()
func (*GetDynizerConfigurationRes) ProtoReflect ¶
func (x *GetDynizerConfigurationRes) ProtoReflect() protoreflect.Message
func (*GetDynizerConfigurationRes) Reset ¶
func (x *GetDynizerConfigurationRes) Reset()
func (*GetDynizerConfigurationRes) String ¶
func (x *GetDynizerConfigurationRes) String() string
type GetInstanceCellMetaDataKeyRes ¶
type GetInstanceCellMetaDataKeyRes struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` MetaData *MetaDataOut `protobuf:"bytes,4,opt,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"` // contains filtered or unexported fields }
GetInstanceCellMetaDataKeyResponse
func (*GetInstanceCellMetaDataKeyRes) Descriptor
deprecated
func (*GetInstanceCellMetaDataKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use GetInstanceCellMetaDataKeyRes.ProtoReflect.Descriptor instead.
func (*GetInstanceCellMetaDataKeyRes) GetActionLabel ¶
func (x *GetInstanceCellMetaDataKeyRes) GetActionLabel() string
func (*GetInstanceCellMetaDataKeyRes) GetInstanceId ¶
func (x *GetInstanceCellMetaDataKeyRes) GetInstanceId() string
func (*GetInstanceCellMetaDataKeyRes) GetMetaData ¶
func (x *GetInstanceCellMetaDataKeyRes) GetMetaData() *MetaDataOut
func (*GetInstanceCellMetaDataKeyRes) GetValuePosition ¶
func (x *GetInstanceCellMetaDataKeyRes) GetValuePosition() uint32
func (*GetInstanceCellMetaDataKeyRes) ProtoMessage ¶
func (*GetInstanceCellMetaDataKeyRes) ProtoMessage()
func (*GetInstanceCellMetaDataKeyRes) ProtoReflect ¶
func (x *GetInstanceCellMetaDataKeyRes) ProtoReflect() protoreflect.Message
func (*GetInstanceCellMetaDataKeyRes) Reset ¶
func (x *GetInstanceCellMetaDataKeyRes) Reset()
func (*GetInstanceCellMetaDataKeyRes) String ¶
func (x *GetInstanceCellMetaDataKeyRes) String() string
type GetInstanceMetaDataKeyRes ¶
type GetInstanceMetaDataKeyRes struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetaData *MetaDataOut `protobuf:"bytes,2,opt,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"` // contains filtered or unexported fields }
GetInstanceMetaDataKeyResponse
func (*GetInstanceMetaDataKeyRes) Descriptor
deprecated
func (*GetInstanceMetaDataKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use GetInstanceMetaDataKeyRes.ProtoReflect.Descriptor instead.
func (*GetInstanceMetaDataKeyRes) GetInstanceId ¶
func (x *GetInstanceMetaDataKeyRes) GetInstanceId() string
func (*GetInstanceMetaDataKeyRes) GetMetaData ¶
func (x *GetInstanceMetaDataKeyRes) GetMetaData() *MetaDataOut
func (*GetInstanceMetaDataKeyRes) ProtoMessage ¶
func (*GetInstanceMetaDataKeyRes) ProtoMessage()
func (*GetInstanceMetaDataKeyRes) ProtoReflect ¶
func (x *GetInstanceMetaDataKeyRes) ProtoReflect() protoreflect.Message
func (*GetInstanceMetaDataKeyRes) Reset ¶
func (x *GetInstanceMetaDataKeyRes) Reset()
func (*GetInstanceMetaDataKeyRes) String ¶
func (x *GetInstanceMetaDataKeyRes) String() string
type GetTopNDataElementsReq ¶
type GetTopNDataElementsReq struct { Top int64 `protobuf:"varint,1,opt,name=top,proto3" json:"top,omitempty"` Actions []string `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"` DataTypes []DataType `protobuf:"varint,3,rep,packed,name=data_types,json=dataTypes,proto3,enum=DataType" json:"data_types,omitempty"` ComponentTypes []ComponentType `` /* 130-byte string literal not displayed */ Filters []*InstanceFilter `protobuf:"bytes,5,rep,name=filters,proto3" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*GetTopNDataElementsReq) Descriptor
deprecated
func (*GetTopNDataElementsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTopNDataElementsReq.ProtoReflect.Descriptor instead.
func (*GetTopNDataElementsReq) GetActions ¶
func (x *GetTopNDataElementsReq) GetActions() []string
func (*GetTopNDataElementsReq) GetComponentTypes ¶
func (x *GetTopNDataElementsReq) GetComponentTypes() []ComponentType
func (*GetTopNDataElementsReq) GetDataTypes ¶
func (x *GetTopNDataElementsReq) GetDataTypes() []DataType
func (*GetTopNDataElementsReq) GetFilters ¶
func (x *GetTopNDataElementsReq) GetFilters() []*InstanceFilter
func (*GetTopNDataElementsReq) GetTop ¶
func (x *GetTopNDataElementsReq) GetTop() int64
func (*GetTopNDataElementsReq) ProtoMessage ¶
func (*GetTopNDataElementsReq) ProtoMessage()
func (*GetTopNDataElementsReq) ProtoReflect ¶
func (x *GetTopNDataElementsReq) ProtoReflect() protoreflect.Message
func (*GetTopNDataElementsReq) Reset ¶
func (x *GetTopNDataElementsReq) Reset()
func (*GetTopNDataElementsReq) String ¶
func (x *GetTopNDataElementsReq) String() string
type GetTopNDataElementsRes ¶
type GetTopNDataElementsRes struct { Who []*TopNDataElement `protobuf:"bytes,1,rep,name=who,proto3" json:"who,omitempty"` What []*TopNDataElement `protobuf:"bytes,2,rep,name=what,proto3" json:"what,omitempty"` Where []*TopNDataElement `protobuf:"bytes,3,rep,name=where,proto3" json:"where,omitempty"` When []*TopNDataElement `protobuf:"bytes,4,rep,name=when,proto3" json:"when,omitempty"` // contains filtered or unexported fields }
func (*GetTopNDataElementsRes) Descriptor
deprecated
func (*GetTopNDataElementsRes) Descriptor() ([]byte, []int)
Deprecated: Use GetTopNDataElementsRes.ProtoReflect.Descriptor instead.
func (*GetTopNDataElementsRes) GetWhat ¶
func (x *GetTopNDataElementsRes) GetWhat() []*TopNDataElement
func (*GetTopNDataElementsRes) GetWhen ¶
func (x *GetTopNDataElementsRes) GetWhen() []*TopNDataElement
func (*GetTopNDataElementsRes) GetWhere ¶
func (x *GetTopNDataElementsRes) GetWhere() []*TopNDataElement
func (*GetTopNDataElementsRes) GetWho ¶
func (x *GetTopNDataElementsRes) GetWho() []*TopNDataElement
func (*GetTopNDataElementsRes) ProtoMessage ¶
func (*GetTopNDataElementsRes) ProtoMessage()
func (*GetTopNDataElementsRes) ProtoReflect ¶
func (x *GetTopNDataElementsRes) ProtoReflect() protoreflect.Message
func (*GetTopNDataElementsRes) Reset ¶
func (x *GetTopNDataElementsRes) Reset()
func (*GetTopNDataElementsRes) String ¶
func (x *GetTopNDataElementsRes) String() string
type ImportUserActionsReq ¶
type ImportUserActionsReq struct { Actions []*Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` IfNotExists bool `protobuf:"varint,2,opt,name=if_not_exists,json=ifNotExists,proto3" json:"if_not_exists,omitempty"` // contains filtered or unexported fields }
ImportUserActionsRequest
func (*ImportUserActionsReq) Descriptor
deprecated
func (*ImportUserActionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ImportUserActionsReq.ProtoReflect.Descriptor instead.
func (*ImportUserActionsReq) GetActions ¶
func (x *ImportUserActionsReq) GetActions() []*Action
func (*ImportUserActionsReq) GetIfNotExists ¶
func (x *ImportUserActionsReq) GetIfNotExists() bool
func (*ImportUserActionsReq) ProtoMessage ¶
func (*ImportUserActionsReq) ProtoMessage()
func (*ImportUserActionsReq) ProtoReflect ¶
func (x *ImportUserActionsReq) ProtoReflect() protoreflect.Message
func (*ImportUserActionsReq) Reset ¶
func (x *ImportUserActionsReq) Reset()
func (*ImportUserActionsReq) String ¶
func (x *ImportUserActionsReq) String() string
type InstanceActionLabelMetaDataKeyReq ¶
type InstanceActionLabelMetaDataKeyReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` KeyName string `protobuf:"bytes,3,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
InstanceActionLabelMetaDataKeyRequest
func (*InstanceActionLabelMetaDataKeyReq) Descriptor
deprecated
func (*InstanceActionLabelMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceActionLabelMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*InstanceActionLabelMetaDataKeyReq) GetActionLabel ¶
func (x *InstanceActionLabelMetaDataKeyReq) GetActionLabel() string
func (*InstanceActionLabelMetaDataKeyReq) GetInstanceId ¶
func (x *InstanceActionLabelMetaDataKeyReq) GetInstanceId() string
func (*InstanceActionLabelMetaDataKeyReq) GetKeyName ¶
func (x *InstanceActionLabelMetaDataKeyReq) GetKeyName() string
func (*InstanceActionLabelMetaDataKeyReq) ProtoMessage ¶
func (*InstanceActionLabelMetaDataKeyReq) ProtoMessage()
func (*InstanceActionLabelMetaDataKeyReq) ProtoReflect ¶
func (x *InstanceActionLabelMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*InstanceActionLabelMetaDataKeyReq) Reset ¶
func (x *InstanceActionLabelMetaDataKeyReq) Reset()
func (*InstanceActionLabelMetaDataKeyReq) String ¶
func (x *InstanceActionLabelMetaDataKeyReq) String() string
type InstanceActionLabelMetaDataReq ¶
type InstanceActionLabelMetaDataReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` // contains filtered or unexported fields }
InstanceActionLabelMetaDataRequest
func (*InstanceActionLabelMetaDataReq) Descriptor
deprecated
func (*InstanceActionLabelMetaDataReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceActionLabelMetaDataReq.ProtoReflect.Descriptor instead.
func (*InstanceActionLabelMetaDataReq) GetActionLabel ¶
func (x *InstanceActionLabelMetaDataReq) GetActionLabel() string
func (*InstanceActionLabelMetaDataReq) GetInstanceId ¶
func (x *InstanceActionLabelMetaDataReq) GetInstanceId() string
func (*InstanceActionLabelMetaDataReq) ProtoMessage ¶
func (*InstanceActionLabelMetaDataReq) ProtoMessage()
func (*InstanceActionLabelMetaDataReq) ProtoReflect ¶
func (x *InstanceActionLabelMetaDataReq) ProtoReflect() protoreflect.Message
func (*InstanceActionLabelMetaDataReq) Reset ¶
func (x *InstanceActionLabelMetaDataReq) Reset()
func (*InstanceActionLabelMetaDataReq) String ¶
func (x *InstanceActionLabelMetaDataReq) String() string
type InstanceActionLabelMetaDataValueReq ¶
type InstanceActionLabelMetaDataValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` KeyName string `protobuf:"bytes,3,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,5,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
InstanceActionLabelMetaDataValueRequest
func (*InstanceActionLabelMetaDataValueReq) Descriptor
deprecated
func (*InstanceActionLabelMetaDataValueReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceActionLabelMetaDataValueReq.ProtoReflect.Descriptor instead.
func (*InstanceActionLabelMetaDataValueReq) GetActionLabel ¶
func (x *InstanceActionLabelMetaDataValueReq) GetActionLabel() string
func (*InstanceActionLabelMetaDataValueReq) GetInstanceId ¶
func (x *InstanceActionLabelMetaDataValueReq) GetInstanceId() string
func (*InstanceActionLabelMetaDataValueReq) GetKeyName ¶
func (x *InstanceActionLabelMetaDataValueReq) GetKeyName() string
func (*InstanceActionLabelMetaDataValueReq) GetSpec ¶
func (x *InstanceActionLabelMetaDataValueReq) GetSpec() *DataTypeFormat
func (*InstanceActionLabelMetaDataValueReq) GetValue ¶
func (x *InstanceActionLabelMetaDataValueReq) GetValue() string
func (*InstanceActionLabelMetaDataValueReq) ProtoMessage ¶
func (*InstanceActionLabelMetaDataValueReq) ProtoMessage()
func (*InstanceActionLabelMetaDataValueReq) ProtoReflect ¶
func (x *InstanceActionLabelMetaDataValueReq) ProtoReflect() protoreflect.Message
func (*InstanceActionLabelMetaDataValueReq) Reset ¶
func (x *InstanceActionLabelMetaDataValueReq) Reset()
func (*InstanceActionLabelMetaDataValueReq) String ¶
func (x *InstanceActionLabelMetaDataValueReq) String() string
type InstanceCellMetaDataKeyReq ¶
type InstanceCellMetaDataKeyReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` KeyName string `protobuf:"bytes,4,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
InstanceCellMetaDataKeyRequest
func (*InstanceCellMetaDataKeyReq) Descriptor
deprecated
func (*InstanceCellMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceCellMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*InstanceCellMetaDataKeyReq) GetActionLabel ¶
func (x *InstanceCellMetaDataKeyReq) GetActionLabel() string
func (*InstanceCellMetaDataKeyReq) GetInstanceId ¶
func (x *InstanceCellMetaDataKeyReq) GetInstanceId() string
func (*InstanceCellMetaDataKeyReq) GetKeyName ¶
func (x *InstanceCellMetaDataKeyReq) GetKeyName() string
func (*InstanceCellMetaDataKeyReq) GetValuePosition ¶
func (x *InstanceCellMetaDataKeyReq) GetValuePosition() uint32
func (*InstanceCellMetaDataKeyReq) ProtoMessage ¶
func (*InstanceCellMetaDataKeyReq) ProtoMessage()
func (*InstanceCellMetaDataKeyReq) ProtoReflect ¶
func (x *InstanceCellMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*InstanceCellMetaDataKeyReq) Reset ¶
func (x *InstanceCellMetaDataKeyReq) Reset()
func (*InstanceCellMetaDataKeyReq) String ¶
func (x *InstanceCellMetaDataKeyReq) String() string
type InstanceCellMetaDataKeyValueReq ¶
type InstanceCellMetaDataKeyValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` KeyName string `protobuf:"bytes,4,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,6,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
InstanceCellMetaDataKeyValueRequest
func (*InstanceCellMetaDataKeyValueReq) Descriptor
deprecated
func (*InstanceCellMetaDataKeyValueReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceCellMetaDataKeyValueReq.ProtoReflect.Descriptor instead.
func (*InstanceCellMetaDataKeyValueReq) GetActionLabel ¶
func (x *InstanceCellMetaDataKeyValueReq) GetActionLabel() string
func (*InstanceCellMetaDataKeyValueReq) GetInstanceId ¶
func (x *InstanceCellMetaDataKeyValueReq) GetInstanceId() string
func (*InstanceCellMetaDataKeyValueReq) GetKeyName ¶
func (x *InstanceCellMetaDataKeyValueReq) GetKeyName() string
func (*InstanceCellMetaDataKeyValueReq) GetSpec ¶
func (x *InstanceCellMetaDataKeyValueReq) GetSpec() *DataTypeFormat
func (*InstanceCellMetaDataKeyValueReq) GetValue ¶
func (x *InstanceCellMetaDataKeyValueReq) GetValue() string
func (*InstanceCellMetaDataKeyValueReq) GetValuePosition ¶
func (x *InstanceCellMetaDataKeyValueReq) GetValuePosition() uint32
func (*InstanceCellMetaDataKeyValueReq) ProtoMessage ¶
func (*InstanceCellMetaDataKeyValueReq) ProtoMessage()
func (*InstanceCellMetaDataKeyValueReq) ProtoReflect ¶
func (x *InstanceCellMetaDataKeyValueReq) ProtoReflect() protoreflect.Message
func (*InstanceCellMetaDataKeyValueReq) Reset ¶
func (x *InstanceCellMetaDataKeyValueReq) Reset()
func (*InstanceCellMetaDataKeyValueReq) String ¶
func (x *InstanceCellMetaDataKeyValueReq) String() string
type InstanceCellMetaDataReq ¶
type InstanceCellMetaDataReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` // contains filtered or unexported fields }
InstanceCellMetaDataRequest
func (*InstanceCellMetaDataReq) Descriptor
deprecated
func (*InstanceCellMetaDataReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceCellMetaDataReq.ProtoReflect.Descriptor instead.
func (*InstanceCellMetaDataReq) GetActionLabel ¶
func (x *InstanceCellMetaDataReq) GetActionLabel() string
func (*InstanceCellMetaDataReq) GetInstanceId ¶
func (x *InstanceCellMetaDataReq) GetInstanceId() string
func (*InstanceCellMetaDataReq) GetValuePosition ¶
func (x *InstanceCellMetaDataReq) GetValuePosition() uint32
func (*InstanceCellMetaDataReq) ProtoMessage ¶
func (*InstanceCellMetaDataReq) ProtoMessage()
func (*InstanceCellMetaDataReq) ProtoReflect ¶
func (x *InstanceCellMetaDataReq) ProtoReflect() protoreflect.Message
func (*InstanceCellMetaDataReq) Reset ¶
func (x *InstanceCellMetaDataReq) Reset()
func (*InstanceCellMetaDataReq) String ¶
func (x *InstanceCellMetaDataReq) String() string
type InstanceElement ¶
type InstanceElement struct { ActionLabel string `protobuf:"bytes,1,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` Specs []*ValueSpec `protobuf:"bytes,3,rep,name=specs,proto3" json:"specs,omitempty"` MetaData []*InstanceElementMetaData `protobuf:"bytes,4,rep,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"` // contains filtered or unexported fields }
InstanceElement
func (*InstanceElement) Descriptor
deprecated
func (*InstanceElement) Descriptor() ([]byte, []int)
Deprecated: Use InstanceElement.ProtoReflect.Descriptor instead.
func (*InstanceElement) GetActionLabel ¶
func (x *InstanceElement) GetActionLabel() string
func (*InstanceElement) GetMetaData ¶
func (x *InstanceElement) GetMetaData() []*InstanceElementMetaData
func (*InstanceElement) GetSpecs ¶
func (x *InstanceElement) GetSpecs() []*ValueSpec
func (*InstanceElement) GetValues ¶
func (x *InstanceElement) GetValues() []string
func (*InstanceElement) ProtoMessage ¶
func (*InstanceElement) ProtoMessage()
func (*InstanceElement) ProtoReflect ¶
func (x *InstanceElement) ProtoReflect() protoreflect.Message
func (*InstanceElement) Reset ¶
func (x *InstanceElement) Reset()
func (*InstanceElement) String ¶
func (x *InstanceElement) String() string
type InstanceElementMetaData ¶
type InstanceElementMetaData struct { Position uint32 `protobuf:"varint,1,opt,name=position,proto3" json:"position,omitempty"` MetaDataKeyValues *MetaDataKeyValue `protobuf:"bytes,2,opt,name=meta_data_key_values,json=metaDataKeyValues,proto3" json:"meta_data_key_values,omitempty"` // contains filtered or unexported fields }
InstanceElementMetaData
func (*InstanceElementMetaData) Descriptor
deprecated
func (*InstanceElementMetaData) Descriptor() ([]byte, []int)
Deprecated: Use InstanceElementMetaData.ProtoReflect.Descriptor instead.
func (*InstanceElementMetaData) GetMetaDataKeyValues ¶
func (x *InstanceElementMetaData) GetMetaDataKeyValues() *MetaDataKeyValue
func (*InstanceElementMetaData) GetPosition ¶
func (x *InstanceElementMetaData) GetPosition() uint32
func (*InstanceElementMetaData) ProtoMessage ¶
func (*InstanceElementMetaData) ProtoMessage()
func (*InstanceElementMetaData) ProtoReflect ¶
func (x *InstanceElementMetaData) ProtoReflect() protoreflect.Message
func (*InstanceElementMetaData) Reset ¶
func (x *InstanceElementMetaData) Reset()
func (*InstanceElementMetaData) String ¶
func (x *InstanceElementMetaData) String() string
type InstanceFilter ¶
type InstanceFilter struct { ActionLabelName string `protobuf:"bytes,1,opt,name=action_label_name,json=actionLabelName,proto3" json:"action_label_name,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` ComponentType ComponentType `protobuf:"varint,3,opt,name=component_type,json=componentType,proto3,enum=ComponentType" json:"component_type,omitempty"` // contains filtered or unexported fields }
func (*InstanceFilter) Descriptor
deprecated
func (*InstanceFilter) Descriptor() ([]byte, []int)
Deprecated: Use InstanceFilter.ProtoReflect.Descriptor instead.
func (*InstanceFilter) GetActionLabelName ¶
func (x *InstanceFilter) GetActionLabelName() string
func (*InstanceFilter) GetComponentType ¶
func (x *InstanceFilter) GetComponentType() ComponentType
func (*InstanceFilter) GetValues ¶
func (x *InstanceFilter) GetValues() []string
func (*InstanceFilter) ProtoMessage ¶
func (*InstanceFilter) ProtoMessage()
func (*InstanceFilter) ProtoReflect ¶
func (x *InstanceFilter) ProtoReflect() protoreflect.Message
func (*InstanceFilter) Reset ¶
func (x *InstanceFilter) Reset()
func (*InstanceFilter) String ¶
func (x *InstanceFilter) String() string
type InstanceIDRes ¶
type InstanceIDRes struct { InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
InstanceIDResponse
func (*InstanceIDRes) Descriptor
deprecated
func (*InstanceIDRes) Descriptor() ([]byte, []int)
Deprecated: Use InstanceIDRes.ProtoReflect.Descriptor instead.
func (*InstanceIDRes) GetInstanceId ¶
func (x *InstanceIDRes) GetInstanceId() string
func (*InstanceIDRes) ProtoMessage ¶
func (*InstanceIDRes) ProtoMessage()
func (*InstanceIDRes) ProtoReflect ¶
func (x *InstanceIDRes) ProtoReflect() protoreflect.Message
func (*InstanceIDRes) Reset ¶
func (x *InstanceIDRes) Reset()
func (*InstanceIDRes) String ¶
func (x *InstanceIDRes) String() string
type InstanceMetaDataKeyReq ¶
type InstanceMetaDataKeyReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` KeyName string `protobuf:"bytes,2,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
InstanceMetaDataKeyRequest
func (*InstanceMetaDataKeyReq) Descriptor
deprecated
func (*InstanceMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*InstanceMetaDataKeyReq) GetInstanceId ¶
func (x *InstanceMetaDataKeyReq) GetInstanceId() string
func (*InstanceMetaDataKeyReq) GetKeyName ¶
func (x *InstanceMetaDataKeyReq) GetKeyName() string
func (*InstanceMetaDataKeyReq) ProtoMessage ¶
func (*InstanceMetaDataKeyReq) ProtoMessage()
func (*InstanceMetaDataKeyReq) ProtoReflect ¶
func (x *InstanceMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*InstanceMetaDataKeyReq) Reset ¶
func (x *InstanceMetaDataKeyReq) Reset()
func (*InstanceMetaDataKeyReq) String ¶
func (x *InstanceMetaDataKeyReq) String() string
type InstanceMetaDataKeyValueReq ¶
type InstanceMetaDataKeyValueReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` KeyName string `protobuf:"bytes,2,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
InstanceMetaDataKeyValueRequest
func (*InstanceMetaDataKeyValueReq) Descriptor
deprecated
func (*InstanceMetaDataKeyValueReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceMetaDataKeyValueReq.ProtoReflect.Descriptor instead.
func (*InstanceMetaDataKeyValueReq) GetInstanceId ¶
func (x *InstanceMetaDataKeyValueReq) GetInstanceId() string
func (*InstanceMetaDataKeyValueReq) GetKeyName ¶
func (x *InstanceMetaDataKeyValueReq) GetKeyName() string
func (*InstanceMetaDataKeyValueReq) GetSpec ¶
func (x *InstanceMetaDataKeyValueReq) GetSpec() *DataTypeFormat
func (*InstanceMetaDataKeyValueReq) GetValue ¶
func (x *InstanceMetaDataKeyValueReq) GetValue() string
func (*InstanceMetaDataKeyValueReq) ProtoMessage ¶
func (*InstanceMetaDataKeyValueReq) ProtoMessage()
func (*InstanceMetaDataKeyValueReq) ProtoReflect ¶
func (x *InstanceMetaDataKeyValueReq) ProtoReflect() protoreflect.Message
func (*InstanceMetaDataKeyValueReq) Reset ¶
func (x *InstanceMetaDataKeyValueReq) Reset()
func (*InstanceMetaDataKeyValueReq) String ¶
func (x *InstanceMetaDataKeyValueReq) String() string
type InstanceReq ¶
type InstanceReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
InstanceRequest
func (*InstanceReq) Descriptor
deprecated
func (*InstanceReq) Descriptor() ([]byte, []int)
Deprecated: Use InstanceReq.ProtoReflect.Descriptor instead.
func (*InstanceReq) GetInstanceId ¶
func (x *InstanceReq) GetInstanceId() string
func (*InstanceReq) ProtoMessage ¶
func (*InstanceReq) ProtoMessage()
func (*InstanceReq) ProtoReflect ¶
func (x *InstanceReq) ProtoReflect() protoreflect.Message
func (*InstanceReq) Reset ¶
func (x *InstanceReq) Reset()
func (*InstanceReq) String ¶
func (x *InstanceReq) String() string
type InstanceRes ¶
type InstanceRes struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabels []*ResultLabel `protobuf:"bytes,2,rep,name=action_labels,json=actionLabels,proto3" json:"action_labels,omitempty"` InstanceCellValues []string `protobuf:"bytes,3,rep,name=instance_cell_values,json=instanceCellValues,proto3" json:"instance_cell_values,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,4,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` // contains filtered or unexported fields }
InstanceRes response which returns one Action Instance row
func (*InstanceRes) Descriptor
deprecated
func (*InstanceRes) Descriptor() ([]byte, []int)
Deprecated: Use InstanceRes.ProtoReflect.Descriptor instead.
func (*InstanceRes) GetActionLabels ¶
func (x *InstanceRes) GetActionLabels() []*ResultLabel
func (*InstanceRes) GetAlternativeDataTypes ¶
func (x *InstanceRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*InstanceRes) GetInstanceCellValues ¶
func (x *InstanceRes) GetInstanceCellValues() []string
func (*InstanceRes) GetInstanceId ¶
func (x *InstanceRes) GetInstanceId() string
func (*InstanceRes) ProtoMessage ¶
func (*InstanceRes) ProtoMessage()
func (*InstanceRes) ProtoReflect ¶
func (x *InstanceRes) ProtoReflect() protoreflect.Message
func (*InstanceRes) Reset ¶
func (x *InstanceRes) Reset()
func (*InstanceRes) String ¶
func (x *InstanceRes) String() string
type InstanceUpdateElementCell ¶
type InstanceUpdateElementCell struct { ActionLabel string `protobuf:"bytes,1,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` Override *DataTypeFormat `protobuf:"bytes,4,opt,name=override,proto3" json:"override,omitempty"` // contains filtered or unexported fields }
InstanceUpdateElementCell
func (*InstanceUpdateElementCell) Descriptor
deprecated
func (*InstanceUpdateElementCell) Descriptor() ([]byte, []int)
Deprecated: Use InstanceUpdateElementCell.ProtoReflect.Descriptor instead.
func (*InstanceUpdateElementCell) GetActionLabel ¶
func (x *InstanceUpdateElementCell) GetActionLabel() string
func (*InstanceUpdateElementCell) GetOverride ¶
func (x *InstanceUpdateElementCell) GetOverride() *DataTypeFormat
func (*InstanceUpdateElementCell) GetValue ¶
func (x *InstanceUpdateElementCell) GetValue() string
func (*InstanceUpdateElementCell) GetValuePosition ¶
func (x *InstanceUpdateElementCell) GetValuePosition() uint32
func (*InstanceUpdateElementCell) ProtoMessage ¶
func (*InstanceUpdateElementCell) ProtoMessage()
func (*InstanceUpdateElementCell) ProtoReflect ¶
func (x *InstanceUpdateElementCell) ProtoReflect() protoreflect.Message
func (*InstanceUpdateElementCell) Reset ¶
func (x *InstanceUpdateElementCell) Reset()
func (*InstanceUpdateElementCell) String ¶
func (x *InstanceUpdateElementCell) String() string
type LabelRes ¶
type LabelRes struct { Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"` ActionLabel *ActionLabel `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` // contains filtered or unexported fields }
LabelResponse
func (*LabelRes) Descriptor
deprecated
func (*LabelRes) GetActionLabel ¶
func (x *LabelRes) GetActionLabel() *ActionLabel
func (*LabelRes) ProtoMessage ¶
func (*LabelRes) ProtoMessage()
func (*LabelRes) ProtoReflect ¶
func (x *LabelRes) ProtoReflect() protoreflect.Message
type ListActionNamesWindowReq ¶
type ListActionNamesWindowReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` Window *Window `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` OrderField OrderField `protobuf:"varint,3,opt,name=order_field,json=orderField,proto3,enum=OrderField" json:"order_field,omitempty"` OrderDirection SortOrder `protobuf:"varint,4,opt,name=order_direction,json=orderDirection,proto3,enum=SortOrder" json:"order_direction,omitempty"` // contains filtered or unexported fields }
ListActionNamesWindowReq
func (*ListActionNamesWindowReq) Descriptor
deprecated
func (*ListActionNamesWindowReq) Descriptor() ([]byte, []int)
Deprecated: Use ListActionNamesWindowReq.ProtoReflect.Descriptor instead.
func (*ListActionNamesWindowReq) GetActionTypeLabel ¶
func (x *ListActionNamesWindowReq) GetActionTypeLabel() string
func (*ListActionNamesWindowReq) GetOrderDirection ¶
func (x *ListActionNamesWindowReq) GetOrderDirection() SortOrder
func (*ListActionNamesWindowReq) GetOrderField ¶
func (x *ListActionNamesWindowReq) GetOrderField() OrderField
func (*ListActionNamesWindowReq) GetWindow ¶
func (x *ListActionNamesWindowReq) GetWindow() *Window
func (*ListActionNamesWindowReq) ProtoMessage ¶
func (*ListActionNamesWindowReq) ProtoMessage()
func (*ListActionNamesWindowReq) ProtoReflect ¶
func (x *ListActionNamesWindowReq) ProtoReflect() protoreflect.Message
func (*ListActionNamesWindowReq) Reset ¶
func (x *ListActionNamesWindowReq) Reset()
func (*ListActionNamesWindowReq) String ¶
func (x *ListActionNamesWindowReq) String() string
type ListInstanceCellMetaDataRes ¶
type ListInstanceCellMetaDataRes struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` ValuePosition uint32 `protobuf:"varint,3,opt,name=value_position,json=valuePosition,proto3" json:"value_position,omitempty"` TotalMetaDataEntries int64 `` /* 126-byte string literal not displayed */ MetaData []*MetaDataOut `protobuf:"bytes,5,rep,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"` // contains filtered or unexported fields }
ListInstanceCellMetaDataRes
func (*ListInstanceCellMetaDataRes) Descriptor
deprecated
func (*ListInstanceCellMetaDataRes) Descriptor() ([]byte, []int)
Deprecated: Use ListInstanceCellMetaDataRes.ProtoReflect.Descriptor instead.
func (*ListInstanceCellMetaDataRes) GetActionLabel ¶
func (x *ListInstanceCellMetaDataRes) GetActionLabel() string
func (*ListInstanceCellMetaDataRes) GetInstanceId ¶
func (x *ListInstanceCellMetaDataRes) GetInstanceId() string
func (*ListInstanceCellMetaDataRes) GetMetaData ¶
func (x *ListInstanceCellMetaDataRes) GetMetaData() []*MetaDataOut
func (*ListInstanceCellMetaDataRes) GetTotalMetaDataEntries ¶
func (x *ListInstanceCellMetaDataRes) GetTotalMetaDataEntries() int64
func (*ListInstanceCellMetaDataRes) GetValuePosition ¶
func (x *ListInstanceCellMetaDataRes) GetValuePosition() uint32
func (*ListInstanceCellMetaDataRes) ProtoMessage ¶
func (*ListInstanceCellMetaDataRes) ProtoMessage()
func (*ListInstanceCellMetaDataRes) ProtoReflect ¶
func (x *ListInstanceCellMetaDataRes) ProtoReflect() protoreflect.Message
func (*ListInstanceCellMetaDataRes) Reset ¶
func (x *ListInstanceCellMetaDataRes) Reset()
func (*ListInstanceCellMetaDataRes) String ¶
func (x *ListInstanceCellMetaDataRes) String() string
type ListInstanceMetaDataRes ¶
type ListInstanceMetaDataRes struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` TotalMetaDataEntries int64 `` /* 126-byte string literal not displayed */ MetaData []*MetaDataOut `protobuf:"bytes,3,rep,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"` // contains filtered or unexported fields }
ListInstanceMetaDataResponse
func (*ListInstanceMetaDataRes) Descriptor
deprecated
func (*ListInstanceMetaDataRes) Descriptor() ([]byte, []int)
Deprecated: Use ListInstanceMetaDataRes.ProtoReflect.Descriptor instead.
func (*ListInstanceMetaDataRes) GetInstanceId ¶
func (x *ListInstanceMetaDataRes) GetInstanceId() string
func (*ListInstanceMetaDataRes) GetMetaData ¶
func (x *ListInstanceMetaDataRes) GetMetaData() []*MetaDataOut
func (*ListInstanceMetaDataRes) GetTotalMetaDataEntries ¶
func (x *ListInstanceMetaDataRes) GetTotalMetaDataEntries() int64
func (*ListInstanceMetaDataRes) ProtoMessage ¶
func (*ListInstanceMetaDataRes) ProtoMessage()
func (*ListInstanceMetaDataRes) ProtoReflect ¶
func (x *ListInstanceMetaDataRes) ProtoReflect() protoreflect.Message
func (*ListInstanceMetaDataRes) Reset ¶
func (x *ListInstanceMetaDataRes) Reset()
func (*ListInstanceMetaDataRes) String ¶
func (x *ListInstanceMetaDataRes) String() string
type ListMetaDataKeyLinksReq ¶
type ListMetaDataKeyLinksReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Window *Window `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
ListMetaDataKeyLinksRequest
func (*ListMetaDataKeyLinksReq) Descriptor
deprecated
func (*ListMetaDataKeyLinksReq) Descriptor() ([]byte, []int)
Deprecated: Use ListMetaDataKeyLinksReq.ProtoReflect.Descriptor instead.
func (*ListMetaDataKeyLinksReq) GetKeyName ¶
func (x *ListMetaDataKeyLinksReq) GetKeyName() string
func (*ListMetaDataKeyLinksReq) GetWindow ¶
func (x *ListMetaDataKeyLinksReq) GetWindow() *Window
func (*ListMetaDataKeyLinksReq) ProtoMessage ¶
func (*ListMetaDataKeyLinksReq) ProtoMessage()
func (*ListMetaDataKeyLinksReq) ProtoReflect ¶
func (x *ListMetaDataKeyLinksReq) ProtoReflect() protoreflect.Message
func (*ListMetaDataKeyLinksReq) Reset ¶
func (x *ListMetaDataKeyLinksReq) Reset()
func (*ListMetaDataKeyLinksReq) String ¶
func (x *ListMetaDataKeyLinksReq) String() string
type ListMetaDataKeysReq ¶
type ListMetaDataKeysReq struct { Window *Window `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
ListMetaDataKeysRequest
func (*ListMetaDataKeysReq) Descriptor
deprecated
func (*ListMetaDataKeysReq) Descriptor() ([]byte, []int)
Deprecated: Use ListMetaDataKeysReq.ProtoReflect.Descriptor instead.
func (*ListMetaDataKeysReq) GetWindow ¶
func (x *ListMetaDataKeysReq) GetWindow() *Window
func (*ListMetaDataKeysReq) ProtoMessage ¶
func (*ListMetaDataKeysReq) ProtoMessage()
func (*ListMetaDataKeysReq) ProtoReflect ¶
func (x *ListMetaDataKeysReq) ProtoReflect() protoreflect.Message
func (*ListMetaDataKeysReq) Reset ¶
func (x *ListMetaDataKeysReq) Reset()
func (*ListMetaDataKeysReq) String ¶
func (x *ListMetaDataKeysReq) String() string
type ListRolesRes ¶
type ListRolesRes struct { TotalRoles int64 `protobuf:"varint,1,opt,name=total_roles,json=totalRoles,proto3" json:"total_roles,omitempty"` Roles []*DynizerRole `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
ListRolesResponse
func (*ListRolesRes) Descriptor
deprecated
func (*ListRolesRes) Descriptor() ([]byte, []int)
Deprecated: Use ListRolesRes.ProtoReflect.Descriptor instead.
func (*ListRolesRes) GetRoles ¶
func (x *ListRolesRes) GetRoles() []*DynizerRole
func (*ListRolesRes) GetTotalRoles ¶
func (x *ListRolesRes) GetTotalRoles() int64
func (*ListRolesRes) ProtoMessage ¶
func (*ListRolesRes) ProtoMessage()
func (*ListRolesRes) ProtoReflect ¶
func (x *ListRolesRes) ProtoReflect() protoreflect.Message
func (*ListRolesRes) Reset ¶
func (x *ListRolesRes) Reset()
func (*ListRolesRes) String ¶
func (x *ListRolesRes) String() string
type ListUserRolesRes ¶
type ListUserRolesRes struct { TotalRoles int64 `protobuf:"varint,1,opt,name=total_roles,json=totalRoles,proto3" json:"total_roles,omitempty"` Roles []*DynizerRole `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
ListUserRolesResponse
func (*ListUserRolesRes) Descriptor
deprecated
func (*ListUserRolesRes) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRolesRes.ProtoReflect.Descriptor instead.
func (*ListUserRolesRes) GetRoles ¶
func (x *ListUserRolesRes) GetRoles() []*DynizerRole
func (*ListUserRolesRes) GetTotalRoles ¶
func (x *ListUserRolesRes) GetTotalRoles() int64
func (*ListUserRolesRes) ProtoMessage ¶
func (*ListUserRolesRes) ProtoMessage()
func (*ListUserRolesRes) ProtoReflect ¶
func (x *ListUserRolesRes) ProtoReflect() protoreflect.Message
func (*ListUserRolesRes) Reset ¶
func (x *ListUserRolesRes) Reset()
func (*ListUserRolesRes) String ¶
func (x *ListUserRolesRes) String() string
type ListUsersRes ¶
type ListUsersRes struct { TotalUsers int64 `protobuf:"varint,1,opt,name=total_users,json=totalUsers,proto3" json:"total_users,omitempty"` Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
ListUsersResponse
func (*ListUsersRes) Descriptor
deprecated
func (*ListUsersRes) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRes.ProtoReflect.Descriptor instead.
func (*ListUsersRes) GetTotalUsers ¶
func (x *ListUsersRes) GetTotalUsers() int64
func (*ListUsersRes) GetUsers ¶
func (x *ListUsersRes) GetUsers() []*User
func (*ListUsersRes) ProtoMessage ¶
func (*ListUsersRes) ProtoMessage()
func (*ListUsersRes) ProtoReflect ¶
func (x *ListUsersRes) ProtoReflect() protoreflect.Message
func (*ListUsersRes) Reset ¶
func (x *ListUsersRes) Reset()
func (*ListUsersRes) String ¶
func (x *ListUsersRes) String() string
type LoginReq ¶
type LoginReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
LoginRequest
func (*LoginReq) Descriptor
deprecated
func (*LoginReq) GetPassword ¶
func (*LoginReq) ProtoMessage ¶
func (*LoginReq) ProtoMessage()
func (*LoginReq) ProtoReflect ¶
func (x *LoginReq) ProtoReflect() protoreflect.Message
type LoginRes ¶
type LoginRes struct { Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"` Roles []*DynizerRole `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
LoginResponse
func (*LoginRes) Descriptor
deprecated
func (*LoginRes) GetRoles ¶
func (x *LoginRes) GetRoles() []*DynizerRole
func (*LoginRes) ProtoMessage ¶
func (*LoginRes) ProtoMessage()
func (*LoginRes) ProtoReflect ¶
func (x *LoginRes) ProtoReflect() protoreflect.Message
type MetaDataKey ¶
type MetaDataKey struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` DefaultDataType DataType `protobuf:"varint,3,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MaxOccurrence uint32 `protobuf:"varint,4,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
MetaDataKey
func (*MetaDataKey) Descriptor
deprecated
func (*MetaDataKey) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataKey.ProtoReflect.Descriptor instead.
func (*MetaDataKey) GetAlternativeDataTypes ¶
func (x *MetaDataKey) GetAlternativeDataTypes() []DataType
func (*MetaDataKey) GetDefaultDataType ¶
func (x *MetaDataKey) GetDefaultDataType() DataType
func (*MetaDataKey) GetKeyName ¶
func (x *MetaDataKey) GetKeyName() string
func (*MetaDataKey) GetMaxOccurrence ¶
func (x *MetaDataKey) GetMaxOccurrence() uint32
func (*MetaDataKey) ProtoMessage ¶
func (*MetaDataKey) ProtoMessage()
func (*MetaDataKey) ProtoReflect ¶
func (x *MetaDataKey) ProtoReflect() protoreflect.Message
func (*MetaDataKey) Reset ¶
func (x *MetaDataKey) Reset()
func (*MetaDataKey) String ¶
func (x *MetaDataKey) String() string
type MetaDataKeyArrayRes ¶
type MetaDataKeyArrayRes struct { TotalMetaDataKeys int64 `protobuf:"varint,1,opt,name=total_meta_data_keys,json=totalMetaDataKeys,proto3" json:"total_meta_data_keys,omitempty"` MetaDataKeys []*MetaDataKey `protobuf:"bytes,2,rep,name=meta_data_keys,json=metaDataKeys,proto3" json:"meta_data_keys,omitempty"` // contains filtered or unexported fields }
MetaDataKeyArrayResponse
func (*MetaDataKeyArrayRes) Descriptor
deprecated
func (*MetaDataKeyArrayRes) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataKeyArrayRes.ProtoReflect.Descriptor instead.
func (*MetaDataKeyArrayRes) GetMetaDataKeys ¶
func (x *MetaDataKeyArrayRes) GetMetaDataKeys() []*MetaDataKey
func (*MetaDataKeyArrayRes) GetTotalMetaDataKeys ¶
func (x *MetaDataKeyArrayRes) GetTotalMetaDataKeys() int64
func (*MetaDataKeyArrayRes) ProtoMessage ¶
func (*MetaDataKeyArrayRes) ProtoMessage()
func (*MetaDataKeyArrayRes) ProtoReflect ¶
func (x *MetaDataKeyArrayRes) ProtoReflect() protoreflect.Message
func (*MetaDataKeyArrayRes) Reset ¶
func (x *MetaDataKeyArrayRes) Reset()
func (*MetaDataKeyArrayRes) String ¶
func (x *MetaDataKeyArrayRes) String() string
type MetaDataKeyReq ¶
type MetaDataKeyReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
MetaDataKeyRequest
func (*MetaDataKeyReq) Descriptor
deprecated
func (*MetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*MetaDataKeyReq) GetKeyName ¶
func (x *MetaDataKeyReq) GetKeyName() string
func (*MetaDataKeyReq) ProtoMessage ¶
func (*MetaDataKeyReq) ProtoMessage()
func (*MetaDataKeyReq) ProtoReflect ¶
func (x *MetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*MetaDataKeyReq) Reset ¶
func (x *MetaDataKeyReq) Reset()
func (*MetaDataKeyReq) String ¶
func (x *MetaDataKeyReq) String() string
type MetaDataKeyRes ¶
type MetaDataKeyRes struct { MetaDataKey *MetaDataKey `protobuf:"bytes,1,opt,name=meta_data_key,json=metaDataKey,proto3" json:"meta_data_key,omitempty"` // contains filtered or unexported fields }
MetaDataKeyResponse
func (*MetaDataKeyRes) Descriptor
deprecated
func (*MetaDataKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataKeyRes.ProtoReflect.Descriptor instead.
func (*MetaDataKeyRes) GetMetaDataKey ¶
func (x *MetaDataKeyRes) GetMetaDataKey() *MetaDataKey
func (*MetaDataKeyRes) ProtoMessage ¶
func (*MetaDataKeyRes) ProtoMessage()
func (*MetaDataKeyRes) ProtoReflect ¶
func (x *MetaDataKeyRes) ProtoReflect() protoreflect.Message
func (*MetaDataKeyRes) Reset ¶
func (x *MetaDataKeyRes) Reset()
func (*MetaDataKeyRes) String ¶
func (x *MetaDataKeyRes) String() string
type MetaDataKeyValue ¶
type MetaDataKeyValue struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // DataTypeFormat override = 3 [ // // (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { // description: "overwrites the default_data_type from the MetaDataKey definition and/or provides a format string to parse the values" // } // // ]; Specs []*ValueSpec `protobuf:"bytes,4,rep,name=specs,proto3" json:"specs,omitempty"` // contains filtered or unexported fields }
MetaDataKeyValue
func (*MetaDataKeyValue) Descriptor
deprecated
func (*MetaDataKeyValue) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataKeyValue.ProtoReflect.Descriptor instead.
func (*MetaDataKeyValue) GetKeyName ¶
func (x *MetaDataKeyValue) GetKeyName() string
func (*MetaDataKeyValue) GetSpecs ¶
func (x *MetaDataKeyValue) GetSpecs() []*ValueSpec
func (*MetaDataKeyValue) GetValues ¶
func (x *MetaDataKeyValue) GetValues() []string
func (*MetaDataKeyValue) ProtoMessage ¶
func (*MetaDataKeyValue) ProtoMessage()
func (*MetaDataKeyValue) ProtoReflect ¶
func (x *MetaDataKeyValue) ProtoReflect() protoreflect.Message
func (*MetaDataKeyValue) Reset ¶
func (x *MetaDataKeyValue) Reset()
func (*MetaDataKeyValue) String ¶
func (x *MetaDataKeyValue) String() string
type MetaDataOut ¶
type MetaDataOut struct { MetaDataKeyValue *MetaDataRecord `protobuf:"bytes,1,opt,name=meta_data_key_value,json=metaDataKeyValue,proto3" json:"meta_data_key_value,omitempty"` // contains filtered or unexported fields }
MetaDataOut
func (*MetaDataOut) Descriptor
deprecated
func (*MetaDataOut) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataOut.ProtoReflect.Descriptor instead.
func (*MetaDataOut) GetMetaDataKeyValue ¶
func (x *MetaDataOut) GetMetaDataKeyValue() *MetaDataRecord
func (*MetaDataOut) ProtoMessage ¶
func (*MetaDataOut) ProtoMessage()
func (*MetaDataOut) ProtoReflect ¶
func (x *MetaDataOut) ProtoReflect() protoreflect.Message
func (*MetaDataOut) Reset ¶
func (x *MetaDataOut) Reset()
func (*MetaDataOut) String ¶
func (x *MetaDataOut) String() string
type MetaDataRecord ¶
type MetaDataRecord struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` DataType DataType `protobuf:"varint,3,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` // contains filtered or unexported fields }
MetaDataRecord
func (*MetaDataRecord) Descriptor
deprecated
func (*MetaDataRecord) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataRecord.ProtoReflect.Descriptor instead.
func (*MetaDataRecord) GetDataType ¶
func (x *MetaDataRecord) GetDataType() DataType
func (*MetaDataRecord) GetKeyName ¶
func (x *MetaDataRecord) GetKeyName() string
func (*MetaDataRecord) GetValues ¶
func (x *MetaDataRecord) GetValues() []string
func (*MetaDataRecord) ProtoMessage ¶
func (*MetaDataRecord) ProtoMessage()
func (*MetaDataRecord) ProtoReflect ¶
func (x *MetaDataRecord) ProtoReflect() protoreflect.Message
func (*MetaDataRecord) Reset ¶
func (x *MetaDataRecord) Reset()
func (*MetaDataRecord) String ¶
func (x *MetaDataRecord) String() string
type MetaDataValue ¶
type MetaDataValue struct { Value *MetaDataValue `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` DataType []DataType `protobuf:"varint,4,rep,packed,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` Format string `protobuf:"bytes,5,opt,name=format,proto3" json:"format,omitempty"` // contains filtered or unexported fields }
func (*MetaDataValue) Descriptor
deprecated
func (*MetaDataValue) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataValue.ProtoReflect.Descriptor instead.
func (*MetaDataValue) GetDataType ¶
func (x *MetaDataValue) GetDataType() []DataType
func (*MetaDataValue) GetFormat ¶
func (x *MetaDataValue) GetFormat() string
func (*MetaDataValue) GetValue ¶
func (x *MetaDataValue) GetValue() *MetaDataValue
func (*MetaDataValue) ProtoMessage ¶
func (*MetaDataValue) ProtoMessage()
func (*MetaDataValue) ProtoReflect ¶
func (x *MetaDataValue) ProtoReflect() protoreflect.Message
func (*MetaDataValue) Reset ¶
func (x *MetaDataValue) Reset()
func (*MetaDataValue) String ¶
func (x *MetaDataValue) String() string
type ObjectDataType ¶
type ObjectDataType int32
ObjectDataType
const ( ObjectDataType_InvalidObjectDataType ObjectDataType = 0 // object is of type TEXT, which can be indexed by the FullTextIndex ObjectDataType_ODT_Text ObjectDataType = 12 // object is of type binary ObjectDataType_ODT_Blob ObjectDataType = 13 // object is of type character ObjectDataType_ODT_Clob ObjectDataType = 14 // object is of type character, indexed by FullTextIndex ObjectDataType_ODT_Document ObjectDataType = 15 )
func (ObjectDataType) Descriptor ¶
func (ObjectDataType) Descriptor() protoreflect.EnumDescriptor
func (ObjectDataType) Enum ¶
func (x ObjectDataType) Enum() *ObjectDataType
func (ObjectDataType) EnumDescriptor
deprecated
func (ObjectDataType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ObjectDataType.Descriptor instead.
func (ObjectDataType) Number ¶
func (x ObjectDataType) Number() protoreflect.EnumNumber
func (ObjectDataType) String ¶
func (x ObjectDataType) String() string
func (ObjectDataType) Type ¶
func (ObjectDataType) Type() protoreflect.EnumType
type ObjectRef ¶
type ObjectRef struct { // Deprecated: Do not use. RefUri string `protobuf:"bytes,1,opt,name=ref_uri,json=refUri,proto3" json:"ref_uri,omitempty"` Type ObjectDataType `protobuf:"varint,2,opt,name=type,proto3,enum=ObjectDataType" json:"type,omitempty"` RefUuid string `protobuf:"bytes,3,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` // contains filtered or unexported fields }
ObjectReference
func (*ObjectRef) Descriptor
deprecated
func (*ObjectRef) GetRefUuid ¶ added in v2.1.0
func (*ObjectRef) GetType ¶
func (x *ObjectRef) GetType() ObjectDataType
func (*ObjectRef) ProtoMessage ¶
func (*ObjectRef) ProtoMessage()
func (*ObjectRef) ProtoReflect ¶
func (x *ObjectRef) ProtoReflect() protoreflect.Message
type ObjectRes ¶
type ObjectRes struct { ObjectRef *ObjectRef `protobuf:"bytes,2,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` // contains filtered or unexported fields }
ObjectResponse
func (*ObjectRes) Descriptor
deprecated
func (*ObjectRes) GetObjectRef ¶
func (*ObjectRes) ProtoMessage ¶
func (*ObjectRes) ProtoMessage()
func (*ObjectRes) ProtoReflect ¶
func (x *ObjectRes) ProtoReflect() protoreflect.Message
type ObjectUUIDArrayRes ¶
type ObjectUUIDArrayRes struct { TotalObjects int64 `protobuf:"varint,1,opt,name=total_objects,json=totalObjects,proto3" json:"total_objects,omitempty"` ObjectUuids []string `protobuf:"bytes,2,rep,name=object_uuids,json=objectUuids,proto3" json:"object_uuids,omitempty"` // contains filtered or unexported fields }
func (*ObjectUUIDArrayRes) Descriptor
deprecated
func (*ObjectUUIDArrayRes) Descriptor() ([]byte, []int)
Deprecated: Use ObjectUUIDArrayRes.ProtoReflect.Descriptor instead.
func (*ObjectUUIDArrayRes) GetObjectUuids ¶
func (x *ObjectUUIDArrayRes) GetObjectUuids() []string
func (*ObjectUUIDArrayRes) GetTotalObjects ¶
func (x *ObjectUUIDArrayRes) GetTotalObjects() int64
func (*ObjectUUIDArrayRes) ProtoMessage ¶
func (*ObjectUUIDArrayRes) ProtoMessage()
func (*ObjectUUIDArrayRes) ProtoReflect ¶
func (x *ObjectUUIDArrayRes) ProtoReflect() protoreflect.Message
func (*ObjectUUIDArrayRes) Reset ¶
func (x *ObjectUUIDArrayRes) Reset()
func (*ObjectUUIDArrayRes) String ¶
func (x *ObjectUUIDArrayRes) String() string
type OrderField ¶
type OrderField int32
OrderField
const ( // order by created OrderField_Created OrderField = 0 // order by name OrderField_Name OrderField = 1 )
func (OrderField) Descriptor ¶
func (OrderField) Descriptor() protoreflect.EnumDescriptor
func (OrderField) Enum ¶
func (x OrderField) Enum() *OrderField
func (OrderField) EnumDescriptor
deprecated
func (OrderField) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrderField.Descriptor instead.
func (OrderField) Number ¶
func (x OrderField) Number() protoreflect.EnumNumber
func (OrderField) String ¶
func (x OrderField) String() string
func (OrderField) Type ¶
func (OrderField) Type() protoreflect.EnumType
type PlotRes ¶
type PlotRes struct { PlotName string `protobuf:"bytes,1,opt,name=plot_name,json=plotName,proto3" json:"plot_name,omitempty"` PlotJson string `protobuf:"bytes,2,opt,name=plot_json,json=plotJson,proto3" json:"plot_json,omitempty"` // contains filtered or unexported fields }
func (*PlotRes) Descriptor
deprecated
func (*PlotRes) GetPlotJson ¶
func (*PlotRes) GetPlotName ¶
func (*PlotRes) ProtoMessage ¶
func (*PlotRes) ProtoMessage()
func (*PlotRes) ProtoReflect ¶
func (x *PlotRes) ProtoReflect() protoreflect.Message
type QueryBindReq ¶
type QueryBindReq struct { Statement string `protobuf:"bytes,1,opt,name=statement,proto3" json:"statement,omitempty"` Portal string `protobuf:"bytes,2,opt,name=portal,proto3" json:"portal,omitempty"` Parameters []*DQLParam `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*QueryBindReq) Descriptor
deprecated
func (*QueryBindReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryBindReq.ProtoReflect.Descriptor instead.
func (*QueryBindReq) GetParameters ¶
func (x *QueryBindReq) GetParameters() []*DQLParam
func (*QueryBindReq) GetPortal ¶
func (x *QueryBindReq) GetPortal() string
func (*QueryBindReq) GetStatement ¶
func (x *QueryBindReq) GetStatement() string
func (*QueryBindReq) ProtoMessage ¶
func (*QueryBindReq) ProtoMessage()
func (*QueryBindReq) ProtoReflect ¶
func (x *QueryBindReq) ProtoReflect() protoreflect.Message
func (*QueryBindReq) Reset ¶
func (x *QueryBindReq) Reset()
func (*QueryBindReq) String ¶
func (x *QueryBindReq) String() string
type QueryCancelReq ¶
type QueryCancelReq struct { Portal string `protobuf:"bytes,1,opt,name=portal,proto3" json:"portal,omitempty"` // contains filtered or unexported fields }
func (*QueryCancelReq) Descriptor
deprecated
func (*QueryCancelReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryCancelReq.ProtoReflect.Descriptor instead.
func (*QueryCancelReq) GetPortal ¶
func (x *QueryCancelReq) GetPortal() string
func (*QueryCancelReq) ProtoMessage ¶
func (*QueryCancelReq) ProtoMessage()
func (*QueryCancelReq) ProtoReflect ¶
func (x *QueryCancelReq) ProtoReflect() protoreflect.Message
func (*QueryCancelReq) Reset ¶
func (x *QueryCancelReq) Reset()
func (*QueryCancelReq) String ¶
func (x *QueryCancelReq) String() string
type QueryCloseReq ¶
type QueryCloseReq struct { // Deprecated: Do not use. ResultHandle string `protobuf:"bytes,1,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"` // Types that are assignable to CloseFor: // // *QueryCloseReq_Statement // *QueryCloseReq_Portal CloseFor isQueryCloseReq_CloseFor `protobuf_oneof:"close_for"` // contains filtered or unexported fields }
func (*QueryCloseReq) Descriptor
deprecated
func (*QueryCloseReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryCloseReq.ProtoReflect.Descriptor instead.
func (*QueryCloseReq) GetCloseFor ¶
func (m *QueryCloseReq) GetCloseFor() isQueryCloseReq_CloseFor
func (*QueryCloseReq) GetPortal ¶
func (x *QueryCloseReq) GetPortal() string
func (*QueryCloseReq) GetResultHandle
deprecated
func (x *QueryCloseReq) GetResultHandle() string
Deprecated: Do not use.
func (*QueryCloseReq) GetStatement ¶
func (x *QueryCloseReq) GetStatement() string
func (*QueryCloseReq) ProtoMessage ¶
func (*QueryCloseReq) ProtoMessage()
func (*QueryCloseReq) ProtoReflect ¶
func (x *QueryCloseReq) ProtoReflect() protoreflect.Message
func (*QueryCloseReq) Reset ¶
func (x *QueryCloseReq) Reset()
func (*QueryCloseReq) String ¶
func (x *QueryCloseReq) String() string
type QueryCloseReq_Portal ¶
type QueryCloseReq_Portal struct {
Portal string `protobuf:"bytes,3,opt,name=portal,proto3,oneof"`
}
type QueryCloseReq_Statement ¶
type QueryCloseReq_Statement struct {
Statement string `protobuf:"bytes,2,opt,name=statement,proto3,oneof"`
}
type QueryDataElementsReq ¶
type QueryDataElementsReq struct { Contains string `protobuf:"bytes,1,opt,name=contains,proto3" json:"contains,omitempty"` Actions []string `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"` DataTypes []DataType `protobuf:"varint,3,rep,packed,name=data_types,json=dataTypes,proto3,enum=DataType" json:"data_types,omitempty"` Filters []*InstanceFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"` MaxLength int64 `protobuf:"varint,5,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"` // int64 top = 6 [ // // (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { // description: "Defines the topN **DataElement** to be returned based on occurrence." // } // // ]; ComponentTypes []ComponentType `` /* 130-byte string literal not displayed */ WithComponentTypeSplit bool `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryDataElementsReq) Descriptor
deprecated
func (*QueryDataElementsReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryDataElementsReq.ProtoReflect.Descriptor instead.
func (*QueryDataElementsReq) GetActions ¶
func (x *QueryDataElementsReq) GetActions() []string
func (*QueryDataElementsReq) GetComponentTypes ¶
func (x *QueryDataElementsReq) GetComponentTypes() []ComponentType
func (*QueryDataElementsReq) GetContains ¶
func (x *QueryDataElementsReq) GetContains() string
func (*QueryDataElementsReq) GetDataTypes ¶
func (x *QueryDataElementsReq) GetDataTypes() []DataType
func (*QueryDataElementsReq) GetFilters ¶
func (x *QueryDataElementsReq) GetFilters() []*InstanceFilter
func (*QueryDataElementsReq) GetMaxLength ¶
func (x *QueryDataElementsReq) GetMaxLength() int64
func (*QueryDataElementsReq) GetWithComponentTypeSplit ¶
func (x *QueryDataElementsReq) GetWithComponentTypeSplit() bool
func (*QueryDataElementsReq) ProtoMessage ¶
func (*QueryDataElementsReq) ProtoMessage()
func (*QueryDataElementsReq) ProtoReflect ¶
func (x *QueryDataElementsReq) ProtoReflect() protoreflect.Message
func (*QueryDataElementsReq) Reset ¶
func (x *QueryDataElementsReq) Reset()
func (*QueryDataElementsReq) String ¶
func (x *QueryDataElementsReq) String() string
type QueryDataElementsRes ¶
type QueryDataElementsRes struct { TotalDataelements int64 `protobuf:"varint,1,opt,name=total_dataelements,json=totalDataelements,proto3" json:"total_dataelements,omitempty"` Dataelements []*DataElement `protobuf:"bytes,2,rep,name=dataelements,proto3" json:"dataelements,omitempty"` // contains filtered or unexported fields }
func (*QueryDataElementsRes) Descriptor
deprecated
func (*QueryDataElementsRes) Descriptor() ([]byte, []int)
Deprecated: Use QueryDataElementsRes.ProtoReflect.Descriptor instead.
func (*QueryDataElementsRes) GetDataelements ¶
func (x *QueryDataElementsRes) GetDataelements() []*DataElement
func (*QueryDataElementsRes) GetTotalDataelements ¶
func (x *QueryDataElementsRes) GetTotalDataelements() int64
func (*QueryDataElementsRes) ProtoMessage ¶
func (*QueryDataElementsRes) ProtoMessage()
func (*QueryDataElementsRes) ProtoReflect ¶
func (x *QueryDataElementsRes) ProtoReflect() protoreflect.Message
func (*QueryDataElementsRes) Reset ¶
func (x *QueryDataElementsRes) Reset()
func (*QueryDataElementsRes) String ¶
func (x *QueryDataElementsRes) String() string
type QueryDescribePortalReq ¶
type QueryDescribePortalReq struct { Portal string `protobuf:"bytes,1,opt,name=portal,proto3" json:"portal,omitempty"` // contains filtered or unexported fields }
func (*QueryDescribePortalReq) Descriptor
deprecated
func (*QueryDescribePortalReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryDescribePortalReq.ProtoReflect.Descriptor instead.
func (*QueryDescribePortalReq) GetPortal ¶
func (x *QueryDescribePortalReq) GetPortal() string
func (*QueryDescribePortalReq) ProtoMessage ¶
func (*QueryDescribePortalReq) ProtoMessage()
func (*QueryDescribePortalReq) ProtoReflect ¶
func (x *QueryDescribePortalReq) ProtoReflect() protoreflect.Message
func (*QueryDescribePortalReq) Reset ¶
func (x *QueryDescribePortalReq) Reset()
func (*QueryDescribePortalReq) String ¶
func (x *QueryDescribePortalReq) String() string
type QueryDescribePortalRes ¶
type QueryDescribePortalRes struct { ResultLabels []*ResultLabelWithOverride `protobuf:"bytes,1,rep,name=result_labels,json=resultLabels,proto3" json:"result_labels,omitempty"` Parameters []*DQLParam `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` Type DQLType `protobuf:"varint,3,opt,name=type,proto3,enum=DQLType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*QueryDescribePortalRes) Descriptor
deprecated
func (*QueryDescribePortalRes) Descriptor() ([]byte, []int)
Deprecated: Use QueryDescribePortalRes.ProtoReflect.Descriptor instead.
func (*QueryDescribePortalRes) GetParameters ¶
func (x *QueryDescribePortalRes) GetParameters() []*DQLParam
func (*QueryDescribePortalRes) GetResultLabels ¶
func (x *QueryDescribePortalRes) GetResultLabels() []*ResultLabelWithOverride
func (*QueryDescribePortalRes) GetType ¶
func (x *QueryDescribePortalRes) GetType() DQLType
func (*QueryDescribePortalRes) ProtoMessage ¶
func (*QueryDescribePortalRes) ProtoMessage()
func (*QueryDescribePortalRes) ProtoReflect ¶
func (x *QueryDescribePortalRes) ProtoReflect() protoreflect.Message
func (*QueryDescribePortalRes) Reset ¶
func (x *QueryDescribePortalRes) Reset()
func (*QueryDescribePortalRes) String ¶
func (x *QueryDescribePortalRes) String() string
type QueryDescribeStatementReq ¶
type QueryDescribeStatementReq struct { Statement string `protobuf:"bytes,1,opt,name=statement,proto3" json:"statement,omitempty"` // contains filtered or unexported fields }
func (*QueryDescribeStatementReq) Descriptor
deprecated
func (*QueryDescribeStatementReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryDescribeStatementReq.ProtoReflect.Descriptor instead.
func (*QueryDescribeStatementReq) GetStatement ¶
func (x *QueryDescribeStatementReq) GetStatement() string
func (*QueryDescribeStatementReq) ProtoMessage ¶
func (*QueryDescribeStatementReq) ProtoMessage()
func (*QueryDescribeStatementReq) ProtoReflect ¶
func (x *QueryDescribeStatementReq) ProtoReflect() protoreflect.Message
func (*QueryDescribeStatementReq) Reset ¶
func (x *QueryDescribeStatementReq) Reset()
func (*QueryDescribeStatementReq) String ¶
func (x *QueryDescribeStatementReq) String() string
type QueryDescribeStatementRes ¶
type QueryDescribeStatementRes struct { ResultLabels []*ResultLabelWithOverride `protobuf:"bytes,1,rep,name=result_labels,json=resultLabels,proto3" json:"result_labels,omitempty"` ParameterDescriptions []*DQLParamDescription `protobuf:"bytes,2,rep,name=parameter_descriptions,json=parameterDescriptions,proto3" json:"parameter_descriptions,omitempty"` Type DQLType `protobuf:"varint,3,opt,name=type,proto3,enum=DQLType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*QueryDescribeStatementRes) Descriptor
deprecated
func (*QueryDescribeStatementRes) Descriptor() ([]byte, []int)
Deprecated: Use QueryDescribeStatementRes.ProtoReflect.Descriptor instead.
func (*QueryDescribeStatementRes) GetParameterDescriptions ¶
func (x *QueryDescribeStatementRes) GetParameterDescriptions() []*DQLParamDescription
func (*QueryDescribeStatementRes) GetResultLabels ¶
func (x *QueryDescribeStatementRes) GetResultLabels() []*ResultLabelWithOverride
func (*QueryDescribeStatementRes) GetType ¶
func (x *QueryDescribeStatementRes) GetType() DQLType
func (*QueryDescribeStatementRes) ProtoMessage ¶
func (*QueryDescribeStatementRes) ProtoMessage()
func (*QueryDescribeStatementRes) ProtoReflect ¶
func (x *QueryDescribeStatementRes) ProtoReflect() protoreflect.Message
func (*QueryDescribeStatementRes) Reset ¶
func (x *QueryDescribeStatementRes) Reset()
func (*QueryDescribeStatementRes) String ¶
func (x *QueryDescribeStatementRes) String() string
type QueryExecuteReq ¶
type QueryExecuteReq struct { Portal string `protobuf:"bytes,1,opt,name=portal,proto3" json:"portal,omitempty"` Window *Window `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
func (*QueryExecuteReq) Descriptor
deprecated
func (*QueryExecuteReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryExecuteReq.ProtoReflect.Descriptor instead.
func (*QueryExecuteReq) GetPortal ¶
func (x *QueryExecuteReq) GetPortal() string
func (*QueryExecuteReq) GetWindow ¶
func (x *QueryExecuteReq) GetWindow() *Window
func (*QueryExecuteReq) ProtoMessage ¶
func (*QueryExecuteReq) ProtoMessage()
func (*QueryExecuteReq) ProtoReflect ¶
func (x *QueryExecuteReq) ProtoReflect() protoreflect.Message
func (*QueryExecuteReq) Reset ¶
func (x *QueryExecuteReq) Reset()
func (*QueryExecuteReq) String ¶
func (x *QueryExecuteReq) String() string
type QueryExecuteRes ¶
type QueryExecuteRes struct { Rows []*ResultRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,2,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` Completed bool `protobuf:"varint,3,opt,name=completed,proto3" json:"completed,omitempty"` Type DQLType `protobuf:"varint,4,opt,name=type,proto3,enum=DQLType" json:"type,omitempty"` Count int64 `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"` RowsAffected int64 `protobuf:"varint,6,opt,name=rows_affected,json=rowsAffected,proto3" json:"rows_affected,omitempty"` // contains filtered or unexported fields }
QueryExecuteResponse
func (*QueryExecuteRes) Descriptor
deprecated
func (*QueryExecuteRes) Descriptor() ([]byte, []int)
Deprecated: Use QueryExecuteRes.ProtoReflect.Descriptor instead.
func (*QueryExecuteRes) GetAlternativeDataTypes ¶
func (x *QueryExecuteRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*QueryExecuteRes) GetCompleted ¶
func (x *QueryExecuteRes) GetCompleted() bool
func (*QueryExecuteRes) GetCount ¶
func (x *QueryExecuteRes) GetCount() int64
func (*QueryExecuteRes) GetRows ¶
func (x *QueryExecuteRes) GetRows() []*ResultRow
func (*QueryExecuteRes) GetRowsAffected ¶
func (x *QueryExecuteRes) GetRowsAffected() int64
func (*QueryExecuteRes) GetType ¶
func (x *QueryExecuteRes) GetType() DQLType
func (*QueryExecuteRes) ProtoMessage ¶
func (*QueryExecuteRes) ProtoMessage()
func (*QueryExecuteRes) ProtoReflect ¶
func (x *QueryExecuteRes) ProtoReflect() protoreflect.Message
func (*QueryExecuteRes) Reset ¶
func (x *QueryExecuteRes) Reset()
func (*QueryExecuteRes) String ¶
func (x *QueryExecuteRes) String() string
type QueryParseReq ¶
type QueryParseReq struct { Statement string `protobuf:"bytes,1,opt,name=statement,proto3" json:"statement,omitempty"` Dql string `protobuf:"bytes,2,opt,name=dql,proto3" json:"dql,omitempty"` ParameterDescriptions []*DQLParamDescription `protobuf:"bytes,3,rep,name=parameter_descriptions,json=parameterDescriptions,proto3" json:"parameter_descriptions,omitempty"` // contains filtered or unexported fields }
func (*QueryParseReq) Descriptor
deprecated
func (*QueryParseReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryParseReq.ProtoReflect.Descriptor instead.
func (*QueryParseReq) GetDql ¶
func (x *QueryParseReq) GetDql() string
func (*QueryParseReq) GetParameterDescriptions ¶
func (x *QueryParseReq) GetParameterDescriptions() []*DQLParamDescription
func (*QueryParseReq) GetStatement ¶
func (x *QueryParseReq) GetStatement() string
func (*QueryParseReq) ProtoMessage ¶
func (*QueryParseReq) ProtoMessage()
func (*QueryParseReq) ProtoReflect ¶
func (x *QueryParseReq) ProtoReflect() protoreflect.Message
func (*QueryParseReq) Reset ¶
func (x *QueryParseReq) Reset()
func (*QueryParseReq) String ¶
func (x *QueryParseReq) String() string
type QueryResultReq ¶
type QueryResultReq struct { ResultHandle string `protobuf:"bytes,1,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"` Window *Window `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
QueryResultRequest
func (*QueryResultReq) Descriptor
deprecated
func (*QueryResultReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryResultReq.ProtoReflect.Descriptor instead.
func (*QueryResultReq) GetResultHandle ¶
func (x *QueryResultReq) GetResultHandle() string
func (*QueryResultReq) GetWindow ¶
func (x *QueryResultReq) GetWindow() *Window
func (*QueryResultReq) ProtoMessage ¶
func (*QueryResultReq) ProtoMessage()
func (*QueryResultReq) ProtoReflect ¶
func (x *QueryResultReq) ProtoReflect() protoreflect.Message
func (*QueryResultReq) Reset ¶
func (x *QueryResultReq) Reset()
func (*QueryResultReq) String ¶
func (x *QueryResultReq) String() string
type QueryResultRes ¶
type QueryResultRes struct { Rows []*ResultRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,2,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` // contains filtered or unexported fields }
QueryResultResponse
func (*QueryResultRes) Descriptor
deprecated
func (*QueryResultRes) Descriptor() ([]byte, []int)
Deprecated: Use QueryResultRes.ProtoReflect.Descriptor instead.
func (*QueryResultRes) GetAlternativeDataTypes ¶
func (x *QueryResultRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*QueryResultRes) GetRows ¶
func (x *QueryResultRes) GetRows() []*ResultRow
func (*QueryResultRes) ProtoMessage ¶
func (*QueryResultRes) ProtoMessage()
func (*QueryResultRes) ProtoReflect ¶
func (x *QueryResultRes) ProtoReflect() protoreflect.Message
func (*QueryResultRes) Reset ¶
func (x *QueryResultRes) Reset()
func (*QueryResultRes) String ¶
func (x *QueryResultRes) String() string
type ReIndexReq ¶
type ReIndexReq struct { IndexName string `protobuf:"bytes,1,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"` // contains filtered or unexported fields }
func (*ReIndexReq) Descriptor
deprecated
func (*ReIndexReq) Descriptor() ([]byte, []int)
Deprecated: Use ReIndexReq.ProtoReflect.Descriptor instead.
func (*ReIndexReq) GetIndexName ¶
func (x *ReIndexReq) GetIndexName() string
func (*ReIndexReq) ProtoMessage ¶
func (*ReIndexReq) ProtoMessage()
func (*ReIndexReq) ProtoReflect ¶
func (x *ReIndexReq) ProtoReflect() protoreflect.Message
func (*ReIndexReq) Reset ¶
func (x *ReIndexReq) Reset()
func (*ReIndexReq) String ¶
func (x *ReIndexReq) String() string
type ReadActionInstancesReq ¶
type ReadActionInstancesReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` Window *Window `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
ReadActionInstancesRequest
func (*ReadActionInstancesReq) Descriptor
deprecated
func (*ReadActionInstancesReq) Descriptor() ([]byte, []int)
Deprecated: Use ReadActionInstancesReq.ProtoReflect.Descriptor instead.
func (*ReadActionInstancesReq) GetActionName ¶
func (x *ReadActionInstancesReq) GetActionName() string
func (*ReadActionInstancesReq) GetWindow ¶
func (x *ReadActionInstancesReq) GetWindow() *Window
func (*ReadActionInstancesReq) ProtoMessage ¶
func (*ReadActionInstancesReq) ProtoMessage()
func (*ReadActionInstancesReq) ProtoReflect ¶
func (x *ReadActionInstancesReq) ProtoReflect() protoreflect.Message
func (*ReadActionInstancesReq) Reset ¶
func (x *ReadActionInstancesReq) Reset()
func (*ReadActionInstancesReq) String ¶
func (x *ReadActionInstancesReq) String() string
type ReadActionInstancesRes ¶
type ReadActionInstancesRes struct { ResultLabels []*ResultLabel `protobuf:"bytes,1,rep,name=result_labels,json=resultLabels,proto3" json:"result_labels,omitempty"` TotalInstances int64 `protobuf:"varint,2,opt,name=total_instances,json=totalInstances,proto3" json:"total_instances,omitempty"` Rows []*ActionInstanceRecord `protobuf:"bytes,3,rep,name=rows,proto3" json:"rows,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,4,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` // contains filtered or unexported fields }
ReadActionInstancesResponse
func (*ReadActionInstancesRes) Descriptor
deprecated
func (*ReadActionInstancesRes) Descriptor() ([]byte, []int)
Deprecated: Use ReadActionInstancesRes.ProtoReflect.Descriptor instead.
func (*ReadActionInstancesRes) GetAlternativeDataTypes ¶
func (x *ReadActionInstancesRes) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*ReadActionInstancesRes) GetResultLabels ¶
func (x *ReadActionInstancesRes) GetResultLabels() []*ResultLabel
func (*ReadActionInstancesRes) GetRows ¶
func (x *ReadActionInstancesRes) GetRows() []*ActionInstanceRecord
func (*ReadActionInstancesRes) GetTotalInstances ¶
func (x *ReadActionInstancesRes) GetTotalInstances() int64
func (*ReadActionInstancesRes) ProtoMessage ¶
func (*ReadActionInstancesRes) ProtoMessage()
func (*ReadActionInstancesRes) ProtoReflect ¶
func (x *ReadActionInstancesRes) ProtoReflect() protoreflect.Message
func (*ReadActionInstancesRes) Reset ¶
func (x *ReadActionInstancesRes) Reset()
func (*ReadActionInstancesRes) String ¶
func (x *ReadActionInstancesRes) String() string
type ResultLabel ¶
type ResultLabel struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ResultLabelName string `protobuf:"bytes,2,opt,name=result_label_name,json=resultLabelName,proto3" json:"result_label_name,omitempty"` ResultLabelIndex uint32 `protobuf:"varint,3,opt,name=result_label_index,json=resultLabelIndex,proto3" json:"result_label_index,omitempty"` ComponentType ComponentType `protobuf:"varint,4,opt,name=component_type,json=componentType,proto3,enum=ComponentType" json:"component_type,omitempty"` DefaultDataType DataType `protobuf:"varint,5,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` // contains filtered or unexported fields }
ResultLabel
func (*ResultLabel) Descriptor
deprecated
func (*ResultLabel) Descriptor() ([]byte, []int)
Deprecated: Use ResultLabel.ProtoReflect.Descriptor instead.
func (*ResultLabel) GetActionName ¶
func (x *ResultLabel) GetActionName() string
func (*ResultLabel) GetComponentType ¶
func (x *ResultLabel) GetComponentType() ComponentType
func (*ResultLabel) GetDefaultDataType ¶
func (x *ResultLabel) GetDefaultDataType() DataType
func (*ResultLabel) GetResultLabelIndex ¶
func (x *ResultLabel) GetResultLabelIndex() uint32
func (*ResultLabel) GetResultLabelName ¶
func (x *ResultLabel) GetResultLabelName() string
func (*ResultLabel) ProtoMessage ¶
func (*ResultLabel) ProtoMessage()
func (*ResultLabel) ProtoReflect ¶
func (x *ResultLabel) ProtoReflect() protoreflect.Message
func (*ResultLabel) Reset ¶
func (x *ResultLabel) Reset()
func (*ResultLabel) String ¶
func (x *ResultLabel) String() string
type ResultLabelWithOverride ¶
type ResultLabelWithOverride struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ResultLabelName string `protobuf:"bytes,2,opt,name=result_label_name,json=resultLabelName,proto3" json:"result_label_name,omitempty"` ResultLabelIndex uint32 `protobuf:"varint,3,opt,name=result_label_index,json=resultLabelIndex,proto3" json:"result_label_index,omitempty"` ComponentType ComponentType `protobuf:"varint,4,opt,name=component_type,json=componentType,proto3,enum=ComponentType" json:"component_type,omitempty"` DefaultDataType DataType `protobuf:"varint,5,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` OverrideDataType DataType `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
ResultLabelWithOverride
func (*ResultLabelWithOverride) Descriptor
deprecated
func (*ResultLabelWithOverride) Descriptor() ([]byte, []int)
Deprecated: Use ResultLabelWithOverride.ProtoReflect.Descriptor instead.
func (*ResultLabelWithOverride) GetActionName ¶
func (x *ResultLabelWithOverride) GetActionName() string
func (*ResultLabelWithOverride) GetComponentType ¶
func (x *ResultLabelWithOverride) GetComponentType() ComponentType
func (*ResultLabelWithOverride) GetDefaultDataType ¶
func (x *ResultLabelWithOverride) GetDefaultDataType() DataType
func (*ResultLabelWithOverride) GetOverrideDataType ¶
func (x *ResultLabelWithOverride) GetOverrideDataType() DataType
func (*ResultLabelWithOverride) GetResultLabelIndex ¶
func (x *ResultLabelWithOverride) GetResultLabelIndex() uint32
func (*ResultLabelWithOverride) GetResultLabelName ¶
func (x *ResultLabelWithOverride) GetResultLabelName() string
func (*ResultLabelWithOverride) ProtoMessage ¶
func (*ResultLabelWithOverride) ProtoMessage()
func (*ResultLabelWithOverride) ProtoReflect ¶
func (x *ResultLabelWithOverride) ProtoReflect() protoreflect.Message
func (*ResultLabelWithOverride) Reset ¶
func (x *ResultLabelWithOverride) Reset()
func (*ResultLabelWithOverride) String ¶
func (x *ResultLabelWithOverride) String() string
type ResultRow ¶
type ResultRow struct { InstanceCellValues []string `protobuf:"bytes,1,rep,name=instance_cell_values,json=instanceCellValues,proto3" json:"instance_cell_values,omitempty"` // contains filtered or unexported fields }
ResultRow
func (*ResultRow) Descriptor
deprecated
func (*ResultRow) GetInstanceCellValues ¶
func (*ResultRow) ProtoMessage ¶
func (*ResultRow) ProtoMessage()
func (*ResultRow) ProtoReflect ¶
func (x *ResultRow) ProtoReflect() protoreflect.Message
type ResultValueAlternativeMetaDataPosition ¶
type ResultValueAlternativeMetaDataPosition struct { Row uint32 `protobuf:"varint,1,opt,name=row,proto3" json:"row,omitempty"` Col uint32 `protobuf:"varint,2,opt,name=col,proto3" json:"col,omitempty"` DataType DataType `protobuf:"varint,3,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` // contains filtered or unexported fields }
ResultValueAlternativeMetaDataPosition
func (*ResultValueAlternativeMetaDataPosition) Descriptor
deprecated
func (*ResultValueAlternativeMetaDataPosition) Descriptor() ([]byte, []int)
Deprecated: Use ResultValueAlternativeMetaDataPosition.ProtoReflect.Descriptor instead.
func (*ResultValueAlternativeMetaDataPosition) GetCol ¶
func (x *ResultValueAlternativeMetaDataPosition) GetCol() uint32
func (*ResultValueAlternativeMetaDataPosition) GetDataType ¶
func (x *ResultValueAlternativeMetaDataPosition) GetDataType() DataType
func (*ResultValueAlternativeMetaDataPosition) GetRow ¶
func (x *ResultValueAlternativeMetaDataPosition) GetRow() uint32
func (*ResultValueAlternativeMetaDataPosition) ProtoMessage ¶
func (*ResultValueAlternativeMetaDataPosition) ProtoMessage()
func (*ResultValueAlternativeMetaDataPosition) ProtoReflect ¶
func (x *ResultValueAlternativeMetaDataPosition) ProtoReflect() protoreflect.Message
func (*ResultValueAlternativeMetaDataPosition) Reset ¶
func (x *ResultValueAlternativeMetaDataPosition) Reset()
func (*ResultValueAlternativeMetaDataPosition) String ¶
func (x *ResultValueAlternativeMetaDataPosition) String() string
type SelectDQLResult ¶
type SelectDQLResult struct { ResultCount int64 `protobuf:"varint,1,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` ResultHandle string `protobuf:"bytes,2,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"` ResultLabels []*ResultLabel `protobuf:"bytes,3,rep,name=result_labels,json=resultLabels,proto3" json:"result_labels,omitempty"` // contains filtered or unexported fields }
SelectDQLResult
func (*SelectDQLResult) Descriptor
deprecated
func (*SelectDQLResult) Descriptor() ([]byte, []int)
Deprecated: Use SelectDQLResult.ProtoReflect.Descriptor instead.
func (*SelectDQLResult) GetResultCount ¶
func (x *SelectDQLResult) GetResultCount() int64
func (*SelectDQLResult) GetResultHandle ¶
func (x *SelectDQLResult) GetResultHandle() string
func (*SelectDQLResult) GetResultLabels ¶
func (x *SelectDQLResult) GetResultLabels() []*ResultLabel
func (*SelectDQLResult) ProtoMessage ¶
func (*SelectDQLResult) ProtoMessage()
func (*SelectDQLResult) ProtoReflect ¶
func (x *SelectDQLResult) ProtoReflect() protoreflect.Message
func (*SelectDQLResult) Reset ¶
func (x *SelectDQLResult) Reset()
func (*SelectDQLResult) String ¶
func (x *SelectDQLResult) String() string
type ServiceLoginReq ¶
type ServiceLoginReq struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
ServiceLoginReq
func (*ServiceLoginReq) Descriptor
deprecated
func (*ServiceLoginReq) Descriptor() ([]byte, []int)
Deprecated: Use ServiceLoginReq.ProtoReflect.Descriptor instead.
func (*ServiceLoginReq) GetToken ¶
func (x *ServiceLoginReq) GetToken() string
func (*ServiceLoginReq) ProtoMessage ¶
func (*ServiceLoginReq) ProtoMessage()
func (*ServiceLoginReq) ProtoReflect ¶
func (x *ServiceLoginReq) ProtoReflect() protoreflect.Message
func (*ServiceLoginReq) Reset ¶
func (x *ServiceLoginReq) Reset()
func (*ServiceLoginReq) String ¶
func (x *ServiceLoginReq) String() string
type ServiceTokenRes ¶
type ServiceTokenRes struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
ServiceTokenResponse
func (*ServiceTokenRes) Descriptor
deprecated
func (*ServiceTokenRes) Descriptor() ([]byte, []int)
Deprecated: Use ServiceTokenRes.ProtoReflect.Descriptor instead.
func (*ServiceTokenRes) GetToken ¶
func (x *ServiceTokenRes) GetToken() string
func (*ServiceTokenRes) ProtoMessage ¶
func (*ServiceTokenRes) ProtoMessage()
func (*ServiceTokenRes) ProtoReflect ¶
func (x *ServiceTokenRes) ProtoReflect() protoreflect.Message
func (*ServiceTokenRes) Reset ¶
func (x *ServiceTokenRes) Reset()
func (*ServiceTokenRes) String ¶
func (x *ServiceTokenRes) String() string
type SessionID ¶
type SessionID struct { SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` // contains filtered or unexported fields }
SessionID
func (*SessionID) Descriptor
deprecated
func (*SessionID) GetSessionId ¶
func (*SessionID) ProtoMessage ¶
func (*SessionID) ProtoMessage()
func (*SessionID) ProtoReflect ¶
func (x *SessionID) ProtoReflect() protoreflect.Message
type SetUserPasswordReq ¶
type SetUserPasswordReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` // contains filtered or unexported fields }
SetUserPasswordRequest
func (*SetUserPasswordReq) Descriptor
deprecated
func (*SetUserPasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserPasswordReq.ProtoReflect.Descriptor instead.
func (*SetUserPasswordReq) GetNewPassword ¶
func (x *SetUserPasswordReq) GetNewPassword() string
func (*SetUserPasswordReq) GetUser ¶
func (x *SetUserPasswordReq) GetUser() string
func (*SetUserPasswordReq) ProtoMessage ¶
func (*SetUserPasswordReq) ProtoMessage()
func (*SetUserPasswordReq) ProtoReflect ¶
func (x *SetUserPasswordReq) ProtoReflect() protoreflect.Message
func (*SetUserPasswordReq) Reset ¶
func (x *SetUserPasswordReq) Reset()
func (*SetUserPasswordReq) String ¶
func (x *SetUserPasswordReq) String() string
type SimpleQueryRes ¶
type SimpleQueryRes struct { Result []*SimpleQueryResItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*SimpleQueryRes) Descriptor
deprecated
func (*SimpleQueryRes) Descriptor() ([]byte, []int)
Deprecated: Use SimpleQueryRes.ProtoReflect.Descriptor instead.
func (*SimpleQueryRes) GetResult ¶
func (x *SimpleQueryRes) GetResult() []*SimpleQueryResItem
func (*SimpleQueryRes) ProtoMessage ¶
func (*SimpleQueryRes) ProtoMessage()
func (*SimpleQueryRes) ProtoReflect ¶
func (x *SimpleQueryRes) ProtoReflect() protoreflect.Message
func (*SimpleQueryRes) Reset ¶
func (x *SimpleQueryRes) Reset()
func (*SimpleQueryRes) String ¶
func (x *SimpleQueryRes) String() string
type SimpleQueryResItem ¶
type SimpleQueryResItem struct { // Types that are assignable to Kind: // // *SimpleQueryResItem_SelectResult // *SimpleQueryResItem_RowsAffected Kind isSimpleQueryResItem_Kind `protobuf_oneof:"kind"` Type DQLType `protobuf:"varint,3,opt,name=type,proto3,enum=DQLType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*SimpleQueryResItem) Descriptor
deprecated
func (*SimpleQueryResItem) Descriptor() ([]byte, []int)
Deprecated: Use SimpleQueryResItem.ProtoReflect.Descriptor instead.
func (*SimpleQueryResItem) GetKind ¶
func (m *SimpleQueryResItem) GetKind() isSimpleQueryResItem_Kind
func (*SimpleQueryResItem) GetRowsAffected ¶
func (x *SimpleQueryResItem) GetRowsAffected() int64
func (*SimpleQueryResItem) GetSelectResult ¶
func (x *SimpleQueryResItem) GetSelectResult() *SimpleSelectResult
func (*SimpleQueryResItem) GetType ¶
func (x *SimpleQueryResItem) GetType() DQLType
func (*SimpleQueryResItem) ProtoMessage ¶
func (*SimpleQueryResItem) ProtoMessage()
func (*SimpleQueryResItem) ProtoReflect ¶
func (x *SimpleQueryResItem) ProtoReflect() protoreflect.Message
func (*SimpleQueryResItem) Reset ¶
func (x *SimpleQueryResItem) Reset()
func (*SimpleQueryResItem) String ¶
func (x *SimpleQueryResItem) String() string
type SimpleQueryResItem_RowsAffected ¶
type SimpleQueryResItem_RowsAffected struct {
RowsAffected int64 `protobuf:"varint,2,opt,name=rows_affected,json=rowsAffected,proto3,oneof"`
}
type SimpleQueryResItem_SelectResult ¶
type SimpleQueryResItem_SelectResult struct {
SelectResult *SimpleSelectResult `protobuf:"bytes,1,opt,name=select_result,json=selectResult,proto3,oneof"`
}
type SimpleSelectResult ¶
type SimpleSelectResult struct { ResultCount int64 `protobuf:"varint,1,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` ResultLabels []*ResultLabelWithOverride `protobuf:"bytes,3,rep,name=result_labels,json=resultLabels,proto3" json:"result_labels,omitempty"` Rows []*ResultRow `protobuf:"bytes,4,rep,name=rows,proto3" json:"rows,omitempty"` AlternativeDataTypes []*ResultValueAlternativeMetaDataPosition `protobuf:"bytes,5,rep,name=alternative_data_types,json=alternativeDataTypes,proto3" json:"alternative_data_types,omitempty"` // contains filtered or unexported fields }
func (*SimpleSelectResult) Descriptor
deprecated
func (*SimpleSelectResult) Descriptor() ([]byte, []int)
Deprecated: Use SimpleSelectResult.ProtoReflect.Descriptor instead.
func (*SimpleSelectResult) GetAlternativeDataTypes ¶
func (x *SimpleSelectResult) GetAlternativeDataTypes() []*ResultValueAlternativeMetaDataPosition
func (*SimpleSelectResult) GetResultCount ¶
func (x *SimpleSelectResult) GetResultCount() int64
func (*SimpleSelectResult) GetResultLabels ¶
func (x *SimpleSelectResult) GetResultLabels() []*ResultLabelWithOverride
func (*SimpleSelectResult) GetRows ¶
func (x *SimpleSelectResult) GetRows() []*ResultRow
func (*SimpleSelectResult) ProtoMessage ¶
func (*SimpleSelectResult) ProtoMessage()
func (*SimpleSelectResult) ProtoReflect ¶
func (x *SimpleSelectResult) ProtoReflect() protoreflect.Message
func (*SimpleSelectResult) Reset ¶
func (x *SimpleSelectResult) Reset()
func (*SimpleSelectResult) String ¶
func (x *SimpleSelectResult) String() string
type SortOrder ¶
type SortOrder int32
SortOrder
func (SortOrder) Descriptor ¶
func (SortOrder) Descriptor() protoreflect.EnumDescriptor
func (SortOrder) EnumDescriptor
deprecated
func (SortOrder) Number ¶
func (x SortOrder) Number() protoreflect.EnumNumber
func (SortOrder) Type ¶
func (SortOrder) Type() protoreflect.EnumType
type StatsMetaDataKeyUsageReq ¶
type StatsMetaDataKeyUsageReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` // contains filtered or unexported fields }
StatsMetaDataKeyUsageRequest
func (*StatsMetaDataKeyUsageReq) Descriptor
deprecated
func (*StatsMetaDataKeyUsageReq) Descriptor() ([]byte, []int)
Deprecated: Use StatsMetaDataKeyUsageReq.ProtoReflect.Descriptor instead.
func (*StatsMetaDataKeyUsageReq) GetKeyName ¶
func (x *StatsMetaDataKeyUsageReq) GetKeyName() string
func (*StatsMetaDataKeyUsageReq) ProtoMessage ¶
func (*StatsMetaDataKeyUsageReq) ProtoMessage()
func (*StatsMetaDataKeyUsageReq) ProtoReflect ¶
func (x *StatsMetaDataKeyUsageReq) ProtoReflect() protoreflect.Message
func (*StatsMetaDataKeyUsageReq) Reset ¶
func (x *StatsMetaDataKeyUsageReq) Reset()
func (*StatsMetaDataKeyUsageReq) String ¶
func (x *StatsMetaDataKeyUsageReq) String() string
type StatsMetaDataKeyValueUsageReq ¶
type StatsMetaDataKeyValueUsageReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Spec *DataTypeFormat `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
StatsMetaDataKeyValueUsageRequest
func (*StatsMetaDataKeyValueUsageReq) Descriptor
deprecated
func (*StatsMetaDataKeyValueUsageReq) Descriptor() ([]byte, []int)
Deprecated: Use StatsMetaDataKeyValueUsageReq.ProtoReflect.Descriptor instead.
func (*StatsMetaDataKeyValueUsageReq) GetKeyName ¶
func (x *StatsMetaDataKeyValueUsageReq) GetKeyName() string
func (*StatsMetaDataKeyValueUsageReq) GetSpec ¶
func (x *StatsMetaDataKeyValueUsageReq) GetSpec() *DataTypeFormat
func (*StatsMetaDataKeyValueUsageReq) GetValue ¶
func (x *StatsMetaDataKeyValueUsageReq) GetValue() string
func (*StatsMetaDataKeyValueUsageReq) ProtoMessage ¶
func (*StatsMetaDataKeyValueUsageReq) ProtoMessage()
func (*StatsMetaDataKeyValueUsageReq) ProtoReflect ¶
func (x *StatsMetaDataKeyValueUsageReq) ProtoReflect() protoreflect.Message
func (*StatsMetaDataKeyValueUsageReq) Reset ¶
func (x *StatsMetaDataKeyValueUsageReq) Reset()
func (*StatsMetaDataKeyValueUsageReq) String ¶
func (x *StatsMetaDataKeyValueUsageReq) String() string
type StatsMetaUsageRes ¶
type StatsMetaUsageRes struct { InstanceCount int64 `protobuf:"varint,1,opt,name=instance_count,json=instanceCount,proto3" json:"instance_count,omitempty"` CellCount int64 `protobuf:"varint,2,opt,name=cell_count,json=cellCount,proto3" json:"cell_count,omitempty"` // contains filtered or unexported fields }
StatsMetaUsageResponse
func (*StatsMetaUsageRes) Descriptor
deprecated
func (*StatsMetaUsageRes) Descriptor() ([]byte, []int)
Deprecated: Use StatsMetaUsageRes.ProtoReflect.Descriptor instead.
func (*StatsMetaUsageRes) GetCellCount ¶
func (x *StatsMetaUsageRes) GetCellCount() int64
func (*StatsMetaUsageRes) GetInstanceCount ¶
func (x *StatsMetaUsageRes) GetInstanceCount() int64
func (*StatsMetaUsageRes) ProtoMessage ¶
func (*StatsMetaUsageRes) ProtoMessage()
func (*StatsMetaUsageRes) ProtoReflect ¶
func (x *StatsMetaUsageRes) ProtoReflect() protoreflect.Message
func (*StatsMetaUsageRes) Reset ¶
func (x *StatsMetaUsageRes) Reset()
func (*StatsMetaUsageRes) String ¶
func (x *StatsMetaUsageRes) String() string
type StreamInstanceIDRes ¶
type StreamInstanceIDRes struct { UserReference string `protobuf:"bytes,1,opt,name=user_reference,json=userReference,proto3" json:"user_reference,omitempty"` InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Error *ErrorResponse `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*StreamInstanceIDRes) Descriptor
deprecated
func (*StreamInstanceIDRes) Descriptor() ([]byte, []int)
Deprecated: Use StreamInstanceIDRes.ProtoReflect.Descriptor instead.
func (*StreamInstanceIDRes) GetError ¶
func (x *StreamInstanceIDRes) GetError() *ErrorResponse
func (*StreamInstanceIDRes) GetInstanceId ¶
func (x *StreamInstanceIDRes) GetInstanceId() string
func (*StreamInstanceIDRes) GetUserReference ¶
func (x *StreamInstanceIDRes) GetUserReference() string
func (*StreamInstanceIDRes) ProtoMessage ¶
func (*StreamInstanceIDRes) ProtoMessage()
func (*StreamInstanceIDRes) ProtoReflect ¶
func (x *StreamInstanceIDRes) ProtoReflect() protoreflect.Message
func (*StreamInstanceIDRes) Reset ¶
func (x *StreamInstanceIDRes) Reset()
func (*StreamInstanceIDRes) String ¶
func (x *StreamInstanceIDRes) String() string
type StreamInstanceReq ¶
type StreamInstanceReq struct { UserReference string `protobuf:"bytes,1,opt,name=user_reference,json=userReference,proto3" json:"user_reference,omitempty"` Instance *CreateInstanceReq `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*StreamInstanceReq) Descriptor
deprecated
func (*StreamInstanceReq) Descriptor() ([]byte, []int)
Deprecated: Use StreamInstanceReq.ProtoReflect.Descriptor instead.
func (*StreamInstanceReq) GetInstance ¶
func (x *StreamInstanceReq) GetInstance() *CreateInstanceReq
func (*StreamInstanceReq) GetUserReference ¶
func (x *StreamInstanceReq) GetUserReference() string
func (*StreamInstanceReq) ProtoMessage ¶
func (*StreamInstanceReq) ProtoMessage()
func (*StreamInstanceReq) ProtoReflect ¶
func (x *StreamInstanceReq) ProtoReflect() protoreflect.Message
func (*StreamInstanceReq) Reset ¶
func (x *StreamInstanceReq) Reset()
func (*StreamInstanceReq) String ¶
func (x *StreamInstanceReq) String() string
type StreamObjectDataInReq ¶
type StreamObjectDataInReq struct { ObjectRef *ObjectRef `protobuf:"bytes,1,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
StreamObjectDataRequest
func (*StreamObjectDataInReq) Descriptor
deprecated
func (*StreamObjectDataInReq) Descriptor() ([]byte, []int)
Deprecated: Use StreamObjectDataInReq.ProtoReflect.Descriptor instead.
func (*StreamObjectDataInReq) GetContentType ¶ added in v2.1.0
func (x *StreamObjectDataInReq) GetContentType() string
func (*StreamObjectDataInReq) GetData ¶
func (x *StreamObjectDataInReq) GetData() []byte
func (*StreamObjectDataInReq) GetObjectRef ¶
func (x *StreamObjectDataInReq) GetObjectRef() *ObjectRef
func (*StreamObjectDataInReq) ProtoMessage ¶
func (*StreamObjectDataInReq) ProtoMessage()
func (*StreamObjectDataInReq) ProtoReflect ¶
func (x *StreamObjectDataInReq) ProtoReflect() protoreflect.Message
func (*StreamObjectDataInReq) Reset ¶
func (x *StreamObjectDataInReq) Reset()
func (*StreamObjectDataInReq) String ¶
func (x *StreamObjectDataInReq) String() string
type StreamObjectDataOutReq ¶
type StreamObjectDataOutReq struct { // Deprecated: Do not use. Type ObjectDataType `protobuf:"varint,1,opt,name=type,proto3,enum=ObjectDataType" json:"type,omitempty"` // Deprecated: Do not use. RefUuid string `protobuf:"bytes,2,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` ObjectRef *ObjectRef `protobuf:"bytes,3,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` // contains filtered or unexported fields }
ObjectDataOutRequest
func (*StreamObjectDataOutReq) Descriptor
deprecated
func (*StreamObjectDataOutReq) Descriptor() ([]byte, []int)
Deprecated: Use StreamObjectDataOutReq.ProtoReflect.Descriptor instead.
func (*StreamObjectDataOutReq) GetObjectRef ¶ added in v2.1.0
func (x *StreamObjectDataOutReq) GetObjectRef() *ObjectRef
func (*StreamObjectDataOutReq) GetRefUuid
deprecated
func (x *StreamObjectDataOutReq) GetRefUuid() string
Deprecated: Do not use.
func (*StreamObjectDataOutReq) GetType
deprecated
func (x *StreamObjectDataOutReq) GetType() ObjectDataType
Deprecated: Do not use.
func (*StreamObjectDataOutReq) ProtoMessage ¶
func (*StreamObjectDataOutReq) ProtoMessage()
func (*StreamObjectDataOutReq) ProtoReflect ¶
func (x *StreamObjectDataOutReq) ProtoReflect() protoreflect.Message
func (*StreamObjectDataOutReq) Reset ¶
func (x *StreamObjectDataOutReq) Reset()
func (*StreamObjectDataOutReq) String ¶
func (x *StreamObjectDataOutReq) String() string
type StreamObjectDataOutRes ¶
type StreamObjectDataOutRes struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` ContentType string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
StreamObjectDataOutResponse
func (*StreamObjectDataOutRes) Descriptor
deprecated
func (*StreamObjectDataOutRes) Descriptor() ([]byte, []int)
Deprecated: Use StreamObjectDataOutRes.ProtoReflect.Descriptor instead.
func (*StreamObjectDataOutRes) GetContentType ¶ added in v2.1.0
func (x *StreamObjectDataOutRes) GetContentType() string
func (*StreamObjectDataOutRes) GetData ¶
func (x *StreamObjectDataOutRes) GetData() []byte
func (*StreamObjectDataOutRes) ProtoMessage ¶
func (*StreamObjectDataOutRes) ProtoMessage()
func (*StreamObjectDataOutRes) ProtoReflect ¶
func (x *StreamObjectDataOutRes) ProtoReflect() protoreflect.Message
func (*StreamObjectDataOutRes) Reset ¶
func (x *StreamObjectDataOutRes) Reset()
func (*StreamObjectDataOutRes) String ¶
func (x *StreamObjectDataOutRes) String() string
type TokenReq ¶
type TokenReq struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
TokenRequest
func (*TokenReq) Descriptor
deprecated
func (*TokenReq) ProtoMessage ¶
func (*TokenReq) ProtoMessage()
func (*TokenReq) ProtoReflect ¶
func (x *TokenReq) ProtoReflect() protoreflect.Message
type TopNDataElement ¶
type TopNDataElement struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` DataType DataType `protobuf:"varint,2,opt,name=data_type,json=dataType,proto3,enum=DataType" json:"data_type,omitempty"` NumInstances int64 `protobuf:"varint,3,opt,name=num_instances,json=numInstances,proto3" json:"num_instances,omitempty"` // contains filtered or unexported fields }
func (*TopNDataElement) Descriptor
deprecated
func (*TopNDataElement) Descriptor() ([]byte, []int)
Deprecated: Use TopNDataElement.ProtoReflect.Descriptor instead.
func (*TopNDataElement) GetDataType ¶
func (x *TopNDataElement) GetDataType() DataType
func (*TopNDataElement) GetNumInstances ¶
func (x *TopNDataElement) GetNumInstances() int64
func (*TopNDataElement) GetValue ¶
func (x *TopNDataElement) GetValue() string
func (*TopNDataElement) ProtoMessage ¶
func (*TopNDataElement) ProtoMessage()
func (*TopNDataElement) ProtoReflect ¶
func (x *TopNDataElement) ProtoReflect() protoreflect.Message
func (*TopNDataElement) Reset ¶
func (x *TopNDataElement) Reset()
func (*TopNDataElement) String ¶
func (x *TopNDataElement) String() string
type UnimplementedDynizerServer ¶
type UnimplementedDynizerServer struct { }
UnimplementedDynizerServer must be embedded to have forward compatible implementations.
func (UnimplementedDynizerServer) AddActionLabel ¶
func (UnimplementedDynizerServer) AddActionLabel(context.Context, *AddActionLabelReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceActionLabelMetaData ¶
func (UnimplementedDynizerServer) AddInstanceActionLabelMetaData(context.Context, *AddInstanceActionLabelMetaDataReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceActionLabelMetaDataValue ¶
func (UnimplementedDynizerServer) AddInstanceActionLabelMetaDataValue(context.Context, *AddInstanceActionLabelMetaDataValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceCellMetaData ¶
func (UnimplementedDynizerServer) AddInstanceCellMetaData(context.Context, *AddInstanceCellMetaDataReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceCellMetaDataValue ¶
func (UnimplementedDynizerServer) AddInstanceCellMetaDataValue(context.Context, *AddInstanceCellMetaDataValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceMetaData ¶
func (UnimplementedDynizerServer) AddInstanceMetaData(context.Context, *AddInstanceMetaDataReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddInstanceMetaDataValue ¶
func (UnimplementedDynizerServer) AddInstanceMetaDataValue(context.Context, *AddInstanceMetaDataValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AddUser ¶
func (UnimplementedDynizerServer) AddUser(context.Context, *AddUserReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) AssignUserRole ¶
func (UnimplementedDynizerServer) AssignUserRole(context.Context, *UserRoleReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) ChangeMyPassword ¶
func (UnimplementedDynizerServer) ChangeMyPassword(context.Context, *ChangePasswordReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CheckActionLabelName ¶
func (UnimplementedDynizerServer) CheckActionLabelName(context.Context, *CheckActionLabelNameReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CheckActionName ¶
func (UnimplementedDynizerServer) CheckActionName(context.Context, *CheckActionNameReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CheckMetaDataKeyName ¶
func (UnimplementedDynizerServer) CheckMetaDataKeyName(context.Context, *CheckMetaDataKeyNameReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CheckPassword ¶
func (UnimplementedDynizerServer) CheckPassword(context.Context, *CheckPasswordReq) (*CheckPasswordRes, error)
func (UnimplementedDynizerServer) CheckUserName ¶
func (UnimplementedDynizerServer) ClearObjectData ¶
func (UnimplementedDynizerServer) ClearObjectData(context.Context, *ClearObjectDataReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CountActions ¶
func (UnimplementedDynizerServer) CountActions(context.Context, *CountActionReq) (*CountRes, error)
func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeyValues ¶
func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeyValues(context.Context, *InstanceCellMetaDataKeyReq) (*CountRes, error)
func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeys ¶
func (UnimplementedDynizerServer) CountInstanceCellMetaDataKeys(context.Context, *InstanceCellMetaDataReq) (*CountRes, error)
func (UnimplementedDynizerServer) CountInstanceMetaDataKeyValues ¶
func (UnimplementedDynizerServer) CountInstanceMetaDataKeyValues(context.Context, *InstanceMetaDataKeyReq) (*CountRes, error)
func (UnimplementedDynizerServer) CountInstanceMetaDataKeys ¶
func (UnimplementedDynizerServer) CountInstanceMetaDataKeys(context.Context, *InstanceReq) (*CountRes, error)
func (UnimplementedDynizerServer) CountMetaDataKeys ¶
func (UnimplementedDynizerServer) CreateAction ¶
func (UnimplementedDynizerServer) CreateAction(context.Context, *CreateActionReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CreateActionType ¶
func (UnimplementedDynizerServer) CreateActionType(context.Context, *CreateActionTypeReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CreateInstance ¶
func (UnimplementedDynizerServer) CreateInstance(context.Context, *CreateInstanceReq) (*InstanceIDRes, error)
func (UnimplementedDynizerServer) CreateMetaDataKey ¶
func (UnimplementedDynizerServer) CreateMetaDataKey(context.Context, *CreateMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) CreateObject ¶
func (UnimplementedDynizerServer) CreateObject(context.Context, *CreateObjectReq) (*ObjectRes, error)
func (UnimplementedDynizerServer) CreateShareName ¶
func (UnimplementedDynizerServer) CreateShareName(context.Context, *CreateShareNameReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteAction ¶
func (UnimplementedDynizerServer) DeleteAction(context.Context, *DeleteActionReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteActionLabel ¶
func (UnimplementedDynizerServer) DeleteActionLabel(context.Context, *ActionLabelReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteAllObjects ¶
func (UnimplementedDynizerServer) DeleteInstance ¶
func (UnimplementedDynizerServer) DeleteInstance(context.Context, *InstanceReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteMetaDataKey ¶
func (UnimplementedDynizerServer) DeleteMetaDataKey(context.Context, *DeleteMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteObject ¶
func (UnimplementedDynizerServer) DeleteObject(context.Context, *DeleteObjectReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteShareNameValue ¶
func (UnimplementedDynizerServer) DeleteShareNameValue(context.Context, *DeleteShareNameValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) DeleteUser ¶
func (UnimplementedDynizerServer) DisableUser ¶
func (UnimplementedDynizerServer) DownloadObjectData ¶
func (UnimplementedDynizerServer) DownloadObjectData(context.Context, *DownloadObjectDataReq) (*DownloadObjectDataRes, error)
func (UnimplementedDynizerServer) DynizerFilteredPlot ¶
func (UnimplementedDynizerServer) DynizerFilteredPlot(context.Context, *FilteredPlotReq) (*PlotRes, error)
func (UnimplementedDynizerServer) DynizerFilteredQuery ¶
func (UnimplementedDynizerServer) DynizerFilteredQuery(context.Context, *FilterQueryReq) (*DQLRes, error)
func (UnimplementedDynizerServer) DynizerQuery ¶
func (UnimplementedDynizerServer) EnableUser ¶
func (UnimplementedDynizerServer) ExportUserActions ¶
func (UnimplementedDynizerServer) ExportUserActions(context.Context, *ExportUserActionsReq) (*ExportUserActionsRes, error)
func (UnimplementedDynizerServer) FindActionLabelLinks ¶
func (UnimplementedDynizerServer) FindActionLabelLinks(context.Context, *FindActionLabelLinksReq) (*FindActionLabelLinksRes, error)
func (UnimplementedDynizerServer) GetDynizerConfiguration ¶
func (UnimplementedDynizerServer) GetDynizerConfiguration(context.Context, *EmptyReq) (*GetDynizerConfigurationRes, error)
func (UnimplementedDynizerServer) GetDynizerVersion ¶
func (UnimplementedDynizerServer) GetDynizerVersion(context.Context, *EmptyReq) (*VersionRes, error)
func (UnimplementedDynizerServer) GetInstanceCellMetaDataValues ¶
func (UnimplementedDynizerServer) GetInstanceCellMetaDataValues(context.Context, *InstanceCellMetaDataKeyReq) (*GetInstanceCellMetaDataKeyRes, error)
func (UnimplementedDynizerServer) GetInstanceMetaDataValues ¶
func (UnimplementedDynizerServer) GetInstanceMetaDataValues(context.Context, *InstanceMetaDataKeyReq) (*GetInstanceMetaDataKeyRes, error)
func (UnimplementedDynizerServer) GetMyProfile ¶
func (UnimplementedDynizerServer) GetMyRoles ¶
func (UnimplementedDynizerServer) GetMyRoles(context.Context, *EmptyReq) (*ListUserRolesRes, error)
func (UnimplementedDynizerServer) GetTopNDataElements ¶
func (UnimplementedDynizerServer) GetTopNDataElements(context.Context, *GetTopNDataElementsReq) (*GetTopNDataElementsRes, error)
func (UnimplementedDynizerServer) GetUserCount ¶
func (UnimplementedDynizerServer) GetUserCount(context.Context, *EmptyReq) (*UserCountRes, error)
func (UnimplementedDynizerServer) ImportUserActions ¶
func (UnimplementedDynizerServer) ImportUserActions(context.Context, *ImportUserActionsReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) IssueServiceToken ¶
func (UnimplementedDynizerServer) IssueServiceToken(context.Context, *EmptyReq) (*ServiceTokenRes, error)
func (UnimplementedDynizerServer) ListActionNames ¶
func (UnimplementedDynizerServer) ListActionNames(context.Context, *ListActionNamesWindowReq) (*ActionNameArrayRes, error)
func (UnimplementedDynizerServer) ListActionTypes ¶
func (UnimplementedDynizerServer) ListActionTypes(context.Context, *WindowReq) (*ActionTypeArrayRes, error)
func (UnimplementedDynizerServer) ListInstanceCellMetaData ¶
func (UnimplementedDynizerServer) ListInstanceCellMetaData(context.Context, *InstanceCellMetaDataReq) (*ListInstanceCellMetaDataRes, error)
func (UnimplementedDynizerServer) ListInstanceMetaData ¶
func (UnimplementedDynizerServer) ListInstanceMetaData(context.Context, *InstanceReq) (*ListInstanceMetaDataRes, error)
func (UnimplementedDynizerServer) ListMetaDataKeys ¶
func (UnimplementedDynizerServer) ListMetaDataKeys(context.Context, *ListMetaDataKeysReq) (*MetaDataKeyArrayRes, error)
func (UnimplementedDynizerServer) ListObjectUUIDS ¶
func (UnimplementedDynizerServer) ListObjectUUIDS(context.Context, *EmptyReq) (*ObjectUUIDArrayRes, error)
func (UnimplementedDynizerServer) ListRoles ¶
func (UnimplementedDynizerServer) ListRoles(context.Context, *EmptyReq) (*ListRolesRes, error)
func (UnimplementedDynizerServer) ListUserRoles ¶
func (UnimplementedDynizerServer) ListUserRoles(context.Context, *UserReq) (*ListUserRolesRes, error)
func (UnimplementedDynizerServer) ListUsers ¶
func (UnimplementedDynizerServer) ListUsers(context.Context, *WindowReq) (*ListUsersRes, error)
func (UnimplementedDynizerServer) QueryBind ¶
func (UnimplementedDynizerServer) QueryBind(context.Context, *QueryBindReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) QueryClose ¶
func (UnimplementedDynizerServer) QueryClose(context.Context, *QueryCloseReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) QueryDataElements ¶
func (UnimplementedDynizerServer) QueryDataElements(context.Context, *QueryDataElementsReq) (*QueryDataElementsRes, error)
func (UnimplementedDynizerServer) QueryDescribePortal ¶
func (UnimplementedDynizerServer) QueryDescribePortal(context.Context, *QueryDescribePortalReq) (*QueryDescribePortalRes, error)
func (UnimplementedDynizerServer) QueryDescribeStatement ¶
func (UnimplementedDynizerServer) QueryDescribeStatement(context.Context, *QueryDescribeStatementReq) (*QueryDescribeStatementRes, error)
func (UnimplementedDynizerServer) QueryExecute ¶
func (UnimplementedDynizerServer) QueryExecute(context.Context, *QueryExecuteReq) (*QueryExecuteRes, error)
func (UnimplementedDynizerServer) QueryParse ¶
func (UnimplementedDynizerServer) QueryParse(context.Context, *QueryParseReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) QueryResultClose ¶
func (UnimplementedDynizerServer) QueryResultClose(context.Context, *QueryCloseReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) QueryResultNext ¶
func (UnimplementedDynizerServer) QueryResultNext(context.Context, *QueryResultReq) (*QueryResultRes, error)
func (UnimplementedDynizerServer) ReIndex ¶
func (UnimplementedDynizerServer) ReIndex(context.Context, *ReIndexReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) ReadAction ¶
func (UnimplementedDynizerServer) ReadActionLabel ¶
func (UnimplementedDynizerServer) ReadActionLabel(context.Context, *ActionLabelReq) (*LabelRes, error)
func (UnimplementedDynizerServer) ReadActionType ¶
func (UnimplementedDynizerServer) ReadActionType(context.Context, *ActionTypeReq) (*ActionTypeRes, error)
func (UnimplementedDynizerServer) ReadInstance ¶
func (UnimplementedDynizerServer) ReadInstance(context.Context, *InstanceReq) (*InstanceRes, error)
func (UnimplementedDynizerServer) ReadMetaDataKey ¶
func (UnimplementedDynizerServer) ReadMetaDataKey(context.Context, *MetaDataKeyReq) (*MetaDataKeyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaData ¶
func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaData(context.Context, *InstanceActionLabelMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaDataValue ¶
func (UnimplementedDynizerServer) RemoveInstanceActionLabelMetaDataValue(context.Context, *InstanceActionLabelMetaDataValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceCellMetaData ¶
func (UnimplementedDynizerServer) RemoveInstanceCellMetaData(context.Context, *InstanceCellMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceCellMetaDataValue ¶
func (UnimplementedDynizerServer) RemoveInstanceCellMetaDataValue(context.Context, *InstanceCellMetaDataKeyValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceMetaData ¶
func (UnimplementedDynizerServer) RemoveInstanceMetaData(context.Context, *InstanceMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RemoveInstanceMetaDataValue ¶
func (UnimplementedDynizerServer) RemoveInstanceMetaDataValue(context.Context, *InstanceMetaDataKeyValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) RevokeUserRole ¶
func (UnimplementedDynizerServer) RevokeUserRole(context.Context, *UserRoleReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) ServiceLogin ¶
func (UnimplementedDynizerServer) ServiceLogin(context.Context, *ServiceLoginReq) (*LoginRes, error)
func (UnimplementedDynizerServer) SetUserPassword ¶
func (UnimplementedDynizerServer) SetUserPassword(context.Context, *SetUserPasswordReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) SimpleQuery ¶
func (UnimplementedDynizerServer) SimpleQuery(context.Context, *DQLReq) (*SimpleQueryRes, error)
func (UnimplementedDynizerServer) StreamInstances ¶
func (UnimplementedDynizerServer) StreamInstances(Dynizer_StreamInstancesServer) error
func (UnimplementedDynizerServer) StreamObjectDataIn ¶
func (UnimplementedDynizerServer) StreamObjectDataIn(Dynizer_StreamObjectDataInServer) error
func (UnimplementedDynizerServer) StreamObjectDataOut ¶
func (UnimplementedDynizerServer) StreamObjectDataOut(*StreamObjectDataOutReq, Dynizer_StreamObjectDataOutServer) error
func (UnimplementedDynizerServer) UpdateAction ¶
func (UnimplementedDynizerServer) UpdateAction(context.Context, *UpdateActionReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UpdateActionLabel ¶
func (UnimplementedDynizerServer) UpdateActionLabel(context.Context, *UpdateActionLabelReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UpdateActionType ¶
func (UnimplementedDynizerServer) UpdateActionType(context.Context, *UpdateActionTypeReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UpdateInstance ¶
func (UnimplementedDynizerServer) UpdateInstance(context.Context, *UpdateInstanceReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UpdateMetaDataKey ¶
func (UnimplementedDynizerServer) UpdateMetaDataKey(context.Context, *UpdateMetaDataKeyReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UpdateShareNameValue ¶
func (UnimplementedDynizerServer) UpdateShareNameValue(context.Context, *UpdateShareNameValueReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) UploadObjectData ¶
func (UnimplementedDynizerServer) UploadObjectData(context.Context, *UploadObjectDataReq) (*EmptyRes, error)
func (UnimplementedDynizerServer) ValidateToken ¶
type UnsafeDynizerServer ¶
type UnsafeDynizerServer interface {
// contains filtered or unexported methods
}
UnsafeDynizerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DynizerServer will result in compilation errors.
type UpdateActionLabelReq ¶
type UpdateActionLabelReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` ActionLabel string `protobuf:"bytes,2,opt,name=action_label,json=actionLabel,proto3" json:"action_label,omitempty"` NewActionLabelName string `protobuf:"bytes,3,opt,name=new_action_label_name,json=newActionLabelName,proto3" json:"new_action_label_name,omitempty"` DefaultDataType DataType `protobuf:"varint,4,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MinOccurrence uint32 `protobuf:"varint,5,opt,name=min_occurrence,json=minOccurrence,proto3" json:"min_occurrence,omitempty"` MaxOccurrence uint32 `protobuf:"varint,6,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ Cascade bool `protobuf:"varint,8,opt,name=cascade,proto3" json:"cascade,omitempty"` // contains filtered or unexported fields }
UpdateActionLabelReq
func (*UpdateActionLabelReq) Descriptor
deprecated
func (*UpdateActionLabelReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateActionLabelReq.ProtoReflect.Descriptor instead.
func (*UpdateActionLabelReq) GetActionLabel ¶
func (x *UpdateActionLabelReq) GetActionLabel() string
func (*UpdateActionLabelReq) GetActionName ¶
func (x *UpdateActionLabelReq) GetActionName() string
func (*UpdateActionLabelReq) GetAlternativeDataTypes ¶
func (x *UpdateActionLabelReq) GetAlternativeDataTypes() []DataType
func (*UpdateActionLabelReq) GetCascade ¶
func (x *UpdateActionLabelReq) GetCascade() bool
func (*UpdateActionLabelReq) GetDefaultDataType ¶
func (x *UpdateActionLabelReq) GetDefaultDataType() DataType
func (*UpdateActionLabelReq) GetMaxOccurrence ¶
func (x *UpdateActionLabelReq) GetMaxOccurrence() uint32
func (*UpdateActionLabelReq) GetMinOccurrence ¶
func (x *UpdateActionLabelReq) GetMinOccurrence() uint32
func (*UpdateActionLabelReq) GetNewActionLabelName ¶
func (x *UpdateActionLabelReq) GetNewActionLabelName() string
func (*UpdateActionLabelReq) ProtoMessage ¶
func (*UpdateActionLabelReq) ProtoMessage()
func (*UpdateActionLabelReq) ProtoReflect ¶
func (x *UpdateActionLabelReq) ProtoReflect() protoreflect.Message
func (*UpdateActionLabelReq) Reset ¶
func (x *UpdateActionLabelReq) Reset()
func (*UpdateActionLabelReq) String ¶
func (x *UpdateActionLabelReq) String() string
type UpdateActionReq ¶
type UpdateActionReq struct { ActionName string `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` NewActionName *ActionName `protobuf:"bytes,2,opt,name=new_action_name,json=newActionName,proto3" json:"new_action_name,omitempty"` // contains filtered or unexported fields }
UpdateActionRequest
func (*UpdateActionReq) Descriptor
deprecated
func (*UpdateActionReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateActionReq.ProtoReflect.Descriptor instead.
func (*UpdateActionReq) GetActionName ¶
func (x *UpdateActionReq) GetActionName() string
func (*UpdateActionReq) GetNewActionName ¶
func (x *UpdateActionReq) GetNewActionName() *ActionName
func (*UpdateActionReq) ProtoMessage ¶
func (*UpdateActionReq) ProtoMessage()
func (*UpdateActionReq) ProtoReflect ¶
func (x *UpdateActionReq) ProtoReflect() protoreflect.Message
func (*UpdateActionReq) Reset ¶
func (x *UpdateActionReq) Reset()
func (*UpdateActionReq) String ¶
func (x *UpdateActionReq) String() string
type UpdateActionTypeReq ¶
type UpdateActionTypeReq struct { ActionTypeLabel string `protobuf:"bytes,1,opt,name=action_type_label,json=actionTypeLabel,proto3" json:"action_type_label,omitempty"` NewActionTypeLabel *ActionTypeLabel `protobuf:"bytes,2,opt,name=new_action_type_label,json=newActionTypeLabel,proto3" json:"new_action_type_label,omitempty"` // contains filtered or unexported fields }
UpdateActionTypeRequest
func (*UpdateActionTypeReq) Descriptor
deprecated
func (*UpdateActionTypeReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateActionTypeReq.ProtoReflect.Descriptor instead.
func (*UpdateActionTypeReq) GetActionTypeLabel ¶
func (x *UpdateActionTypeReq) GetActionTypeLabel() string
func (*UpdateActionTypeReq) GetNewActionTypeLabel ¶
func (x *UpdateActionTypeReq) GetNewActionTypeLabel() *ActionTypeLabel
func (*UpdateActionTypeReq) ProtoMessage ¶
func (*UpdateActionTypeReq) ProtoMessage()
func (*UpdateActionTypeReq) ProtoReflect ¶
func (x *UpdateActionTypeReq) ProtoReflect() protoreflect.Message
func (*UpdateActionTypeReq) Reset ¶
func (x *UpdateActionTypeReq) Reset()
func (*UpdateActionTypeReq) String ¶
func (x *UpdateActionTypeReq) String() string
type UpdateInstanceReq ¶
type UpdateInstanceReq struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` InstanceCellElements []*InstanceUpdateElementCell `protobuf:"bytes,2,rep,name=instance_cell_elements,json=instanceCellElements,proto3" json:"instance_cell_elements,omitempty"` // contains filtered or unexported fields }
UpdateInstanceRequest
func (*UpdateInstanceReq) Descriptor
deprecated
func (*UpdateInstanceReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceReq.ProtoReflect.Descriptor instead.
func (*UpdateInstanceReq) GetInstanceCellElements ¶
func (x *UpdateInstanceReq) GetInstanceCellElements() []*InstanceUpdateElementCell
func (*UpdateInstanceReq) GetInstanceId ¶
func (x *UpdateInstanceReq) GetInstanceId() string
func (*UpdateInstanceReq) ProtoMessage ¶
func (*UpdateInstanceReq) ProtoMessage()
func (*UpdateInstanceReq) ProtoReflect ¶
func (x *UpdateInstanceReq) ProtoReflect() protoreflect.Message
func (*UpdateInstanceReq) Reset ¶
func (x *UpdateInstanceReq) Reset()
func (*UpdateInstanceReq) String ¶
func (x *UpdateInstanceReq) String() string
type UpdateMetaDataKeyReq ¶
type UpdateMetaDataKeyReq struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` NewKeyName string `protobuf:"bytes,2,opt,name=new_key_name,json=newKeyName,proto3" json:"new_key_name,omitempty"` DefaultDataType DataType `protobuf:"varint,3,opt,name=default_data_type,json=defaultDataType,proto3,enum=DataType" json:"default_data_type,omitempty"` MaxOccurrence uint32 `protobuf:"varint,4,opt,name=max_occurrence,json=maxOccurrence,proto3" json:"max_occurrence,omitempty"` AlternativeDataTypes []DataType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
UpdateMetaDataKeyRequest
func (*UpdateMetaDataKeyReq) Descriptor
deprecated
func (*UpdateMetaDataKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMetaDataKeyReq.ProtoReflect.Descriptor instead.
func (*UpdateMetaDataKeyReq) GetAlternativeDataTypes ¶
func (x *UpdateMetaDataKeyReq) GetAlternativeDataTypes() []DataType
func (*UpdateMetaDataKeyReq) GetDefaultDataType ¶
func (x *UpdateMetaDataKeyReq) GetDefaultDataType() DataType
func (*UpdateMetaDataKeyReq) GetKeyName ¶
func (x *UpdateMetaDataKeyReq) GetKeyName() string
func (*UpdateMetaDataKeyReq) GetMaxOccurrence ¶
func (x *UpdateMetaDataKeyReq) GetMaxOccurrence() uint32
func (*UpdateMetaDataKeyReq) GetNewKeyName ¶
func (x *UpdateMetaDataKeyReq) GetNewKeyName() string
func (*UpdateMetaDataKeyReq) ProtoMessage ¶
func (*UpdateMetaDataKeyReq) ProtoMessage()
func (*UpdateMetaDataKeyReq) ProtoReflect ¶
func (x *UpdateMetaDataKeyReq) ProtoReflect() protoreflect.Message
func (*UpdateMetaDataKeyReq) Reset ¶
func (x *UpdateMetaDataKeyReq) Reset()
func (*UpdateMetaDataKeyReq) String ¶
func (x *UpdateMetaDataKeyReq) String() string
type UpdateShareNameValueReq ¶
type UpdateShareNameValueReq struct { // contains filtered or unexported fields }
func (*UpdateShareNameValueReq) Descriptor
deprecated
func (*UpdateShareNameValueReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateShareNameValueReq.ProtoReflect.Descriptor instead.
func (*UpdateShareNameValueReq) GetDataType ¶
func (x *UpdateShareNameValueReq) GetDataType() DataType
func (*UpdateShareNameValueReq) GetNewValue ¶
func (x *UpdateShareNameValueReq) GetNewValue() string
func (*UpdateShareNameValueReq) GetOldValue ¶
func (x *UpdateShareNameValueReq) GetOldValue() string
func (*UpdateShareNameValueReq) GetShareName ¶
func (x *UpdateShareNameValueReq) GetShareName() string
func (*UpdateShareNameValueReq) ProtoMessage ¶
func (*UpdateShareNameValueReq) ProtoMessage()
func (*UpdateShareNameValueReq) ProtoReflect ¶
func (x *UpdateShareNameValueReq) ProtoReflect() protoreflect.Message
func (*UpdateShareNameValueReq) Reset ¶
func (x *UpdateShareNameValueReq) Reset()
func (*UpdateShareNameValueReq) String ¶
func (x *UpdateShareNameValueReq) String() string
type UploadObjectDataReq ¶
type UploadObjectDataReq struct { // Deprecated: Do not use. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Deprecated: Do not use. RefUuid string `protobuf:"bytes,2,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` ObjectRef *ObjectRef `protobuf:"bytes,4,opt,name=object_ref,json=objectRef,proto3" json:"object_ref,omitempty"` ContentType string `protobuf:"bytes,5,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
UploadObjectDataRequest
func (*UploadObjectDataReq) Descriptor
deprecated
func (*UploadObjectDataReq) Descriptor() ([]byte, []int)
Deprecated: Use UploadObjectDataReq.ProtoReflect.Descriptor instead.
func (*UploadObjectDataReq) GetContentType ¶ added in v2.1.0
func (x *UploadObjectDataReq) GetContentType() string
func (*UploadObjectDataReq) GetData ¶
func (x *UploadObjectDataReq) GetData() []byte
func (*UploadObjectDataReq) GetObjectRef ¶ added in v2.1.0
func (x *UploadObjectDataReq) GetObjectRef() *ObjectRef
func (*UploadObjectDataReq) GetRefUuid
deprecated
func (x *UploadObjectDataReq) GetRefUuid() string
Deprecated: Do not use.
func (*UploadObjectDataReq) GetType
deprecated
func (x *UploadObjectDataReq) GetType() string
Deprecated: Do not use.
func (*UploadObjectDataReq) ProtoMessage ¶
func (*UploadObjectDataReq) ProtoMessage()
func (*UploadObjectDataReq) ProtoReflect ¶
func (x *UploadObjectDataReq) ProtoReflect() protoreflect.Message
func (*UploadObjectDataReq) Reset ¶
func (x *UploadObjectDataReq) Reset()
func (*UploadObjectDataReq) String ¶
func (x *UploadObjectDataReq) String() string
type User ¶
type User struct { UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` Roles []*DynizerRole `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
User
func (*User) Descriptor
deprecated
func (*User) GetEnabled ¶
func (*User) GetRoles ¶
func (x *User) GetRoles() []*DynizerRole
func (*User) GetUserName ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserCountRes ¶
type UserCountRes struct { ActiveUsers int64 `protobuf:"varint,1,opt,name=active_users,json=activeUsers,proto3" json:"active_users,omitempty"` DisabledUsers int64 `protobuf:"varint,2,opt,name=disabled_users,json=disabledUsers,proto3" json:"disabled_users,omitempty"` TotalUsers int64 `protobuf:"varint,3,opt,name=total_users,json=totalUsers,proto3" json:"total_users,omitempty"` // contains filtered or unexported fields }
User Count Response
func (*UserCountRes) Descriptor
deprecated
func (*UserCountRes) Descriptor() ([]byte, []int)
Deprecated: Use UserCountRes.ProtoReflect.Descriptor instead.
func (*UserCountRes) GetActiveUsers ¶
func (x *UserCountRes) GetActiveUsers() int64
func (*UserCountRes) GetDisabledUsers ¶
func (x *UserCountRes) GetDisabledUsers() int64
func (*UserCountRes) GetTotalUsers ¶
func (x *UserCountRes) GetTotalUsers() int64
func (*UserCountRes) ProtoMessage ¶
func (*UserCountRes) ProtoMessage()
func (*UserCountRes) ProtoReflect ¶
func (x *UserCountRes) ProtoReflect() protoreflect.Message
func (*UserCountRes) Reset ¶
func (x *UserCountRes) Reset()
func (*UserCountRes) String ¶
func (x *UserCountRes) String() string
type UserReq ¶
type UserReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
UserRequest
func (*UserReq) Descriptor
deprecated
func (*UserReq) ProtoMessage ¶
func (*UserReq) ProtoMessage()
func (*UserReq) ProtoReflect ¶
func (x *UserReq) ProtoReflect() protoreflect.Message
type UserRes ¶
type UserRes struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
UserResponse
func (*UserRes) Descriptor
deprecated
func (*UserRes) ProtoMessage ¶
func (*UserRes) ProtoMessage()
func (*UserRes) ProtoReflect ¶
func (x *UserRes) ProtoReflect() protoreflect.Message
type UserRoleReq ¶
type UserRoleReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Role *DynizerRole `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
UserRoleRequest
func (*UserRoleReq) Descriptor
deprecated
func (*UserRoleReq) Descriptor() ([]byte, []int)
Deprecated: Use UserRoleReq.ProtoReflect.Descriptor instead.
func (*UserRoleReq) GetRole ¶
func (x *UserRoleReq) GetRole() *DynizerRole
func (*UserRoleReq) GetUser ¶
func (x *UserRoleReq) GetUser() string
func (*UserRoleReq) ProtoMessage ¶
func (*UserRoleReq) ProtoMessage()
func (*UserRoleReq) ProtoReflect ¶
func (x *UserRoleReq) ProtoReflect() protoreflect.Message
func (*UserRoleReq) Reset ¶
func (x *UserRoleReq) Reset()
func (*UserRoleReq) String ¶
func (x *UserRoleReq) String() string
type ValueSpec ¶
type ValueSpec struct { Position uint32 `protobuf:"varint,1,opt,name=position,proto3" json:"position,omitempty"` Override *DataTypeFormat `protobuf:"bytes,2,opt,name=override,proto3" json:"override,omitempty"` // contains filtered or unexported fields }
ValueSpec
func (*ValueSpec) Descriptor
deprecated
func (*ValueSpec) GetOverride ¶
func (x *ValueSpec) GetOverride() *DataTypeFormat
func (*ValueSpec) GetPosition ¶
func (*ValueSpec) ProtoMessage ¶
func (*ValueSpec) ProtoMessage()
func (*ValueSpec) ProtoReflect ¶
func (x *ValueSpec) ProtoReflect() protoreflect.Message
type VersionRes ¶
type VersionRes struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Build string `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"` BuildDate string `protobuf:"bytes,4,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"` // contains filtered or unexported fields }
VersionRes
func (*VersionRes) Descriptor
deprecated
func (*VersionRes) Descriptor() ([]byte, []int)
Deprecated: Use VersionRes.ProtoReflect.Descriptor instead.
func (*VersionRes) GetBuild ¶
func (x *VersionRes) GetBuild() string
func (*VersionRes) GetBuildDate ¶
func (x *VersionRes) GetBuildDate() string
func (*VersionRes) GetVersion ¶
func (x *VersionRes) GetVersion() string
func (*VersionRes) ProtoMessage ¶
func (*VersionRes) ProtoMessage()
func (*VersionRes) ProtoReflect ¶
func (x *VersionRes) ProtoReflect() protoreflect.Message
func (*VersionRes) Reset ¶
func (x *VersionRes) Reset()
func (*VersionRes) String ¶
func (x *VersionRes) String() string
type Window ¶
type Window struct { Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Relative bool `protobuf:"varint,3,opt,name=relative,proto3" json:"relative,omitempty"` // contains filtered or unexported fields }
Window
func (*Window) Descriptor
deprecated
func (*Window) GetRelative ¶
func (*Window) ProtoMessage ¶
func (*Window) ProtoMessage()
func (*Window) ProtoReflect ¶
func (x *Window) ProtoReflect() protoreflect.Message
type WindowReq ¶
type WindowReq struct { Window *Window `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"` // contains filtered or unexported fields }
WindowRequest
func (*WindowReq) Descriptor
deprecated
func (*WindowReq) ProtoMessage ¶
func (*WindowReq) ProtoMessage()
func (*WindowReq) ProtoReflect ¶
func (x *WindowReq) ProtoReflect() protoreflect.Message