Package com.google.cloud.osconfig.v1beta
Interface PatchDeployments.OneTimeScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchDeployments.OneTimeSchedule
,PatchDeployments.OneTimeSchedule.Builder
- Enclosing class:
- PatchDeployments
public static interface PatchDeployments.OneTimeScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getExecuteTime()
Required.com.google.protobuf.TimestampOrBuilder
getExecuteTimeOrBuilder()
Required.boolean
hasExecuteTime()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecuteTime
boolean hasExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the executeTime field is set.
-
getExecuteTime
com.google.protobuf.Timestamp getExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The executeTime.
-
getExecuteTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExecuteTimeOrBuilder()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
-
-