Interface PatchDeployments.OneTimeScheduleOrBuilder (2.5.1)

public static interface PatchDeployments.OneTimeScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecuteTime()

public abstract Timestamp getExecuteTime()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the executeTime field is set.