Interface PatchDeployments.OneTimeScheduleOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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];