Skip to content

Commit ea37139

Browse files
committed
fix
1 parent db4b216 commit ea37139

2 files changed

Lines changed: 604 additions & 601 deletions

File tree

apiv2/api/proto/resources/compute/v1/compute.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,10 @@ message HostResource {
282282
(buf.validate.field).string = {max_len: 1024}
283283
];
284284

285+
reserved 106; reserved "desired_consent_code";
286+
285287
// SOL session activation status. Set by sol-manager only.
286-
SolStatus sol_status = 106 [(google.api.field_behavior) = OUTPUT_ONLY];
288+
SolStatus sol_status = 108 [(google.api.field_behavior) = OUTPUT_ONLY];
287289
// Desired SOL session state. Written by operator. Valid values: SOL_STATE_START, SOL_STATE_STOP, SOL_STATE_CONSENT_RECEIVED, SOL_STATE_REDIRECTION_RECEIVED.
288290
SolState desired_sol_state = 109 [(google.api.field_behavior) = OPTIONAL];
289291
// Current SOL session state. Set by sol-manager only.

0 commit comments

Comments
 (0)