Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
f6911963
Commit
f6911963
authored
3 years ago
by
Tigran Mkrtchyan
Browse files
Options
Downloads
Patches
Plain Diff
frontend-grpc: rename Metadata0 to FileInfo
parent
5016a1e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend_svc/grpc-proto/protobuf/cta_rpc.proto
+4
-4
4 additions, 4 deletions
frontend_svc/grpc-proto/protobuf/cta_rpc.proto
with
4 additions
and
4 deletions
frontend_svc/grpc-proto/protobuf/cta_rpc.proto
+
4
−
4
View file @
f6911963
...
...
@@ -18,7 +18,7 @@ import "cta_eos.proto";
/*
* File metadata
*/
message
Metadata0
{
message
FileInfo
{
string
fid
=
1
;
// disk system unique file ID
uint64
size
=
2
;
// file size
string
storageClass
=
3
;
// tape system related storage class (file family)
...
...
@@ -48,7 +48,7 @@ message ArchiveRequest {
cta.common.Service
instance
=
1
;
// client instance ID
cta.eos.Client
cli
=
2
;
// requester information
cta.eos.Transport
transport
=
3
;
// IO, error and success endpoints
Metadata0
file
=
4
;
// files' metadata
FileInfo
file
=
4
;
// files' metadata
}
/*
...
...
@@ -58,7 +58,7 @@ message RetrieveRequest {
cta.common.Service
instance
=
1
;
// client instance ID
cta.eos.Client
cli
=
2
;
// requester information
cta.eos.Transport
transport
=
3
;
// IO, error and success endpoints
Metadata0
file
=
4
;
// files' metadata
FileInfo
file
=
4
;
// files' metadata
uint64
archiveId
=
5
;
// tape system unique file ID
}
...
...
@@ -66,7 +66,7 @@ message DeleteRequest {
cta.common.Service
instance
=
1
;
// client instance ID
cta.eos.Client
cli
=
2
;
// requester information
cta.eos.Transport
transport
=
3
;
// IO, error and success endpoints
Metadata0
file
=
4
;
// files' metadata
FileInfo
file
=
4
;
// files' metadata
uint64
archiveId
=
5
;
// tape system unique file ID
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment