public static interface PatchDeployments.OneTimeScheduleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExecuteTime()
public abstract Timestamp getExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Timestamp |
The executeTime. |
getExecuteTimeOrBuilder()
public abstract TimestampOrBuilder getExecuteTimeOrBuilder()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasExecuteTime()
public abstract boolean hasExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the executeTime field is set. |