public interface NotebookIdleShutdownConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIdleShutdownDisabled()
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
|
com.google.protobuf.Duration |
getIdleTimeout()
Required.
|
com.google.protobuf.DurationOrBuilder |
getIdleTimeoutOrBuilder()
Required.
|
boolean |
hasIdleTimeout()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdleTimeout()
Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
.google.protobuf.Duration idle_timeout = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.Duration getIdleTimeout()
Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
.google.protobuf.Duration idle_timeout = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.DurationOrBuilder getIdleTimeoutOrBuilder()
Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
.google.protobuf.Duration idle_timeout = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getIdleShutdownDisabled()
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
bool idle_shutdown_disabled = 2;Copyright © 2025 Google LLC. All rights reserved.