v1

package module
v0.0.0-...-94198ba Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

README

archive-api

Jibu Data Archival Management API

Documentation

Index

Constants

View Source
const OperationActiveArchiveAddMediaToPool = "/v1.ActiveArchive/AddMediaToPool"
View Source
const OperationActiveArchiveCreatePool = "/v1.ActiveArchive/CreatePool"
View Source
const OperationActiveArchiveDeletePool = "/v1.ActiveArchive/DeletePool"
View Source
const OperationActiveArchiveGetAsyncStatus = "/v1.ActiveArchive/GetAsyncStatus"
View Source
const OperationActiveArchiveGetDrivesInfo = "/v1.ActiveArchive/GetDrivesInfo"
View Source
const OperationActiveArchiveGetFileInfo = "/v1.ActiveArchive/GetFileInfo"
View Source
const OperationActiveArchiveGetMediaInfo = "/v1.ActiveArchive/GetMediaInfo"
View Source
const OperationActiveArchiveGetPoolsInfo = "/v1.ActiveArchive/GetPoolsInfo"
View Source
const OperationActiveArchiveListMediumInfo = "/v1.ActiveArchive/ListMediumInfo"
View Source
const OperationActiveArchiveMigrate = "/v1.ActiveArchive/Migrate"
View Source
const OperationActiveArchiveMigrateAsync = "/v1.ActiveArchive/MigrateAsync"
View Source
const OperationActiveArchiveRecall = "/v1.ActiveArchive/Recall"
View Source
const OperationActiveArchiveRecallAsync = "/v1.ActiveArchive/RecallAsync"
View Source
const OperationActiveArchiveRemoveMediaFromPool = "/v1.ActiveArchive/RemoveMediaFromPool"
View Source
const OperationActiveArchiveRetrieve = "/v1.ActiveArchive/Retrieve"
View Source
const OperationLibraryManagementCreateLibraryManager = "/v1.LibraryManagement/CreateLibraryManager"
View Source
const OperationLibraryManagementDeleteLibraryManager = "/v1.LibraryManagement/DeleteLibraryManager"
View Source
const OperationLibraryManagementGetLibraryManager = "/v1.LibraryManagement/GetLibraryManager"
View Source
const OperationLibraryManagementListLibraryManagers = "/v1.LibraryManagement/ListLibraryManagers"
View Source
const OperationLibraryManagementUpdateLibraryManager = "/v1.LibraryManagement/UpdateLibraryManager"

Variables

View Source
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,
		},
	},
	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)

View Source
var File_active_archive_proto protoreflect.FileDescriptor
View Source
var File_library_manager_proto protoreflect.FileDescriptor
View Source
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)
}

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.

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)
	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)
}

func NewActiveArchiveHTTPClient

func NewActiveArchiveHTTPClient(client *http.Client) ActiveArchiveHTTPClient

type ActiveArchiveHTTPClientImpl

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

func (*ActiveArchiveHTTPClientImpl) AddMediaToPool

func (*ActiveArchiveHTTPClientImpl) CreatePool

func (*ActiveArchiveHTTPClientImpl) DeletePool

func (*ActiveArchiveHTTPClientImpl) GetAsyncStatus

func (*ActiveArchiveHTTPClientImpl) GetDrivesInfo

func (*ActiveArchiveHTTPClientImpl) GetFileInfo

func (*ActiveArchiveHTTPClientImpl) GetMediaInfo

func (*ActiveArchiveHTTPClientImpl) GetPoolsInfo

func (*ActiveArchiveHTTPClientImpl) ListMediumInfo

func (*ActiveArchiveHTTPClientImpl) Migrate

func (*ActiveArchiveHTTPClientImpl) MigrateAsync

func (*ActiveArchiveHTTPClientImpl) Recall

func (*ActiveArchiveHTTPClientImpl) RecallAsync

func (*ActiveArchiveHTTPClientImpl) RemoveMediaFromPool

func (c *ActiveArchiveHTTPClientImpl) RemoveMediaFromPool(ctx context.Context, in *PoolRemoveRequest, opts ...http.CallOption) (*ReplyMessage, error)

func (*ActiveArchiveHTTPClientImpl) Retrieve

type ActiveArchiveServer

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

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

Cause function returns cause value.

func (AsyncStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (AsyncStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (AsyncStatusRequestValidationError) Field

Field function returns field value.

func (AsyncStatusRequestValidationError) Key

Key function returns key value.

func (AsyncStatusRequestValidationError) Reason

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 (*CreateLibraryManagerParams) ProtoMessage

func (*CreateLibraryManagerParams) ProtoMessage()

func (*CreateLibraryManagerParams) ProtoReflect

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

AllErrors returns a list of validation violation errors.

func (CreateLibraryManagerParamsMultiError) Error

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

Cause function returns cause value.

func (CreateLibraryManagerParamsValidationError) Error

Error satisfies the builtin error interface

func (CreateLibraryManagerParamsValidationError) ErrorName

ErrorName returns error name.

func (CreateLibraryManagerParamsValidationError) Field

Field function returns field value.

func (CreateLibraryManagerParamsValidationError) Key

Key function returns key value.

func (CreateLibraryManagerParamsValidationError) Reason

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

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

Cause function returns cause value.

func (CreatePoolParamsValidationError) Error

Error satisfies the builtin error interface

func (CreatePoolParamsValidationError) ErrorName

ErrorName returns error name.

func (CreatePoolParamsValidationError) Field

Field function returns field value.

func (CreatePoolParamsValidationError) Key

Key function returns key value.

func (CreatePoolParamsValidationError) Reason

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

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

Cause function returns cause value.

func (DefaultResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (DefaultResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (DefaultResourceRequestValidationError) Field

Field function returns field value.

func (DefaultResourceRequestValidationError) Key

Key function returns key value.

func (DefaultResourceRequestValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use DriveInfo.ProtoReflect.Descriptor instead.

func (*DriveInfo) GetBusy

func (x *DriveInfo) GetBusy() bool

func (*DriveInfo) GetDeviceName

func (x *DriveInfo) GetDeviceName() string

func (*DriveInfo) GetId

func (x *DriveInfo) GetId() string

func (*DriveInfo) GetSlot

func (x *DriveInfo) GetSlot() uint64

func (*DriveInfo) GetStatus

func (x *DriveInfo) GetStatus() string

func (*DriveInfo) ProtoMessage

func (*DriveInfo) ProtoMessage()

func (*DriveInfo) ProtoReflect

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

func (*DriveInfo) Reset

func (x *DriveInfo) Reset()

func (*DriveInfo) String

func (x *DriveInfo) String() string

func (*DriveInfo) Validate

func (m *DriveInfo) Validate() error

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

func (m *DriveInfo) ValidateAll() error

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

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

Error satisfies the builtin error interface

func (DrivesInfoValidationError) ErrorName

func (e DrivesInfoValidationError) ErrorName() string

ErrorName returns error name.

func (DrivesInfoValidationError) Field

Field function returns field value.

func (DrivesInfoValidationError) Key

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        uint64 `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) Descriptor() ([]byte, []int)

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetBlocks

func (x *FileInfo) GetBlocks() uint64

func (*FileInfo) GetFileName

func (x *FileInfo) GetFileName() string

func (*FileInfo) GetFilesystemUidHigh

func (x *FileInfo) GetFilesystemUidHigh() uint64

func (*FileInfo) GetFilesystemUidLow

func (x *FileInfo) GetFilesystemUidLow() uint64

func (*FileInfo) GetInodeGeneration

func (x *FileInfo) GetInodeGeneration() uint32

func (*FileInfo) GetInodeNumber

func (x *FileInfo) GetInodeNumber() uint64

func (*FileInfo) GetMigrationState

func (x *FileInfo) GetMigrationState() string

func (*FileInfo) GetSize

func (x *FileInfo) GetSize() uint64

func (*FileInfo) GetStartBlock

func (x *FileInfo) GetStartBlock() uint64

func (*FileInfo) GetTapeId

func (x *FileInfo) GetTapeId() string

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

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

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

func (*FileInfo) Validate

func (m *FileInfo) Validate() error

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

func (m *FileInfo) ValidateAll() error

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

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

Cause function returns cause value.

func (FileInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (FileInfoRequestValidationError) ErrorName

func (e FileInfoRequestValidationError) ErrorName() string

ErrorName returns error name.

func (FileInfoRequestValidationError) Field

Field function returns field value.

func (FileInfoRequestValidationError) Key

Key function returns key value.

func (FileInfoRequestValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use HostInfo.ProtoReflect.Descriptor instead.

func (*HostInfo) GetHostName

func (x *HostInfo) GetHostName() string

func (*HostInfo) GetIpAddress

func (x *HostInfo) GetIpAddress() string

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) Reset

func (x *HostInfo) Reset()

func (*HostInfo) String

func (x *HostInfo) String() string

func (*HostInfo) Validate

func (m *HostInfo) Validate() error

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

func (m *HostInfo) ValidateAll() error

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

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

Cause function returns cause value.

func (LTFSDataManagerInfoValidationError) Error

Error satisfies the builtin error interface

func (LTFSDataManagerInfoValidationError) ErrorName

ErrorName returns error name.

func (LTFSDataManagerInfoValidationError) Field

Field function returns field value.

func (LTFSDataManagerInfoValidationError) Key

Key function returns key value.

func (LTFSDataManagerInfoValidationError) Reason

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.

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 (*LibraryManagementHTTPClientImpl) DeleteLibraryManager

func (c *LibraryManagementHTTPClientImpl) DeleteLibraryManager(ctx context.Context, in *ResourceKey, opts ...http.CallOption) (*emptypb.Empty, error)

func (*LibraryManagementHTTPClientImpl) GetLibraryManager

func (*LibraryManagementHTTPClientImpl) ListLibraryManagers

func (*LibraryManagementHTTPClientImpl) UpdateLibraryManager

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 (*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

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

Cause function returns cause value.

func (LibraryManagerObjectValidationError) Error

Error satisfies the builtin error interface

func (LibraryManagerObjectValidationError) ErrorName

ErrorName returns error name.

func (LibraryManagerObjectValidationError) Field

Field function returns field value.

func (LibraryManagerObjectValidationError) Key

Key function returns key value.

func (LibraryManagerObjectValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (LibraryManagerResourceKeyMultiError) Error

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

Cause function returns cause value.

func (LibraryManagerResourceKeyValidationError) Error

Error satisfies the builtin error interface

func (LibraryManagerResourceKeyValidationError) ErrorName

ErrorName returns error name.

func (LibraryManagerResourceKeyValidationError) Field

Field function returns field value.

func (LibraryManagerResourceKeyValidationError) Key

Key function returns key value.

func (LibraryManagerResourceKeyValidationError) Reason

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

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

Cause function returns cause value.

func (LibraryManagerSpecValidationError) Error

Error satisfies the builtin error interface

func (LibraryManagerSpecValidationError) ErrorName

ErrorName returns error name.

func (LibraryManagerSpecValidationError) Field

Field function returns field value.

func (LibraryManagerSpecValidationError) Key

Key function returns key value.

func (LibraryManagerSpecValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (LibraryManagersReplyValidationError) Error

Error satisfies the builtin error interface

func (LibraryManagersReplyValidationError) ErrorName

ErrorName returns error name.

func (LibraryManagersReplyValidationError) Field

Field function returns field value.

func (LibraryManagersReplyValidationError) Key

Key function returns key value.

func (LibraryManagersReplyValidationError) Reason

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

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

Cause function returns cause value.

func (ManagedFileSystemInfoValidationError) Error

Error satisfies the builtin error interface

func (ManagedFileSystemInfoValidationError) ErrorName

ErrorName returns error name.

func (ManagedFileSystemInfoValidationError) Field

Field function returns field value.

func (ManagedFileSystemInfoValidationError) Key

Key function returns key value.

func (ManagedFileSystemInfoValidationError) Reason

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

Cause function returns cause value.

func (MediaInfoReplyValidationError) Error

Error satisfies the builtin error interface

func (MediaInfoReplyValidationError) ErrorName

func (e MediaInfoReplyValidationError) ErrorName() string

ErrorName returns error name.

func (MediaInfoReplyValidationError) Field

Field function returns field value.

func (MediaInfoReplyValidationError) Key

Key function returns key value.

func (MediaInfoReplyValidationError) Reason

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

Error satisfies the builtin error interface

func (MediumInfoValidationError) ErrorName

func (e MediumInfoValidationError) ErrorName() string

ErrorName returns error name.

func (MediumInfoValidationError) Field

Field function returns field value.

func (MediumInfoValidationError) Key

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 (*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

Cause function returns cause value.

func (MigrateRequestValidationError) Error

Error satisfies the builtin error interface

func (MigrateRequestValidationError) ErrorName

func (e MigrateRequestValidationError) ErrorName() string

ErrorName returns error name.

func (MigrateRequestValidationError) Field

Field function returns field value.

func (MigrateRequestValidationError) Key

Key function returns key value.

func (MigrateRequestValidationError) Reason

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

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

Cause function returns cause value.

func (MigrationStatusValidationError) Error

Error satisfies the builtin error interface

func (MigrationStatusValidationError) ErrorName

func (e MigrationStatusValidationError) ErrorName() string

ErrorName returns error name.

func (MigrationStatusValidationError) Field

Field function returns field value.

func (MigrationStatusValidationError) Key

Key function returns key value.

func (MigrationStatusValidationError) Reason

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 (*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

Cause function returns cause value.

func (PoolAddRequestValidationError) Error

Error satisfies the builtin error interface

func (PoolAddRequestValidationError) ErrorName

func (e PoolAddRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PoolAddRequestValidationError) Field

Field function returns field value.

func (PoolAddRequestValidationError) Key

Key function returns key value.

func (PoolAddRequestValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use PoolInfo.ProtoReflect.Descriptor instead.

func (*PoolInfo) GetFree

func (x *PoolInfo) GetFree() uint64

func (*PoolInfo) GetNumberTapes

func (x *PoolInfo) GetNumberTapes() uint64

func (*PoolInfo) GetPoolName

func (x *PoolInfo) GetPoolName() string

func (*PoolInfo) GetReclaimable

func (x *PoolInfo) GetReclaimable() uint64

func (*PoolInfo) GetTotal

func (x *PoolInfo) GetTotal() uint64

func (*PoolInfo) ProtoMessage

func (*PoolInfo) ProtoMessage()

func (*PoolInfo) ProtoReflect

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

func (*PoolInfo) Reset

func (x *PoolInfo) Reset()

func (*PoolInfo) String

func (x *PoolInfo) String() string

func (*PoolInfo) Validate

func (m *PoolInfo) Validate() error

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

func (m *PoolInfo) ValidateAll() error

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 (*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

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

Cause function returns cause value.

func (PoolRemoveRequestValidationError) Error

Error satisfies the builtin error interface

func (PoolRemoveRequestValidationError) ErrorName

ErrorName returns error name.

func (PoolRemoveRequestValidationError) Field

Field function returns field value.

func (PoolRemoveRequestValidationError) Key

Key function returns key value.

func (PoolRemoveRequestValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use PoolsInfo.ProtoReflect.Descriptor instead.

func (*PoolsInfo) GetPools

func (x *PoolsInfo) GetPools() []*PoolInfo

func (*PoolsInfo) ProtoMessage

func (*PoolsInfo) ProtoMessage()

func (*PoolsInfo) ProtoReflect

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

func (*PoolsInfo) Reset

func (x *PoolsInfo) Reset()

func (*PoolsInfo) String

func (x *PoolsInfo) String() string

func (*PoolsInfo) Validate

func (m *PoolsInfo) Validate() error

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

func (m *PoolsInfo) ValidateAll() error

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

Key function returns key value.

func (PoolsInfoValidationError) Reason

func (e PoolsInfoValidationError) 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

Cause function returns cause value.

func (RecallRequestValidationError) Error

Error satisfies the builtin error interface

func (RecallRequestValidationError) ErrorName

func (e RecallRequestValidationError) ErrorName() string

ErrorName returns error name.

func (RecallRequestValidationError) Field

Field function returns field value.

func (RecallRequestValidationError) Key

Key function returns key value.

func (RecallRequestValidationError) Reason

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

Cause function returns cause value.

func (ReplyMessageValidationError) Error

Error satisfies the builtin error interface

func (ReplyMessageValidationError) ErrorName

func (e ReplyMessageValidationError) ErrorName() string

ErrorName returns error name.

func (ReplyMessageValidationError) Field

Field function returns field value.

func (ReplyMessageValidationError) Key

Key function returns key value.

func (ReplyMessageValidationError) Reason

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

Cause function returns cause value.

func (ResourceKeyValidationError) Error

Error satisfies the builtin error interface

func (ResourceKeyValidationError) ErrorName

func (e ResourceKeyValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceKeyValidationError) Field

Field function returns field value.

func (ResourceKeyValidationError) Key

Key function returns key value.

func (ResourceKeyValidationError) Reason

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

Error satisfies the builtin error interface

func (SystemInfoValidationError) ErrorName

func (e SystemInfoValidationError) ErrorName() string

ErrorName returns error name.

func (SystemInfoValidationError) Field

Field function returns field value.

func (SystemInfoValidationError) Key

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) Descriptor() ([]byte, []int)

Deprecated: Use TapeInfo.ProtoReflect.Descriptor instead.

func (*TapeInfo) GetId

func (x *TapeInfo) GetId() string

func (*TapeInfo) GetInprogress

func (x *TapeInfo) GetInprogress() uint64

func (*TapeInfo) GetPool

func (x *TapeInfo) GetPool() string

func (*TapeInfo) GetReclaimable

func (x *TapeInfo) GetReclaimable() uint64

func (*TapeInfo) GetRemainCapacity

func (x *TapeInfo) GetRemainCapacity() uint64

func (*TapeInfo) GetSlot

func (x *TapeInfo) GetSlot() uint64

func (*TapeInfo) GetState

func (x *TapeInfo) GetState() string

func (*TapeInfo) GetStatus

func (x *TapeInfo) GetStatus() string

func (*TapeInfo) GetTotalCapacity

func (x *TapeInfo) GetTotalCapacity() uint64

func (*TapeInfo) ProtoMessage

func (*TapeInfo) ProtoMessage()

func (*TapeInfo) ProtoReflect

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

func (*TapeInfo) Reset

func (x *TapeInfo) Reset()

func (*TapeInfo) String

func (x *TapeInfo) String() string

func (*TapeInfo) Validate

func (m *TapeInfo) Validate() error

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

func (m *TapeInfo) ValidateAll() error

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

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

Cause function returns cause value.

func (TapeLibraryInfoValidationError) Error

Error satisfies the builtin error interface

func (TapeLibraryInfoValidationError) ErrorName

func (e TapeLibraryInfoValidationError) ErrorName() string

ErrorName returns error name.

func (TapeLibraryInfoValidationError) Field

Field function returns field value.

func (TapeLibraryInfoValidationError) Key

Key function returns key value.

func (TapeLibraryInfoValidationError) Reason

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

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

Cause function returns cause value.

func (TapeLibrarySettingValidationError) Error

Error satisfies the builtin error interface

func (TapeLibrarySettingValidationError) ErrorName

ErrorName returns error name.

func (TapeLibrarySettingValidationError) Field

Field function returns field value.

func (TapeLibrarySettingValidationError) Key

Key function returns key value.

func (TapeLibrarySettingValidationError) Reason

Reason function returns reason value.

type UnimplementedActiveArchiveServer

type UnimplementedActiveArchiveServer struct {
}

UnimplementedActiveArchiveServer must be embedded to have forward compatible implementations.

func (UnimplementedActiveArchiveServer) AddMediaToPool

func (UnimplementedActiveArchiveServer) CreatePool

func (UnimplementedActiveArchiveServer) DeletePool

func (UnimplementedActiveArchiveServer) GetAsyncStatus

func (UnimplementedActiveArchiveServer) GetDrivesInfo

func (UnimplementedActiveArchiveServer) GetFileInfo

func (UnimplementedActiveArchiveServer) GetMediaInfo

func (UnimplementedActiveArchiveServer) GetPoolsInfo

func (UnimplementedActiveArchiveServer) ListMediumInfo

func (UnimplementedActiveArchiveServer) Migrate

func (UnimplementedActiveArchiveServer) MigrateAsync

func (UnimplementedActiveArchiveServer) Recall

func (UnimplementedActiveArchiveServer) RecallAsync

func (UnimplementedActiveArchiveServer) RemoveMediaFromPool

func (UnimplementedActiveArchiveServer) Retrieve

type UnimplementedLibraryManagementServer

type UnimplementedLibraryManagementServer struct {
}

UnimplementedLibraryManagementServer must be embedded to have forward compatible implementations.

func (UnimplementedLibraryManagementServer) CreateLibraryManager

func (UnimplementedLibraryManagementServer) DeleteLibraryManager

func (UnimplementedLibraryManagementServer) GetLibraryManager

func (UnimplementedLibraryManagementServer) ListLibraryManagers

func (UnimplementedLibraryManagementServer) UpdateLibraryManager

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 (*UpdateLibraryManagerParams) ProtoMessage

func (*UpdateLibraryManagerParams) ProtoMessage()

func (*UpdateLibraryManagerParams) ProtoReflect

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

AllErrors returns a list of validation violation errors.

func (UpdateLibraryManagerParamsMultiError) Error

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

Cause function returns cause value.

func (UpdateLibraryManagerParamsValidationError) Error

Error satisfies the builtin error interface

func (UpdateLibraryManagerParamsValidationError) ErrorName

ErrorName returns error name.

func (UpdateLibraryManagerParamsValidationError) Field

Field function returns field value.

func (UpdateLibraryManagerParamsValidationError) Key

Key function returns key value.

func (UpdateLibraryManagerParamsValidationError) Reason

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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