public static interface MigratingVm.ExpirationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpireTime()
public abstract Timestamp getExpireTime()
Output only. Timestamp of when this resource is considered expired.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()
Output only. Timestamp of when this resource is considered expired.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getExtendable()
public abstract boolean getExtendable()
Output only. Describes whether the expiration can be extended.
bool extendable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The extendable. |
getExtensionCount()
public abstract int getExtensionCount()
Output only. The number of times expiration was extended.
int32 extension_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The extensionCount. |
hasExpireTime()
public abstract boolean hasExpireTime()
Output only. Timestamp of when this resource is considered expired.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the expireTime field is set. |