Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterActiveArchiveHTTPServer(s *http.Server, srv ActiveArchiveHTTPServer)
- func RegisterActiveArchiveServer(s grpc.ServiceRegistrar, srv ActiveArchiveServer)
- func RegisterLibraryManagementHTTPServer(s *http.Server, srv LibraryManagementHTTPServer)
- func RegisterLibraryManagementServer(s grpc.ServiceRegistrar, srv LibraryManagementServer)
- type ActiveArchiveClient
- type ActiveArchiveHTTPClient
- type ActiveArchiveHTTPClientImpl
- func (c *ActiveArchiveHTTPClientImpl) AddMediaToPool(ctx context.Context, in *PoolAddRequest, opts ...http.CallOption) (*ReplyMessage, error)
- func (c *ActiveArchiveHTTPClientImpl) CreatePool(ctx context.Context, in *CreatePoolParams, opts ...http.CallOption) (*ReplyMessage, error)
- func (c *ActiveArchiveHTTPClientImpl) DeletePool(ctx context.Context, in *LibraryManagerResourceKey, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ActiveArchiveHTTPClientImpl) GetAsyncStatus(ctx context.Context, in *AsyncStatusRequest, opts ...http.CallOption) (*MigrationStatus, error)
- func (c *ActiveArchiveHTTPClientImpl) GetDrivesInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*DrivesInfo, error)
- func (c *ActiveArchiveHTTPClientImpl) GetFileInfo(ctx context.Context, in *FileInfoRequest, opts ...http.CallOption) (*FileInfo, error)
- func (c *ActiveArchiveHTTPClientImpl) GetMediaInfo(ctx context.Context, in *LibraryManagerResourceKey, opts ...http.CallOption) (*MediaInfoReply, error)
- func (c *ActiveArchiveHTTPClientImpl) GetPoolsInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*PoolsInfo, error)
- func (c *ActiveArchiveHTTPClientImpl) ListMediumInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*MediumInfo, error)
- func (c *ActiveArchiveHTTPClientImpl) Migrate(ctx context.Context, in *MigrateRequest, opts ...http.CallOption) (*MigrationStatus, error)
- func (c *ActiveArchiveHTTPClientImpl) MigrateAsync(ctx context.Context, in *MigrateRequest, opts ...http.CallOption) (*MigrationStatus, error)
- func (c *ActiveArchiveHTTPClientImpl) PrepareFileList(ctx context.Context, in *SearchRequest, opts ...http.CallOption) (*PrepareFileListResponse, error)
- func (c *ActiveArchiveHTTPClientImpl) Recall(ctx context.Context, in *RecallRequest, opts ...http.CallOption) (*MigrationStatus, error)
- func (c *ActiveArchiveHTTPClientImpl) RecallAsync(ctx context.Context, in *RecallRequest, opts ...http.CallOption) (*MigrationStatus, error)
- func (c *ActiveArchiveHTTPClientImpl) RemoveMediaFromPool(ctx context.Context, in *PoolRemoveRequest, opts ...http.CallOption) (*ReplyMessage, error)
- func (c *ActiveArchiveHTTPClientImpl) Retrieve(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*ReplyMessage, error)
- func (c *ActiveArchiveHTTPClientImpl) SearchFile(ctx context.Context, in *SearchRequest, opts ...http.CallOption) (*SearchResponse, error)
- type ActiveArchiveHTTPServer
- type ActiveArchiveServer
- type AsyncStatusRequest
- func (*AsyncStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncStatusRequest) GetLocationInfo() *DefaultResourceRequest
- func (x *AsyncStatusRequest) GetRequestNumber() int64
- func (*AsyncStatusRequest) ProtoMessage()
- func (x *AsyncStatusRequest) ProtoReflect() protoreflect.Message
- func (x *AsyncStatusRequest) Reset()
- func (x *AsyncStatusRequest) String() string
- func (m *AsyncStatusRequest) Validate() error
- func (m *AsyncStatusRequest) ValidateAll() error
- type AsyncStatusRequestMultiError
- type AsyncStatusRequestValidationError
- func (e AsyncStatusRequestValidationError) Cause() error
- func (e AsyncStatusRequestValidationError) Error() string
- func (e AsyncStatusRequestValidationError) ErrorName() string
- func (e AsyncStatusRequestValidationError) Field() string
- func (e AsyncStatusRequestValidationError) Key() bool
- func (e AsyncStatusRequestValidationError) Reason() string
- type Condition
- func (*Condition) Descriptor() ([]byte, []int)deprecated
- func (x *Condition) GetConditions() []*Condition
- func (x *Condition) GetField() string
- func (x *Condition) GetGroupOp() string
- func (x *Condition) GetOp() string
- func (x *Condition) GetOperands() []string
- func (x *Condition) GetType() string
- func (*Condition) ProtoMessage()
- func (x *Condition) ProtoReflect() protoreflect.Message
- func (x *Condition) Reset()
- func (x *Condition) String() string
- func (m *Condition) Validate() error
- func (m *Condition) ValidateAll() error
- type ConditionMultiError
- type ConditionValidationError
- type CreateLibraryManagerParams
- func (*CreateLibraryManagerParams) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLibraryManagerParams) GetSpec() *LibraryManagerSpec
- func (*CreateLibraryManagerParams) ProtoMessage()
- func (x *CreateLibraryManagerParams) ProtoReflect() protoreflect.Message
- func (x *CreateLibraryManagerParams) Reset()
- func (x *CreateLibraryManagerParams) String() string
- func (m *CreateLibraryManagerParams) Validate() error
- func (m *CreateLibraryManagerParams) ValidateAll() error
- type CreateLibraryManagerParamsMultiError
- type CreateLibraryManagerParamsValidationError
- func (e CreateLibraryManagerParamsValidationError) Cause() error
- func (e CreateLibraryManagerParamsValidationError) Error() string
- func (e CreateLibraryManagerParamsValidationError) ErrorName() string
- func (e CreateLibraryManagerParamsValidationError) Field() string
- func (e CreateLibraryManagerParamsValidationError) Key() bool
- func (e CreateLibraryManagerParamsValidationError) Reason() string
- type CreatePoolParams
- func (*CreatePoolParams) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePoolParams) GetLocationInfo() *DefaultResourceRequest
- func (x *CreatePoolParams) GetName() string
- func (*CreatePoolParams) ProtoMessage()
- func (x *CreatePoolParams) ProtoReflect() protoreflect.Message
- func (x *CreatePoolParams) Reset()
- func (x *CreatePoolParams) String() string
- func (m *CreatePoolParams) Validate() error
- func (m *CreatePoolParams) ValidateAll() error
- type CreatePoolParamsMultiError
- type CreatePoolParamsValidationError
- func (e CreatePoolParamsValidationError) Cause() error
- func (e CreatePoolParamsValidationError) Error() string
- func (e CreatePoolParamsValidationError) ErrorName() string
- func (e CreatePoolParamsValidationError) Field() string
- func (e CreatePoolParamsValidationError) Key() bool
- func (e CreatePoolParamsValidationError) Reason() string
- type DefaultResourceRequest
- func (*DefaultResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DefaultResourceRequest) GetIpAddress() string
- func (x *DefaultResourceRequest) GetLibraryManagerName() string
- func (*DefaultResourceRequest) ProtoMessage()
- func (x *DefaultResourceRequest) ProtoReflect() protoreflect.Message
- func (x *DefaultResourceRequest) Reset()
- func (x *DefaultResourceRequest) String() string
- func (m *DefaultResourceRequest) Validate() error
- func (m *DefaultResourceRequest) ValidateAll() error
- type DefaultResourceRequestMultiError
- type DefaultResourceRequestValidationError
- func (e DefaultResourceRequestValidationError) Cause() error
- func (e DefaultResourceRequestValidationError) Error() string
- func (e DefaultResourceRequestValidationError) ErrorName() string
- func (e DefaultResourceRequestValidationError) Field() string
- func (e DefaultResourceRequestValidationError) Key() bool
- func (e DefaultResourceRequestValidationError) Reason() string
- type DriveInfo
- func (*DriveInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DriveInfo) GetBusy() bool
- func (x *DriveInfo) GetDeviceName() string
- func (x *DriveInfo) GetId() string
- func (x *DriveInfo) GetSlot() uint64
- func (x *DriveInfo) GetStatus() string
- func (*DriveInfo) ProtoMessage()
- func (x *DriveInfo) ProtoReflect() protoreflect.Message
- func (x *DriveInfo) Reset()
- func (x *DriveInfo) String() string
- func (m *DriveInfo) Validate() error
- func (m *DriveInfo) ValidateAll() error
- type DriveInfoMultiError
- type DriveInfoValidationError
- type DrivesInfo
- func (*DrivesInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DrivesInfo) GetDrives() []*DriveInfo
- func (*DrivesInfo) ProtoMessage()
- func (x *DrivesInfo) ProtoReflect() protoreflect.Message
- func (x *DrivesInfo) Reset()
- func (x *DrivesInfo) String() string
- func (m *DrivesInfo) Validate() error
- func (m *DrivesInfo) ValidateAll() error
- type DrivesInfoMultiError
- type DrivesInfoValidationError
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetBlocks() uint64
- func (x *FileInfo) GetFileName() string
- func (x *FileInfo) GetFilesystemUidHigh() uint64
- func (x *FileInfo) GetFilesystemUidLow() uint64
- func (x *FileInfo) GetInodeGeneration() uint32
- func (x *FileInfo) GetInodeNumber() uint64
- func (x *FileInfo) GetMigrationState() string
- func (x *FileInfo) GetSize() uint64
- func (x *FileInfo) GetStartBlock() int64
- func (x *FileInfo) GetTapeId() string
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- func (m *FileInfo) Validate() error
- func (m *FileInfo) ValidateAll() error
- type FileInfoMultiError
- type FileInfoRequest
- func (*FileInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfoRequest) GetFileName() string
- func (x *FileInfoRequest) GetLocationInfo() *DefaultResourceRequest
- func (*FileInfoRequest) ProtoMessage()
- func (x *FileInfoRequest) ProtoReflect() protoreflect.Message
- func (x *FileInfoRequest) Reset()
- func (x *FileInfoRequest) String() string
- func (m *FileInfoRequest) Validate() error
- func (m *FileInfoRequest) ValidateAll() error
- type FileInfoRequestMultiError
- type FileInfoRequestValidationError
- func (e FileInfoRequestValidationError) Cause() error
- func (e FileInfoRequestValidationError) Error() string
- func (e FileInfoRequestValidationError) ErrorName() string
- func (e FileInfoRequestValidationError) Field() string
- func (e FileInfoRequestValidationError) Key() bool
- func (e FileInfoRequestValidationError) Reason() string
- type FileInfoValidationError
- type HostInfo
- func (*HostInfo) Descriptor() ([]byte, []int)deprecated
- func (x *HostInfo) GetHostName() string
- func (x *HostInfo) GetIpAddress() string
- func (x *HostInfo) GetManagedFsInfo() []*ManagedFileSystemInfo
- func (*HostInfo) ProtoMessage()
- func (x *HostInfo) ProtoReflect() protoreflect.Message
- func (x *HostInfo) Reset()
- func (x *HostInfo) String() string
- func (m *HostInfo) Validate() error
- func (m *HostInfo) ValidateAll() error
- type HostInfoMultiError
- type HostInfoValidationError
- type LTFSDataManagerInfo
- func (*LTFSDataManagerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *LTFSDataManagerInfo) GetRevision() string
- func (x *LTFSDataManagerInfo) GetState() string
- func (*LTFSDataManagerInfo) ProtoMessage()
- func (x *LTFSDataManagerInfo) ProtoReflect() protoreflect.Message
- func (x *LTFSDataManagerInfo) Reset()
- func (x *LTFSDataManagerInfo) String() string
- func (m *LTFSDataManagerInfo) Validate() error
- func (m *LTFSDataManagerInfo) ValidateAll() error
- type LTFSDataManagerInfoMultiError
- type LTFSDataManagerInfoValidationError
- func (e LTFSDataManagerInfoValidationError) Cause() error
- func (e LTFSDataManagerInfoValidationError) Error() string
- func (e LTFSDataManagerInfoValidationError) ErrorName() string
- func (e LTFSDataManagerInfoValidationError) Field() string
- func (e LTFSDataManagerInfoValidationError) Key() bool
- func (e LTFSDataManagerInfoValidationError) Reason() string
- type LibraryManagementClient
- type LibraryManagementHTTPClient
- type LibraryManagementHTTPClientImpl
- func (c *LibraryManagementHTTPClientImpl) CreateLibraryManager(ctx context.Context, in *CreateLibraryManagerParams, opts ...http.CallOption) (*LibraryManagerObject, error)
- func (c *LibraryManagementHTTPClientImpl) DeleteLibraryManager(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *LibraryManagementHTTPClientImpl) GetLibraryManager(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*LibraryManagerObject, error)
- func (c *LibraryManagementHTTPClientImpl) ListLibraryManagers(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*LibraryManagersReply, error)
- func (c *LibraryManagementHTTPClientImpl) UpdateLibraryManager(ctx context.Context, in *UpdateLibraryManagerParams, opts ...http.CallOption) (*LibraryManagerObject, error)
- type LibraryManagementHTTPServer
- type LibraryManagementServer
- type LibraryManagerObject
- func (*LibraryManagerObject) Descriptor() ([]byte, []int)deprecated
- func (x *LibraryManagerObject) GetDataManagerInfo() *LTFSDataManagerInfo
- func (x *LibraryManagerObject) GetLibraryInfo() *TapeLibraryInfo
- func (x *LibraryManagerObject) GetSpec() *LibraryManagerSpec
- func (x *LibraryManagerObject) GetSystem() *SystemInfo
- func (*LibraryManagerObject) ProtoMessage()
- func (x *LibraryManagerObject) ProtoReflect() protoreflect.Message
- func (x *LibraryManagerObject) Reset()
- func (x *LibraryManagerObject) String() string
- func (m *LibraryManagerObject) Validate() error
- func (m *LibraryManagerObject) ValidateAll() error
- type LibraryManagerObjectMultiError
- type LibraryManagerObjectValidationError
- func (e LibraryManagerObjectValidationError) Cause() error
- func (e LibraryManagerObjectValidationError) Error() string
- func (e LibraryManagerObjectValidationError) ErrorName() string
- func (e LibraryManagerObjectValidationError) Field() string
- func (e LibraryManagerObjectValidationError) Key() bool
- func (e LibraryManagerObjectValidationError) Reason() string
- type LibraryManagerResourceKey
- func (*LibraryManagerResourceKey) Descriptor() ([]byte, []int)deprecated
- func (x *LibraryManagerResourceKey) GetLocationInfo() *DefaultResourceRequest
- func (x *LibraryManagerResourceKey) GetName() string
- func (*LibraryManagerResourceKey) ProtoMessage()
- func (x *LibraryManagerResourceKey) ProtoReflect() protoreflect.Message
- func (x *LibraryManagerResourceKey) Reset()
- func (x *LibraryManagerResourceKey) String() string
- func (m *LibraryManagerResourceKey) Validate() error
- func (m *LibraryManagerResourceKey) ValidateAll() error
- type LibraryManagerResourceKeyMultiError
- type LibraryManagerResourceKeyValidationError
- func (e LibraryManagerResourceKeyValidationError) Cause() error
- func (e LibraryManagerResourceKeyValidationError) Error() string
- func (e LibraryManagerResourceKeyValidationError) ErrorName() string
- func (e LibraryManagerResourceKeyValidationError) Field() string
- func (e LibraryManagerResourceKeyValidationError) Key() bool
- func (e LibraryManagerResourceKeyValidationError) Reason() string
- type LibraryManagerSpec
- func (*LibraryManagerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *LibraryManagerSpec) GetLibraryType() string
- func (x *LibraryManagerSpec) GetManagementToken() string
- func (x *LibraryManagerSpec) GetName() string
- func (x *LibraryManagerSpec) GetNodeInfo() *HostInfo
- func (x *LibraryManagerSpec) GetSettings() *TapeLibrarySetting
- func (*LibraryManagerSpec) ProtoMessage()
- func (x *LibraryManagerSpec) ProtoReflect() protoreflect.Message
- func (x *LibraryManagerSpec) Reset()
- func (x *LibraryManagerSpec) String() string
- func (m *LibraryManagerSpec) Validate() error
- func (m *LibraryManagerSpec) ValidateAll() error
- type LibraryManagerSpecMultiError
- type LibraryManagerSpecValidationError
- func (e LibraryManagerSpecValidationError) Cause() error
- func (e LibraryManagerSpecValidationError) Error() string
- func (e LibraryManagerSpecValidationError) ErrorName() string
- func (e LibraryManagerSpecValidationError) Field() string
- func (e LibraryManagerSpecValidationError) Key() bool
- func (e LibraryManagerSpecValidationError) Reason() string
- type LibraryManagersReply
- func (*LibraryManagersReply) Descriptor() ([]byte, []int)deprecated
- func (x *LibraryManagersReply) GetData() []*LibraryManagerObject
- func (x *LibraryManagersReply) GetTotalSize() int32
- func (*LibraryManagersReply) ProtoMessage()
- func (x *LibraryManagersReply) ProtoReflect() protoreflect.Message
- func (x *LibraryManagersReply) Reset()
- func (x *LibraryManagersReply) String() string
- func (m *LibraryManagersReply) Validate() error
- func (m *LibraryManagersReply) ValidateAll() error
- type LibraryManagersReplyMultiError
- type LibraryManagersReplyValidationError
- func (e LibraryManagersReplyValidationError) Cause() error
- func (e LibraryManagersReplyValidationError) Error() string
- func (e LibraryManagersReplyValidationError) ErrorName() string
- func (e LibraryManagersReplyValidationError) Field() string
- func (e LibraryManagersReplyValidationError) Key() bool
- func (e LibraryManagersReplyValidationError) Reason() string
- type ManagedFileSystemInfo
- func (*ManagedFileSystemInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ManagedFileSystemInfo) GetDevicePath() string
- func (x *ManagedFileSystemInfo) GetFilesystemType() string
- func (x *ManagedFileSystemInfo) GetFreeCapacityBytes() uint64
- func (x *ManagedFileSystemInfo) GetMountOptions() string
- func (x *ManagedFileSystemInfo) GetMountPoint() string
- func (x *ManagedFileSystemInfo) GetTotalCapacityBytes() uint64
- func (*ManagedFileSystemInfo) ProtoMessage()
- func (x *ManagedFileSystemInfo) ProtoReflect() protoreflect.Message
- func (x *ManagedFileSystemInfo) Reset()
- func (x *ManagedFileSystemInfo) String() string
- func (m *ManagedFileSystemInfo) Validate() error
- func (m *ManagedFileSystemInfo) ValidateAll() error
- type ManagedFileSystemInfoMultiError
- type ManagedFileSystemInfoValidationError
- func (e ManagedFileSystemInfoValidationError) Cause() error
- func (e ManagedFileSystemInfoValidationError) Error() string
- func (e ManagedFileSystemInfoValidationError) ErrorName() string
- func (e ManagedFileSystemInfoValidationError) Field() string
- func (e ManagedFileSystemInfoValidationError) Key() bool
- func (e ManagedFileSystemInfoValidationError) Reason() string
- type MediaInfoReply
- func (*MediaInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *MediaInfoReply) GetTape() *TapeInfo
- func (*MediaInfoReply) ProtoMessage()
- func (x *MediaInfoReply) ProtoReflect() protoreflect.Message
- func (x *MediaInfoReply) Reset()
- func (x *MediaInfoReply) String() string
- func (m *MediaInfoReply) Validate() error
- func (m *MediaInfoReply) ValidateAll() error
- type MediaInfoReplyMultiError
- type MediaInfoReplyValidationError
- func (e MediaInfoReplyValidationError) Cause() error
- func (e MediaInfoReplyValidationError) Error() string
- func (e MediaInfoReplyValidationError) ErrorName() string
- func (e MediaInfoReplyValidationError) Field() string
- func (e MediaInfoReplyValidationError) Key() bool
- func (e MediaInfoReplyValidationError) Reason() string
- type MediumInfo
- func (*MediumInfo) Descriptor() ([]byte, []int)deprecated
- func (x *MediumInfo) GetTapes() []*TapeInfo
- func (*MediumInfo) ProtoMessage()
- func (x *MediumInfo) ProtoReflect() protoreflect.Message
- func (x *MediumInfo) Reset()
- func (x *MediumInfo) String() string
- func (m *MediumInfo) Validate() error
- func (m *MediumInfo) ValidateAll() error
- type MediumInfoMultiError
- type MediumInfoValidationError
- type MigrateRequest
- func (*MigrateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateRequest) GetFiles() []string
- func (x *MigrateRequest) GetPool() *LibraryManagerResourceKey
- func (x *MigrateRequest) GetPremigrate() bool
- func (*MigrateRequest) ProtoMessage()
- func (x *MigrateRequest) ProtoReflect() protoreflect.Message
- func (x *MigrateRequest) Reset()
- func (x *MigrateRequest) String() string
- func (m *MigrateRequest) Validate() error
- func (m *MigrateRequest) ValidateAll() error
- type MigrateRequestMultiError
- type MigrateRequestValidationError
- func (e MigrateRequestValidationError) Cause() error
- func (e MigrateRequestValidationError) Error() string
- func (e MigrateRequestValidationError) ErrorName() string
- func (e MigrateRequestValidationError) Field() string
- func (e MigrateRequestValidationError) Key() bool
- func (e MigrateRequestValidationError) Reason() string
- type MigrationStatus
- func (*MigrationStatus) Descriptor() ([]byte, []int)deprecated
- func (x *MigrationStatus) GetDone() bool
- func (x *MigrationStatus) GetFailed() int64
- func (x *MigrationStatus) GetMigrated() int64
- func (x *MigrationStatus) GetPid() int64
- func (x *MigrationStatus) GetPremigrated() int64
- func (x *MigrationStatus) GetRequestNumber() int64
- func (x *MigrationStatus) GetResident() int64
- func (x *MigrationStatus) GetSuccess() bool
- func (x *MigrationStatus) GetTransferred() int64
- func (*MigrationStatus) ProtoMessage()
- func (x *MigrationStatus) ProtoReflect() protoreflect.Message
- func (x *MigrationStatus) Reset()
- func (x *MigrationStatus) String() string
- func (m *MigrationStatus) Validate() error
- func (m *MigrationStatus) ValidateAll() error
- type MigrationStatusMultiError
- type MigrationStatusValidationError
- func (e MigrationStatusValidationError) Cause() error
- func (e MigrationStatusValidationError) Error() string
- func (e MigrationStatusValidationError) ErrorName() string
- func (e MigrationStatusValidationError) Field() string
- func (e MigrationStatusValidationError) Key() bool
- func (e MigrationStatusValidationError) Reason() string
- type PoolAddRequest
- func (*PoolAddRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PoolAddRequest) GetFormatTape() bool
- func (x *PoolAddRequest) GetKey() uint64
- func (x *PoolAddRequest) GetPerformCheck() bool
- func (x *PoolAddRequest) GetPool() *LibraryManagerResourceKey
- func (x *PoolAddRequest) GetTapeId() []string
- func (*PoolAddRequest) ProtoMessage()
- func (x *PoolAddRequest) ProtoReflect() protoreflect.Message
- func (x *PoolAddRequest) Reset()
- func (x *PoolAddRequest) String() string
- func (m *PoolAddRequest) Validate() error
- func (m *PoolAddRequest) ValidateAll() error
- type PoolAddRequestMultiError
- type PoolAddRequestValidationError
- func (e PoolAddRequestValidationError) Cause() error
- func (e PoolAddRequestValidationError) Error() string
- func (e PoolAddRequestValidationError) ErrorName() string
- func (e PoolAddRequestValidationError) Field() string
- func (e PoolAddRequestValidationError) Key() bool
- func (e PoolAddRequestValidationError) Reason() string
- type PoolInfo
- func (*PoolInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PoolInfo) GetFree() uint64
- func (x *PoolInfo) GetNumberTapes() uint64
- func (x *PoolInfo) GetPoolName() string
- func (x *PoolInfo) GetReclaimable() uint64
- func (x *PoolInfo) GetTotal() uint64
- func (*PoolInfo) ProtoMessage()
- func (x *PoolInfo) ProtoReflect() protoreflect.Message
- func (x *PoolInfo) Reset()
- func (x *PoolInfo) String() string
- func (m *PoolInfo) Validate() error
- func (m *PoolInfo) ValidateAll() error
- type PoolInfoMultiError
- type PoolInfoValidationError
- type PoolRemoveRequest
- func (*PoolRemoveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PoolRemoveRequest) GetKey() uint64
- func (x *PoolRemoveRequest) GetPool() *LibraryManagerResourceKey
- func (x *PoolRemoveRequest) GetTapeId() []string
- func (*PoolRemoveRequest) ProtoMessage()
- func (x *PoolRemoveRequest) ProtoReflect() protoreflect.Message
- func (x *PoolRemoveRequest) Reset()
- func (x *PoolRemoveRequest) String() string
- func (m *PoolRemoveRequest) Validate() error
- func (m *PoolRemoveRequest) ValidateAll() error
- type PoolRemoveRequestMultiError
- type PoolRemoveRequestValidationError
- func (e PoolRemoveRequestValidationError) Cause() error
- func (e PoolRemoveRequestValidationError) Error() string
- func (e PoolRemoveRequestValidationError) ErrorName() string
- func (e PoolRemoveRequestValidationError) Field() string
- func (e PoolRemoveRequestValidationError) Key() bool
- func (e PoolRemoveRequestValidationError) Reason() string
- type PoolsInfo
- func (*PoolsInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PoolsInfo) GetPools() []*PoolInfo
- func (*PoolsInfo) ProtoMessage()
- func (x *PoolsInfo) ProtoReflect() protoreflect.Message
- func (x *PoolsInfo) Reset()
- func (x *PoolsInfo) String() string
- func (m *PoolsInfo) Validate() error
- func (m *PoolsInfo) ValidateAll() error
- type PoolsInfoMultiError
- type PoolsInfoValidationError
- type PrepareFileListResponse
- func (*PrepareFileListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PrepareFileListResponse) GetId() string
- func (*PrepareFileListResponse) ProtoMessage()
- func (x *PrepareFileListResponse) ProtoReflect() protoreflect.Message
- func (x *PrepareFileListResponse) Reset()
- func (x *PrepareFileListResponse) String() string
- func (m *PrepareFileListResponse) Validate() error
- func (m *PrepareFileListResponse) ValidateAll() error
- type PrepareFileListResponseMultiError
- type PrepareFileListResponseValidationError
- func (e PrepareFileListResponseValidationError) Cause() error
- func (e PrepareFileListResponseValidationError) Error() string
- func (e PrepareFileListResponseValidationError) ErrorName() string
- func (e PrepareFileListResponseValidationError) Field() string
- func (e PrepareFileListResponseValidationError) Key() bool
- func (e PrepareFileListResponseValidationError) Reason() string
- type RecallRequest
- func (*RecallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RecallRequest) GetFiles() []string
- func (x *RecallRequest) GetLocationInfo() *DefaultResourceRequest
- func (x *RecallRequest) GetResident() bool
- func (*RecallRequest) ProtoMessage()
- func (x *RecallRequest) ProtoReflect() protoreflect.Message
- func (x *RecallRequest) Reset()
- func (x *RecallRequest) String() string
- func (m *RecallRequest) Validate() error
- func (m *RecallRequest) ValidateAll() error
- type RecallRequestMultiError
- type RecallRequestValidationError
- func (e RecallRequestValidationError) Cause() error
- func (e RecallRequestValidationError) Error() string
- func (e RecallRequestValidationError) ErrorName() string
- func (e RecallRequestValidationError) Field() string
- func (e RecallRequestValidationError) Key() bool
- func (e RecallRequestValidationError) Reason() string
- type ReplyMessage
- func (*ReplyMessage) Descriptor() ([]byte, []int)deprecated
- func (x *ReplyMessage) GetErrorCode() int32
- func (x *ReplyMessage) GetErrorMsg() string
- func (*ReplyMessage) ProtoMessage()
- func (x *ReplyMessage) ProtoReflect() protoreflect.Message
- func (x *ReplyMessage) Reset()
- func (x *ReplyMessage) String() string
- func (m *ReplyMessage) Validate() error
- func (m *ReplyMessage) ValidateAll() error
- type ReplyMessageMultiError
- type ReplyMessageValidationError
- func (e ReplyMessageValidationError) Cause() error
- func (e ReplyMessageValidationError) Error() string
- func (e ReplyMessageValidationError) ErrorName() string
- func (e ReplyMessageValidationError) Field() string
- func (e ReplyMessageValidationError) Key() bool
- func (e ReplyMessageValidationError) Reason() string
- type ResourceKey
- func (*ResourceKey) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceKey) GetName() string
- func (*ResourceKey) ProtoMessage()
- func (x *ResourceKey) ProtoReflect() protoreflect.Message
- func (x *ResourceKey) Reset()
- func (x *ResourceKey) String() string
- func (m *ResourceKey) Validate() error
- func (m *ResourceKey) ValidateAll() error
- type ResourceKeyMultiError
- type ResourceKeyValidationError
- func (e ResourceKeyValidationError) Cause() error
- func (e ResourceKeyValidationError) Error() string
- func (e ResourceKeyValidationError) ErrorName() string
- func (e ResourceKeyValidationError) Field() string
- func (e ResourceKeyValidationError) Key() bool
- func (e ResourceKeyValidationError) Reason() string
- type SearchRequest
- func (*SearchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchRequest) GetCondition() *Condition
- func (x *SearchRequest) GetFrom() int32
- func (x *SearchRequest) GetSize() int32
- func (x *SearchRequest) GetSort() []*Sort
- func (*SearchRequest) ProtoMessage()
- func (x *SearchRequest) ProtoReflect() protoreflect.Message
- func (x *SearchRequest) Reset()
- func (x *SearchRequest) String() string
- func (m *SearchRequest) Validate() error
- func (m *SearchRequest) ValidateAll() error
- type SearchRequestMultiError
- type SearchRequestValidationError
- func (e SearchRequestValidationError) Cause() error
- func (e SearchRequestValidationError) Error() string
- func (e SearchRequestValidationError) ErrorName() string
- func (e SearchRequestValidationError) Field() string
- func (e SearchRequestValidationError) Key() bool
- func (e SearchRequestValidationError) Reason() string
- type SearchResponse
- func (*SearchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchResponse) GetItems() []*structpb.Struct
- func (x *SearchResponse) GetRelation() string
- func (x *SearchResponse) GetTotal() int32
- func (*SearchResponse) ProtoMessage()
- func (x *SearchResponse) ProtoReflect() protoreflect.Message
- func (x *SearchResponse) Reset()
- func (x *SearchResponse) String() string
- func (m *SearchResponse) Validate() error
- func (m *SearchResponse) ValidateAll() error
- type SearchResponseMultiError
- type SearchResponseValidationError
- func (e SearchResponseValidationError) Cause() error
- func (e SearchResponseValidationError) Error() string
- func (e SearchResponseValidationError) ErrorName() string
- func (e SearchResponseValidationError) Field() string
- func (e SearchResponseValidationError) Key() bool
- func (e SearchResponseValidationError) Reason() string
- type Sort
- func (*Sort) Descriptor() ([]byte, []int)deprecated
- func (x *Sort) GetDesc() bool
- func (x *Sort) GetField() string
- func (*Sort) ProtoMessage()
- func (x *Sort) ProtoReflect() protoreflect.Message
- func (x *Sort) Reset()
- func (x *Sort) String() string
- func (m *Sort) Validate() error
- func (m *Sort) ValidateAll() error
- type SortMultiError
- type SortValidationError
- type SystemInfo
- func (*SystemInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SystemInfo) GetCapacityBytes() uint64
- func (x *SystemInfo) GetCleaningCatridges() int32
- func (x *SystemInfo) GetFaultyCatridges() int32
- func (x *SystemInfo) GetLicensedCapacityBytes() uint64
- func (x *SystemInfo) GetNumberCopies() int32
- func (x *SystemInfo) GetNumberFiles() int32
- func (x *SystemInfo) GetRevision() string
- func (x *SystemInfo) GetTotalCatridges() int32
- func (x *SystemInfo) GetWorm() bool
- func (*SystemInfo) ProtoMessage()
- func (x *SystemInfo) ProtoReflect() protoreflect.Message
- func (x *SystemInfo) Reset()
- func (x *SystemInfo) String() string
- func (m *SystemInfo) Validate() error
- func (m *SystemInfo) ValidateAll() error
- type SystemInfoMultiError
- type SystemInfoValidationError
- type TapeInfo
- func (*TapeInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TapeInfo) GetId() string
- func (x *TapeInfo) GetInprogress() uint64
- func (x *TapeInfo) GetPool() string
- func (x *TapeInfo) GetReclaimable() uint64
- func (x *TapeInfo) GetRemainCapacity() uint64
- func (x *TapeInfo) GetSlot() uint64
- func (x *TapeInfo) GetState() string
- func (x *TapeInfo) GetStatus() string
- func (x *TapeInfo) GetTotalCapacity() uint64
- func (*TapeInfo) ProtoMessage()
- func (x *TapeInfo) ProtoReflect() protoreflect.Message
- func (x *TapeInfo) Reset()
- func (x *TapeInfo) String() string
- func (m *TapeInfo) Validate() error
- func (m *TapeInfo) ValidateAll() error
- type TapeInfoMultiError
- type TapeInfoValidationError
- type TapeLibraryInfo
- func (*TapeLibraryInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TapeLibraryInfo) GetFirmwareVersion() string
- func (x *TapeLibraryInfo) GetLibraryName() string
- func (x *TapeLibraryInfo) GetProductId() string
- func (x *TapeLibraryInfo) GetSerialNumber() string
- func (x *TapeLibraryInfo) GetState() string
- func (x *TapeLibraryInfo) GetVendor() string
- func (*TapeLibraryInfo) ProtoMessage()
- func (x *TapeLibraryInfo) ProtoReflect() protoreflect.Message
- func (x *TapeLibraryInfo) Reset()
- func (x *TapeLibraryInfo) String() string
- func (m *TapeLibraryInfo) Validate() error
- func (m *TapeLibraryInfo) ValidateAll() error
- type TapeLibraryInfoMultiError
- type TapeLibraryInfoValidationError
- func (e TapeLibraryInfoValidationError) Cause() error
- func (e TapeLibraryInfoValidationError) Error() string
- func (e TapeLibraryInfoValidationError) ErrorName() string
- func (e TapeLibraryInfoValidationError) Field() string
- func (e TapeLibraryInfoValidationError) Key() bool
- func (e TapeLibraryInfoValidationError) Reason() string
- type TapeLibrarySetting
- func (*TapeLibrarySetting) Descriptor() ([]byte, []int)deprecated
- func (x *TapeLibrarySetting) GetEnable_WORM() bool
- func (x *TapeLibrarySetting) GetNumberCopies() int32
- func (*TapeLibrarySetting) ProtoMessage()
- func (x *TapeLibrarySetting) ProtoReflect() protoreflect.Message
- func (x *TapeLibrarySetting) Reset()
- func (x *TapeLibrarySetting) String() string
- func (m *TapeLibrarySetting) Validate() error
- func (m *TapeLibrarySetting) ValidateAll() error
- type TapeLibrarySettingMultiError
- type TapeLibrarySettingValidationError
- func (e TapeLibrarySettingValidationError) Cause() error
- func (e TapeLibrarySettingValidationError) Error() string
- func (e TapeLibrarySettingValidationError) ErrorName() string
- func (e TapeLibrarySettingValidationError) Field() string
- func (e TapeLibrarySettingValidationError) Key() bool
- func (e TapeLibrarySettingValidationError) Reason() string
- type UnimplementedActiveArchiveServer
- func (UnimplementedActiveArchiveServer) AddMediaToPool(context.Context, *PoolAddRequest) (*ReplyMessage, error)
- func (UnimplementedActiveArchiveServer) CreatePool(context.Context, *CreatePoolParams) (*ReplyMessage, error)
- func (UnimplementedActiveArchiveServer) DeletePool(context.Context, *LibraryManagerResourceKey) (*emptypb.Empty, error)
- func (UnimplementedActiveArchiveServer) GetAsyncStatus(context.Context, *AsyncStatusRequest) (*MigrationStatus, error)
- func (UnimplementedActiveArchiveServer) GetDrivesInfo(context.Context, *DefaultResourceRequest) (*DrivesInfo, error)
- func (UnimplementedActiveArchiveServer) GetFileInfo(context.Context, *FileInfoRequest) (*FileInfo, error)
- func (UnimplementedActiveArchiveServer) GetMediaInfo(context.Context, *LibraryManagerResourceKey) (*MediaInfoReply, error)
- func (UnimplementedActiveArchiveServer) GetPoolsInfo(context.Context, *DefaultResourceRequest) (*PoolsInfo, error)
- func (UnimplementedActiveArchiveServer) ListMediumInfo(context.Context, *DefaultResourceRequest) (*MediumInfo, error)
- func (UnimplementedActiveArchiveServer) Migrate(context.Context, *MigrateRequest) (*MigrationStatus, error)
- func (UnimplementedActiveArchiveServer) MigrateAsync(context.Context, *MigrateRequest) (*MigrationStatus, error)
- func (UnimplementedActiveArchiveServer) PrepareFileList(context.Context, *SearchRequest) (*PrepareFileListResponse, error)
- func (UnimplementedActiveArchiveServer) Recall(context.Context, *RecallRequest) (*MigrationStatus, error)
- func (UnimplementedActiveArchiveServer) RecallAsync(context.Context, *RecallRequest) (*MigrationStatus, error)
- func (UnimplementedActiveArchiveServer) RemoveMediaFromPool(context.Context, *PoolRemoveRequest) (*ReplyMessage, error)
- func (UnimplementedActiveArchiveServer) Retrieve(context.Context, *DefaultResourceRequest) (*ReplyMessage, error)
- func (UnimplementedActiveArchiveServer) SearchFile(context.Context, *SearchRequest) (*SearchResponse, error)
- type UnimplementedLibraryManagementServer
- func (UnimplementedLibraryManagementServer) CreateLibraryManager(context.Context, *CreateLibraryManagerParams) (*LibraryManagerObject, error)
- func (UnimplementedLibraryManagementServer) DeleteLibraryManager(context.Context, *ResourceKey) (*emptypb.Empty, error)
- func (UnimplementedLibraryManagementServer) GetLibraryManager(context.Context, *ResourceKey) (*LibraryManagerObject, error)
- func (UnimplementedLibraryManagementServer) ListLibraryManagers(context.Context, *ResourceKey) (*LibraryManagersReply, error)
- func (UnimplementedLibraryManagementServer) UpdateLibraryManager(context.Context, *UpdateLibraryManagerParams) (*LibraryManagerObject, error)
- type UnsafeActiveArchiveServer
- type UnsafeLibraryManagementServer
- type UpdateLibraryManagerParams
- func (*UpdateLibraryManagerParams) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLibraryManagerParams) GetResourceKey() *ResourceKey
- func (x *UpdateLibraryManagerParams) GetSpec() *LibraryManagerSpec
- func (*UpdateLibraryManagerParams) ProtoMessage()
- func (x *UpdateLibraryManagerParams) ProtoReflect() protoreflect.Message
- func (x *UpdateLibraryManagerParams) Reset()
- func (x *UpdateLibraryManagerParams) String() string
- func (m *UpdateLibraryManagerParams) Validate() error
- func (m *UpdateLibraryManagerParams) ValidateAll() error
- type UpdateLibraryManagerParamsMultiError
- type UpdateLibraryManagerParamsValidationError
- func (e UpdateLibraryManagerParamsValidationError) Cause() error
- func (e UpdateLibraryManagerParamsValidationError) Error() string
- func (e UpdateLibraryManagerParamsValidationError) ErrorName() string
- func (e UpdateLibraryManagerParamsValidationError) Field() string
- func (e UpdateLibraryManagerParamsValidationError) Key() bool
- func (e UpdateLibraryManagerParamsValidationError) Reason() string
Constants ¶
const OperationActiveArchiveAddMediaToPool = "/v1.ActiveArchive/AddMediaToPool"
const OperationActiveArchiveCreatePool = "/v1.ActiveArchive/CreatePool"
const OperationActiveArchiveDeletePool = "/v1.ActiveArchive/DeletePool"
const OperationActiveArchiveGetAsyncStatus = "/v1.ActiveArchive/GetAsyncStatus"
const OperationActiveArchiveGetDrivesInfo = "/v1.ActiveArchive/GetDrivesInfo"
const OperationActiveArchiveGetFileInfo = "/v1.ActiveArchive/GetFileInfo"
const OperationActiveArchiveGetMediaInfo = "/v1.ActiveArchive/GetMediaInfo"
const OperationActiveArchiveGetPoolsInfo = "/v1.ActiveArchive/GetPoolsInfo"
const OperationActiveArchiveListMediumInfo = "/v1.ActiveArchive/ListMediumInfo"
const OperationActiveArchiveMigrate = "/v1.ActiveArchive/Migrate"
const OperationActiveArchiveMigrateAsync = "/v1.ActiveArchive/MigrateAsync"
const OperationActiveArchivePrepareFileList = "/v1.ActiveArchive/PrepareFileList"
const OperationActiveArchiveRecall = "/v1.ActiveArchive/Recall"
const OperationActiveArchiveRecallAsync = "/v1.ActiveArchive/RecallAsync"
const OperationActiveArchiveRemoveMediaFromPool = "/v1.ActiveArchive/RemoveMediaFromPool"
const OperationActiveArchiveRetrieve = "/v1.ActiveArchive/Retrieve"
const OperationActiveArchiveSearchFile = "/v1.ActiveArchive/SearchFile"
const OperationLibraryManagementCreateLibraryManager = "/v1.LibraryManagement/CreateLibraryManager"
const OperationLibraryManagementDeleteLibraryManager = "/v1.LibraryManagement/DeleteLibraryManager"
const OperationLibraryManagementGetLibraryManager = "/v1.LibraryManagement/GetLibraryManager"
const OperationLibraryManagementListLibraryManagers = "/v1.LibraryManagement/ListLibraryManagers"
const OperationLibraryManagementUpdateLibraryManager = "/v1.LibraryManagement/UpdateLibraryManager"
Variables ¶
var ActiveArchive_ServiceDesc = grpc.ServiceDesc{ ServiceName: "v1.ActiveArchive", HandlerType: (*ActiveArchiveServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListMediumInfo", Handler: _ActiveArchive_ListMediumInfo_Handler, }, { MethodName: "GetMediaInfo", Handler: _ActiveArchive_GetMediaInfo_Handler, }, { MethodName: "GetDrivesInfo", Handler: _ActiveArchive_GetDrivesInfo_Handler, }, { MethodName: "GetPoolsInfo", Handler: _ActiveArchive_GetPoolsInfo_Handler, }, { MethodName: "CreatePool", Handler: _ActiveArchive_CreatePool_Handler, }, { MethodName: "DeletePool", Handler: _ActiveArchive_DeletePool_Handler, }, { MethodName: "AddMediaToPool", Handler: _ActiveArchive_AddMediaToPool_Handler, }, { MethodName: "RemoveMediaFromPool", Handler: _ActiveArchive_RemoveMediaFromPool_Handler, }, { MethodName: "Migrate", Handler: _ActiveArchive_Migrate_Handler, }, { MethodName: "Recall", Handler: _ActiveArchive_Recall_Handler, }, { MethodName: "Retrieve", Handler: _ActiveArchive_Retrieve_Handler, }, { MethodName: "MigrateAsync", Handler: _ActiveArchive_MigrateAsync_Handler, }, { MethodName: "RecallAsync", Handler: _ActiveArchive_RecallAsync_Handler, }, { MethodName: "GetAsyncStatus", Handler: _ActiveArchive_GetAsyncStatus_Handler, }, { MethodName: "GetFileInfo", Handler: _ActiveArchive_GetFileInfo_Handler, }, { MethodName: "SearchFile", Handler: _ActiveArchive_SearchFile_Handler, }, { MethodName: "PrepareFileList", Handler: _ActiveArchive_PrepareFileList_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "active_archive.proto", }
ActiveArchive_ServiceDesc is the grpc.ServiceDesc for ActiveArchive service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_active_archive_proto protoreflect.FileDescriptor
var File_library_manager_proto protoreflect.FileDescriptor
var File_meta_proto protoreflect.FileDescriptor
var LibraryManagement_ServiceDesc = grpc.ServiceDesc{ ServiceName: "v1.LibraryManagement", HandlerType: (*LibraryManagementServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListLibraryManagers", Handler: _LibraryManagement_ListLibraryManagers_Handler, }, { MethodName: "GetLibraryManager", Handler: _LibraryManagement_GetLibraryManager_Handler, }, { MethodName: "CreateLibraryManager", Handler: _LibraryManagement_CreateLibraryManager_Handler, }, { MethodName: "UpdateLibraryManager", Handler: _LibraryManagement_UpdateLibraryManager_Handler, }, { MethodName: "DeleteLibraryManager", Handler: _LibraryManagement_DeleteLibraryManager_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "library_manager.proto", }
LibraryManagement_ServiceDesc is the grpc.ServiceDesc for LibraryManagement service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterActiveArchiveHTTPServer ¶
func RegisterActiveArchiveHTTPServer(s *http.Server, srv ActiveArchiveHTTPServer)
func RegisterActiveArchiveServer ¶
func RegisterActiveArchiveServer(s grpc.ServiceRegistrar, srv ActiveArchiveServer)
func RegisterLibraryManagementHTTPServer ¶
func RegisterLibraryManagementHTTPServer(s *http.Server, srv LibraryManagementHTTPServer)
func RegisterLibraryManagementServer ¶
func RegisterLibraryManagementServer(s grpc.ServiceRegistrar, srv LibraryManagementServer)
Types ¶
type ActiveArchiveClient ¶
type ActiveArchiveClient interface { ListMediumInfo(ctx context.Context, in *DefaultResourceRequest, opts ...grpc.CallOption) (*MediumInfo, error) GetMediaInfo(ctx context.Context, in *LibraryManagerResourceKey, opts ...grpc.CallOption) (*MediaInfoReply, error) GetDrivesInfo(ctx context.Context, in *DefaultResourceRequest, opts ...grpc.CallOption) (*DrivesInfo, error) GetPoolsInfo(ctx context.Context, in *DefaultResourceRequest, opts ...grpc.CallOption) (*PoolsInfo, error) CreatePool(ctx context.Context, in *CreatePoolParams, opts ...grpc.CallOption) (*ReplyMessage, error) DeletePool(ctx context.Context, in *LibraryManagerResourceKey, opts ...grpc.CallOption) (*emptypb.Empty, error) AddMediaToPool(ctx context.Context, in *PoolAddRequest, opts ...grpc.CallOption) (*ReplyMessage, error) RemoveMediaFromPool(ctx context.Context, in *PoolRemoveRequest, opts ...grpc.CallOption) (*ReplyMessage, error) Migrate(ctx context.Context, in *MigrateRequest, opts ...grpc.CallOption) (*MigrationStatus, error) Recall(ctx context.Context, in *RecallRequest, opts ...grpc.CallOption) (*MigrationStatus, error) Retrieve(ctx context.Context, in *DefaultResourceRequest, opts ...grpc.CallOption) (*ReplyMessage, error) MigrateAsync(ctx context.Context, in *MigrateRequest, opts ...grpc.CallOption) (*MigrationStatus, error) RecallAsync(ctx context.Context, in *RecallRequest, opts ...grpc.CallOption) (*MigrationStatus, error) GetAsyncStatus(ctx context.Context, in *AsyncStatusRequest, opts ...grpc.CallOption) (*MigrationStatus, error) GetFileInfo(ctx context.Context, in *FileInfoRequest, opts ...grpc.CallOption) (*FileInfo, error) SearchFile(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error) PrepareFileList(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*PrepareFileListResponse, error) }
ActiveArchiveClient is the client API for ActiveArchive 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 NewActiveArchiveClient ¶
func NewActiveArchiveClient(cc grpc.ClientConnInterface) ActiveArchiveClient
type ActiveArchiveHTTPClient ¶
type ActiveArchiveHTTPClient interface { AddMediaToPool(ctx context.Context, req *PoolAddRequest, opts ...http.CallOption) (rsp *ReplyMessage, err error) CreatePool(ctx context.Context, req *CreatePoolParams, opts ...http.CallOption) (rsp *ReplyMessage, err error) DeletePool(ctx context.Context, req *LibraryManagerResourceKey, opts ...http.CallOption) (rsp *emptypb.Empty, err error) GetAsyncStatus(ctx context.Context, req *AsyncStatusRequest, opts ...http.CallOption) (rsp *MigrationStatus, err error) GetDrivesInfo(ctx context.Context, req *DefaultResourceRequest, opts ...http.CallOption) (rsp *DrivesInfo, err error) GetFileInfo(ctx context.Context, req *FileInfoRequest, opts ...http.CallOption) (rsp *FileInfo, err error) GetMediaInfo(ctx context.Context, req *LibraryManagerResourceKey, opts ...http.CallOption) (rsp *MediaInfoReply, err error) GetPoolsInfo(ctx context.Context, req *DefaultResourceRequest, opts ...http.CallOption) (rsp *PoolsInfo, err error) ListMediumInfo(ctx context.Context, req *DefaultResourceRequest, opts ...http.CallOption) (rsp *MediumInfo, err error) Migrate(ctx context.Context, req *MigrateRequest, opts ...http.CallOption) (rsp *MigrationStatus, err error) MigrateAsync(ctx context.Context, req *MigrateRequest, opts ...http.CallOption) (rsp *MigrationStatus, err error) PrepareFileList(ctx context.Context, req *SearchRequest, opts ...http.CallOption) (rsp *PrepareFileListResponse, err error) Recall(ctx context.Context, req *RecallRequest, opts ...http.CallOption) (rsp *MigrationStatus, err error) RecallAsync(ctx context.Context, req *RecallRequest, opts ...http.CallOption) (rsp *MigrationStatus, err error) RemoveMediaFromPool(ctx context.Context, req *PoolRemoveRequest, opts ...http.CallOption) (rsp *ReplyMessage, err error) Retrieve(ctx context.Context, req *DefaultResourceRequest, opts ...http.CallOption) (rsp *ReplyMessage, err error) SearchFile(ctx context.Context, req *SearchRequest, opts ...http.CallOption) (rsp *SearchResponse, err error) }
func NewActiveArchiveHTTPClient ¶
func NewActiveArchiveHTTPClient(client *http.Client) ActiveArchiveHTTPClient
type ActiveArchiveHTTPClientImpl ¶
type ActiveArchiveHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*ActiveArchiveHTTPClientImpl) AddMediaToPool ¶
func (c *ActiveArchiveHTTPClientImpl) AddMediaToPool(ctx context.Context, in *PoolAddRequest, opts ...http.CallOption) (*ReplyMessage, error)
func (*ActiveArchiveHTTPClientImpl) CreatePool ¶
func (c *ActiveArchiveHTTPClientImpl) CreatePool(ctx context.Context, in *CreatePoolParams, opts ...http.CallOption) (*ReplyMessage, error)
func (*ActiveArchiveHTTPClientImpl) DeletePool ¶
func (c *ActiveArchiveHTTPClientImpl) DeletePool(ctx context.Context, in *LibraryManagerResourceKey, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ActiveArchiveHTTPClientImpl) GetAsyncStatus ¶
func (c *ActiveArchiveHTTPClientImpl) GetAsyncStatus(ctx context.Context, in *AsyncStatusRequest, opts ...http.CallOption) (*MigrationStatus, error)
func (*ActiveArchiveHTTPClientImpl) GetDrivesInfo ¶
func (c *ActiveArchiveHTTPClientImpl) GetDrivesInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*DrivesInfo, error)
func (*ActiveArchiveHTTPClientImpl) GetFileInfo ¶
func (c *ActiveArchiveHTTPClientImpl) GetFileInfo(ctx context.Context, in *FileInfoRequest, opts ...http.CallOption) (*FileInfo, error)
func (*ActiveArchiveHTTPClientImpl) GetMediaInfo ¶
func (c *ActiveArchiveHTTPClientImpl) GetMediaInfo(ctx context.Context, in *LibraryManagerResourceKey, opts ...http.CallOption) (*MediaInfoReply, error)
func (*ActiveArchiveHTTPClientImpl) GetPoolsInfo ¶
func (c *ActiveArchiveHTTPClientImpl) GetPoolsInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*PoolsInfo, error)
func (*ActiveArchiveHTTPClientImpl) ListMediumInfo ¶
func (c *ActiveArchiveHTTPClientImpl) ListMediumInfo(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*MediumInfo, error)
func (*ActiveArchiveHTTPClientImpl) Migrate ¶
func (c *ActiveArchiveHTTPClientImpl) Migrate(ctx context.Context, in *MigrateRequest, opts ...http.CallOption) (*MigrationStatus, error)
func (*ActiveArchiveHTTPClientImpl) MigrateAsync ¶
func (c *ActiveArchiveHTTPClientImpl) MigrateAsync(ctx context.Context, in *MigrateRequest, opts ...http.CallOption) (*MigrationStatus, error)
func (*ActiveArchiveHTTPClientImpl) PrepareFileList ¶
func (c *ActiveArchiveHTTPClientImpl) PrepareFileList(ctx context.Context, in *SearchRequest, opts ...http.CallOption) (*PrepareFileListResponse, error)
func (*ActiveArchiveHTTPClientImpl) Recall ¶
func (c *ActiveArchiveHTTPClientImpl) Recall(ctx context.Context, in *RecallRequest, opts ...http.CallOption) (*MigrationStatus, error)
func (*ActiveArchiveHTTPClientImpl) RecallAsync ¶
func (c *ActiveArchiveHTTPClientImpl) RecallAsync(ctx context.Context, in *RecallRequest, opts ...http.CallOption) (*MigrationStatus, error)
func (*ActiveArchiveHTTPClientImpl) RemoveMediaFromPool ¶
func (c *ActiveArchiveHTTPClientImpl) RemoveMediaFromPool(ctx context.Context, in *PoolRemoveRequest, opts ...http.CallOption) (*ReplyMessage, error)
func (*ActiveArchiveHTTPClientImpl) Retrieve ¶
func (c *ActiveArchiveHTTPClientImpl) Retrieve(ctx context.Context, in *DefaultResourceRequest, opts ...http.CallOption) (*ReplyMessage, error)
func (*ActiveArchiveHTTPClientImpl) SearchFile ¶
func (c *ActiveArchiveHTTPClientImpl) SearchFile(ctx context.Context, in *SearchRequest, opts ...http.CallOption) (*SearchResponse, error)
type ActiveArchiveHTTPServer ¶
type ActiveArchiveHTTPServer interface { AddMediaToPool(context.Context, *PoolAddRequest) (*ReplyMessage, error) CreatePool(context.Context, *CreatePoolParams) (*ReplyMessage, error) DeletePool(context.Context, *LibraryManagerResourceKey) (*emptypb.Empty, error) GetAsyncStatus(context.Context, *AsyncStatusRequest) (*MigrationStatus, error) GetDrivesInfo(context.Context, *DefaultResourceRequest) (*DrivesInfo, error) GetFileInfo(context.Context, *FileInfoRequest) (*FileInfo, error) GetMediaInfo(context.Context, *LibraryManagerResourceKey) (*MediaInfoReply, error) GetPoolsInfo(context.Context, *DefaultResourceRequest) (*PoolsInfo, error) ListMediumInfo(context.Context, *DefaultResourceRequest) (*MediumInfo, error) Migrate(context.Context, *MigrateRequest) (*MigrationStatus, error) MigrateAsync(context.Context, *MigrateRequest) (*MigrationStatus, error) PrepareFileList(context.Context, *SearchRequest) (*PrepareFileListResponse, error) Recall(context.Context, *RecallRequest) (*MigrationStatus, error) RecallAsync(context.Context, *RecallRequest) (*MigrationStatus, error) RemoveMediaFromPool(context.Context, *PoolRemoveRequest) (*ReplyMessage, error) Retrieve(context.Context, *DefaultResourceRequest) (*ReplyMessage, error) SearchFile(context.Context, *SearchRequest) (*SearchResponse, error) }
type ActiveArchiveServer ¶
type ActiveArchiveServer interface { ListMediumInfo(context.Context, *DefaultResourceRequest) (*MediumInfo, error) GetMediaInfo(context.Context, *LibraryManagerResourceKey) (*MediaInfoReply, error) GetDrivesInfo(context.Context, *DefaultResourceRequest) (*DrivesInfo, error) GetPoolsInfo(context.Context, *DefaultResourceRequest) (*PoolsInfo, error) CreatePool(context.Context, *CreatePoolParams) (*ReplyMessage, error) DeletePool(context.Context, *LibraryManagerResourceKey) (*emptypb.Empty, error) AddMediaToPool(context.Context, *PoolAddRequest) (*ReplyMessage, error) RemoveMediaFromPool(context.Context, *PoolRemoveRequest) (*ReplyMessage, error) Migrate(context.Context, *MigrateRequest) (*MigrationStatus, error) Recall(context.Context, *RecallRequest) (*MigrationStatus, error) Retrieve(context.Context, *DefaultResourceRequest) (*ReplyMessage, error) MigrateAsync(context.Context, *MigrateRequest) (*MigrationStatus, error) RecallAsync(context.Context, *RecallRequest) (*MigrationStatus, error) GetAsyncStatus(context.Context, *AsyncStatusRequest) (*MigrationStatus, error) GetFileInfo(context.Context, *FileInfoRequest) (*FileInfo, error) SearchFile(context.Context, *SearchRequest) (*SearchResponse, error) PrepareFileList(context.Context, *SearchRequest) (*PrepareFileListResponse, error) // contains filtered or unexported methods }
ActiveArchiveServer is the server API for ActiveArchive service. All implementations must embed UnimplementedActiveArchiveServer for forward compatibility
type AsyncStatusRequest ¶
type AsyncStatusRequest struct { RequestNumber int64 `protobuf:"varint,1,opt,name=request_number,json=requestNumber,proto3" json:"request_number,omitempty"` LocationInfo *DefaultResourceRequest `protobuf:"bytes,2,opt,name=location_info,json=locationInfo,proto3" json:"location_info,omitempty"` // contains filtered or unexported fields }
func (*AsyncStatusRequest) Descriptor
deprecated
func (*AsyncStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use AsyncStatusRequest.ProtoReflect.Descriptor instead.
func (*AsyncStatusRequest) GetLocationInfo ¶
func (x *AsyncStatusRequest) GetLocationInfo() *DefaultResourceRequest
func (*AsyncStatusRequest) GetRequestNumber ¶
func (x *AsyncStatusRequest) GetRequestNumber() int64
func (*AsyncStatusRequest) ProtoMessage ¶
func (*AsyncStatusRequest) ProtoMessage()
func (*AsyncStatusRequest) ProtoReflect ¶
func (x *AsyncStatusRequest) ProtoReflect() protoreflect.Message
func (*AsyncStatusRequest) Reset ¶
func (x *AsyncStatusRequest) Reset()
func (*AsyncStatusRequest) String ¶
func (x *AsyncStatusRequest) String() string
func (*AsyncStatusRequest) Validate ¶
func (m *AsyncStatusRequest) Validate() error
Validate checks the field values on AsyncStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AsyncStatusRequest) ValidateAll ¶
func (m *AsyncStatusRequest) ValidateAll() error
ValidateAll checks the field values on AsyncStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AsyncStatusRequestMultiError, or nil if none found.
type AsyncStatusRequestMultiError ¶
type AsyncStatusRequestMultiError []error
AsyncStatusRequestMultiError is an error wrapping multiple validation errors returned by AsyncStatusRequest.ValidateAll() if the designated constraints aren't met.
func (AsyncStatusRequestMultiError) AllErrors ¶
func (m AsyncStatusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AsyncStatusRequestMultiError) Error ¶
func (m AsyncStatusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AsyncStatusRequestValidationError ¶
type AsyncStatusRequestValidationError struct {
// contains filtered or unexported fields
}
AsyncStatusRequestValidationError is the validation error returned by AsyncStatusRequest.Validate if the designated constraints aren't met.
func (AsyncStatusRequestValidationError) Cause ¶
func (e AsyncStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (AsyncStatusRequestValidationError) Error ¶
func (e AsyncStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AsyncStatusRequestValidationError) ErrorName ¶
func (e AsyncStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AsyncStatusRequestValidationError) Field ¶
func (e AsyncStatusRequestValidationError) Field() string
Field function returns field value.
func (AsyncStatusRequestValidationError) Key ¶
func (e AsyncStatusRequestValidationError) Key() bool
Key function returns key value.
func (AsyncStatusRequestValidationError) Reason ¶
func (e AsyncStatusRequestValidationError) Reason() string
Reason function returns reason value.
type Condition ¶
type Condition struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Field string `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"` Op string `protobuf:"bytes,3,opt,name=op,proto3" json:"op,omitempty"` Operands []string `protobuf:"bytes,4,rep,name=operands,proto3" json:"operands,omitempty"` GroupOp string `protobuf:"bytes,5,opt,name=group_op,json=groupOp,proto3" json:"group_op,omitempty"` Conditions []*Condition `protobuf:"bytes,6,rep,name=conditions,proto3" json:"conditions,omitempty"` // contains filtered or unexported fields }
func (*Condition) Descriptor
deprecated
func (*Condition) GetConditions ¶
func (*Condition) GetGroupOp ¶
func (*Condition) GetOperands ¶
func (*Condition) ProtoMessage ¶
func (*Condition) ProtoMessage()
func (*Condition) ProtoReflect ¶
func (x *Condition) ProtoReflect() protoreflect.Message
func (*Condition) Validate ¶
Validate checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Condition) ValidateAll ¶
ValidateAll checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionMultiError, or nil if none found.
type ConditionMultiError ¶
type ConditionMultiError []error
ConditionMultiError is an error wrapping multiple validation errors returned by Condition.ValidateAll() if the designated constraints aren't met.
func (ConditionMultiError) AllErrors ¶
func (m ConditionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConditionMultiError) Error ¶
func (m ConditionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConditionValidationError ¶
type ConditionValidationError struct {
// contains filtered or unexported fields
}
ConditionValidationError is the validation error returned by Condition.Validate if the designated constraints aren't met.
func (ConditionValidationError) Cause ¶
func (e ConditionValidationError) Cause() error
Cause function returns cause value.
func (ConditionValidationError) Error ¶
func (e ConditionValidationError) Error() string
Error satisfies the builtin error interface
func (ConditionValidationError) ErrorName ¶
func (e ConditionValidationError) ErrorName() string
ErrorName returns error name.
func (ConditionValidationError) Field ¶
func (e ConditionValidationError) Field() string
Field function returns field value.
func (ConditionValidationError) Key ¶
func (e ConditionValidationError) Key() bool
Key function returns key value.
func (ConditionValidationError) Reason ¶
func (e ConditionValidationError) Reason() string
Reason function returns reason value.
type CreateLibraryManagerParams ¶
type CreateLibraryManagerParams struct { Spec *LibraryManagerSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*CreateLibraryManagerParams) Descriptor
deprecated
func (*CreateLibraryManagerParams) Descriptor() ([]byte, []int)
Deprecated: Use CreateLibraryManagerParams.ProtoReflect.Descriptor instead.
func (*CreateLibraryManagerParams) GetSpec ¶
func (x *CreateLibraryManagerParams) GetSpec() *LibraryManagerSpec
func (*CreateLibraryManagerParams) ProtoMessage ¶
func (*CreateLibraryManagerParams) ProtoMessage()
func (*CreateLibraryManagerParams) ProtoReflect ¶
func (x *CreateLibraryManagerParams) ProtoReflect() protoreflect.Message
func (*CreateLibraryManagerParams) Reset ¶
func (x *CreateLibraryManagerParams) Reset()
func (*CreateLibraryManagerParams) String ¶
func (x *CreateLibraryManagerParams) String() string
func (*CreateLibraryManagerParams) Validate ¶
func (m *CreateLibraryManagerParams) Validate() error
Validate checks the field values on CreateLibraryManagerParams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateLibraryManagerParams) ValidateAll ¶
func (m *CreateLibraryManagerParams) ValidateAll() error
ValidateAll checks the field values on CreateLibraryManagerParams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateLibraryManagerParamsMultiError, or nil if none found.
type CreateLibraryManagerParamsMultiError ¶
type CreateLibraryManagerParamsMultiError []error
CreateLibraryManagerParamsMultiError is an error wrapping multiple validation errors returned by CreateLibraryManagerParams.ValidateAll() if the designated constraints aren't met.
func (CreateLibraryManagerParamsMultiError) AllErrors ¶
func (m CreateLibraryManagerParamsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateLibraryManagerParamsMultiError) Error ¶
func (m CreateLibraryManagerParamsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateLibraryManagerParamsValidationError ¶
type CreateLibraryManagerParamsValidationError struct {
// contains filtered or unexported fields
}
CreateLibraryManagerParamsValidationError is the validation error returned by CreateLibraryManagerParams.Validate if the designated constraints aren't met.
func (CreateLibraryManagerParamsValidationError) Cause ¶
func (e CreateLibraryManagerParamsValidationError) Cause() error
Cause function returns cause value.
func (CreateLibraryManagerParamsValidationError) Error ¶
func (e CreateLibraryManagerParamsValidationError) Error() string
Error satisfies the builtin error interface
func (CreateLibraryManagerParamsValidationError) ErrorName ¶
func (e CreateLibraryManagerParamsValidationError) ErrorName() string
ErrorName returns error name.
func (CreateLibraryManagerParamsValidationError) Field ¶
func (e CreateLibraryManagerParamsValidationError) Field() string
Field function returns field value.
func (CreateLibraryManagerParamsValidationError) Key ¶
func (e CreateLibraryManagerParamsValidationError) Key() bool
Key function returns key value.
func (CreateLibraryManagerParamsValidationError) Reason ¶
func (e CreateLibraryManagerParamsValidationError) Reason() string
Reason function returns reason value.
type CreatePoolParams ¶
type CreatePoolParams struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` LocationInfo *DefaultResourceRequest `protobuf:"bytes,2,opt,name=location_info,json=locationInfo,proto3" json:"location_info,omitempty"` // contains filtered or unexported fields }
func (*CreatePoolParams) Descriptor
deprecated
func (*CreatePoolParams) Descriptor() ([]byte, []int)
Deprecated: Use CreatePoolParams.ProtoReflect.Descriptor instead.
func (*CreatePoolParams) GetLocationInfo ¶
func (x *CreatePoolParams) GetLocationInfo() *DefaultResourceRequest
func (*CreatePoolParams) GetName ¶
func (x *CreatePoolParams) GetName() string
func (*CreatePoolParams) ProtoMessage ¶
func (*CreatePoolParams) ProtoMessage()
func (*CreatePoolParams) ProtoReflect ¶
func (x *CreatePoolParams) ProtoReflect() protoreflect.Message
func (*CreatePoolParams) Reset ¶
func (x *CreatePoolParams) Reset()
func (*CreatePoolParams) String ¶
func (x *CreatePoolParams) String() string
func (*CreatePoolParams) Validate ¶
func (m *CreatePoolParams) Validate() error
Validate checks the field values on CreatePoolParams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreatePoolParams) ValidateAll ¶
func (m *CreatePoolParams) ValidateAll() error
ValidateAll checks the field values on CreatePoolParams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePoolParamsMultiError, or nil if none found.
type CreatePoolParamsMultiError ¶
type CreatePoolParamsMultiError []error
CreatePoolParamsMultiError is an error wrapping multiple validation errors returned by CreatePoolParams.ValidateAll() if the designated constraints aren't met.
func (CreatePoolParamsMultiError) AllErrors ¶
func (m CreatePoolParamsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreatePoolParamsMultiError) Error ¶
func (m CreatePoolParamsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreatePoolParamsValidationError ¶
type CreatePoolParamsValidationError struct {
// contains filtered or unexported fields
}
CreatePoolParamsValidationError is the validation error returned by CreatePoolParams.Validate if the designated constraints aren't met.
func (CreatePoolParamsValidationError) Cause ¶
func (e CreatePoolParamsValidationError) Cause() error
Cause function returns cause value.
func (CreatePoolParamsValidationError) Error ¶
func (e CreatePoolParamsValidationError) Error() string
Error satisfies the builtin error interface
func (CreatePoolParamsValidationError) ErrorName ¶
func (e CreatePoolParamsValidationError) ErrorName() string
ErrorName returns error name.
func (CreatePoolParamsValidationError) Field ¶
func (e CreatePoolParamsValidationError) Field() string
Field function returns field value.
func (CreatePoolParamsValidationError) Key ¶
func (e CreatePoolParamsValidationError) Key() bool
Key function returns key value.
func (CreatePoolParamsValidationError) Reason ¶
func (e CreatePoolParamsValidationError) Reason() string
Reason function returns reason value.
type DefaultResourceRequest ¶
type DefaultResourceRequest struct { LibraryManagerName string `protobuf:"bytes,1,opt,name=library_manager_name,json=libraryManagerName,proto3" json:"library_manager_name,omitempty"` IpAddress string `protobuf:"bytes,2,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"` // contains filtered or unexported fields }
func (*DefaultResourceRequest) Descriptor
deprecated
func (*DefaultResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DefaultResourceRequest.ProtoReflect.Descriptor instead.
func (*DefaultResourceRequest) GetIpAddress ¶
func (x *DefaultResourceRequest) GetIpAddress() string
func (*DefaultResourceRequest) GetLibraryManagerName ¶
func (x *DefaultResourceRequest) GetLibraryManagerName() string
func (*DefaultResourceRequest) ProtoMessage ¶
func (*DefaultResourceRequest) ProtoMessage()
func (*DefaultResourceRequest) ProtoReflect ¶
func (x *DefaultResourceRequest) ProtoReflect() protoreflect.Message
func (*DefaultResourceRequest) Reset ¶
func (x *DefaultResourceRequest) Reset()
func (*DefaultResourceRequest) String ¶
func (x *DefaultResourceRequest) String() string
func (*DefaultResourceRequest) Validate ¶
func (m *DefaultResourceRequest) Validate() error
Validate checks the field values on DefaultResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DefaultResourceRequest) ValidateAll ¶
func (m *DefaultResourceRequest) ValidateAll() error
ValidateAll checks the field values on DefaultResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DefaultResourceRequestMultiError, or nil if none found.
type DefaultResourceRequestMultiError ¶
type DefaultResourceRequestMultiError []error
DefaultResourceRequestMultiError is an error wrapping multiple validation errors returned by DefaultResourceRequest.ValidateAll() if the designated constraints aren't met.
func (DefaultResourceRequestMultiError) AllErrors ¶
func (m DefaultResourceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DefaultResourceRequestMultiError) Error ¶
func (m DefaultResourceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DefaultResourceRequestValidationError ¶
type DefaultResourceRequestValidationError struct {
// contains filtered or unexported fields
}
DefaultResourceRequestValidationError is the validation error returned by DefaultResourceRequest.Validate if the designated constraints aren't met.
func (DefaultResourceRequestValidationError) Cause ¶
func (e DefaultResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (DefaultResourceRequestValidationError) Error ¶
func (e DefaultResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DefaultResourceRequestValidationError) ErrorName ¶
func (e DefaultResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DefaultResourceRequestValidationError) Field ¶
func (e DefaultResourceRequestValidationError) Field() string
Field function returns field value.
func (DefaultResourceRequestValidationError) Key ¶
func (e DefaultResourceRequestValidationError) Key() bool
Key function returns key value.
func (DefaultResourceRequestValidationError) Reason ¶
func (e DefaultResourceRequestValidationError) Reason() string
Reason function returns reason value.
type DriveInfo ¶
type DriveInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DeviceName string `protobuf:"bytes,2,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` Slot uint64 `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Busy bool `protobuf:"varint,5,opt,name=busy,proto3" json:"busy,omitempty"` // contains filtered or unexported fields }
func (*DriveInfo) Descriptor
deprecated
func (*DriveInfo) GetDeviceName ¶
func (*DriveInfo) ProtoMessage ¶
func (*DriveInfo) ProtoMessage()
func (*DriveInfo) ProtoReflect ¶
func (x *DriveInfo) ProtoReflect() protoreflect.Message
func (*DriveInfo) Validate ¶
Validate checks the field values on DriveInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DriveInfo) ValidateAll ¶
ValidateAll checks the field values on DriveInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DriveInfoMultiError, or nil if none found.
type DriveInfoMultiError ¶
type DriveInfoMultiError []error
DriveInfoMultiError is an error wrapping multiple validation errors returned by DriveInfo.ValidateAll() if the designated constraints aren't met.
func (DriveInfoMultiError) AllErrors ¶
func (m DriveInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DriveInfoMultiError) Error ¶
func (m DriveInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DriveInfoValidationError ¶
type DriveInfoValidationError struct {
// contains filtered or unexported fields
}
DriveInfoValidationError is the validation error returned by DriveInfo.Validate if the designated constraints aren't met.
func (DriveInfoValidationError) Cause ¶
func (e DriveInfoValidationError) Cause() error
Cause function returns cause value.
func (DriveInfoValidationError) Error ¶
func (e DriveInfoValidationError) Error() string
Error satisfies the builtin error interface
func (DriveInfoValidationError) ErrorName ¶
func (e DriveInfoValidationError) ErrorName() string
ErrorName returns error name.
func (DriveInfoValidationError) Field ¶
func (e DriveInfoValidationError) Field() string
Field function returns field value.
func (DriveInfoValidationError) Key ¶
func (e DriveInfoValidationError) Key() bool
Key function returns key value.
func (DriveInfoValidationError) Reason ¶
func (e DriveInfoValidationError) Reason() string
Reason function returns reason value.
type DrivesInfo ¶
type DrivesInfo struct { Drives []*DriveInfo `protobuf:"bytes,1,rep,name=drives,proto3" json:"drives,omitempty"` // contains filtered or unexported fields }
func (*DrivesInfo) Descriptor
deprecated
func (*DrivesInfo) Descriptor() ([]byte, []int)
Deprecated: Use DrivesInfo.ProtoReflect.Descriptor instead.
func (*DrivesInfo) GetDrives ¶
func (x *DrivesInfo) GetDrives() []*DriveInfo
func (*DrivesInfo) ProtoMessage ¶
func (*DrivesInfo) ProtoMessage()
func (*DrivesInfo) ProtoReflect ¶
func (x *DrivesInfo) ProtoReflect() protoreflect.Message
func (*DrivesInfo) Reset ¶
func (x *DrivesInfo) Reset()
func (*DrivesInfo) String ¶
func (x *DrivesInfo) String() string
func (*DrivesInfo) Validate ¶
func (m *DrivesInfo) Validate() error
Validate checks the field values on DrivesInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DrivesInfo) ValidateAll ¶
func (m *DrivesInfo) ValidateAll() error
ValidateAll checks the field values on DrivesInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DrivesInfoMultiError, or nil if none found.
type DrivesInfoMultiError ¶
type DrivesInfoMultiError []error
DrivesInfoMultiError is an error wrapping multiple validation errors returned by DrivesInfo.ValidateAll() if the designated constraints aren't met.
func (DrivesInfoMultiError) AllErrors ¶
func (m DrivesInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DrivesInfoMultiError) Error ¶
func (m DrivesInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DrivesInfoValidationError ¶
type DrivesInfoValidationError struct {
// contains filtered or unexported fields
}
DrivesInfoValidationError is the validation error returned by DrivesInfo.Validate if the designated constraints aren't met.
func (DrivesInfoValidationError) Cause ¶
func (e DrivesInfoValidationError) Cause() error
Cause function returns cause value.
func (DrivesInfoValidationError) Error ¶
func (e DrivesInfoValidationError) Error() string
Error satisfies the builtin error interface
func (DrivesInfoValidationError) ErrorName ¶
func (e DrivesInfoValidationError) ErrorName() string
ErrorName returns error name.
func (DrivesInfoValidationError) Field ¶
func (e DrivesInfoValidationError) Field() string
Field function returns field value.
func (DrivesInfoValidationError) Key ¶
func (e DrivesInfoValidationError) Key() bool
Key function returns key value.
func (DrivesInfoValidationError) Reason ¶
func (e DrivesInfoValidationError) Reason() string
Reason function returns reason value.
type FileInfo ¶
type FileInfo struct { MigrationState string `protobuf:"bytes,1,opt,name=migration_state,json=migrationState,proto3" json:"migration_state,omitempty"` FileName string `protobuf:"bytes,2,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"` Size uint64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Blocks uint64 `protobuf:"varint,4,opt,name=blocks,proto3" json:"blocks,omitempty"` FilesystemUidHigh uint64 `protobuf:"varint,5,opt,name=filesystem_uid_high,json=filesystemUidHigh,proto3" json:"filesystem_uid_high,omitempty"` FilesystemUidLow uint64 `protobuf:"varint,6,opt,name=filesystem_uid_low,json=filesystemUidLow,proto3" json:"filesystem_uid_low,omitempty"` InodeGeneration uint32 `protobuf:"varint,7,opt,name=inode_generation,json=inodeGeneration,proto3" json:"inode_generation,omitempty"` InodeNumber uint64 `protobuf:"varint,8,opt,name=inode_number,json=inodeNumber,proto3" json:"inode_number,omitempty"` TapeId string `protobuf:"bytes,9,opt,name=tape_id,json=tapeId,proto3" json:"tape_id,omitempty"` StartBlock int64 `protobuf:"varint,10,opt,name=start_block,json=startBlock,proto3" json:"start_block,omitempty"` // contains filtered or unexported fields }
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) GetFileName ¶
func (*FileInfo) GetFilesystemUidHigh ¶
func (*FileInfo) GetFilesystemUidLow ¶
func (*FileInfo) GetInodeGeneration ¶
func (*FileInfo) GetInodeNumber ¶
func (*FileInfo) GetMigrationState ¶
func (*FileInfo) GetStartBlock ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
func (*FileInfo) Validate ¶
Validate checks the field values on FileInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*FileInfo) ValidateAll ¶
ValidateAll checks the field values on FileInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FileInfoMultiError, or nil if none found.
type FileInfoMultiError ¶
type FileInfoMultiError []error
FileInfoMultiError is an error wrapping multiple validation errors returned by FileInfo.ValidateAll() if the designated constraints aren't met.
func (FileInfoMultiError) AllErrors ¶
func (m FileInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FileInfoMultiError) Error ¶
func (m FileInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FileInfoRequest ¶
type FileInfoRequest struct { FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"` LocationInfo *DefaultResourceRequest `protobuf:"bytes,2,opt,name=location_info,json=locationInfo,proto3" json:"location_info,omitempty"` // contains filtered or unexported fields }
func (*FileInfoRequest) Descriptor
deprecated
func (*FileInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use FileInfoRequest.ProtoReflect.Descriptor instead.
func (*FileInfoRequest) GetFileName ¶
func (x *FileInfoRequest) GetFileName() string
func (*FileInfoRequest) GetLocationInfo ¶
func (x *FileInfoRequest) GetLocationInfo() *DefaultResourceRequest
func (*FileInfoRequest) ProtoMessage ¶
func (*FileInfoRequest) ProtoMessage()
func (*FileInfoRequest) ProtoReflect ¶
func (x *FileInfoRequest) ProtoReflect() protoreflect.Message
func (*FileInfoRequest) Reset ¶
func (x *FileInfoRequest) Reset()
func (*FileInfoRequest) String ¶
func (x *FileInfoRequest) String() string
func (*FileInfoRequest) Validate ¶
func (m *FileInfoRequest) Validate() error
Validate checks the field values on FileInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*FileInfoRequest) ValidateAll ¶
func (m *FileInfoRequest) ValidateAll() error
ValidateAll checks the field values on FileInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FileInfoRequestMultiError, or nil if none found.
type FileInfoRequestMultiError ¶
type FileInfoRequestMultiError []error
FileInfoRequestMultiError is an error wrapping multiple validation errors returned by FileInfoRequest.ValidateAll() if the designated constraints aren't met.
func (FileInfoRequestMultiError) AllErrors ¶
func (m FileInfoRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FileInfoRequestMultiError) Error ¶
func (m FileInfoRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FileInfoRequestValidationError ¶
type FileInfoRequestValidationError struct {
// contains filtered or unexported fields
}
FileInfoRequestValidationError is the validation error returned by FileInfoRequest.Validate if the designated constraints aren't met.
func (FileInfoRequestValidationError) Cause ¶
func (e FileInfoRequestValidationError) Cause() error
Cause function returns cause value.
func (FileInfoRequestValidationError) Error ¶
func (e FileInfoRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FileInfoRequestValidationError) ErrorName ¶
func (e FileInfoRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FileInfoRequestValidationError) Field ¶
func (e FileInfoRequestValidationError) Field() string
Field function returns field value.
func (FileInfoRequestValidationError) Key ¶
func (e FileInfoRequestValidationError) Key() bool
Key function returns key value.
func (FileInfoRequestValidationError) Reason ¶
func (e FileInfoRequestValidationError) Reason() string
Reason function returns reason value.
type FileInfoValidationError ¶
type FileInfoValidationError struct {
// contains filtered or unexported fields
}
FileInfoValidationError is the validation error returned by FileInfo.Validate if the designated constraints aren't met.
func (FileInfoValidationError) Cause ¶
func (e FileInfoValidationError) Cause() error
Cause function returns cause value.
func (FileInfoValidationError) Error ¶
func (e FileInfoValidationError) Error() string
Error satisfies the builtin error interface
func (FileInfoValidationError) ErrorName ¶
func (e FileInfoValidationError) ErrorName() string
ErrorName returns error name.
func (FileInfoValidationError) Field ¶
func (e FileInfoValidationError) Field() string
Field function returns field value.
func (FileInfoValidationError) Key ¶
func (e FileInfoValidationError) Key() bool
Key function returns key value.
func (FileInfoValidationError) Reason ¶
func (e FileInfoValidationError) Reason() string
Reason function returns reason value.
type HostInfo ¶
type HostInfo struct { IpAddress string `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"` HostName string `protobuf:"bytes,2,opt,name=host_name,json=hostName,proto3" json:"host_name,omitempty"` ManagedFsInfo []*ManagedFileSystemInfo `protobuf:"bytes,3,rep,name=managed_fs_info,json=managedFsInfo,proto3" json:"managed_fs_info,omitempty"` // contains filtered or unexported fields }
func (*HostInfo) Descriptor
deprecated
func (*HostInfo) GetHostName ¶
func (*HostInfo) GetIpAddress ¶
func (*HostInfo) GetManagedFsInfo ¶
func (x *HostInfo) GetManagedFsInfo() []*ManagedFileSystemInfo
func (*HostInfo) ProtoMessage ¶
func (*HostInfo) ProtoMessage()
func (*HostInfo) ProtoReflect ¶
func (x *HostInfo) ProtoReflect() protoreflect.Message
func (*HostInfo) Validate ¶
Validate checks the field values on HostInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*HostInfo) ValidateAll ¶
ValidateAll checks the field values on HostInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HostInfoMultiError, or nil if none found.
type HostInfoMultiError ¶
type HostInfoMultiError []error
HostInfoMultiError is an error wrapping multiple validation errors returned by HostInfo.ValidateAll() if the designated constraints aren't met.
func (HostInfoMultiError) AllErrors ¶
func (m HostInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (HostInfoMultiError) Error ¶
func (m HostInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type HostInfoValidationError ¶
type HostInfoValidationError struct {
// contains filtered or unexported fields
}
HostInfoValidationError is the validation error returned by HostInfo.Validate if the designated constraints aren't met.
func (HostInfoValidationError) Cause ¶
func (e HostInfoValidationError) Cause() error
Cause function returns cause value.
func (HostInfoValidationError) Error ¶
func (e HostInfoValidationError) Error() string
Error satisfies the builtin error interface
func (HostInfoValidationError) ErrorName ¶
func (e HostInfoValidationError) ErrorName() string
ErrorName returns error name.
func (HostInfoValidationError) Field ¶
func (e HostInfoValidationError) Field() string
Field function returns field value.
func (HostInfoValidationError) Key ¶
func (e HostInfoValidationError) Key() bool
Key function returns key value.
func (HostInfoValidationError) Reason ¶
func (e HostInfoValidationError) Reason() string
Reason function returns reason value.
type LTFSDataManagerInfo ¶
type LTFSDataManagerInfo struct { Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"` State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*LTFSDataManagerInfo) Descriptor
deprecated
func (*LTFSDataManagerInfo) Descriptor() ([]byte, []int)
Deprecated: Use LTFSDataManagerInfo.ProtoReflect.Descriptor instead.
func (*LTFSDataManagerInfo) GetRevision ¶
func (x *LTFSDataManagerInfo) GetRevision() string
func (*LTFSDataManagerInfo) GetState ¶
func (x *LTFSDataManagerInfo) GetState() string
func (*LTFSDataManagerInfo) ProtoMessage ¶
func (*LTFSDataManagerInfo) ProtoMessage()
func (*LTFSDataManagerInfo) ProtoReflect ¶
func (x *LTFSDataManagerInfo) ProtoReflect() protoreflect.Message
func (*LTFSDataManagerInfo) Reset ¶
func (x *LTFSDataManagerInfo) Reset()
func (*LTFSDataManagerInfo) String ¶
func (x *LTFSDataManagerInfo) String() string
func (*LTFSDataManagerInfo) Validate ¶
func (m *LTFSDataManagerInfo) Validate() error
Validate checks the field values on LTFSDataManagerInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LTFSDataManagerInfo) ValidateAll ¶
func (m *LTFSDataManagerInfo) ValidateAll() error
ValidateAll checks the field values on LTFSDataManagerInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LTFSDataManagerInfoMultiError, or nil if none found.
type LTFSDataManagerInfoMultiError ¶
type LTFSDataManagerInfoMultiError []error
LTFSDataManagerInfoMultiError is an error wrapping multiple validation errors returned by LTFSDataManagerInfo.ValidateAll() if the designated constraints aren't met.
func (LTFSDataManagerInfoMultiError) AllErrors ¶
func (m LTFSDataManagerInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LTFSDataManagerInfoMultiError) Error ¶
func (m LTFSDataManagerInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LTFSDataManagerInfoValidationError ¶
type LTFSDataManagerInfoValidationError struct {
// contains filtered or unexported fields
}
LTFSDataManagerInfoValidationError is the validation error returned by LTFSDataManagerInfo.Validate if the designated constraints aren't met.
func (LTFSDataManagerInfoValidationError) Cause ¶
func (e LTFSDataManagerInfoValidationError) Cause() error
Cause function returns cause value.
func (LTFSDataManagerInfoValidationError) Error ¶
func (e LTFSDataManagerInfoValidationError) Error() string
Error satisfies the builtin error interface
func (LTFSDataManagerInfoValidationError) ErrorName ¶
func (e LTFSDataManagerInfoValidationError) ErrorName() string
ErrorName returns error name.
func (LTFSDataManagerInfoValidationError) Field ¶
func (e LTFSDataManagerInfoValidationError) Field() string
Field function returns field value.
func (LTFSDataManagerInfoValidationError) Key ¶
func (e LTFSDataManagerInfoValidationError) Key() bool
Key function returns key value.
func (LTFSDataManagerInfoValidationError) Reason ¶
func (e LTFSDataManagerInfoValidationError) Reason() string
Reason function returns reason value.
type LibraryManagementClient ¶
type LibraryManagementClient interface { ListLibraryManagers(ctx context.Context, in *ResourceKey, opts ...grpc.CallOption) (*LibraryManagersReply, error) GetLibraryManager(ctx context.Context, in *ResourceKey, opts ...grpc.CallOption) (*LibraryManagerObject, error) CreateLibraryManager(ctx context.Context, in *CreateLibraryManagerParams, opts ...grpc.CallOption) (*LibraryManagerObject, error) UpdateLibraryManager(ctx context.Context, in *UpdateLibraryManagerParams, opts ...grpc.CallOption) (*LibraryManagerObject, error) DeleteLibraryManager(ctx context.Context, in *ResourceKey, opts ...grpc.CallOption) (*emptypb.Empty, error) }
LibraryManagementClient is the client API for LibraryManagement 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 NewLibraryManagementClient ¶
func NewLibraryManagementClient(cc grpc.ClientConnInterface) LibraryManagementClient
type LibraryManagementHTTPClient ¶
type LibraryManagementHTTPClient interface { CreateLibraryManager(ctx context.Context, req *CreateLibraryManagerParams, opts ...http.CallOption) (rsp *LibraryManagerObject, err error) DeleteLibraryManager(ctx context.Context, req *ResourceKey, opts ...http.CallOption) (rsp *emptypb.Empty, err error) GetLibraryManager(ctx context.Context, req *ResourceKey, opts ...http.CallOption) (rsp *LibraryManagerObject, err error) ListLibraryManagers(ctx context.Context, req *ResourceKey, opts ...http.CallOption) (rsp *LibraryManagersReply, err error) UpdateLibraryManager(ctx context.Context, req *UpdateLibraryManagerParams, opts ...http.CallOption) (rsp *LibraryManagerObject, err error) }
func NewLibraryManagementHTTPClient ¶
func NewLibraryManagementHTTPClient(client *http.Client) LibraryManagementHTTPClient
type LibraryManagementHTTPClientImpl ¶
type LibraryManagementHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*LibraryManagementHTTPClientImpl) CreateLibraryManager ¶
func (c *LibraryManagementHTTPClientImpl) CreateLibraryManager(ctx context.Context, in *CreateLibraryManagerParams, opts ...http.CallOption) (*LibraryManagerObject, error)
func (*LibraryManagementHTTPClientImpl) DeleteLibraryManager ¶
func (c *LibraryManagementHTTPClientImpl) DeleteLibraryManager(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*emptypb.Empty, error)
func (*LibraryManagementHTTPClientImpl) GetLibraryManager ¶
func (c *LibraryManagementHTTPClientImpl) GetLibraryManager(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*LibraryManagerObject, error)
func (*LibraryManagementHTTPClientImpl) ListLibraryManagers ¶
func (c *LibraryManagementHTTPClientImpl) ListLibraryManagers(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*LibraryManagersReply, error)
func (*LibraryManagementHTTPClientImpl) UpdateLibraryManager ¶
func (c *LibraryManagementHTTPClientImpl) UpdateLibraryManager(ctx context.Context, in *UpdateLibraryManagerParams, opts ...http.CallOption) (*LibraryManagerObject, error)
type LibraryManagementHTTPServer ¶
type LibraryManagementHTTPServer interface { CreateLibraryManager(context.Context, *CreateLibraryManagerParams) (*LibraryManagerObject, error) DeleteLibraryManager(context.Context, *ResourceKey) (*emptypb.Empty, error) GetLibraryManager(context.Context, *ResourceKey) (*LibraryManagerObject, error) ListLibraryManagers(context.Context, *ResourceKey) (*LibraryManagersReply, error) UpdateLibraryManager(context.Context, *UpdateLibraryManagerParams) (*LibraryManagerObject, error) }
type LibraryManagementServer ¶
type LibraryManagementServer interface { ListLibraryManagers(context.Context, *ResourceKey) (*LibraryManagersReply, error) GetLibraryManager(context.Context, *ResourceKey) (*LibraryManagerObject, error) CreateLibraryManager(context.Context, *CreateLibraryManagerParams) (*LibraryManagerObject, error) UpdateLibraryManager(context.Context, *UpdateLibraryManagerParams) (*LibraryManagerObject, error) DeleteLibraryManager(context.Context, *ResourceKey) (*emptypb.Empty, error) // contains filtered or unexported methods }
LibraryManagementServer is the server API for LibraryManagement service. All implementations must embed UnimplementedLibraryManagementServer for forward compatibility
type LibraryManagerObject ¶
type LibraryManagerObject struct { Spec *LibraryManagerSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` LibraryInfo *TapeLibraryInfo `protobuf:"bytes,2,opt,name=library_info,json=libraryInfo,proto3" json:"library_info,omitempty"` System *SystemInfo `protobuf:"bytes,3,opt,name=system,proto3" json:"system,omitempty"` DataManagerInfo *LTFSDataManagerInfo `protobuf:"bytes,4,opt,name=data_manager_info,json=dataManagerInfo,proto3" json:"data_manager_info,omitempty"` // contains filtered or unexported fields }
func (*LibraryManagerObject) Descriptor
deprecated
func (*LibraryManagerObject) Descriptor() ([]byte, []int)
Deprecated: Use LibraryManagerObject.ProtoReflect.Descriptor instead.
func (*LibraryManagerObject) GetDataManagerInfo ¶
func (x *LibraryManagerObject) GetDataManagerInfo() *LTFSDataManagerInfo
func (*LibraryManagerObject) GetLibraryInfo ¶
func (x *LibraryManagerObject) GetLibraryInfo() *TapeLibraryInfo
func (*LibraryManagerObject) GetSpec ¶
func (x *LibraryManagerObject) GetSpec() *LibraryManagerSpec
func (*LibraryManagerObject) GetSystem ¶
func (x *LibraryManagerObject) GetSystem() *SystemInfo
func (*LibraryManagerObject) ProtoMessage ¶
func (*LibraryManagerObject) ProtoMessage()
func (*LibraryManagerObject) ProtoReflect ¶
func (x *LibraryManagerObject) ProtoReflect() protoreflect.Message
func (*LibraryManagerObject) Reset ¶
func (x *LibraryManagerObject) Reset()
func (*LibraryManagerObject) String ¶
func (x *LibraryManagerObject) String() string
func (*LibraryManagerObject) Validate ¶
func (m *LibraryManagerObject) Validate() error
Validate checks the field values on LibraryManagerObject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LibraryManagerObject) ValidateAll ¶
func (m *LibraryManagerObject) ValidateAll() error
ValidateAll checks the field values on LibraryManagerObject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LibraryManagerObjectMultiError, or nil if none found.
type LibraryManagerObjectMultiError ¶
type LibraryManagerObjectMultiError []error
LibraryManagerObjectMultiError is an error wrapping multiple validation errors returned by LibraryManagerObject.ValidateAll() if the designated constraints aren't met.
func (LibraryManagerObjectMultiError) AllErrors ¶
func (m LibraryManagerObjectMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LibraryManagerObjectMultiError) Error ¶
func (m LibraryManagerObjectMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LibraryManagerObjectValidationError ¶
type LibraryManagerObjectValidationError struct {
// contains filtered or unexported fields
}
LibraryManagerObjectValidationError is the validation error returned by LibraryManagerObject.Validate if the designated constraints aren't met.
func (LibraryManagerObjectValidationError) Cause ¶
func (e LibraryManagerObjectValidationError) Cause() error
Cause function returns cause value.
func (LibraryManagerObjectValidationError) Error ¶
func (e LibraryManagerObjectValidationError) Error() string
Error satisfies the builtin error interface
func (LibraryManagerObjectValidationError) ErrorName ¶
func (e LibraryManagerObjectValidationError) ErrorName() string
ErrorName returns error name.
func (LibraryManagerObjectValidationError) Field ¶
func (e LibraryManagerObjectValidationError) Field() string
Field function returns field value.
func (LibraryManagerObjectValidationError) Key ¶
func (e LibraryManagerObjectValidationError) Key() bool
Key function returns key value.
func (LibraryManagerObjectValidationError) Reason ¶
func (e LibraryManagerObjectValidationError) Reason() string
Reason function returns reason value.
type LibraryManagerResourceKey ¶
type LibraryManagerResourceKey struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` LocationInfo *DefaultResourceRequest `protobuf:"bytes,2,opt,name=location_info,json=locationInfo,proto3" json:"location_info,omitempty"` // contains filtered or unexported fields }
func (*LibraryManagerResourceKey) Descriptor
deprecated
func (*LibraryManagerResourceKey) Descriptor() ([]byte, []int)
Deprecated: Use LibraryManagerResourceKey.ProtoReflect.Descriptor instead.
func (*LibraryManagerResourceKey) GetLocationInfo ¶
func (x *LibraryManagerResourceKey) GetLocationInfo() *DefaultResourceRequest
func (*LibraryManagerResourceKey) GetName ¶
func (x *LibraryManagerResourceKey) GetName() string
func (*LibraryManagerResourceKey) ProtoMessage ¶
func (*LibraryManagerResourceKey) ProtoMessage()
func (*LibraryManagerResourceKey) ProtoReflect ¶
func (x *LibraryManagerResourceKey) ProtoReflect() protoreflect.Message
func (*LibraryManagerResourceKey) Reset ¶
func (x *LibraryManagerResourceKey) Reset()
func (*LibraryManagerResourceKey) String ¶
func (x *LibraryManagerResourceKey) String() string
func (*LibraryManagerResourceKey) Validate ¶
func (m *LibraryManagerResourceKey) Validate() error
Validate checks the field values on LibraryManagerResourceKey with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LibraryManagerResourceKey) ValidateAll ¶
func (m *LibraryManagerResourceKey) ValidateAll() error
ValidateAll checks the field values on LibraryManagerResourceKey with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LibraryManagerResourceKeyMultiError, or nil if none found.
type LibraryManagerResourceKeyMultiError ¶
type LibraryManagerResourceKeyMultiError []error
LibraryManagerResourceKeyMultiError is an error wrapping multiple validation errors returned by LibraryManagerResourceKey.ValidateAll() if the designated constraints aren't met.
func (LibraryManagerResourceKeyMultiError) AllErrors ¶
func (m LibraryManagerResourceKeyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LibraryManagerResourceKeyMultiError) Error ¶
func (m LibraryManagerResourceKeyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LibraryManagerResourceKeyValidationError ¶
type LibraryManagerResourceKeyValidationError struct {
// contains filtered or unexported fields
}
LibraryManagerResourceKeyValidationError is the validation error returned by LibraryManagerResourceKey.Validate if the designated constraints aren't met.
func (LibraryManagerResourceKeyValidationError) Cause ¶
func (e LibraryManagerResourceKeyValidationError) Cause() error
Cause function returns cause value.
func (LibraryManagerResourceKeyValidationError) Error ¶
func (e LibraryManagerResourceKeyValidationError) Error() string
Error satisfies the builtin error interface
func (LibraryManagerResourceKeyValidationError) ErrorName ¶
func (e LibraryManagerResourceKeyValidationError) ErrorName() string
ErrorName returns error name.
func (LibraryManagerResourceKeyValidationError) Field ¶
func (e LibraryManagerResourceKeyValidationError) Field() string
Field function returns field value.
func (LibraryManagerResourceKeyValidationError) Key ¶
func (e LibraryManagerResourceKeyValidationError) Key() bool
Key function returns key value.
func (LibraryManagerResourceKeyValidationError) Reason ¶
func (e LibraryManagerResourceKeyValidationError) Reason() string
Reason function returns reason value.
type LibraryManagerSpec ¶
type LibraryManagerSpec struct { LibraryType string `protobuf:"bytes,1,opt,name=library_type,json=libraryType,proto3" json:"library_type,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` NodeInfo *HostInfo `protobuf:"bytes,3,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"` Settings *TapeLibrarySetting `protobuf:"bytes,4,opt,name=settings,proto3" json:"settings,omitempty"` ManagementToken string `protobuf:"bytes,5,opt,name=management_token,json=managementToken,proto3" json:"management_token,omitempty"` // contains filtered or unexported fields }
func (*LibraryManagerSpec) Descriptor
deprecated
func (*LibraryManagerSpec) Descriptor() ([]byte, []int)
Deprecated: Use LibraryManagerSpec.ProtoReflect.Descriptor instead.
func (*LibraryManagerSpec) GetLibraryType ¶
func (x *LibraryManagerSpec) GetLibraryType() string
func (*LibraryManagerSpec) GetManagementToken ¶
func (x *LibraryManagerSpec) GetManagementToken() string
func (*LibraryManagerSpec) GetName ¶
func (x *LibraryManagerSpec) GetName() string
func (*LibraryManagerSpec) GetNodeInfo ¶
func (x *LibraryManagerSpec) GetNodeInfo() *HostInfo
func (*LibraryManagerSpec) GetSettings ¶
func (x *LibraryManagerSpec) GetSettings() *TapeLibrarySetting
func (*LibraryManagerSpec) ProtoMessage ¶
func (*LibraryManagerSpec) ProtoMessage()
func (*LibraryManagerSpec) ProtoReflect ¶
func (x *LibraryManagerSpec) ProtoReflect() protoreflect.Message
func (*LibraryManagerSpec) Reset ¶
func (x *LibraryManagerSpec) Reset()
func (*LibraryManagerSpec) String ¶
func (x *LibraryManagerSpec) String() string
func (*LibraryManagerSpec) Validate ¶
func (m *LibraryManagerSpec) Validate() error
Validate checks the field values on LibraryManagerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LibraryManagerSpec) ValidateAll ¶
func (m *LibraryManagerSpec) ValidateAll() error
ValidateAll checks the field values on LibraryManagerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LibraryManagerSpecMultiError, or nil if none found.
type LibraryManagerSpecMultiError ¶
type LibraryManagerSpecMultiError []error
LibraryManagerSpecMultiError is an error wrapping multiple validation errors returned by LibraryManagerSpec.ValidateAll() if the designated constraints aren't met.
func (LibraryManagerSpecMultiError) AllErrors ¶
func (m LibraryManagerSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LibraryManagerSpecMultiError) Error ¶
func (m LibraryManagerSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LibraryManagerSpecValidationError ¶
type LibraryManagerSpecValidationError struct {
// contains filtered or unexported fields
}
LibraryManagerSpecValidationError is the validation error returned by LibraryManagerSpec.Validate if the designated constraints aren't met.
func (LibraryManagerSpecValidationError) Cause ¶
func (e LibraryManagerSpecValidationError) Cause() error
Cause function returns cause value.
func (LibraryManagerSpecValidationError) Error ¶
func (e LibraryManagerSpecValidationError) Error() string
Error satisfies the builtin error interface
func (LibraryManagerSpecValidationError) ErrorName ¶
func (e LibraryManagerSpecValidationError) ErrorName() string
ErrorName returns error name.
func (LibraryManagerSpecValidationError) Field ¶
func (e LibraryManagerSpecValidationError) Field() string
Field function returns field value.
func (LibraryManagerSpecValidationError) Key ¶
func (e LibraryManagerSpecValidationError) Key() bool
Key function returns key value.
func (LibraryManagerSpecValidationError) Reason ¶
func (e LibraryManagerSpecValidationError) Reason() string
Reason function returns reason value.
type LibraryManagersReply ¶
type LibraryManagersReply struct { Data []*LibraryManagerObject `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` TotalSize int32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*LibraryManagersReply) Descriptor
deprecated
func (*LibraryManagersReply) Descriptor() ([]byte, []int)
Deprecated: Use LibraryManagersReply.ProtoReflect.Descriptor instead.
func (*LibraryManagersReply) GetData ¶
func (x *LibraryManagersReply) GetData() []*LibraryManagerObject
func (*LibraryManagersReply) GetTotalSize ¶
func (x *LibraryManagersReply) GetTotalSize() int32
func (*LibraryManagersReply) ProtoMessage ¶
func (*LibraryManagersReply) ProtoMessage()
func (*LibraryManagersReply) ProtoReflect ¶
func (x *LibraryManagersReply) ProtoReflect() protoreflect.Message
func (*LibraryManagersReply) Reset ¶
func (x *LibraryManagersReply) Reset()
func (*LibraryManagersReply) String ¶
func (x *LibraryManagersReply) String() string
func (*LibraryManagersReply) Validate ¶
func (m *LibraryManagersReply) Validate() error
Validate checks the field values on LibraryManagersReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LibraryManagersReply) ValidateAll ¶
func (m *LibraryManagersReply) ValidateAll() error
ValidateAll checks the field values on LibraryManagersReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LibraryManagersReplyMultiError, or nil if none found.
type LibraryManagersReplyMultiError ¶
type LibraryManagersReplyMultiError []error
LibraryManagersReplyMultiError is an error wrapping multiple validation errors returned by LibraryManagersReply.ValidateAll() if the designated constraints aren't met.
func (LibraryManagersReplyMultiError) AllErrors ¶
func (m LibraryManagersReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LibraryManagersReplyMultiError) Error ¶
func (m LibraryManagersReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LibraryManagersReplyValidationError ¶
type LibraryManagersReplyValidationError struct {
// contains filtered or unexported fields
}
LibraryManagersReplyValidationError is the validation error returned by LibraryManagersReply.Validate if the designated constraints aren't met.
func (LibraryManagersReplyValidationError) Cause ¶
func (e LibraryManagersReplyValidationError) Cause() error
Cause function returns cause value.
func (LibraryManagersReplyValidationError) Error ¶
func (e LibraryManagersReplyValidationError) Error() string
Error satisfies the builtin error interface
func (LibraryManagersReplyValidationError) ErrorName ¶
func (e LibraryManagersReplyValidationError) ErrorName() string
ErrorName returns error name.
func (LibraryManagersReplyValidationError) Field ¶
func (e LibraryManagersReplyValidationError) Field() string
Field function returns field value.
func (LibraryManagersReplyValidationError) Key ¶
func (e LibraryManagersReplyValidationError) Key() bool
Key function returns key value.
func (LibraryManagersReplyValidationError) Reason ¶
func (e LibraryManagersReplyValidationError) Reason() string
Reason function returns reason value.
type ManagedFileSystemInfo ¶
type ManagedFileSystemInfo struct { MountPoint string `protobuf:"bytes,1,opt,name=mount_point,json=mountPoint,proto3" json:"mount_point,omitempty"` DevicePath string `protobuf:"bytes,2,opt,name=device_path,json=devicePath,proto3" json:"device_path,omitempty"` FilesystemType string `protobuf:"bytes,3,opt,name=filesystem_type,json=filesystemType,proto3" json:"filesystem_type,omitempty"` MountOptions string `protobuf:"bytes,4,opt,name=mount_options,json=mountOptions,proto3" json:"mount_options,omitempty"` TotalCapacityBytes uint64 `protobuf:"varint,5,opt,name=total_capacity_bytes,json=totalCapacityBytes,proto3" json:"total_capacity_bytes,omitempty"` FreeCapacityBytes uint64 `protobuf:"varint,6,opt,name=free_capacity_bytes,json=freeCapacityBytes,proto3" json:"free_capacity_bytes,omitempty"` // contains filtered or unexported fields }
func (*ManagedFileSystemInfo) Descriptor
deprecated
func (*ManagedFileSystemInfo) Descriptor() ([]byte, []int)
Deprecated: Use ManagedFileSystemInfo.ProtoReflect.Descriptor instead.
func (*ManagedFileSystemInfo) GetDevicePath ¶
func (x *ManagedFileSystemInfo) GetDevicePath() string
func (*ManagedFileSystemInfo) GetFilesystemType ¶
func (x *ManagedFileSystemInfo) GetFilesystemType() string
func (*ManagedFileSystemInfo) GetFreeCapacityBytes ¶
func (x *ManagedFileSystemInfo) GetFreeCapacityBytes() uint64
func (*ManagedFileSystemInfo) GetMountOptions ¶
func (x *ManagedFileSystemInfo) GetMountOptions() string
func (*ManagedFileSystemInfo) GetMountPoint ¶
func (x *ManagedFileSystemInfo) GetMountPoint() string
func (*ManagedFileSystemInfo) GetTotalCapacityBytes ¶
func (x *ManagedFileSystemInfo) GetTotalCapacityBytes() uint64
func (*ManagedFileSystemInfo) ProtoMessage ¶
func (*ManagedFileSystemInfo) ProtoMessage()
func (*ManagedFileSystemInfo) ProtoReflect ¶
func (x *ManagedFileSystemInfo) ProtoReflect() protoreflect.Message
func (*ManagedFileSystemInfo) Reset ¶
func (x *ManagedFileSystemInfo) Reset()
func (*ManagedFileSystemInfo) String ¶
func (x *ManagedFileSystemInfo) String() string
func (*ManagedFileSystemInfo) Validate ¶
func (m *ManagedFileSystemInfo) Validate() error
Validate checks the field values on ManagedFileSystemInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ManagedFileSystemInfo) ValidateAll ¶
func (m *ManagedFileSystemInfo) ValidateAll() error
ValidateAll checks the field values on ManagedFileSystemInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ManagedFileSystemInfoMultiError, or nil if none found.
type ManagedFileSystemInfoMultiError ¶
type ManagedFileSystemInfoMultiError []error
ManagedFileSystemInfoMultiError is an error wrapping multiple validation errors returned by ManagedFileSystemInfo.ValidateAll() if the designated constraints aren't met.
func (ManagedFileSystemInfoMultiError) AllErrors ¶
func (m ManagedFileSystemInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ManagedFileSystemInfoMultiError) Error ¶
func (m ManagedFileSystemInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ManagedFileSystemInfoValidationError ¶
type ManagedFileSystemInfoValidationError struct {
// contains filtered or unexported fields
}
ManagedFileSystemInfoValidationError is the validation error returned by ManagedFileSystemInfo.Validate if the designated constraints aren't met.
func (ManagedFileSystemInfoValidationError) Cause ¶
func (e ManagedFileSystemInfoValidationError) Cause() error
Cause function returns cause value.
func (ManagedFileSystemInfoValidationError) Error ¶
func (e ManagedFileSystemInfoValidationError) Error() string
Error satisfies the builtin error interface
func (ManagedFileSystemInfoValidationError) ErrorName ¶
func (e ManagedFileSystemInfoValidationError) ErrorName() string
ErrorName returns error name.
func (ManagedFileSystemInfoValidationError) Field ¶
func (e ManagedFileSystemInfoValidationError) Field() string
Field function returns field value.
func (ManagedFileSystemInfoValidationError) Key ¶
func (e ManagedFileSystemInfoValidationError) Key() bool
Key function returns key value.
func (ManagedFileSystemInfoValidationError) Reason ¶
func (e ManagedFileSystemInfoValidationError) Reason() string
Reason function returns reason value.
type MediaInfoReply ¶
type MediaInfoReply struct { Tape *TapeInfo `protobuf:"bytes,1,opt,name=tape,proto3" json:"tape,omitempty"` // contains filtered or unexported fields }
func (*MediaInfoReply) Descriptor
deprecated
func (*MediaInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use MediaInfoReply.ProtoReflect.Descriptor instead.
func (*MediaInfoReply) GetTape ¶
func (x *MediaInfoReply) GetTape() *TapeInfo
func (*MediaInfoReply) ProtoMessage ¶
func (*MediaInfoReply) ProtoMessage()
func (*MediaInfoReply) ProtoReflect ¶
func (x *MediaInfoReply) ProtoReflect() protoreflect.Message
func (*MediaInfoReply) Reset ¶
func (x *MediaInfoReply) Reset()
func (*MediaInfoReply) String ¶
func (x *MediaInfoReply) String() string
func (*MediaInfoReply) Validate ¶
func (m *MediaInfoReply) Validate() error
Validate checks the field values on MediaInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MediaInfoReply) ValidateAll ¶
func (m *MediaInfoReply) ValidateAll() error
ValidateAll checks the field values on MediaInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MediaInfoReplyMultiError, or nil if none found.
type MediaInfoReplyMultiError ¶
type MediaInfoReplyMultiError []error
MediaInfoReplyMultiError is an error wrapping multiple validation errors returned by MediaInfoReply.ValidateAll() if the designated constraints aren't met.
func (MediaInfoReplyMultiError) AllErrors ¶
func (m MediaInfoReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MediaInfoReplyMultiError) Error ¶
func (m MediaInfoReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MediaInfoReplyValidationError ¶
type MediaInfoReplyValidationError struct {
// contains filtered or unexported fields
}
MediaInfoReplyValidationError is the validation error returned by MediaInfoReply.Validate if the designated constraints aren't met.
func (MediaInfoReplyValidationError) Cause ¶
func (e MediaInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (MediaInfoReplyValidationError) Error ¶
func (e MediaInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (MediaInfoReplyValidationError) ErrorName ¶
func (e MediaInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (MediaInfoReplyValidationError) Field ¶
func (e MediaInfoReplyValidationError) Field() string
Field function returns field value.
func (MediaInfoReplyValidationError) Key ¶
func (e MediaInfoReplyValidationError) Key() bool
Key function returns key value.
func (MediaInfoReplyValidationError) Reason ¶
func (e MediaInfoReplyValidationError) Reason() string
Reason function returns reason value.
type MediumInfo ¶
type MediumInfo struct { Tapes []*TapeInfo `protobuf:"bytes,1,rep,name=tapes,proto3" json:"tapes,omitempty"` // contains filtered or unexported fields }
func (*MediumInfo) Descriptor
deprecated
func (*MediumInfo) Descriptor() ([]byte, []int)
Deprecated: Use MediumInfo.ProtoReflect.Descriptor instead.
func (*MediumInfo) GetTapes ¶
func (x *MediumInfo) GetTapes() []*TapeInfo
func (*MediumInfo) ProtoMessage ¶
func (*MediumInfo) ProtoMessage()
func (*MediumInfo) ProtoReflect ¶
func (x *MediumInfo) ProtoReflect() protoreflect.Message
func (*MediumInfo) Reset ¶
func (x *MediumInfo) Reset()
func (*MediumInfo) String ¶
func (x *MediumInfo) String() string
func (*MediumInfo) Validate ¶
func (m *MediumInfo) Validate() error
Validate checks the field values on MediumInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MediumInfo) ValidateAll ¶
func (m *MediumInfo) ValidateAll() error
ValidateAll checks the field values on MediumInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MediumInfoMultiError, or nil if none found.
type MediumInfoMultiError ¶
type MediumInfoMultiError []error
MediumInfoMultiError is an error wrapping multiple validation errors returned by MediumInfo.ValidateAll() if the designated constraints aren't met.
func (MediumInfoMultiError) AllErrors ¶
func (m MediumInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MediumInfoMultiError) Error ¶
func (m MediumInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MediumInfoValidationError ¶
type MediumInfoValidationError struct {
// contains filtered or unexported fields
}
MediumInfoValidationError is the validation error returned by MediumInfo.Validate if the designated constraints aren't met.
func (MediumInfoValidationError) Cause ¶
func (e MediumInfoValidationError) Cause() error
Cause function returns cause value.
func (MediumInfoValidationError) Error ¶
func (e MediumInfoValidationError) Error() string
Error satisfies the builtin error interface
func (MediumInfoValidationError) ErrorName ¶
func (e MediumInfoValidationError) ErrorName() string
ErrorName returns error name.
func (MediumInfoValidationError) Field ¶
func (e MediumInfoValidationError) Field() string
Field function returns field value.
func (MediumInfoValidationError) Key ¶
func (e MediumInfoValidationError) Key() bool
Key function returns key value.
func (MediumInfoValidationError) Reason ¶
func (e MediumInfoValidationError) Reason() string
Reason function returns reason value.
type MigrateRequest ¶
type MigrateRequest struct { Pool *LibraryManagerResourceKey `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"` Files []string `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"` Premigrate bool `protobuf:"varint,3,opt,name=premigrate,proto3" json:"premigrate,omitempty"` // contains filtered or unexported fields }
func (*MigrateRequest) Descriptor
deprecated
func (*MigrateRequest) Descriptor() ([]byte, []int)
Deprecated: Use MigrateRequest.ProtoReflect.Descriptor instead.
func (*MigrateRequest) GetFiles ¶
func (x *MigrateRequest) GetFiles() []string
func (*MigrateRequest) GetPool ¶
func (x *MigrateRequest) GetPool() *LibraryManagerResourceKey
func (*MigrateRequest) GetPremigrate ¶
func (x *MigrateRequest) GetPremigrate() bool
func (*MigrateRequest) ProtoMessage ¶
func (*MigrateRequest) ProtoMessage()
func (*MigrateRequest) ProtoReflect ¶
func (x *MigrateRequest) ProtoReflect() protoreflect.Message
func (*MigrateRequest) Reset ¶
func (x *MigrateRequest) Reset()
func (*MigrateRequest) String ¶
func (x *MigrateRequest) String() string
func (*MigrateRequest) Validate ¶
func (m *MigrateRequest) Validate() error
Validate checks the field values on MigrateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MigrateRequest) ValidateAll ¶
func (m *MigrateRequest) ValidateAll() error
ValidateAll checks the field values on MigrateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrateRequestMultiError, or nil if none found.
type MigrateRequestMultiError ¶
type MigrateRequestMultiError []error
MigrateRequestMultiError is an error wrapping multiple validation errors returned by MigrateRequest.ValidateAll() if the designated constraints aren't met.
func (MigrateRequestMultiError) AllErrors ¶
func (m MigrateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MigrateRequestMultiError) Error ¶
func (m MigrateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MigrateRequestValidationError ¶
type MigrateRequestValidationError struct {
// contains filtered or unexported fields
}
MigrateRequestValidationError is the validation error returned by MigrateRequest.Validate if the designated constraints aren't met.
func (MigrateRequestValidationError) Cause ¶
func (e MigrateRequestValidationError) Cause() error
Cause function returns cause value.
func (MigrateRequestValidationError) Error ¶
func (e MigrateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MigrateRequestValidationError) ErrorName ¶
func (e MigrateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MigrateRequestValidationError) Field ¶
func (e MigrateRequestValidationError) Field() string
Field function returns field value.
func (MigrateRequestValidationError) Key ¶
func (e MigrateRequestValidationError) Key() bool
Key function returns key value.
func (MigrateRequestValidationError) Reason ¶
func (e MigrateRequestValidationError) Reason() string
Reason function returns reason value.
type MigrationStatus ¶
type MigrationStatus struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` RequestNumber int64 `protobuf:"varint,2,opt,name=request_number,json=requestNumber,proto3" json:"request_number,omitempty"` Pid int64 `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty"` Resident int64 `protobuf:"varint,4,opt,name=resident,proto3" json:"resident,omitempty"` Transferred int64 `protobuf:"varint,5,opt,name=transferred,proto3" json:"transferred,omitempty"` Premigrated int64 `protobuf:"varint,6,opt,name=premigrated,proto3" json:"premigrated,omitempty"` Migrated int64 `protobuf:"varint,7,opt,name=migrated,proto3" json:"migrated,omitempty"` Failed int64 `protobuf:"varint,8,opt,name=failed,proto3" json:"failed,omitempty"` Done bool `protobuf:"varint,9,opt,name=done,proto3" json:"done,omitempty"` // contains filtered or unexported fields }
func (*MigrationStatus) Descriptor
deprecated
func (*MigrationStatus) Descriptor() ([]byte, []int)
Deprecated: Use MigrationStatus.ProtoReflect.Descriptor instead.
func (*MigrationStatus) GetDone ¶
func (x *MigrationStatus) GetDone() bool
func (*MigrationStatus) GetFailed ¶
func (x *MigrationStatus) GetFailed() int64
func (*MigrationStatus) GetMigrated ¶
func (x *MigrationStatus) GetMigrated() int64
func (*MigrationStatus) GetPid ¶
func (x *MigrationStatus) GetPid() int64
func (*MigrationStatus) GetPremigrated ¶
func (x *MigrationStatus) GetPremigrated() int64
func (*MigrationStatus) GetRequestNumber ¶
func (x *MigrationStatus) GetRequestNumber() int64
func (*MigrationStatus) GetResident ¶
func (x *MigrationStatus) GetResident() int64
func (*MigrationStatus) GetSuccess ¶
func (x *MigrationStatus) GetSuccess() bool
func (*MigrationStatus) GetTransferred ¶
func (x *MigrationStatus) GetTransferred() int64
func (*MigrationStatus) ProtoMessage ¶
func (*MigrationStatus) ProtoMessage()
func (*MigrationStatus) ProtoReflect ¶
func (x *MigrationStatus) ProtoReflect() protoreflect.Message
func (*MigrationStatus) Reset ¶
func (x *MigrationStatus) Reset()
func (*MigrationStatus) String ¶
func (x *MigrationStatus) String() string
func (*MigrationStatus) Validate ¶
func (m *MigrationStatus) Validate() error
Validate checks the field values on MigrationStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MigrationStatus) ValidateAll ¶
func (m *MigrationStatus) ValidateAll() error
ValidateAll checks the field values on MigrationStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationStatusMultiError, or nil if none found.
type MigrationStatusMultiError ¶
type MigrationStatusMultiError []error
MigrationStatusMultiError is an error wrapping multiple validation errors returned by MigrationStatus.ValidateAll() if the designated constraints aren't met.
func (MigrationStatusMultiError) AllErrors ¶
func (m MigrationStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MigrationStatusMultiError) Error ¶
func (m MigrationStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MigrationStatusValidationError ¶
type MigrationStatusValidationError struct {
// contains filtered or unexported fields
}
MigrationStatusValidationError is the validation error returned by MigrationStatus.Validate if the designated constraints aren't met.
func (MigrationStatusValidationError) Cause ¶
func (e MigrationStatusValidationError) Cause() error
Cause function returns cause value.
func (MigrationStatusValidationError) Error ¶
func (e MigrationStatusValidationError) Error() string
Error satisfies the builtin error interface
func (MigrationStatusValidationError) ErrorName ¶
func (e MigrationStatusValidationError) ErrorName() string
ErrorName returns error name.
func (MigrationStatusValidationError) Field ¶
func (e MigrationStatusValidationError) Field() string
Field function returns field value.
func (MigrationStatusValidationError) Key ¶
func (e MigrationStatusValidationError) Key() bool
Key function returns key value.
func (MigrationStatusValidationError) Reason ¶
func (e MigrationStatusValidationError) Reason() string
Reason function returns reason value.
type PoolAddRequest ¶
type PoolAddRequest struct { Pool *LibraryManagerResourceKey `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"` Key uint64 `protobuf:"varint,2,opt,name=key,proto3" json:"key,omitempty"` FormatTape bool `protobuf:"varint,3,opt,name=format_tape,json=formatTape,proto3" json:"format_tape,omitempty"` PerformCheck bool `protobuf:"varint,4,opt,name=perform_check,json=performCheck,proto3" json:"perform_check,omitempty"` TapeId []string `protobuf:"bytes,5,rep,name=tape_id,json=tapeId,proto3" json:"tape_id,omitempty"` // contains filtered or unexported fields }
func (*PoolAddRequest) Descriptor
deprecated
func (*PoolAddRequest) Descriptor() ([]byte, []int)
Deprecated: Use PoolAddRequest.ProtoReflect.Descriptor instead.
func (*PoolAddRequest) GetFormatTape ¶
func (x *PoolAddRequest) GetFormatTape() bool
func (*PoolAddRequest) GetKey ¶
func (x *PoolAddRequest) GetKey() uint64
func (*PoolAddRequest) GetPerformCheck ¶
func (x *PoolAddRequest) GetPerformCheck() bool
func (*PoolAddRequest) GetPool ¶
func (x *PoolAddRequest) GetPool() *LibraryManagerResourceKey
func (*PoolAddRequest) GetTapeId ¶
func (x *PoolAddRequest) GetTapeId() []string
func (*PoolAddRequest) ProtoMessage ¶
func (*PoolAddRequest) ProtoMessage()
func (*PoolAddRequest) ProtoReflect ¶
func (x *PoolAddRequest) ProtoReflect() protoreflect.Message
func (*PoolAddRequest) Reset ¶
func (x *PoolAddRequest) Reset()
func (*PoolAddRequest) String ¶
func (x *PoolAddRequest) String() string
func (*PoolAddRequest) Validate ¶
func (m *PoolAddRequest) Validate() error
Validate checks the field values on PoolAddRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PoolAddRequest) ValidateAll ¶
func (m *PoolAddRequest) ValidateAll() error
ValidateAll checks the field values on PoolAddRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PoolAddRequestMultiError, or nil if none found.
type PoolAddRequestMultiError ¶
type PoolAddRequestMultiError []error
PoolAddRequestMultiError is an error wrapping multiple validation errors returned by PoolAddRequest.ValidateAll() if the designated constraints aren't met.
func (PoolAddRequestMultiError) AllErrors ¶
func (m PoolAddRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PoolAddRequestMultiError) Error ¶
func (m PoolAddRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PoolAddRequestValidationError ¶
type PoolAddRequestValidationError struct {
// contains filtered or unexported fields
}
PoolAddRequestValidationError is the validation error returned by PoolAddRequest.Validate if the designated constraints aren't met.
func (PoolAddRequestValidationError) Cause ¶
func (e PoolAddRequestValidationError) Cause() error
Cause function returns cause value.
func (PoolAddRequestValidationError) Error ¶
func (e PoolAddRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PoolAddRequestValidationError) ErrorName ¶
func (e PoolAddRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PoolAddRequestValidationError) Field ¶
func (e PoolAddRequestValidationError) Field() string
Field function returns field value.
func (PoolAddRequestValidationError) Key ¶
func (e PoolAddRequestValidationError) Key() bool
Key function returns key value.
func (PoolAddRequestValidationError) Reason ¶
func (e PoolAddRequestValidationError) Reason() string
Reason function returns reason value.
type PoolInfo ¶
type PoolInfo struct { PoolName string `protobuf:"bytes,1,opt,name=pool_name,json=poolName,proto3" json:"pool_name,omitempty"` Total uint64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` Free uint64 `protobuf:"varint,3,opt,name=free,proto3" json:"free,omitempty"` Reclaimable uint64 `protobuf:"varint,4,opt,name=reclaimable,proto3" json:"reclaimable,omitempty"` NumberTapes uint64 `protobuf:"varint,5,opt,name=number_tapes,json=numberTapes,proto3" json:"number_tapes,omitempty"` // contains filtered or unexported fields }
func (*PoolInfo) Descriptor
deprecated
func (*PoolInfo) GetNumberTapes ¶
func (*PoolInfo) GetPoolName ¶
func (*PoolInfo) GetReclaimable ¶
func (*PoolInfo) ProtoMessage ¶
func (*PoolInfo) ProtoMessage()
func (*PoolInfo) ProtoReflect ¶
func (x *PoolInfo) ProtoReflect() protoreflect.Message
func (*PoolInfo) Validate ¶
Validate checks the field values on PoolInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PoolInfo) ValidateAll ¶
ValidateAll checks the field values on PoolInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PoolInfoMultiError, or nil if none found.
type PoolInfoMultiError ¶
type PoolInfoMultiError []error
PoolInfoMultiError is an error wrapping multiple validation errors returned by PoolInfo.ValidateAll() if the designated constraints aren't met.
func (PoolInfoMultiError) AllErrors ¶
func (m PoolInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PoolInfoMultiError) Error ¶
func (m PoolInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PoolInfoValidationError ¶
type PoolInfoValidationError struct {
// contains filtered or unexported fields
}
PoolInfoValidationError is the validation error returned by PoolInfo.Validate if the designated constraints aren't met.
func (PoolInfoValidationError) Cause ¶
func (e PoolInfoValidationError) Cause() error
Cause function returns cause value.
func (PoolInfoValidationError) Error ¶
func (e PoolInfoValidationError) Error() string
Error satisfies the builtin error interface
func (PoolInfoValidationError) ErrorName ¶
func (e PoolInfoValidationError) ErrorName() string
ErrorName returns error name.
func (PoolInfoValidationError) Field ¶
func (e PoolInfoValidationError) Field() string
Field function returns field value.
func (PoolInfoValidationError) Key ¶
func (e PoolInfoValidationError) Key() bool
Key function returns key value.
func (PoolInfoValidationError) Reason ¶
func (e PoolInfoValidationError) Reason() string
Reason function returns reason value.
type PoolRemoveRequest ¶
type PoolRemoveRequest struct { Pool *LibraryManagerResourceKey `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"` Key uint64 `protobuf:"varint,2,opt,name=key,proto3" json:"key,omitempty"` TapeId []string `protobuf:"bytes,3,rep,name=tape_id,json=tapeId,proto3" json:"tape_id,omitempty"` // contains filtered or unexported fields }
func (*PoolRemoveRequest) Descriptor
deprecated
func (*PoolRemoveRequest) Descriptor() ([]byte, []int)
Deprecated: Use PoolRemoveRequest.ProtoReflect.Descriptor instead.
func (*PoolRemoveRequest) GetKey ¶
func (x *PoolRemoveRequest) GetKey() uint64
func (*PoolRemoveRequest) GetPool ¶
func (x *PoolRemoveRequest) GetPool() *LibraryManagerResourceKey
func (*PoolRemoveRequest) GetTapeId ¶
func (x *PoolRemoveRequest) GetTapeId() []string
func (*PoolRemoveRequest) ProtoMessage ¶
func (*PoolRemoveRequest) ProtoMessage()
func (*PoolRemoveRequest) ProtoReflect ¶
func (x *PoolRemoveRequest) ProtoReflect() protoreflect.Message
func (*PoolRemoveRequest) Reset ¶
func (x *PoolRemoveRequest) Reset()
func (*PoolRemoveRequest) String ¶
func (x *PoolRemoveRequest) String() string
func (*PoolRemoveRequest) Validate ¶
func (m *PoolRemoveRequest) Validate() error
Validate checks the field values on PoolRemoveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PoolRemoveRequest) ValidateAll ¶
func (m *PoolRemoveRequest) ValidateAll() error
ValidateAll checks the field values on PoolRemoveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PoolRemoveRequestMultiError, or nil if none found.
type PoolRemoveRequestMultiError ¶
type PoolRemoveRequestMultiError []error
PoolRemoveRequestMultiError is an error wrapping multiple validation errors returned by PoolRemoveRequest.ValidateAll() if the designated constraints aren't met.
func (PoolRemoveRequestMultiError) AllErrors ¶
func (m PoolRemoveRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PoolRemoveRequestMultiError) Error ¶
func (m PoolRemoveRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PoolRemoveRequestValidationError ¶
type PoolRemoveRequestValidationError struct {
// contains filtered or unexported fields
}
PoolRemoveRequestValidationError is the validation error returned by PoolRemoveRequest.Validate if the designated constraints aren't met.
func (PoolRemoveRequestValidationError) Cause ¶
func (e PoolRemoveRequestValidationError) Cause() error
Cause function returns cause value.
func (PoolRemoveRequestValidationError) Error ¶
func (e PoolRemoveRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PoolRemoveRequestValidationError) ErrorName ¶
func (e PoolRemoveRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PoolRemoveRequestValidationError) Field ¶
func (e PoolRemoveRequestValidationError) Field() string
Field function returns field value.
func (PoolRemoveRequestValidationError) Key ¶
func (e PoolRemoveRequestValidationError) Key() bool
Key function returns key value.
func (PoolRemoveRequestValidationError) Reason ¶
func (e PoolRemoveRequestValidationError) Reason() string
Reason function returns reason value.
type PoolsInfo ¶
type PoolsInfo struct { Pools []*PoolInfo `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*PoolsInfo) Descriptor
deprecated
func (*PoolsInfo) ProtoMessage ¶
func (*PoolsInfo) ProtoMessage()
func (*PoolsInfo) ProtoReflect ¶
func (x *PoolsInfo) ProtoReflect() protoreflect.Message
func (*PoolsInfo) Validate ¶
Validate checks the field values on PoolsInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PoolsInfo) ValidateAll ¶
ValidateAll checks the field values on PoolsInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PoolsInfoMultiError, or nil if none found.
type PoolsInfoMultiError ¶
type PoolsInfoMultiError []error
PoolsInfoMultiError is an error wrapping multiple validation errors returned by PoolsInfo.ValidateAll() if the designated constraints aren't met.
func (PoolsInfoMultiError) AllErrors ¶
func (m PoolsInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PoolsInfoMultiError) Error ¶
func (m PoolsInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PoolsInfoValidationError ¶
type PoolsInfoValidationError struct {
// contains filtered or unexported fields
}
PoolsInfoValidationError is the validation error returned by PoolsInfo.Validate if the designated constraints aren't met.
func (PoolsInfoValidationError) Cause ¶
func (e PoolsInfoValidationError) Cause() error
Cause function returns cause value.
func (PoolsInfoValidationError) Error ¶
func (e PoolsInfoValidationError) Error() string
Error satisfies the builtin error interface
func (PoolsInfoValidationError) ErrorName ¶
func (e PoolsInfoValidationError) ErrorName() string
ErrorName returns error name.
func (PoolsInfoValidationError) Field ¶
func (e PoolsInfoValidationError) Field() string
Field function returns field value.
func (PoolsInfoValidationError) Key ¶
func (e PoolsInfoValidationError) Key() bool
Key function returns key value.
func (PoolsInfoValidationError) Reason ¶
func (e PoolsInfoValidationError) Reason() string
Reason function returns reason value.
type PrepareFileListResponse ¶
type PrepareFileListResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*PrepareFileListResponse) Descriptor
deprecated
func (*PrepareFileListResponse) Descriptor() ([]byte, []int)
Deprecated: Use PrepareFileListResponse.ProtoReflect.Descriptor instead.
func (*PrepareFileListResponse) GetId ¶
func (x *PrepareFileListResponse) GetId() string
func (*PrepareFileListResponse) ProtoMessage ¶
func (*PrepareFileListResponse) ProtoMessage()
func (*PrepareFileListResponse) ProtoReflect ¶
func (x *PrepareFileListResponse) ProtoReflect() protoreflect.Message
func (*PrepareFileListResponse) Reset ¶
func (x *PrepareFileListResponse) Reset()
func (*PrepareFileListResponse) String ¶
func (x *PrepareFileListResponse) String() string
func (*PrepareFileListResponse) Validate ¶
func (m *PrepareFileListResponse) Validate() error
Validate checks the field values on PrepareFileListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PrepareFileListResponse) ValidateAll ¶
func (m *PrepareFileListResponse) ValidateAll() error
ValidateAll checks the field values on PrepareFileListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PrepareFileListResponseMultiError, or nil if none found.
type PrepareFileListResponseMultiError ¶
type PrepareFileListResponseMultiError []error
PrepareFileListResponseMultiError is an error wrapping multiple validation errors returned by PrepareFileListResponse.ValidateAll() if the designated constraints aren't met.
func (PrepareFileListResponseMultiError) AllErrors ¶
func (m PrepareFileListResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PrepareFileListResponseMultiError) Error ¶
func (m PrepareFileListResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PrepareFileListResponseValidationError ¶
type PrepareFileListResponseValidationError struct {
// contains filtered or unexported fields
}
PrepareFileListResponseValidationError is the validation error returned by PrepareFileListResponse.Validate if the designated constraints aren't met.
func (PrepareFileListResponseValidationError) Cause ¶
func (e PrepareFileListResponseValidationError) Cause() error
Cause function returns cause value.
func (PrepareFileListResponseValidationError) Error ¶
func (e PrepareFileListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PrepareFileListResponseValidationError) ErrorName ¶
func (e PrepareFileListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PrepareFileListResponseValidationError) Field ¶
func (e PrepareFileListResponseValidationError) Field() string
Field function returns field value.
func (PrepareFileListResponseValidationError) Key ¶
func (e PrepareFileListResponseValidationError) Key() bool
Key function returns key value.
func (PrepareFileListResponseValidationError) Reason ¶
func (e PrepareFileListResponseValidationError) Reason() string
Reason function returns reason value.
type RecallRequest ¶
type RecallRequest struct { Resident bool `protobuf:"varint,1,opt,name=resident,proto3" json:"resident,omitempty"` Files []string `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"` LocationInfo *DefaultResourceRequest `protobuf:"bytes,3,opt,name=location_info,json=locationInfo,proto3" json:"location_info,omitempty"` // contains filtered or unexported fields }
func (*RecallRequest) Descriptor
deprecated
func (*RecallRequest) Descriptor() ([]byte, []int)
Deprecated: Use RecallRequest.ProtoReflect.Descriptor instead.
func (*RecallRequest) GetFiles ¶
func (x *RecallRequest) GetFiles() []string
func (*RecallRequest) GetLocationInfo ¶
func (x *RecallRequest) GetLocationInfo() *DefaultResourceRequest
func (*RecallRequest) GetResident ¶
func (x *RecallRequest) GetResident() bool
func (*RecallRequest) ProtoMessage ¶
func (*RecallRequest) ProtoMessage()
func (*RecallRequest) ProtoReflect ¶
func (x *RecallRequest) ProtoReflect() protoreflect.Message
func (*RecallRequest) Reset ¶
func (x *RecallRequest) Reset()
func (*RecallRequest) String ¶
func (x *RecallRequest) String() string
func (*RecallRequest) Validate ¶
func (m *RecallRequest) Validate() error
Validate checks the field values on RecallRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RecallRequest) ValidateAll ¶
func (m *RecallRequest) ValidateAll() error
ValidateAll checks the field values on RecallRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecallRequestMultiError, or nil if none found.
type RecallRequestMultiError ¶
type RecallRequestMultiError []error
RecallRequestMultiError is an error wrapping multiple validation errors returned by RecallRequest.ValidateAll() if the designated constraints aren't met.
func (RecallRequestMultiError) AllErrors ¶
func (m RecallRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RecallRequestMultiError) Error ¶
func (m RecallRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RecallRequestValidationError ¶
type RecallRequestValidationError struct {
// contains filtered or unexported fields
}
RecallRequestValidationError is the validation error returned by RecallRequest.Validate if the designated constraints aren't met.
func (RecallRequestValidationError) Cause ¶
func (e RecallRequestValidationError) Cause() error
Cause function returns cause value.
func (RecallRequestValidationError) Error ¶
func (e RecallRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RecallRequestValidationError) ErrorName ¶
func (e RecallRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RecallRequestValidationError) Field ¶
func (e RecallRequestValidationError) Field() string
Field function returns field value.
func (RecallRequestValidationError) Key ¶
func (e RecallRequestValidationError) Key() bool
Key function returns key value.
func (RecallRequestValidationError) Reason ¶
func (e RecallRequestValidationError) Reason() string
Reason function returns reason value.
type ReplyMessage ¶
type ReplyMessage struct { ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` // contains filtered or unexported fields }
func (*ReplyMessage) Descriptor
deprecated
func (*ReplyMessage) Descriptor() ([]byte, []int)
Deprecated: Use ReplyMessage.ProtoReflect.Descriptor instead.
func (*ReplyMessage) GetErrorCode ¶
func (x *ReplyMessage) GetErrorCode() int32
func (*ReplyMessage) GetErrorMsg ¶
func (x *ReplyMessage) GetErrorMsg() string
func (*ReplyMessage) ProtoMessage ¶
func (*ReplyMessage) ProtoMessage()
func (*ReplyMessage) ProtoReflect ¶
func (x *ReplyMessage) ProtoReflect() protoreflect.Message
func (*ReplyMessage) Reset ¶
func (x *ReplyMessage) Reset()
func (*ReplyMessage) String ¶
func (x *ReplyMessage) String() string
func (*ReplyMessage) Validate ¶
func (m *ReplyMessage) Validate() error
Validate checks the field values on ReplyMessage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ReplyMessage) ValidateAll ¶
func (m *ReplyMessage) ValidateAll() error
ValidateAll checks the field values on ReplyMessage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReplyMessageMultiError, or nil if none found.
type ReplyMessageMultiError ¶
type ReplyMessageMultiError []error
ReplyMessageMultiError is an error wrapping multiple validation errors returned by ReplyMessage.ValidateAll() if the designated constraints aren't met.
func (ReplyMessageMultiError) AllErrors ¶
func (m ReplyMessageMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReplyMessageMultiError) Error ¶
func (m ReplyMessageMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReplyMessageValidationError ¶
type ReplyMessageValidationError struct {
// contains filtered or unexported fields
}
ReplyMessageValidationError is the validation error returned by ReplyMessage.Validate if the designated constraints aren't met.
func (ReplyMessageValidationError) Cause ¶
func (e ReplyMessageValidationError) Cause() error
Cause function returns cause value.
func (ReplyMessageValidationError) Error ¶
func (e ReplyMessageValidationError) Error() string
Error satisfies the builtin error interface
func (ReplyMessageValidationError) ErrorName ¶
func (e ReplyMessageValidationError) ErrorName() string
ErrorName returns error name.
func (ReplyMessageValidationError) Field ¶
func (e ReplyMessageValidationError) Field() string
Field function returns field value.
func (ReplyMessageValidationError) Key ¶
func (e ReplyMessageValidationError) Key() bool
Key function returns key value.
func (ReplyMessageValidationError) Reason ¶
func (e ReplyMessageValidationError) Reason() string
Reason function returns reason value.
type ResourceKey ¶
type ResourceKey struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ResourceKey) Descriptor
deprecated
func (*ResourceKey) Descriptor() ([]byte, []int)
Deprecated: Use ResourceKey.ProtoReflect.Descriptor instead.
func (*ResourceKey) GetName ¶
func (x *ResourceKey) GetName() string
func (*ResourceKey) ProtoMessage ¶
func (*ResourceKey) ProtoMessage()
func (*ResourceKey) ProtoReflect ¶
func (x *ResourceKey) ProtoReflect() protoreflect.Message
func (*ResourceKey) Reset ¶
func (x *ResourceKey) Reset()
func (*ResourceKey) String ¶
func (x *ResourceKey) String() string
func (*ResourceKey) Validate ¶
func (m *ResourceKey) Validate() error
Validate checks the field values on ResourceKey with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceKey) ValidateAll ¶
func (m *ResourceKey) ValidateAll() error
ValidateAll checks the field values on ResourceKey with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceKeyMultiError, or nil if none found.
type ResourceKeyMultiError ¶
type ResourceKeyMultiError []error
ResourceKeyMultiError is an error wrapping multiple validation errors returned by ResourceKey.ValidateAll() if the designated constraints aren't met.
func (ResourceKeyMultiError) AllErrors ¶
func (m ResourceKeyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceKeyMultiError) Error ¶
func (m ResourceKeyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceKeyValidationError ¶
type ResourceKeyValidationError struct {
// contains filtered or unexported fields
}
ResourceKeyValidationError is the validation error returned by ResourceKey.Validate if the designated constraints aren't met.
func (ResourceKeyValidationError) Cause ¶
func (e ResourceKeyValidationError) Cause() error
Cause function returns cause value.
func (ResourceKeyValidationError) Error ¶
func (e ResourceKeyValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceKeyValidationError) ErrorName ¶
func (e ResourceKeyValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceKeyValidationError) Field ¶
func (e ResourceKeyValidationError) Field() string
Field function returns field value.
func (ResourceKeyValidationError) Key ¶
func (e ResourceKeyValidationError) Key() bool
Key function returns key value.
func (ResourceKeyValidationError) Reason ¶
func (e ResourceKeyValidationError) Reason() string
Reason function returns reason value.
type SearchRequest ¶
type SearchRequest struct { From int32 `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Condition *Condition `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"` Sort []*Sort `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*SearchRequest) Descriptor
deprecated
func (*SearchRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.
func (*SearchRequest) GetCondition ¶
func (x *SearchRequest) GetCondition() *Condition
func (*SearchRequest) GetFrom ¶
func (x *SearchRequest) GetFrom() int32
func (*SearchRequest) GetSize ¶
func (x *SearchRequest) GetSize() int32
func (*SearchRequest) GetSort ¶
func (x *SearchRequest) GetSort() []*Sort
func (*SearchRequest) ProtoMessage ¶
func (*SearchRequest) ProtoMessage()
func (*SearchRequest) ProtoReflect ¶
func (x *SearchRequest) ProtoReflect() protoreflect.Message
func (*SearchRequest) Reset ¶
func (x *SearchRequest) Reset()
func (*SearchRequest) String ¶
func (x *SearchRequest) String() string
func (*SearchRequest) Validate ¶
func (m *SearchRequest) Validate() error
Validate checks the field values on SearchRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SearchRequest) ValidateAll ¶
func (m *SearchRequest) ValidateAll() error
ValidateAll checks the field values on SearchRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchRequestMultiError, or nil if none found.
type SearchRequestMultiError ¶
type SearchRequestMultiError []error
SearchRequestMultiError is an error wrapping multiple validation errors returned by SearchRequest.ValidateAll() if the designated constraints aren't met.
func (SearchRequestMultiError) AllErrors ¶
func (m SearchRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SearchRequestMultiError) Error ¶
func (m SearchRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SearchRequestValidationError ¶
type SearchRequestValidationError struct {
// contains filtered or unexported fields
}
SearchRequestValidationError is the validation error returned by SearchRequest.Validate if the designated constraints aren't met.
func (SearchRequestValidationError) Cause ¶
func (e SearchRequestValidationError) Cause() error
Cause function returns cause value.
func (SearchRequestValidationError) Error ¶
func (e SearchRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SearchRequestValidationError) ErrorName ¶
func (e SearchRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SearchRequestValidationError) Field ¶
func (e SearchRequestValidationError) Field() string
Field function returns field value.
func (SearchRequestValidationError) Key ¶
func (e SearchRequestValidationError) Key() bool
Key function returns key value.
func (SearchRequestValidationError) Reason ¶
func (e SearchRequestValidationError) Reason() string
Reason function returns reason value.
type SearchResponse ¶
type SearchResponse struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Relation string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"` Items []*structpb.Struct `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*SearchResponse) Descriptor
deprecated
func (*SearchResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.
func (*SearchResponse) GetItems ¶
func (x *SearchResponse) GetItems() []*structpb.Struct
func (*SearchResponse) GetRelation ¶
func (x *SearchResponse) GetRelation() string
func (*SearchResponse) GetTotal ¶
func (x *SearchResponse) GetTotal() int32
func (*SearchResponse) ProtoMessage ¶
func (*SearchResponse) ProtoMessage()
func (*SearchResponse) ProtoReflect ¶
func (x *SearchResponse) ProtoReflect() protoreflect.Message
func (*SearchResponse) Reset ¶
func (x *SearchResponse) Reset()
func (*SearchResponse) String ¶
func (x *SearchResponse) String() string
func (*SearchResponse) Validate ¶
func (m *SearchResponse) Validate() error
Validate checks the field values on SearchResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SearchResponse) ValidateAll ¶
func (m *SearchResponse) ValidateAll() error
ValidateAll checks the field values on SearchResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchResponseMultiError, or nil if none found.
type SearchResponseMultiError ¶
type SearchResponseMultiError []error
SearchResponseMultiError is an error wrapping multiple validation errors returned by SearchResponse.ValidateAll() if the designated constraints aren't met.
func (SearchResponseMultiError) AllErrors ¶
func (m SearchResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SearchResponseMultiError) Error ¶
func (m SearchResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SearchResponseValidationError ¶
type SearchResponseValidationError struct {
// contains filtered or unexported fields
}
SearchResponseValidationError is the validation error returned by SearchResponse.Validate if the designated constraints aren't met.
func (SearchResponseValidationError) Cause ¶
func (e SearchResponseValidationError) Cause() error
Cause function returns cause value.
func (SearchResponseValidationError) Error ¶
func (e SearchResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SearchResponseValidationError) ErrorName ¶
func (e SearchResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SearchResponseValidationError) Field ¶
func (e SearchResponseValidationError) Field() string
Field function returns field value.
func (SearchResponseValidationError) Key ¶
func (e SearchResponseValidationError) Key() bool
Key function returns key value.
func (SearchResponseValidationError) Reason ¶
func (e SearchResponseValidationError) Reason() string
Reason function returns reason value.
type Sort ¶
type Sort struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*Sort) Descriptor
deprecated
func (*Sort) ProtoMessage ¶
func (*Sort) ProtoMessage()
func (*Sort) ProtoReflect ¶
func (x *Sort) ProtoReflect() protoreflect.Message
func (*Sort) Validate ¶
Validate checks the field values on Sort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Sort) ValidateAll ¶
ValidateAll checks the field values on Sort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SortMultiError, or nil if none found.
type SortMultiError ¶
type SortMultiError []error
SortMultiError is an error wrapping multiple validation errors returned by Sort.ValidateAll() if the designated constraints aren't met.
func (SortMultiError) AllErrors ¶
func (m SortMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SortMultiError) Error ¶
func (m SortMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SortValidationError ¶
type SortValidationError struct {
// contains filtered or unexported fields
}
SortValidationError is the validation error returned by Sort.Validate if the designated constraints aren't met.
func (SortValidationError) Cause ¶
func (e SortValidationError) Cause() error
Cause function returns cause value.
func (SortValidationError) Error ¶
func (e SortValidationError) Error() string
Error satisfies the builtin error interface
func (SortValidationError) ErrorName ¶
func (e SortValidationError) ErrorName() string
ErrorName returns error name.
func (SortValidationError) Field ¶
func (e SortValidationError) Field() string
Field function returns field value.
func (SortValidationError) Key ¶
func (e SortValidationError) Key() bool
Key function returns key value.
func (SortValidationError) Reason ¶
func (e SortValidationError) Reason() string
Reason function returns reason value.
type SystemInfo ¶
type SystemInfo struct { Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"` CapacityBytes uint64 `protobuf:"varint,2,opt,name=capacity_bytes,json=capacityBytes,proto3" json:"capacity_bytes,omitempty"` TotalCatridges int32 `protobuf:"varint,3,opt,name=total_catridges,json=totalCatridges,proto3" json:"total_catridges,omitempty"` LicensedCapacityBytes uint64 `` /* 127-byte string literal not displayed */ NumberCopies int32 `protobuf:"varint,5,opt,name=number_copies,json=numberCopies,proto3" json:"number_copies,omitempty"` Worm bool `protobuf:"varint,6,opt,name=worm,proto3" json:"worm,omitempty"` FaultyCatridges int32 `protobuf:"varint,7,opt,name=faulty_catridges,json=faultyCatridges,proto3" json:"faulty_catridges,omitempty"` CleaningCatridges int32 `protobuf:"varint,8,opt,name=cleaning_catridges,json=cleaningCatridges,proto3" json:"cleaning_catridges,omitempty"` NumberFiles int32 `protobuf:"varint,9,opt,name=number_files,json=numberFiles,proto3" json:"number_files,omitempty"` // contains filtered or unexported fields }
func (*SystemInfo) Descriptor
deprecated
func (*SystemInfo) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead.
func (*SystemInfo) GetCapacityBytes ¶
func (x *SystemInfo) GetCapacityBytes() uint64
func (*SystemInfo) GetCleaningCatridges ¶
func (x *SystemInfo) GetCleaningCatridges() int32
func (*SystemInfo) GetFaultyCatridges ¶
func (x *SystemInfo) GetFaultyCatridges() int32
func (*SystemInfo) GetLicensedCapacityBytes ¶
func (x *SystemInfo) GetLicensedCapacityBytes() uint64
func (*SystemInfo) GetNumberCopies ¶
func (x *SystemInfo) GetNumberCopies() int32
func (*SystemInfo) GetNumberFiles ¶
func (x *SystemInfo) GetNumberFiles() int32
func (*SystemInfo) GetRevision ¶
func (x *SystemInfo) GetRevision() string
func (*SystemInfo) GetTotalCatridges ¶
func (x *SystemInfo) GetTotalCatridges() int32
func (*SystemInfo) GetWorm ¶
func (x *SystemInfo) GetWorm() bool
func (*SystemInfo) ProtoMessage ¶
func (*SystemInfo) ProtoMessage()
func (*SystemInfo) ProtoReflect ¶
func (x *SystemInfo) ProtoReflect() protoreflect.Message
func (*SystemInfo) Reset ¶
func (x *SystemInfo) Reset()
func (*SystemInfo) String ¶
func (x *SystemInfo) String() string
func (*SystemInfo) Validate ¶
func (m *SystemInfo) Validate() error
Validate checks the field values on SystemInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SystemInfo) ValidateAll ¶
func (m *SystemInfo) ValidateAll() error
ValidateAll checks the field values on SystemInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SystemInfoMultiError, or nil if none found.
type SystemInfoMultiError ¶
type SystemInfoMultiError []error
SystemInfoMultiError is an error wrapping multiple validation errors returned by SystemInfo.ValidateAll() if the designated constraints aren't met.
func (SystemInfoMultiError) AllErrors ¶
func (m SystemInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SystemInfoMultiError) Error ¶
func (m SystemInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SystemInfoValidationError ¶
type SystemInfoValidationError struct {
// contains filtered or unexported fields
}
SystemInfoValidationError is the validation error returned by SystemInfo.Validate if the designated constraints aren't met.
func (SystemInfoValidationError) Cause ¶
func (e SystemInfoValidationError) Cause() error
Cause function returns cause value.
func (SystemInfoValidationError) Error ¶
func (e SystemInfoValidationError) Error() string
Error satisfies the builtin error interface
func (SystemInfoValidationError) ErrorName ¶
func (e SystemInfoValidationError) ErrorName() string
ErrorName returns error name.
func (SystemInfoValidationError) Field ¶
func (e SystemInfoValidationError) Field() string
Field function returns field value.
func (SystemInfoValidationError) Key ¶
func (e SystemInfoValidationError) Key() bool
Key function returns key value.
func (SystemInfoValidationError) Reason ¶
func (e SystemInfoValidationError) Reason() string
Reason function returns reason value.
type TapeInfo ¶
type TapeInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Slot uint64 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"` TotalCapacity uint64 `protobuf:"varint,3,opt,name=total_capacity,json=totalCapacity,proto3" json:"total_capacity,omitempty"` RemainCapacity uint64 `protobuf:"varint,4,opt,name=remain_capacity,json=remainCapacity,proto3" json:"remain_capacity,omitempty"` Reclaimable uint64 `protobuf:"varint,5,opt,name=reclaimable,proto3" json:"reclaimable,omitempty"` Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` Inprogress uint64 `protobuf:"varint,7,opt,name=inprogress,proto3" json:"inprogress,omitempty"` Pool string `protobuf:"bytes,8,opt,name=pool,proto3" json:"pool,omitempty"` State string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*TapeInfo) Descriptor
deprecated
func (*TapeInfo) GetInprogress ¶
func (*TapeInfo) GetReclaimable ¶
func (*TapeInfo) GetRemainCapacity ¶
func (*TapeInfo) GetTotalCapacity ¶
func (*TapeInfo) ProtoMessage ¶
func (*TapeInfo) ProtoMessage()
func (*TapeInfo) ProtoReflect ¶
func (x *TapeInfo) ProtoReflect() protoreflect.Message
func (*TapeInfo) Validate ¶
Validate checks the field values on TapeInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TapeInfo) ValidateAll ¶
ValidateAll checks the field values on TapeInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TapeInfoMultiError, or nil if none found.
type TapeInfoMultiError ¶
type TapeInfoMultiError []error
TapeInfoMultiError is an error wrapping multiple validation errors returned by TapeInfo.ValidateAll() if the designated constraints aren't met.
func (TapeInfoMultiError) AllErrors ¶
func (m TapeInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TapeInfoMultiError) Error ¶
func (m TapeInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TapeInfoValidationError ¶
type TapeInfoValidationError struct {
// contains filtered or unexported fields
}
TapeInfoValidationError is the validation error returned by TapeInfo.Validate if the designated constraints aren't met.
func (TapeInfoValidationError) Cause ¶
func (e TapeInfoValidationError) Cause() error
Cause function returns cause value.
func (TapeInfoValidationError) Error ¶
func (e TapeInfoValidationError) Error() string
Error satisfies the builtin error interface
func (TapeInfoValidationError) ErrorName ¶
func (e TapeInfoValidationError) ErrorName() string
ErrorName returns error name.
func (TapeInfoValidationError) Field ¶
func (e TapeInfoValidationError) Field() string
Field function returns field value.
func (TapeInfoValidationError) Key ¶
func (e TapeInfoValidationError) Key() bool
Key function returns key value.
func (TapeInfoValidationError) Reason ¶
func (e TapeInfoValidationError) Reason() string
Reason function returns reason value.
type TapeLibraryInfo ¶
type TapeLibraryInfo struct { Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` SerialNumber string `protobuf:"bytes,2,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"` ProductId string `protobuf:"bytes,3,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"` LibraryName string `protobuf:"bytes,4,opt,name=library_name,json=libraryName,proto3" json:"library_name,omitempty"` FirmwareVersion string `protobuf:"bytes,5,opt,name=firmware_version,json=firmwareVersion,proto3" json:"firmware_version,omitempty"` State string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*TapeLibraryInfo) Descriptor
deprecated
func (*TapeLibraryInfo) Descriptor() ([]byte, []int)
Deprecated: Use TapeLibraryInfo.ProtoReflect.Descriptor instead.
func (*TapeLibraryInfo) GetFirmwareVersion ¶
func (x *TapeLibraryInfo) GetFirmwareVersion() string
func (*TapeLibraryInfo) GetLibraryName ¶
func (x *TapeLibraryInfo) GetLibraryName() string
func (*TapeLibraryInfo) GetProductId ¶
func (x *TapeLibraryInfo) GetProductId() string
func (*TapeLibraryInfo) GetSerialNumber ¶
func (x *TapeLibraryInfo) GetSerialNumber() string
func (*TapeLibraryInfo) GetState ¶
func (x *TapeLibraryInfo) GetState() string
func (*TapeLibraryInfo) GetVendor ¶
func (x *TapeLibraryInfo) GetVendor() string
func (*TapeLibraryInfo) ProtoMessage ¶
func (*TapeLibraryInfo) ProtoMessage()
func (*TapeLibraryInfo) ProtoReflect ¶
func (x *TapeLibraryInfo) ProtoReflect() protoreflect.Message
func (*TapeLibraryInfo) Reset ¶
func (x *TapeLibraryInfo) Reset()
func (*TapeLibraryInfo) String ¶
func (x *TapeLibraryInfo) String() string
func (*TapeLibraryInfo) Validate ¶
func (m *TapeLibraryInfo) Validate() error
Validate checks the field values on TapeLibraryInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TapeLibraryInfo) ValidateAll ¶
func (m *TapeLibraryInfo) ValidateAll() error
ValidateAll checks the field values on TapeLibraryInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TapeLibraryInfoMultiError, or nil if none found.
type TapeLibraryInfoMultiError ¶
type TapeLibraryInfoMultiError []error
TapeLibraryInfoMultiError is an error wrapping multiple validation errors returned by TapeLibraryInfo.ValidateAll() if the designated constraints aren't met.
func (TapeLibraryInfoMultiError) AllErrors ¶
func (m TapeLibraryInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TapeLibraryInfoMultiError) Error ¶
func (m TapeLibraryInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TapeLibraryInfoValidationError ¶
type TapeLibraryInfoValidationError struct {
// contains filtered or unexported fields
}
TapeLibraryInfoValidationError is the validation error returned by TapeLibraryInfo.Validate if the designated constraints aren't met.
func (TapeLibraryInfoValidationError) Cause ¶
func (e TapeLibraryInfoValidationError) Cause() error
Cause function returns cause value.
func (TapeLibraryInfoValidationError) Error ¶
func (e TapeLibraryInfoValidationError) Error() string
Error satisfies the builtin error interface
func (TapeLibraryInfoValidationError) ErrorName ¶
func (e TapeLibraryInfoValidationError) ErrorName() string
ErrorName returns error name.
func (TapeLibraryInfoValidationError) Field ¶
func (e TapeLibraryInfoValidationError) Field() string
Field function returns field value.
func (TapeLibraryInfoValidationError) Key ¶
func (e TapeLibraryInfoValidationError) Key() bool
Key function returns key value.
func (TapeLibraryInfoValidationError) Reason ¶
func (e TapeLibraryInfoValidationError) Reason() string
Reason function returns reason value.
type TapeLibrarySetting ¶
type TapeLibrarySetting struct { NumberCopies int32 `protobuf:"varint,1,opt,name=number_copies,json=numberCopies,proto3" json:"number_copies,omitempty"` Enable_WORM bool `protobuf:"varint,2,opt,name=enable_WORM,json=enableWORM,proto3" json:"enable_WORM,omitempty"` // contains filtered or unexported fields }
func (*TapeLibrarySetting) Descriptor
deprecated
func (*TapeLibrarySetting) Descriptor() ([]byte, []int)
Deprecated: Use TapeLibrarySetting.ProtoReflect.Descriptor instead.
func (*TapeLibrarySetting) GetEnable_WORM ¶
func (x *TapeLibrarySetting) GetEnable_WORM() bool
func (*TapeLibrarySetting) GetNumberCopies ¶
func (x *TapeLibrarySetting) GetNumberCopies() int32
func (*TapeLibrarySetting) ProtoMessage ¶
func (*TapeLibrarySetting) ProtoMessage()
func (*TapeLibrarySetting) ProtoReflect ¶
func (x *TapeLibrarySetting) ProtoReflect() protoreflect.Message
func (*TapeLibrarySetting) Reset ¶
func (x *TapeLibrarySetting) Reset()
func (*TapeLibrarySetting) String ¶
func (x *TapeLibrarySetting) String() string
func (*TapeLibrarySetting) Validate ¶
func (m *TapeLibrarySetting) Validate() error
Validate checks the field values on TapeLibrarySetting with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TapeLibrarySetting) ValidateAll ¶
func (m *TapeLibrarySetting) ValidateAll() error
ValidateAll checks the field values on TapeLibrarySetting with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TapeLibrarySettingMultiError, or nil if none found.
type TapeLibrarySettingMultiError ¶
type TapeLibrarySettingMultiError []error
TapeLibrarySettingMultiError is an error wrapping multiple validation errors returned by TapeLibrarySetting.ValidateAll() if the designated constraints aren't met.
func (TapeLibrarySettingMultiError) AllErrors ¶
func (m TapeLibrarySettingMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TapeLibrarySettingMultiError) Error ¶
func (m TapeLibrarySettingMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TapeLibrarySettingValidationError ¶
type TapeLibrarySettingValidationError struct {
// contains filtered or unexported fields
}
TapeLibrarySettingValidationError is the validation error returned by TapeLibrarySetting.Validate if the designated constraints aren't met.
func (TapeLibrarySettingValidationError) Cause ¶
func (e TapeLibrarySettingValidationError) Cause() error
Cause function returns cause value.
func (TapeLibrarySettingValidationError) Error ¶
func (e TapeLibrarySettingValidationError) Error() string
Error satisfies the builtin error interface
func (TapeLibrarySettingValidationError) ErrorName ¶
func (e TapeLibrarySettingValidationError) ErrorName() string
ErrorName returns error name.
func (TapeLibrarySettingValidationError) Field ¶
func (e TapeLibrarySettingValidationError) Field() string
Field function returns field value.
func (TapeLibrarySettingValidationError) Key ¶
func (e TapeLibrarySettingValidationError) Key() bool
Key function returns key value.
func (TapeLibrarySettingValidationError) Reason ¶
func (e TapeLibrarySettingValidationError) Reason() string
Reason function returns reason value.
type UnimplementedActiveArchiveServer ¶
type UnimplementedActiveArchiveServer struct { }
UnimplementedActiveArchiveServer must be embedded to have forward compatible implementations.
func (UnimplementedActiveArchiveServer) AddMediaToPool ¶
func (UnimplementedActiveArchiveServer) AddMediaToPool(context.Context, *PoolAddRequest) (*ReplyMessage, error)
func (UnimplementedActiveArchiveServer) CreatePool ¶
func (UnimplementedActiveArchiveServer) CreatePool(context.Context, *CreatePoolParams) (*ReplyMessage, error)
func (UnimplementedActiveArchiveServer) DeletePool ¶
func (UnimplementedActiveArchiveServer) DeletePool(context.Context, *LibraryManagerResourceKey) (*emptypb.Empty, error)
func (UnimplementedActiveArchiveServer) GetAsyncStatus ¶
func (UnimplementedActiveArchiveServer) GetAsyncStatus(context.Context, *AsyncStatusRequest) (*MigrationStatus, error)
func (UnimplementedActiveArchiveServer) GetDrivesInfo ¶
func (UnimplementedActiveArchiveServer) GetDrivesInfo(context.Context, *DefaultResourceRequest) (*DrivesInfo, error)
func (UnimplementedActiveArchiveServer) GetFileInfo ¶
func (UnimplementedActiveArchiveServer) GetFileInfo(context.Context, *FileInfoRequest) (*FileInfo, error)
func (UnimplementedActiveArchiveServer) GetMediaInfo ¶
func (UnimplementedActiveArchiveServer) GetMediaInfo(context.Context, *LibraryManagerResourceKey) (*MediaInfoReply, error)
func (UnimplementedActiveArchiveServer) GetPoolsInfo ¶
func (UnimplementedActiveArchiveServer) GetPoolsInfo(context.Context, *DefaultResourceRequest) (*PoolsInfo, error)
func (UnimplementedActiveArchiveServer) ListMediumInfo ¶
func (UnimplementedActiveArchiveServer) ListMediumInfo(context.Context, *DefaultResourceRequest) (*MediumInfo, error)
func (UnimplementedActiveArchiveServer) Migrate ¶
func (UnimplementedActiveArchiveServer) Migrate(context.Context, *MigrateRequest) (*MigrationStatus, error)
func (UnimplementedActiveArchiveServer) MigrateAsync ¶
func (UnimplementedActiveArchiveServer) MigrateAsync(context.Context, *MigrateRequest) (*MigrationStatus, error)
func (UnimplementedActiveArchiveServer) PrepareFileList ¶
func (UnimplementedActiveArchiveServer) PrepareFileList(context.Context, *SearchRequest) (*PrepareFileListResponse, error)
func (UnimplementedActiveArchiveServer) Recall ¶
func (UnimplementedActiveArchiveServer) Recall(context.Context, *RecallRequest) (*MigrationStatus, error)
func (UnimplementedActiveArchiveServer) RecallAsync ¶
func (UnimplementedActiveArchiveServer) RecallAsync(context.Context, *RecallRequest) (*MigrationStatus, error)
func (UnimplementedActiveArchiveServer) RemoveMediaFromPool ¶
func (UnimplementedActiveArchiveServer) RemoveMediaFromPool(context.Context, *PoolRemoveRequest) (*ReplyMessage, error)
func (UnimplementedActiveArchiveServer) Retrieve ¶
func (UnimplementedActiveArchiveServer) Retrieve(context.Context, *DefaultResourceRequest) (*ReplyMessage, error)
func (UnimplementedActiveArchiveServer) SearchFile ¶
func (UnimplementedActiveArchiveServer) SearchFile(context.Context, *SearchRequest) (*SearchResponse, error)
type UnimplementedLibraryManagementServer ¶
type UnimplementedLibraryManagementServer struct { }
UnimplementedLibraryManagementServer must be embedded to have forward compatible implementations.
func (UnimplementedLibraryManagementServer) CreateLibraryManager ¶
func (UnimplementedLibraryManagementServer) CreateLibraryManager(context.Context, *CreateLibraryManagerParams) (*LibraryManagerObject, error)
func (UnimplementedLibraryManagementServer) DeleteLibraryManager ¶
func (UnimplementedLibraryManagementServer) DeleteLibraryManager(context.Context, *ResourceKey) (*emptypb.Empty, error)
func (UnimplementedLibraryManagementServer) GetLibraryManager ¶
func (UnimplementedLibraryManagementServer) GetLibraryManager(context.Context, *ResourceKey) (*LibraryManagerObject, error)
func (UnimplementedLibraryManagementServer) ListLibraryManagers ¶
func (UnimplementedLibraryManagementServer) ListLibraryManagers(context.Context, *ResourceKey) (*LibraryManagersReply, error)
func (UnimplementedLibraryManagementServer) UpdateLibraryManager ¶
func (UnimplementedLibraryManagementServer) UpdateLibraryManager(context.Context, *UpdateLibraryManagerParams) (*LibraryManagerObject, error)
type UnsafeActiveArchiveServer ¶
type UnsafeActiveArchiveServer interface {
// contains filtered or unexported methods
}
UnsafeActiveArchiveServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ActiveArchiveServer will result in compilation errors.
type UnsafeLibraryManagementServer ¶
type UnsafeLibraryManagementServer interface {
// contains filtered or unexported methods
}
UnsafeLibraryManagementServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LibraryManagementServer will result in compilation errors.
type UpdateLibraryManagerParams ¶
type UpdateLibraryManagerParams struct { ResourceKey *ResourceKey `protobuf:"bytes,1,opt,name=resource_key,json=resourceKey,proto3" json:"resource_key,omitempty"` Spec *LibraryManagerSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*UpdateLibraryManagerParams) Descriptor
deprecated
func (*UpdateLibraryManagerParams) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLibraryManagerParams.ProtoReflect.Descriptor instead.
func (*UpdateLibraryManagerParams) GetResourceKey ¶
func (x *UpdateLibraryManagerParams) GetResourceKey() *ResourceKey
func (*UpdateLibraryManagerParams) GetSpec ¶
func (x *UpdateLibraryManagerParams) GetSpec() *LibraryManagerSpec
func (*UpdateLibraryManagerParams) ProtoMessage ¶
func (*UpdateLibraryManagerParams) ProtoMessage()
func (*UpdateLibraryManagerParams) ProtoReflect ¶
func (x *UpdateLibraryManagerParams) ProtoReflect() protoreflect.Message
func (*UpdateLibraryManagerParams) Reset ¶
func (x *UpdateLibraryManagerParams) Reset()
func (*UpdateLibraryManagerParams) String ¶
func (x *UpdateLibraryManagerParams) String() string
func (*UpdateLibraryManagerParams) Validate ¶
func (m *UpdateLibraryManagerParams) Validate() error
Validate checks the field values on UpdateLibraryManagerParams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateLibraryManagerParams) ValidateAll ¶
func (m *UpdateLibraryManagerParams) ValidateAll() error
ValidateAll checks the field values on UpdateLibraryManagerParams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateLibraryManagerParamsMultiError, or nil if none found.
type UpdateLibraryManagerParamsMultiError ¶
type UpdateLibraryManagerParamsMultiError []error
UpdateLibraryManagerParamsMultiError is an error wrapping multiple validation errors returned by UpdateLibraryManagerParams.ValidateAll() if the designated constraints aren't met.
func (UpdateLibraryManagerParamsMultiError) AllErrors ¶
func (m UpdateLibraryManagerParamsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateLibraryManagerParamsMultiError) Error ¶
func (m UpdateLibraryManagerParamsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateLibraryManagerParamsValidationError ¶
type UpdateLibraryManagerParamsValidationError struct {
// contains filtered or unexported fields
}
UpdateLibraryManagerParamsValidationError is the validation error returned by UpdateLibraryManagerParams.Validate if the designated constraints aren't met.
func (UpdateLibraryManagerParamsValidationError) Cause ¶
func (e UpdateLibraryManagerParamsValidationError) Cause() error
Cause function returns cause value.
func (UpdateLibraryManagerParamsValidationError) Error ¶
func (e UpdateLibraryManagerParamsValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateLibraryManagerParamsValidationError) ErrorName ¶
func (e UpdateLibraryManagerParamsValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateLibraryManagerParamsValidationError) Field ¶
func (e UpdateLibraryManagerParamsValidationError) Field() string
Field function returns field value.
func (UpdateLibraryManagerParamsValidationError) Key ¶
func (e UpdateLibraryManagerParamsValidationError) Key() bool
Key function returns key value.
func (UpdateLibraryManagerParamsValidationError) Reason ¶
func (e UpdateLibraryManagerParamsValidationError) Reason() string
Reason function returns reason value.