public static interface PatchDeployments.OneTimeScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getExecuteTime()
Required.
|
com.google.protobuf.TimestampOrBuilder |
getExecuteTimeOrBuilder()
Required.
|
boolean |
hasExecuteTime()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.Timestamp getExecuteTime()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.TimestampOrBuilder getExecuteTimeOrBuilder()
Required. The desired patch job execution time.
.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.