Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/jumpstarter/client/v1/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message Lease {
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE
];
google.protobuf.Duration duration = 3 [(google.api.field_behavior) = REQUIRED];
optional google.protobuf.Duration duration = 3;
google.protobuf.Duration effective_duration = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
optional google.protobuf.Timestamp begin_time = 5;
optional google.protobuf.Timestamp effective_begin_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
Expand Down