public interface ManagedInstanceSchedulingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGracefulShutdownTimestamp()
public abstract String getGracefulShutdownTimestamp()Output only. The timestamp at which the underlying instance will be triggered for graceful shutdown if it is configured. This is in RFC3339 text format.
optional string graceful_shutdown_timestamp = 403022375;
| Returns | |
|---|---|
| Type | Description |
String |
The gracefulShutdownTimestamp. |
getGracefulShutdownTimestampBytes()
public abstract ByteString getGracefulShutdownTimestampBytes()Output only. The timestamp at which the underlying instance will be triggered for graceful shutdown if it is configured. This is in RFC3339 text format.
optional string graceful_shutdown_timestamp = 403022375;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gracefulShutdownTimestamp. |
getTerminationTimestamp()
public abstract String getTerminationTimestamp()Output only. The timestamp at which the managed instance will be terminated. This is in RFC3339 text format.
optional string termination_timestamp = 364180891;
| Returns | |
|---|---|
| Type | Description |
String |
The terminationTimestamp. |
getTerminationTimestampBytes()
public abstract ByteString getTerminationTimestampBytes()Output only. The timestamp at which the managed instance will be terminated. This is in RFC3339 text format.
optional string termination_timestamp = 364180891;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for terminationTimestamp. |
hasGracefulShutdownTimestamp()
public abstract boolean hasGracefulShutdownTimestamp()Output only. The timestamp at which the underlying instance will be triggered for graceful shutdown if it is configured. This is in RFC3339 text format.
optional string graceful_shutdown_timestamp = 403022375;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gracefulShutdownTimestamp field is set. |
hasTerminationTimestamp()
public abstract boolean hasTerminationTimestamp()Output only. The timestamp at which the managed instance will be terminated. This is in RFC3339 text format.
optional string termination_timestamp = 364180891;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the terminationTimestamp field is set. |