We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49c229 commit 8cccfa6Copy full SHA for 8cccfa6
proto/jumpstarter/client/v1/client.proto
@@ -86,7 +86,7 @@ message Lease {
86
(google.api.field_behavior) = REQUIRED,
87
(google.api.field_behavior) = IMMUTABLE
88
];
89
- google.protobuf.Duration duration = 3 [(google.api.field_behavior) = REQUIRED];
+ optional google.protobuf.Duration duration = 3;
90
google.protobuf.Duration effective_duration = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
91
optional google.protobuf.Timestamp begin_time = 5;
92
optional google.protobuf.Timestamp effective_begin_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
0 commit comments