File tree Expand file tree Collapse file tree 3 files changed +278
-283
lines changed Expand file tree Collapse file tree 3 files changed +278
-283
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ syntax = "proto3";
3
3
package csi.v1 ;
4
4
5
5
import "google/protobuf/descriptor.proto" ;
6
+ import "google/protobuf/timestamp.proto" ;
6
7
import "google/protobuf/wrappers.proto" ;
7
8
8
9
option go_package = "csi" ;
@@ -900,11 +901,8 @@ message Snapshot {
900
901
string source_volume_id = 3 ;
901
902
902
903
// Timestamp when the point-in-time snapshot is taken on the storage
903
- // system. The format of this field SHOULD be a Unix nanoseconds time
904
- // encoded as an int64. On Unix, the command `date +%s%N` returns the
905
- // current time in nanoseconds since 1970-01-01 00:00:00 UTC. This
906
- // field is REQUIRED.
907
- int64 created_at = 4 ;
904
+ // system. This field is REQUIRED.
905
+ .google.protobuf.Timestamp creation_time = 4 ;
908
906
909
907
// Indicates if a snapshot is ready to use as a
910
908
// `volume_content_source` in a `CreateVolumeRequest`. The default
You can’t perform that action at this time.
0 commit comments